Trace number 3372588

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)UNSAT 786.976 31.304

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.111
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

786.95/31.30	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3372588-1305690992/watcher-3372588-1305690992 -o /tmp/evaluation-result-3372588-1305690992/solver-3372588-1305690992 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372588-1305690992.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: 19.52 27.41 29.66 1/413 30254
/proc/meminfo: memFree=255492252/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=13412 CPUtime=0.02 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 1418 1245 0 0 2 0 0 0 22 0 1 0 680585713 13733888 1348 268435456000 4194304 4417452 140733528879904 18446744073709551615 4262052 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 3353 1348 145 55 0 1239 0

[startup+0.0798349 s]
/proc/loadavg: 19.52 27.41 29.66 1/413 30254
/proc/meminfo: memFree=255492252/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=17236 CPUtime=0.06 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 2398 1245 0 0 6 0 0 0 22 0 1 0 680585713 17649664 2328 268435456000 4194304 4417452 140733528879904 18446744073709551615 4231291 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 4309 2328 145 55 0 2195 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17236

[startup+0.100836 s]
/proc/loadavg: 19.52 27.41 29.66 1/413 30254
/proc/meminfo: memFree=255492252/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=20500 CPUtime=0.09 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 3214 1245 0 0 8 1 0 0 22 0 1 0 680585713 20992000 3144 268435456000 4194304 4417452 140733528879904 18446744073709551615 4264959 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 5125 3144 145 55 0 3011 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20500

[startup+0.300842 s]
/proc/loadavg: 19.52 27.41 29.66 1/413 30254
/proc/meminfo: memFree=255492252/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=37752 CPUtime=0.29 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 7507 1245 0 0 27 2 0 0 23 0 1 0 680585713 38658048 7437 268435456000 4194304 4417452 140733528879904 18446744073709551615 258650652667 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 9438 7452 146 55 0 7324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37752

[startup+0.700856 s]
/proc/loadavg: 19.52 27.41 29.66 1/413 30254
/proc/meminfo: memFree=255492252/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=64980 CPUtime=0.68 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 14319 1245 0 0 65 3 0 0 25 0 1 0 680585713 66539520 14249 268435456000 4194304 4417452 140733528879904 18446744073709551615 4231277 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 16245 14249 146 55 0 14131 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64980

[startup+1.5009 s]
/proc/loadavg: 19.52 27.41 29.66 2/414 30260
/proc/meminfo: memFree=255419332/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=152292 CPUtime=1.49 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 36163 1245 0 0 142 7 0 0 25 0 1 0 680585713 155947008 36093 268435456000 4194304 4417452 140733528879904 18446744073709551615 4264851 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 38073 36093 146 55 0 35959 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152292

[startup+3.10096 s]
/proc/loadavg: 19.52 27.41 29.66 2/414 30260
/proc/meminfo: memFree=255273508/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=292728 CPUtime=3.08 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 71240 1245 0 0 295 13 0 0 25 0 1 0 680585713 299753472 71170 268435456000 4194304 4417452 140733528879904 18446744073709551615 4259082 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 73182 71170 146 55 0 71068 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 292728

[startup+6.30106 s]
/proc/loadavg: 18.04 26.97 29.51 2/414 30260
/proc/meminfo: memFree=254927560/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=574392 CPUtime=6.28 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 141672 1245 0 0 601 27 0 0 25 0 1 0 680585713 588177408 141602 268435456000 4194304 4417452 140733528879904 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30254/statm: 143598 141602 146 55 0 141484 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 574392

[startup+12.7021 s]
/proc/loadavg: 19.15 27.05 29.52 33/446 30292
/proc/meminfo: memFree=254544200/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=1478576 CPUtime=202.93 cores=0-31
/proc/30254/stat : 30254 (plingeling) S 30252 30254 30092 0 -1 4202496 393500 1245 0 0 20055 238 0 0 20 0 33 0 680585713 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 30 0 0 0
/proc/30254/statm: 369644 244417 174 55 0 367530 0
[pid=30254/tid=30261] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30261/stat : 30261 (plingeling) R 30252 30254 30092 0 -1 4202560 11415 1245 0 0 611 6 0 0 25 0 33 0 680586361 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4319149 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30254/tid=30262] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30262/stat : 30262 (plingeling) R 30252 30254 30092 0 -1 4202560 9853 1245 0 0 611 6 0 0 25 0 33 0 680586361 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4271602 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30254/tid=30263] ppid=30252 vsize=1478576 CPUtime=6.19 cores=0-31
/proc/30254/task/30263/stat : 30263 (plingeling) R 30252 30254 30092 0 -1 4202560 2418 1245 0 0 614 5 0 0 25 0 33 0 680586361 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30254/tid=30264] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30264/stat : 30264 (plingeling) R 30252 30254 30092 0 -1 4202560 2590 1245 0 0 612 5 0 0 25 0 33 0 680586361 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30254/tid=30265] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30265/stat : 30265 (plingeling) R 30252 30254 30092 0 -1 4202560 8046 1245 0 0 610 7 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4233423 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30254/tid=30266] ppid=30252 vsize=1478576 CPUtime=6.13 cores=0-31
/proc/30254/task/30266/stat : 30266 (plingeling) R 30252 30254 30092 0 -1 4202560 3621 1245 0 0 608 5 0 0 18 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4253167 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30254/tid=30267] ppid=30252 vsize=1478576 CPUtime=6.15 cores=0-31
/proc/30254/task/30267/stat : 30267 (plingeling) R 30252 30254 30092 0 -1 4202560 3200 1245 0 0 612 3 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4235359 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30254/tid=30268] ppid=30252 vsize=1478576 CPUtime=6.16 cores=0-31
/proc/30254/task/30268/stat : 30268 (plingeling) R 30252 30254 30092 0 -1 4202560 6550 1245 0 0 609 7 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4253400 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30254/tid=30269] ppid=30252 vsize=1478576 CPUtime=6.15 cores=0-31
/proc/30254/task/30269/stat : 30269 (plingeling) R 30252 30254 30092 0 -1 4202560 11079 1245 0 0 608 7 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4253288 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30254/tid=30270] ppid=30252 vsize=1478576 CPUtime=6.02 cores=0-31
/proc/30254/task/30270/stat : 30270 (plingeling) R 30252 30254 30092 0 -1 4202560 6016 1245 0 0 596 6 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4210359 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30254/tid=30271] ppid=30252 vsize=1478576 CPUtime=6.14 cores=0-31
/proc/30254/task/30271/stat : 30271 (plingeling) R 30252 30254 30092 0 -1 4202560 7694 1245 0 0 609 5 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4233516 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30254/tid=30272] ppid=30252 vsize=1478576 CPUtime=6.16 cores=0-31
/proc/30254/task/30272/stat : 30272 (plingeling) R 30252 30254 30092 0 -1 4202560 4577 1245 0 0 610 6 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252276 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30254/tid=30273] ppid=30252 vsize=1478576 CPUtime=6.16 cores=0-31
/proc/30254/task/30273/stat : 30273 (plingeling) R 30252 30254 30092 0 -1 4202560 9598 1245 0 0 608 8 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4238791 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30254/tid=30274] ppid=30252 vsize=1478576 CPUtime=6.18 cores=0-31
/proc/30254/task/30274/stat : 30274 (plingeling) R 30252 30254 30092 0 -1 4202560 5456 1245 0 0 612 6 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252475 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30254/tid=30275] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30275/stat : 30275 (plingeling) R 30252 30254 30092 0 -1 4202560 5590 1245 0 0 611 6 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4258105 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30254/tid=30276] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30276/stat : 30276 (plingeling) R 30252 30254 30092 0 -1 4202560 8405 1245 0 0 609 8 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4247656 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30254/tid=30277] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30277/stat : 30277 (plingeling) R 30252 30254 30092 0 -1 4202560 9549 1245 0 0 609 8 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=30254/tid=30278] ppid=30252 vsize=1478576 CPUtime=6.17 cores=0-31
/proc/30254/task/30278/stat : 30278 (plingeling) R 30252 30254 30092 0 -1 4202560 9096 1245 0 0 608 9 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252875 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30254/tid=30279] ppid=30252 vsize=1478576 CPUtime=6.16 cores=0-31
/proc/30254/task/30279/stat : 30279 (plingeling) R 30252 30254 30092 0 -1 4202560 12360 1245 0 0 607 9 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30254/tid=30280] ppid=30252 vsize=1478576 CPUtime=6.14 cores=0-31
/proc/30254/task/30280/stat : 30280 (plingeling) R 30252 30254 30092 0 -1 4202560 12521 1245 0 0 600 14 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252204 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30254/tid=30281] ppid=30252 vsize=1478576 CPUtime=6.12 cores=0-31
/proc/30254/task/30281/stat : 30281 (plingeling) R 30252 30254 30092 0 -1 4202560 11604 1245 0 0 605 7 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252140 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30254/tid=30282] ppid=30252 vsize=1478576 CPUtime=6.13 cores=0-31
/proc/30254/task/30282/stat : 30282 (plingeling) R 30252 30254 30092 0 -1 4202560 8920 1245 0 0 606 7 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30254/tid=30283] ppid=30252 vsize=1478576 CPUtime=6.14 cores=0-31
/proc/30254/task/30283/stat : 30283 (plingeling) R 30252 30254 30092 0 -1 4202560 4120 1245 0 0 608 6 0 0 25 0 33 0 680586362 1514061824 244417 268435456000 4194304 4417452 140733528879904 18446744073709551615 4320318 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30254/tid=30284] ppid=30252 vsize=1478576 CPUtime=6.06 cores=0-31
/proc/30254/task/30284/stat : 30284 (plingeling) R 30252 30254 30092 0 -1 4202560 8763 1245 0 0 603 3 0 0 25 0 33 0 680586362 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252855 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30254/tid=30285] ppid=30252 vsize=1478576 CPUtime=6.14 cores=0-31
/proc/30254/task/30285/stat : 30285 (plingeling) R 30252 30254 30092 0 -1 4202560 11505 1245 0 0 606 8 0 0 25 0 33 0 680586362 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4257072 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30254/tid=30286] ppid=30252 vsize=1478576 CPUtime=6.13 cores=0-31
/proc/30254/task/30286/stat : 30286 (plingeling) R 30252 30254 30092 0 -1 4202560 7022 1245 0 0 608 5 0 0 25 0 33 0 680586363 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4272121 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30254/tid=30287] ppid=30252 vsize=1478576 CPUtime=5.92 cores=0-31
/proc/30254/task/30287/stat : 30287 (plingeling) R 30252 30254 30092 0 -1 4202560 6740 1245 0 0 590 2 0 0 25 0 33 0 680586365 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4248450 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30254/tid=30288] ppid=30252 vsize=1478576 CPUtime=6.13 cores=0-31
/proc/30254/task/30288/stat : 30288 (plingeling) R 30252 30254 30092 0 -1 4202560 7267 1245 0 0 608 5 0 0 25 0 33 0 680586366 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252228 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30254/tid=30289] ppid=30252 vsize=1478576 CPUtime=6.11 cores=0-31
/proc/30254/task/30289/stat : 30289 (plingeling) R 30252 30254 30092 0 -1 4202560 7910 1245 0 0 607 4 0 0 25 0 33 0 680586367 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30254/tid=30290] ppid=30252 vsize=1478576 CPUtime=6.12 cores=0-31
/proc/30254/task/30290/stat : 30290 (plingeling) R 30252 30254 30092 0 -1 4202560 12073 1245 0 0 607 5 0 0 25 0 33 0 680586367 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4236166 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30254/tid=30291] ppid=30252 vsize=1478576 CPUtime=6.11 cores=0-31
/proc/30254/task/30291/stat : 30291 (plingeling) R 30252 30254 30092 0 -1 4202560 6951 1245 0 0 609 2 0 0 25 0 33 0 680586367 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4248467 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30254/tid=30292] ppid=30252 vsize=1478576 CPUtime=5.97 cores=0-31
/proc/30254/task/30292/stat : 30292 (plingeling) R 30252 30254 30092 0 -1 4202560 9280 1245 0 0 593 4 0 0 25 0 33 0 680586367 1514061824 244418 268435456000 4194304 4417452 140733528879904 18446744073709551615 4253830 0 0 4096 17442 0 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 202.93
Current children cumulated vsize (KiB) 1478576

[startup+25.5016 s]
/proc/loadavg: 22.07 27.31 29.57 33/446 30292
/proc/meminfo: memFree=254526032/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=1418036 CPUtime=606.37 cores=0-31
/proc/30254/stat : 30254 (plingeling) S 30252 30254 30092 0 -1 4202496 505904 1245 0 0 60248 389 0 0 20 0 33 0 680585713 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 30 0 0 0
/proc/30254/statm: 354509 240052 175 55 0 352395 0
[pid=30254/tid=30261] ppid=30252 vsize=1418036 CPUtime=18.78 cores=0-31
/proc/30254/task/30261/stat : 30261 (plingeling) R 30252 30254 30092 0 -1 4202560 18801 1245 0 0 1865 13 0 0 25 0 33 0 680586361 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4234384 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30254/tid=30262] ppid=30252 vsize=1418036 CPUtime=18.78 cores=0-31
/proc/30254/task/30262/stat : 30262 (plingeling) R 30252 30254 30092 0 -1 4202560 11909 1245 0 0 1866 12 0 0 25 0 33 0 680586361 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4264635 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30254/tid=30263] ppid=30252 vsize=1418036 CPUtime=18.97 cores=0-31
/proc/30254/task/30263/stat : 30263 (plingeling) R 30252 30254 30092 0 -1 4202560 2459 1245 0 0 1892 5 0 0 25 0 33 0 680586361 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4290984 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=30254/tid=30264] ppid=30252 vsize=1418036 CPUtime=18.96 cores=0-31
/proc/30254/task/30264/stat : 30264 (plingeling) R 30252 30254 30092 0 -1 4202560 2590 1245 0 0 1891 5 0 0 25 0 33 0 680586361 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30254/tid=30265] ppid=30252 vsize=1418036 CPUtime=18.75 cores=0-31
/proc/30254/task/30265/stat : 30265 (plingeling) R 30252 30254 30092 0 -1 4202560 12157 1245 0 0 1861 14 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4276074 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30254/tid=30266] ppid=30252 vsize=1418036 CPUtime=18.81 cores=0-31
/proc/30254/task/30266/stat : 30266 (plingeling) R 30252 30254 30092 0 -1 4202560 9985 1245 0 0 1875 6 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30254/tid=30267] ppid=30252 vsize=1418036 CPUtime=18.73 cores=0-31
/proc/30254/task/30267/stat : 30267 (plingeling) R 30252 30254 30092 0 -1 4202560 5291 1245 0 0 1864 9 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30254/tid=30268] ppid=30252 vsize=1418036 CPUtime=18.65 cores=0-31
/proc/30254/task/30268/stat : 30268 (plingeling) R 30252 30254 30092 0 -1 4202560 13429 1245 0 0 1851 14 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30254/tid=30269] ppid=30252 vsize=1418036 CPUtime=18.74 cores=0-31
/proc/30254/task/30269/stat : 30269 (plingeling) R 30252 30254 30092 0 -1 4202560 16207 1245 0 0 1860 14 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30254/tid=30270] ppid=30252 vsize=1418036 CPUtime=18.56 cores=0-31
/proc/30254/task/30270/stat : 30270 (plingeling) R 30252 30254 30092 0 -1 4202560 12385 1245 0 0 1843 13 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30254/tid=30271] ppid=30252 vsize=1418036 CPUtime=18.83 cores=0-31
/proc/30254/task/30271/stat : 30271 (plingeling) R 30252 30254 30092 0 -1 4202560 7736 1245 0 0 1878 5 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4346477 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30254/tid=30272] ppid=30252 vsize=1418036 CPUtime=18.69 cores=0-31
/proc/30254/task/30272/stat : 30272 (plingeling) R 30252 30254 30092 0 -1 4202560 6633 1245 0 0 1856 13 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30254/tid=30273] ppid=30252 vsize=1418036 CPUtime=18.76 cores=0-31
/proc/30254/task/30273/stat : 30273 (plingeling) R 30252 30254 30092 0 -1 4202560 11654 1245 0 0 1862 14 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4271006 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30254/tid=30274] ppid=30252 vsize=1418036 CPUtime=18.82 cores=0-31
/proc/30254/task/30274/stat : 30274 (plingeling) R 30252 30254 30092 0 -1 4202560 9762 1245 0 0 1870 12 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4264620 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30254/tid=30275] ppid=30252 vsize=1418036 CPUtime=18.88 cores=0-31
/proc/30254/task/30275/stat : 30275 (plingeling) R 30252 30254 30092 0 -1 4202560 5632 1245 0 0 1882 6 0 0 25 0 33 0 680586362 1452068864 240052 268435456000 4194304 4417452 140733528879904 18446744073709551615 4247900 0 0 4096 17442 0 0 0 -1 2 0 0 0

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

/proc/30254/task/30286/stat : 30286 (plingeling) R 30252 30254 30092 0 -1 4202560 13904 1245 0 0 2157 12 0 0 25 0 33 0 680586363 1452040192 240045 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30254/tid=30287] ppid=30252 vsize=1418008 CPUtime=21.49 cores=0-31
/proc/30254/task/30287/stat : 30287 (plingeling) R 30252 30254 30092 0 -1 4202560 6782 1245 0 0 2147 2 0 0 25 0 33 0 680586365 1452040192 240045 268435456000 4194304 4417452 140733528879904 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30254/tid=30288] ppid=30252 vsize=1418008 CPUtime=21.84 cores=0-31
/proc/30254/task/30288/stat : 30288 (plingeling) R 30252 30254 30092 0 -1 4202560 11587 1245 0 0 2171 13 0 0 25 0 33 0 680586366 1452040192 240045 268435456000 4194304 4417452 140733528879904 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30254/tid=30289] ppid=30252 vsize=1418008 CPUtime=21.88 cores=0-31
/proc/30254/task/30289/stat : 30289 (plingeling) R 30252 30254 30092 0 -1 4202560 12231 1245 0 0 2178 10 0 0 25 0 33 0 680586367 1452040192 240045 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365965 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30254/tid=30290] ppid=30252 vsize=1418008 CPUtime=21.85 cores=0-31
/proc/30254/task/30290/stat : 30290 (plingeling) R 30252 30254 30092 0 -1 4202560 18442 1245 0 0 2172 13 0 0 25 0 33 0 680586367 1452040192 240045 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30254/tid=30291] ppid=30252 vsize=1418008 CPUtime=22.09 cores=0-31
/proc/30254/task/30291/stat : 30291 (plingeling) R 30252 30254 30092 0 -1 4202560 6951 1245 0 0 2207 2 0 0 25 0 33 0 680586367 1452040192 240045 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30254/tid=30292] ppid=30252 vsize=1418008 CPUtime=21.66 cores=0-31
/proc/30254/task/30292/stat : 30292 (plingeling) R 30252 30254 30092 0 -1 4202560 15656 1245 0 0 2160 6 0 0 25 0 33 0 680586367 1452040192 240045 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 708.67
Current children cumulated vsize (KiB) 1418008

[startup+30.3017 s]
/proc/loadavg: 22.07 27.31 29.57 33/446 30292
/proc/meminfo: memFree=254515828/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=1441636 CPUtime=759.82 cores=0-31
/proc/30254/stat : 30254 (plingeling) S 30252 30254 30092 0 -1 4202496 512202 1245 0 0 75591 391 0 0 20 0 33 0 680585713 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 30 0 0 0
/proc/30254/statm: 360409 245952 175 55 0 358295 0
[pid=30254/tid=30261] ppid=30252 vsize=1441636 CPUtime=23.57 cores=0-31
/proc/30254/task/30261/stat : 30261 (plingeling) R 30252 30254 30092 0 -1 4202560 18808 1245 0 0 2344 13 0 0 25 0 33 0 680586361 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30254/tid=30262] ppid=30252 vsize=1441636 CPUtime=23.58 cores=0-31
/proc/30254/task/30262/stat : 30262 (plingeling) R 30252 30254 30092 0 -1 4202560 11916 1245 0 0 2346 12 0 0 25 0 33 0 680586361 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4357287 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30254/tid=30263] ppid=30252 vsize=1441636 CPUtime=23.77 cores=0-31
/proc/30254/task/30263/stat : 30263 (plingeling) R 30252 30254 30092 0 -1 4202560 2459 1245 0 0 2372 5 0 0 25 0 33 0 680586361 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=30254/tid=30264] ppid=30252 vsize=1441636 CPUtime=23.76 cores=0-31
/proc/30254/task/30264/stat : 30264 (plingeling) R 30252 30254 30092 0 -1 4202560 2590 1245 0 0 2371 5 0 0 25 0 33 0 680586361 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30254/tid=30265] ppid=30252 vsize=1441636 CPUtime=23.55 cores=0-31
/proc/30254/task/30265/stat : 30265 (plingeling) R 30252 30254 30092 0 -1 4202560 12164 1245 0 0 2341 14 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30254/tid=30266] ppid=30252 vsize=1441636 CPUtime=23.6 cores=0-31
/proc/30254/task/30266/stat : 30266 (plingeling) R 30252 30254 30092 0 -1 4202560 11016 1245 0 0 2354 6 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4236706 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30254/tid=30267] ppid=30252 vsize=1441636 CPUtime=23.53 cores=0-31
/proc/30254/task/30267/stat : 30267 (plingeling) R 30252 30254 30092 0 -1 4202560 5291 1245 0 0 2344 9 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30254/tid=30268] ppid=30252 vsize=1441636 CPUtime=23.45 cores=0-31
/proc/30254/task/30268/stat : 30268 (plingeling) R 30252 30254 30092 0 -1 4202560 13436 1245 0 0 2331 14 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30254/tid=30269] ppid=30252 vsize=1441636 CPUtime=23.54 cores=0-31
/proc/30254/task/30269/stat : 30269 (plingeling) R 30252 30254 30092 0 -1 4202560 17238 1245 0 0 2340 14 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30254/tid=30270] ppid=30252 vsize=1441636 CPUtime=23.35 cores=0-31
/proc/30254/task/30270/stat : 30270 (plingeling) R 30252 30254 30092 0 -1 4202560 12392 1245 0 0 2322 13 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30254/tid=30271] ppid=30252 vsize=1441636 CPUtime=23.63 cores=0-31
/proc/30254/task/30271/stat : 30271 (plingeling) R 30252 30254 30092 0 -1 4202560 7736 1245 0 0 2358 5 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30254/tid=30272] ppid=30252 vsize=1441636 CPUtime=23.49 cores=0-31
/proc/30254/task/30272/stat : 30272 (plingeling) R 30252 30254 30092 0 -1 4202560 6640 1245 0 0 2336 13 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30254/tid=30273] ppid=30252 vsize=1441636 CPUtime=23.56 cores=0-31
/proc/30254/task/30273/stat : 30273 (plingeling) R 30252 30254 30092 0 -1 4202560 12685 1245 0 0 2342 14 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30254/tid=30274] ppid=30252 vsize=1441636 CPUtime=23.62 cores=0-31
/proc/30254/task/30274/stat : 30274 (plingeling) R 30252 30254 30092 0 -1 4202560 9762 1245 0 0 2350 12 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30254/tid=30275] ppid=30252 vsize=1441636 CPUtime=23.68 cores=0-31
/proc/30254/task/30275/stat : 30275 (plingeling) R 30252 30254 30092 0 -1 4202560 5632 1245 0 0 2362 6 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4232817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30254/tid=30276] ppid=30252 vsize=1441636 CPUtime=23.76 cores=0-31
/proc/30254/task/30276/stat : 30276 (plingeling) R 30252 30254 30092 0 -1 4202560 12726 1245 0 0 2362 14 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4232702 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30254/tid=30277] ppid=30252 vsize=1441636 CPUtime=23.43 cores=0-31
/proc/30254/task/30277/stat : 30277 (plingeling) R 30252 30254 30092 0 -1 4202560 16942 1245 0 0 2326 17 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30254/tid=30278] ppid=30252 vsize=1441636 CPUtime=23.47 cores=0-31
/proc/30254/task/30278/stat : 30278 (plingeling) R 30252 30254 30092 0 -1 4202560 13417 1245 0 0 2334 13 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30254/tid=30279] ppid=30252 vsize=1441636 CPUtime=23.63 cores=0-31
/proc/30254/task/30279/stat : 30279 (plingeling) R 30252 30254 30092 0 -1 4202560 13426 1245 0 0 2354 9 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 18446744073699065980 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30254/tid=30280] ppid=30252 vsize=1441636 CPUtime=23.73 cores=0-31
/proc/30254/task/30280/stat : 30280 (plingeling) R 30252 30254 30092 0 -1 4202560 12536 1245 0 0 2359 14 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4366137 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=30254/tid=30281] ppid=30252 vsize=1441636 CPUtime=23.66 cores=0-31
/proc/30254/task/30281/stat : 30281 (plingeling) R 30252 30254 30092 0 -1 4202560 16951 1245 0 0 2353 13 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4277618 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30254/tid=30282] ppid=30252 vsize=1441636 CPUtime=23.26 cores=0-31
/proc/30254/task/30282/stat : 30282 (plingeling) R 30252 30254 30092 0 -1 4202560 13241 1245 0 0 2309 17 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30254/tid=30283] ppid=30252 vsize=1441636 CPUtime=23.68 cores=0-31
/proc/30254/task/30283/stat : 30283 (plingeling) R 30252 30254 30092 0 -1 4202560 4162 1245 0 0 2362 6 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30254/tid=30284] ppid=30252 vsize=1441636 CPUtime=23.32 cores=0-31
/proc/30254/task/30284/stat : 30284 (plingeling) R 30252 30254 30092 0 -1 4202560 11850 1245 0 0 2320 12 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30254/tid=30285] ppid=30252 vsize=1441636 CPUtime=23.72 cores=0-31
/proc/30254/task/30285/stat : 30285 (plingeling) R 30252 30254 30092 0 -1 4202560 19922 1245 0 0 2355 17 0 0 25 0 33 0 680586362 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30254/tid=30286] ppid=30252 vsize=1441636 CPUtime=23.29 cores=0-31
/proc/30254/task/30286/stat : 30286 (plingeling) R 30252 30254 30092 0 -1 4202560 13904 1245 0 0 2317 12 0 0 25 0 33 0 680586363 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30254/tid=30287] ppid=30252 vsize=1441636 CPUtime=23.05 cores=0-31
/proc/30254/task/30287/stat : 30287 (plingeling) R 30252 30254 30092 0 -1 4202560 6782 1245 0 0 2303 2 0 0 25 0 33 0 680586365 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4290949 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30254/tid=30288] ppid=30252 vsize=1441636 CPUtime=23.44 cores=0-31
/proc/30254/task/30288/stat : 30288 (plingeling) R 30252 30254 30092 0 -1 4202560 11587 1245 0 0 2331 13 0 0 25 0 33 0 680586366 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30254/tid=30289] ppid=30252 vsize=1441636 CPUtime=23.48 cores=0-31
/proc/30254/task/30289/stat : 30289 (plingeling) R 30252 30254 30092 0 -1 4202560 12231 1245 0 0 2338 10 0 0 25 0 33 0 680586367 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30254/tid=30290] ppid=30252 vsize=1441636 CPUtime=23.45 cores=0-31
/proc/30254/task/30290/stat : 30290 (plingeling) R 30252 30254 30092 0 -1 4202560 18442 1245 0 0 2332 13 0 0 25 0 33 0 680586367 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30254/tid=30291] ppid=30252 vsize=1441636 CPUtime=23.69 cores=0-31
/proc/30254/task/30291/stat : 30291 (plingeling) R 30252 30254 30092 0 -1 4202560 6951 1245 0 0 2367 2 0 0 25 0 33 0 680586367 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30254/tid=30292] ppid=30252 vsize=1441636 CPUtime=23.26 cores=0-31
/proc/30254/task/30292/stat : 30292 (plingeling) R 30252 30254 30092 0 -1 4202560 15656 1245 0 0 2320 6 0 0 25 0 33 0 680586367 1476235264 245952 268435456000 4194304 4417452 140733528879904 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 759.82
Current children cumulated vsize (KiB) 1441636

[startup+31.1018 s]
/proc/loadavg: 22.87 27.39 29.58 33/446 30292
/proc/meminfo: memFree=254499668/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=1453668 CPUtime=785.38 cores=0-31
/proc/30254/stat : 30254 (plingeling) S 30252 30254 30092 0 -1 4202496 517322 1245 0 0 78146 392 0 0 20 0 33 0 680585713 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 30 0 0 0
/proc/30254/statm: 363417 248960 175 55 0 361303 0
[pid=30254/tid=30261] ppid=30252 vsize=1453668 CPUtime=24.37 cores=0-31
/proc/30254/task/30261/stat : 30261 (plingeling) R 30252 30254 30092 0 -1 4202560 18808 1245 0 0 2424 13 0 0 25 0 33 0 680586361 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30254/tid=30262] ppid=30252 vsize=1453668 CPUtime=24.38 cores=0-31
/proc/30254/task/30262/stat : 30262 (plingeling) R 30252 30254 30092 0 -1 4202560 11916 1245 0 0 2426 12 0 0 25 0 33 0 680586361 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30254/tid=30263] ppid=30252 vsize=1453668 CPUtime=24.57 cores=0-31
/proc/30254/task/30263/stat : 30263 (plingeling) R 30252 30254 30092 0 -1 4202560 2459 1245 0 0 2452 5 0 0 25 0 33 0 680586361 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=30254/tid=30264] ppid=30252 vsize=1453668 CPUtime=24.56 cores=0-31
/proc/30254/task/30264/stat : 30264 (plingeling) R 30252 30254 30092 0 -1 4202560 2590 1245 0 0 2451 5 0 0 25 0 33 0 680586361 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30254/tid=30265] ppid=30252 vsize=1453668 CPUtime=24.35 cores=0-31
/proc/30254/task/30265/stat : 30265 (plingeling) R 30252 30254 30092 0 -1 4202560 13188 1245 0 0 2421 14 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30254/tid=30266] ppid=30252 vsize=1453668 CPUtime=24.4 cores=0-31
/proc/30254/task/30266/stat : 30266 (plingeling) R 30252 30254 30092 0 -1 4202560 11016 1245 0 0 2434 6 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4320821 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30254/tid=30267] ppid=30252 vsize=1453668 CPUtime=24.33 cores=0-31
/proc/30254/task/30267/stat : 30267 (plingeling) R 30252 30254 30092 0 -1 4202560 5291 1245 0 0 2424 9 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4262413 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30254/tid=30268] ppid=30252 vsize=1453668 CPUtime=24.25 cores=0-31
/proc/30254/task/30268/stat : 30268 (plingeling) R 30252 30254 30092 0 -1 4202560 13436 1245 0 0 2411 14 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365036 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30254/tid=30269] ppid=30252 vsize=1453668 CPUtime=24.34 cores=0-31
/proc/30254/task/30269/stat : 30269 (plingeling) R 30252 30254 30092 0 -1 4202560 17238 1245 0 0 2420 14 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30254/tid=30270] ppid=30252 vsize=1453668 CPUtime=24.15 cores=0-31
/proc/30254/task/30270/stat : 30270 (plingeling) R 30252 30254 30092 0 -1 4202560 12392 1245 0 0 2402 13 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365120 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30254/tid=30271] ppid=30252 vsize=1453668 CPUtime=24.43 cores=0-31
/proc/30254/task/30271/stat : 30271 (plingeling) R 30252 30254 30092 0 -1 4202560 7736 1245 0 0 2438 5 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30254/tid=30272] ppid=30252 vsize=1453668 CPUtime=24.29 cores=0-31
/proc/30254/task/30272/stat : 30272 (plingeling) R 30252 30254 30092 0 -1 4202560 6640 1245 0 0 2416 13 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30254/tid=30273] ppid=30252 vsize=1453668 CPUtime=24.36 cores=0-31
/proc/30254/task/30273/stat : 30273 (plingeling) R 30252 30254 30092 0 -1 4202560 12685 1245 0 0 2422 14 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30254/tid=30274] ppid=30252 vsize=1453668 CPUtime=24.42 cores=0-31
/proc/30254/task/30274/stat : 30274 (plingeling) R 30252 30254 30092 0 -1 4202560 9762 1245 0 0 2430 12 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4275934 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30254/tid=30275] ppid=30252 vsize=1453668 CPUtime=24.48 cores=0-31
/proc/30254/task/30275/stat : 30275 (plingeling) R 30252 30254 30092 0 -1 4202560 5632 1245 0 0 2442 6 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30254/tid=30276] ppid=30252 vsize=1453668 CPUtime=24.56 cores=0-31
/proc/30254/task/30276/stat : 30276 (plingeling) R 30252 30254 30092 0 -1 4202560 12726 1245 0 0 2442 14 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30254/tid=30277] ppid=30252 vsize=1453668 CPUtime=24.23 cores=0-31
/proc/30254/task/30277/stat : 30277 (plingeling) R 30252 30254 30092 0 -1 4202560 16942 1245 0 0 2406 17 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30254/tid=30278] ppid=30252 vsize=1453668 CPUtime=24.27 cores=0-31
/proc/30254/task/30278/stat : 30278 (plingeling) R 30252 30254 30092 0 -1 4202560 13417 1245 0 0 2414 13 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30254/tid=30279] ppid=30252 vsize=1453668 CPUtime=24.43 cores=0-31
/proc/30254/task/30279/stat : 30279 (plingeling) R 30252 30254 30092 0 -1 4202560 13426 1245 0 0 2434 9 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30254/tid=30280] ppid=30252 vsize=1453668 CPUtime=24.53 cores=0-31
/proc/30254/task/30280/stat : 30280 (plingeling) R 30252 30254 30092 0 -1 4202560 13560 1245 0 0 2439 14 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=30254/tid=30281] ppid=30252 vsize=1453668 CPUtime=24.46 cores=0-31
/proc/30254/task/30281/stat : 30281 (plingeling) R 30252 30254 30092 0 -1 4202560 16951 1245 0 0 2433 13 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30254/tid=30282] ppid=30252 vsize=1453668 CPUtime=24.06 cores=0-31
/proc/30254/task/30282/stat : 30282 (plingeling) R 30252 30254 30092 0 -1 4202560 13241 1245 0 0 2389 17 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30254/tid=30283] ppid=30252 vsize=1453668 CPUtime=24.48 cores=0-31
/proc/30254/task/30283/stat : 30283 (plingeling) R 30252 30254 30092 0 -1 4202560 4162 1245 0 0 2442 6 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30254/tid=30284] ppid=30252 vsize=1453668 CPUtime=24.12 cores=0-31
/proc/30254/task/30284/stat : 30284 (plingeling) R 30252 30254 30092 0 -1 4202560 11850 1245 0 0 2400 12 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30254/tid=30285] ppid=30252 vsize=1453668 CPUtime=24.52 cores=0-31
/proc/30254/task/30285/stat : 30285 (plingeling) R 30252 30254 30092 0 -1 4202560 19922 1245 0 0 2435 17 0 0 25 0 33 0 680586362 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 18446744073699065980 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30254/tid=30286] ppid=30252 vsize=1453668 CPUtime=24.09 cores=0-31
/proc/30254/task/30286/stat : 30286 (plingeling) R 30252 30254 30092 0 -1 4202560 13904 1245 0 0 2397 12 0 0 25 0 33 0 680586363 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30254/tid=30287] ppid=30252 vsize=1453668 CPUtime=23.82 cores=0-31
/proc/30254/task/30287/stat : 30287 (plingeling) R 30252 30254 30092 0 -1 4202560 6782 1245 0 0 2380 2 0 0 25 0 33 0 680586365 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4320466 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30254/tid=30288] ppid=30252 vsize=1453668 CPUtime=24.23 cores=0-31
/proc/30254/task/30288/stat : 30288 (plingeling) R 30252 30254 30092 0 -1 4202560 12611 1245 0 0 2410 13 0 0 25 0 33 0 680586366 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30254/tid=30289] ppid=30252 vsize=1453668 CPUtime=24.27 cores=0-31
/proc/30254/task/30289/stat : 30289 (plingeling) R 30252 30254 30092 0 -1 4202560 13255 1245 0 0 2417 10 0 0 25 0 33 0 680586367 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30254/tid=30290] ppid=30252 vsize=1453668 CPUtime=24.25 cores=0-31
/proc/30254/task/30290/stat : 30290 (plingeling) R 30252 30254 30092 0 -1 4202560 18442 1245 0 0 2412 13 0 0 25 0 33 0 680586367 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30254/tid=30291] ppid=30252 vsize=1453668 CPUtime=24.49 cores=0-31
/proc/30254/task/30291/stat : 30291 (plingeling) R 30252 30254 30092 0 -1 4202560 6951 1245 0 0 2447 2 0 0 25 0 33 0 680586367 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4365067 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30254/tid=30292] ppid=30252 vsize=1453668 CPUtime=24.06 cores=0-31
/proc/30254/task/30292/stat : 30292 (plingeling) R 30252 30254 30092 0 -1 4202560 16680 1245 0 0 2400 6 0 0 25 0 33 0 680586367 1488556032 248960 268435456000 4194304 4417452 140733528879904 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 785.38
Current children cumulated vsize (KiB) 1453668

[startup+31.3009 s]
/proc/loadavg: 22.87 27.39 29.58 33/446 30292
/proc/meminfo: memFree=254499668/264257624 swapFree=67111528/67111528
[pid=30254] ppid=30252 vsize=466612 CPUtime=786.95 cores=0-31
/proc/30254/stat : 30254 (plingeling) R 30252 30254 30092 0 -1 4202496 517323 1245 0 0 78293 402 0 0 17 0 1 0 680585713 477810688 5831 268435456000 4194304 4417452 140733528879904 18446744073709551615 258650981722 0 0 4096 0 0 0 0 17 30 0 0 0
/proc/30254/statm: 116653 5831 176 55 0 114539 0
Current children cumulated CPU time (s) 786.95
Current children cumulated vsize (KiB) 466612

Child status: 20
Real time (s): 31.304
CPU time (s): 786.976
CPU user time (s): 782.939
CPU system time (s): 4.03739
CPU usage (%): 2513.98
Max. virtual memory (cumulated for all children) (KiB): 1878472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.939
system time used= 4.03739
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518572
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= 4453
involuntary context switches= 2029

runsolver used 0.19597 second user time and 0.755885 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-18 05:56:33
IDJOB=3372588
IDBENCH=82471
IDSOLVER=1852
FILE ID=node200/3372588-1305690992
RUNJOBID= node200-1305690677-30106
PBS_JOBID= 13357381
Free space on /tmp= 62044 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372588-1305690992/watcher-3372588-1305690992 -o /tmp/evaluation-result-3372588-1305690992/solver-3372588-1305690992 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372588-1305690992.cnf

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=1861218803

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:      255492524 kB
Buffers:        451900 kB
Cached:        7893172 kB
SwapCached:          0 kB
Active:        7406236 kB
Inactive:      1007996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255492524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5872 kB
Writeback:           0 kB
AnonPages:       69340 kB
Mapped:          14476 kB
Slab:           251940 kB
PageTables:       4328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   198328 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-18 05:57:04