Trace number 3372627

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 1231.89 45.2071

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1027.5
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1231.86/45.20	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-3372627-1305692906/watcher-3372627-1305692906 -o /tmp/evaluation-result-3372627-1305692906/solver-3372627-1305692906 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372627-1305692906.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: 11.26 23.43 27.21 1/413 31214
/proc/meminfo: memFree=255490460/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=12908 CPUtime=0.02 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 1301 1248 0 0 2 0 0 0 19 0 1 0 680777264 13217792 1231 268435456000 4194304 4417452 140735131932192 18446744073709551615 4228002 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31214/statm: 3227 1231 145 55 0 1113 0

[startup+0.0937049 s]
/proc/loadavg: 11.26 23.43 27.21 1/413 31214
/proc/meminfo: memFree=255490460/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=19492 CPUtime=0.08 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 2937 1248 0 0 8 0 0 0 19 0 1 0 680777264 19959808 2867 268435456000 4194304 4417452 140735131932192 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31214/statm: 4873 2867 145 55 0 2759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19492

[startup+0.100674 s]
/proc/loadavg: 11.26 23.43 27.21 1/413 31214
/proc/meminfo: memFree=255490460/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=19492 CPUtime=0.08 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 2937 1248 0 0 8 0 0 0 19 0 1 0 680777264 19959808 2867 268435456000 4194304 4417452 140735131932192 18446744073709551615 4259634 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31214/statm: 4873 2867 145 55 0 2759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19492

[startup+0.300675 s]
/proc/loadavg: 11.26 23.43 27.21 1/413 31214
/proc/meminfo: memFree=255490460/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=37956 CPUtime=0.28 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 7569 1248 0 0 27 1 0 0 20 0 1 0 680777264 38866944 7478 268435456000 4194304 4417452 140735131932192 18446744073709551615 4262129 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31214/statm: 9489 7478 146 55 0 7375 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37956

[startup+0.700729 s]
/proc/loadavg: 11.26 23.43 27.21 1/413 31214
/proc/meminfo: memFree=255490460/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=65128 CPUtime=0.68 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 14362 1248 0 0 65 3 0 0 20 0 1 0 680777264 66691072 14271 268435456000 4194304 4417452 140735131932192 18446744073709551615 4320876 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31214/statm: 16282 14271 146 55 0 14168 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65128

[startup+1.50072 s]
/proc/loadavg: 11.26 23.43 27.21 2/414 31220
/proc/meminfo: memFree=255416484/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=151796 CPUtime=1.48 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 36061 1248 0 0 141 7 0 0 23 0 1 0 680777264 155439104 35970 268435456000 4194304 4417452 140735131932192 18446744073709551615 4259186 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31214/statm: 37949 35970 146 55 0 35835 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 151796

[startup+3.10077 s]
/proc/loadavg: 11.26 23.43 27.21 2/414 31220
/proc/meminfo: memFree=255270660/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=292676 CPUtime=3.09 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 71283 1248 0 0 294 15 0 0 25 0 1 0 680777264 299700224 71190 268435456000 4194304 4417452 140735131932192 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31214/statm: 73169 71190 146 55 0 71055 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 292676

[startup+6.30076 s]
/proc/loadavg: 10.43 23.06 27.07 2/414 31222
/proc/meminfo: memFree=254926452/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=1211068 CPUtime=9.65 cores=0-31
/proc/31214/stat : 31214 (plingeling) S 31212 31214 31124 0 -1 4202496 170088 1248 0 0 867 98 0 0 18 0 33 0 680777264 1240133632 145087 268435456000 4194304 4417452 140735131932192 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/31214/statm: 302767 145202 161 55 0 300653 0
Current children cumulated CPU time (s) 9.65
Current children cumulated vsize (KiB) 1211068

[startup+12.702 s]
/proc/loadavg: 12.16 23.21 27.09 33/446 31254
/proc/meminfo: memFree=254503784/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=1414472 CPUtime=212.55 cores=0-31
/proc/31214/stat : 31214 (plingeling) S 31212 31214 31124 0 -1 4202496 400104 1248 0 0 20958 297 0 0 18 0 33 0 680777264 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/31214/statm: 353618 261239 174 55 0 351504 0
[pid=31214/tid=31223] ppid=31212 vsize=1414472 CPUtime=6.5 cores=0-31
/proc/31214/task/31223/stat : 31223 (plingeling) R 31212 31214 31124 0 -1 4202560 7528 1248 0 0 643 7 0 0 25 0 33 0 680777881 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4252911 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31214/tid=31224] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31224/stat : 31224 (plingeling) R 31212 31214 31124 0 -1 4202560 5861 1248 0 0 643 5 0 0 25 0 33 0 680777881 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=31214/tid=31225] ppid=31212 vsize=1414472 CPUtime=6.5 cores=0-31
/proc/31214/task/31225/stat : 31225 (plingeling) R 31212 31214 31124 0 -1 4202560 6702 1248 0 0 645 5 0 0 25 0 33 0 680777881 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4302581 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31214/tid=31226] ppid=31212 vsize=1414472 CPUtime=6.51 cores=0-31
/proc/31214/task/31226/stat : 31226 (plingeling) R 31212 31214 31124 0 -1 4202560 2431 1248 0 0 650 1 0 0 25 0 33 0 680777881 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=31214/tid=31227] ppid=31212 vsize=1414472 CPUtime=6.4 cores=0-31
/proc/31214/task/31227/stat : 31227 (plingeling) R 31212 31214 31124 0 -1 4202560 4715 1248 0 0 638 2 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4216591 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=31214/tid=31228] ppid=31212 vsize=1414472 CPUtime=6.37 cores=0-31
/proc/31214/task/31228/stat : 31228 (plingeling) R 31212 31214 31124 0 -1 4202560 13437 1248 0 0 631 6 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4319200 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31214/tid=31229] ppid=31212 vsize=1414472 CPUtime=6.5 cores=0-31
/proc/31214/task/31229/stat : 31229 (plingeling) R 31212 31214 31124 0 -1 4202560 8321 1248 0 0 642 8 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4341403 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=31214/tid=31230] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31230/stat : 31230 (plingeling) R 31212 31214 31124 0 -1 4202560 5019 1248 0 0 641 7 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4271623 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31214/tid=31231] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31231/stat : 31231 (plingeling) R 31212 31214 31124 0 -1 4202560 11892 1248 0 0 637 11 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253228 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31214/tid=31232] ppid=31212 vsize=1414472 CPUtime=6.49 cores=0-31
/proc/31214/task/31232/stat : 31232 (plingeling) R 31212 31214 31124 0 -1 4202560 7473 1248 0 0 640 9 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4216240 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31214/tid=31233] ppid=31212 vsize=1414472 CPUtime=6.41 cores=0-31
/proc/31214/task/31233/stat : 31233 (plingeling) R 31212 31214 31124 0 -1 4202560 4942 1248 0 0 635 6 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31214/tid=31234] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31234/stat : 31234 (plingeling) R 31212 31214 31124 0 -1 4202560 12013 1248 0 0 638 10 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4216240 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=31214/tid=31235] ppid=31212 vsize=1414472 CPUtime=6.44 cores=0-31
/proc/31214/task/31235/stat : 31235 (plingeling) R 31212 31214 31124 0 -1 4202560 5632 1248 0 0 637 7 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=31214/tid=31236] ppid=31212 vsize=1414472 CPUtime=6.49 cores=0-31
/proc/31214/task/31236/stat : 31236 (plingeling) R 31212 31214 31124 0 -1 4202560 8112 1248 0 0 640 9 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31214/tid=31237] ppid=31212 vsize=1414472 CPUtime=6.49 cores=0-31
/proc/31214/task/31237/stat : 31237 (plingeling) R 31212 31214 31124 0 -1 4202560 9283 1248 0 0 639 10 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=31214/tid=31238] ppid=31212 vsize=1414472 CPUtime=6.31 cores=0-31
/proc/31214/task/31238/stat : 31238 (plingeling) R 31212 31214 31124 0 -1 4202560 5867 1248 0 0 625 6 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4233447 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=31214/tid=31239] ppid=31212 vsize=1414472 CPUtime=6.42 cores=0-31
/proc/31214/task/31239/stat : 31239 (plingeling) R 31212 31214 31124 0 -1 4202560 6780 1248 0 0 632 10 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4320455 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31214/tid=31240] ppid=31212 vsize=1414472 CPUtime=6.47 cores=0-31
/proc/31214/task/31240/stat : 31240 (plingeling) R 31212 31214 31124 0 -1 4202560 12650 1248 0 0 637 10 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=31214/tid=31241] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31241/stat : 31241 (plingeling) R 31212 31214 31124 0 -1 4202560 10459 1248 0 0 639 9 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4270991 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=31214/tid=31242] ppid=31212 vsize=1414472 CPUtime=6.47 cores=0-31
/proc/31214/task/31242/stat : 31242 (plingeling) R 31212 31214 31124 0 -1 4202560 7935 1248 0 0 639 8 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4260137 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=31214/tid=31243] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31243/stat : 31243 (plingeling) R 31212 31214 31124 0 -1 4202560 14266 1248 0 0 637 11 0 0 25 0 33 0 680777882 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4252601 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=31214/tid=31244] ppid=31212 vsize=1414472 CPUtime=6.47 cores=0-31
/proc/31214/task/31244/stat : 31244 (plingeling) R 31212 31214 31124 0 -1 4202560 6113 1248 0 0 639 8 0 0 25 0 33 0 680777883 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253264 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31214/tid=31245] ppid=31212 vsize=1414472 CPUtime=6.43 cores=0-31
/proc/31214/task/31245/stat : 31245 (plingeling) R 31212 31214 31124 0 -1 4202560 8444 1248 0 0 635 8 0 0 25 0 33 0 680777883 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4248338 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=31214/tid=31246] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31246/stat : 31246 (plingeling) R 31212 31214 31124 0 -1 4202560 8784 1248 0 0 640 8 0 0 25 0 33 0 680777883 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=31214/tid=31247] ppid=31212 vsize=1414472 CPUtime=6.14 cores=0-31
/proc/31214/task/31247/stat : 31247 (plingeling) R 31212 31214 31124 0 -1 4202560 6742 1248 0 0 606 8 0 0 25 0 33 0 680777883 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4320455 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31214/tid=31248] ppid=31212 vsize=1414472 CPUtime=6.44 cores=0-31
/proc/31214/task/31248/stat : 31248 (plingeling) R 31212 31214 31124 0 -1 4202560 7693 1248 0 0 634 10 0 0 25 0 33 0 680777883 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4274405 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31214/tid=31249] ppid=31212 vsize=1414472 CPUtime=6.47 cores=0-31
/proc/31214/task/31249/stat : 31249 (plingeling) R 31212 31214 31124 0 -1 4202560 4953 1248 0 0 639 8 0 0 25 0 33 0 680777883 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=31214/tid=31250] ppid=31212 vsize=1414472 CPUtime=6.32 cores=0-31
/proc/31214/task/31250/stat : 31250 (plingeling) R 31212 31214 31124 0 -1 4202560 10277 1248 0 0 620 12 0 0 25 0 33 0 680777883 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4333590 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=31214/tid=31251] ppid=31212 vsize=1414472 CPUtime=6.48 cores=0-31
/proc/31214/task/31251/stat : 31251 (plingeling) R 31212 31214 31124 0 -1 4202560 5407 1248 0 0 640 8 0 0 25 0 33 0 680777884 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=31214/tid=31252] ppid=31212 vsize=1414472 CPUtime=6.36 cores=0-31
/proc/31214/task/31252/stat : 31252 (plingeling) R 31212 31214 31124 0 -1 4202560 9892 1248 0 0 624 12 0 0 25 0 33 0 680777884 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4272977 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=31214/tid=31253] ppid=31212 vsize=1414472 CPUtime=6.38 cores=0-31
/proc/31214/task/31253/stat : 31253 (plingeling) R 31212 31214 31124 0 -1 4202560 9699 1248 0 0 633 5 0 0 25 0 33 0 680777884 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4265496 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=31214/tid=31254] ppid=31212 vsize=1414472 CPUtime=6.47 cores=0-31
/proc/31214/task/31254/stat : 31254 (plingeling) R 31212 31214 31124 0 -1 4202560 9106 1248 0 0 638 9 0 0 25 0 33 0 680777884 1448419328 261239 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253167 0 0 4096 17442 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 212.55
Current children cumulated vsize (KiB) 1414472

[startup+25.5024 s]
/proc/loadavg: 16.56 23.64 27.17 33/446 31254
/proc/meminfo: memFree=254502752/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=1359588 CPUtime=617.96 cores=0-31
/proc/31214/stat : 31214 (plingeling) S 31212 31214 31124 0 -1 4202496 490383 1248 0 0 61390 406 0 0 18 0 33 0 680777264 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/31214/statm: 339897 242891 175 55 0 337783 0
[pid=31214/tid=31223] ppid=31212 vsize=1359588 CPUtime=19.02 cores=0-31
/proc/31214/task/31223/stat : 31223 (plingeling) R 31212 31214 31124 0 -1 4202560 11632 1248 0 0 1888 14 0 0 25 0 33 0 680777881 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 18446744073699066043 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31214/tid=31224] ppid=31212 vsize=1359588 CPUtime=19.18 cores=0-31
/proc/31214/task/31224/stat : 31224 (plingeling) R 31212 31214 31124 0 -1 4202560 7916 1248 0 0 1908 10 0 0 20 0 33 0 680777881 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4333198 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31214/tid=31225] ppid=31212 vsize=1359588 CPUtime=19.29 cores=0-31
/proc/31214/task/31225/stat : 31225 (plingeling) R 31212 31214 31124 0 -1 4202560 6764 1248 0 0 1924 5 0 0 25 0 33 0 680777881 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31214/tid=31226] ppid=31212 vsize=1359588 CPUtime=19.3 cores=0-31
/proc/31214/task/31226/stat : 31226 (plingeling) R 31212 31214 31124 0 -1 4202560 2431 1248 0 0 1929 1 0 0 25 0 33 0 680777881 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=31214/tid=31227] ppid=31212 vsize=1359588 CPUtime=18.83 cores=0-31
/proc/31214/task/31227/stat : 31227 (plingeling) R 31212 31214 31124 0 -1 4202560 6769 1248 0 0 1876 7 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=31214/tid=31228] ppid=31212 vsize=1359588 CPUtime=19.16 cores=0-31
/proc/31214/task/31228/stat : 31228 (plingeling) R 31212 31214 31124 0 -1 4202560 13444 1248 0 0 1910 6 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4239367 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=31214/tid=31229] ppid=31212 vsize=1359588 CPUtime=19.28 cores=0-31
/proc/31214/task/31229/stat : 31229 (plingeling) R 31212 31214 31124 0 -1 4202560 8383 1248 0 0 1920 8 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=31214/tid=31230] ppid=31212 vsize=1359588 CPUtime=18.97 cores=0-31
/proc/31214/task/31230/stat : 31230 (plingeling) R 31212 31214 31124 0 -1 4202560 10147 1248 0 0 1886 11 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4232577 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=31214/tid=31231] ppid=31212 vsize=1359588 CPUtime=19.28 cores=0-31
/proc/31214/task/31231/stat : 31231 (plingeling) R 31212 31214 31124 0 -1 4202560 18045 1248 0 0 1915 13 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31214/tid=31232] ppid=31212 vsize=1359588 CPUtime=18.94 cores=0-31
/proc/31214/task/31232/stat : 31232 (plingeling) R 31212 31214 31124 0 -1 4202560 13627 1248 0 0 1877 17 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31214/tid=31233] ppid=31212 vsize=1359588 CPUtime=19.19 cores=0-31
/proc/31214/task/31233/stat : 31233 (plingeling) R 31212 31214 31124 0 -1 4202560 5006 1248 0 0 1913 6 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31214/tid=31234] ppid=31212 vsize=1359588 CPUtime=19.28 cores=0-31
/proc/31214/task/31234/stat : 31234 (plingeling) R 31212 31214 31124 0 -1 4202560 14069 1248 0 0 1912 16 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4254893 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=31214/tid=31235] ppid=31212 vsize=1359588 CPUtime=18.8 cores=0-31
/proc/31214/task/31235/stat : 31235 (plingeling) R 31212 31214 31124 0 -1 4202560 9737 1248 0 0 1869 11 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4263218 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31214/tid=31236] ppid=31212 vsize=1359588 CPUtime=19.02 cores=0-31
/proc/31214/task/31236/stat : 31236 (plingeling) R 31212 31214 31124 0 -1 4202560 13241 1248 0 0 1887 15 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4236048 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31214/tid=31237] ppid=31212 vsize=1359588 CPUtime=19.28 cores=0-31
/proc/31214/task/31237/stat : 31237 (plingeling) R 31212 31214 31124 0 -1 4202560 9346 1248 0 0 1918 10 0 0 25 0 33 0 680777882 1392218112 242891 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 10 0 0 0

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

[pid=31214/tid=31232] ppid=31212 vsize=1469396 CPUtime=36.54 cores=0-31
/proc/31214/task/31232/stat : 31232 (plingeling) R 31212 31214 31124 0 -1 4202560 15170 1248 0 0 3637 17 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31214/tid=31233] ppid=31212 vsize=1469396 CPUtime=36.78 cores=0-31
/proc/31214/task/31233/stat : 31233 (plingeling) R 31212 31214 31124 0 -1 4202560 5062 1248 0 0 3672 6 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31214/tid=31234] ppid=31212 vsize=1469396 CPUtime=36.87 cores=0-31
/proc/31214/task/31234/stat : 31234 (plingeling) R 31212 31214 31124 0 -1 4202560 15104 1248 0 0 3671 16 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=31214/tid=31235] ppid=31212 vsize=1469396 CPUtime=35.89 cores=0-31
/proc/31214/task/31235/stat : 31235 (plingeling) R 31212 31214 31124 0 -1 4202560 11276 1248 0 0 3578 11 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31214/tid=31236] ppid=31212 vsize=1469396 CPUtime=36.61 cores=0-31
/proc/31214/task/31236/stat : 31236 (plingeling) R 31212 31214 31124 0 -1 4202560 14277 1248 0 0 3646 15 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31214/tid=31237] ppid=31212 vsize=1469396 CPUtime=36.88 cores=0-31
/proc/31214/task/31237/stat : 31237 (plingeling) R 31212 31214 31124 0 -1 4202560 9401 1248 0 0 3678 10 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=31214/tid=31238] ppid=31212 vsize=1469396 CPUtime=36.71 cores=0-31
/proc/31214/task/31238/stat : 31238 (plingeling) R 31212 31214 31124 0 -1 4202560 13562 1248 0 0 3658 13 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=31214/tid=31239] ppid=31212 vsize=1469396 CPUtime=36.81 cores=0-31
/proc/31214/task/31239/stat : 31239 (plingeling) R 31212 31214 31124 0 -1 4202560 12431 1248 0 0 3670 11 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4274256 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31214/tid=31240] ppid=31212 vsize=1469396 CPUtime=36.49 cores=0-31
/proc/31214/task/31240/stat : 31240 (plingeling) R 31212 31214 31124 0 -1 4202560 21371 1248 0 0 3629 20 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4276019 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=31214/tid=31241] ppid=31212 vsize=1469396 CPUtime=36.87 cores=0-31
/proc/31214/task/31241/stat : 31241 (plingeling) R 31212 31214 31124 0 -1 4202560 10575 1248 0 0 3677 10 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=31214/tid=31242] ppid=31212 vsize=1469396 CPUtime=36.55 cores=0-31
/proc/31214/task/31242/stat : 31242 (plingeling) R 31212 31214 31124 0 -1 4202560 11028 1248 0 0 3640 15 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=31214/tid=31243] ppid=31212 vsize=1469396 CPUtime=36.49 cores=0-31
/proc/31214/task/31243/stat : 31243 (plingeling) R 31212 31214 31124 0 -1 4202560 20931 1248 0 0 3628 21 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4278306 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=31214/tid=31244] ppid=31212 vsize=1469396 CPUtime=36.63 cores=0-31
/proc/31214/task/31244/stat : 31244 (plingeling) R 31212 31214 31124 0 -1 4202560 13805 1248 0 0 3646 17 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31214/tid=31245] ppid=31212 vsize=1469396 CPUtime=36.81 cores=0-31
/proc/31214/task/31245/stat : 31245 (plingeling) R 31212 31214 31124 0 -1 4202560 8555 1248 0 0 3673 8 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4232648 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=31214/tid=31246] ppid=31212 vsize=1469396 CPUtime=36.74 cores=0-31
/proc/31214/task/31246/stat : 31246 (plingeling) R 31212 31214 31124 0 -1 4202560 14439 1248 0 0 3663 11 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=31214/tid=31247] ppid=31212 vsize=1469396 CPUtime=36.53 cores=0-31
/proc/31214/task/31247/stat : 31247 (plingeling) R 31212 31214 31124 0 -1 4202560 10838 1248 0 0 3644 9 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31214/tid=31248] ppid=31212 vsize=1469396 CPUtime=36.82 cores=0-31
/proc/31214/task/31248/stat : 31248 (plingeling) R 31212 31214 31124 0 -1 4202560 8737 1248 0 0 3671 11 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4239418 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=31214/tid=31249] ppid=31212 vsize=1469396 CPUtime=36.81 cores=0-31
/proc/31214/task/31249/stat : 31249 (plingeling) R 31212 31214 31124 0 -1 4202560 5069 1248 0 0 3673 8 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=31214/tid=31250] ppid=31212 vsize=1469396 CPUtime=36.71 cores=0-31
/proc/31214/task/31250/stat : 31250 (plingeling) R 31212 31214 31124 0 -1 4202560 19022 1248 0 0 3657 14 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=31214/tid=31251] ppid=31212 vsize=1469396 CPUtime=36.69 cores=0-31
/proc/31214/task/31251/stat : 31251 (plingeling) R 31212 31214 31124 0 -1 4202560 13099 1248 0 0 3654 15 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=31214/tid=31252] ppid=31212 vsize=1469396 CPUtime=36.74 cores=0-31
/proc/31214/task/31252/stat : 31252 (plingeling) R 31212 31214 31124 0 -1 4202560 10936 1248 0 0 3662 12 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 258650624450 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=31214/tid=31253] ppid=31212 vsize=1469396 CPUtime=36.77 cores=0-31
/proc/31214/task/31253/stat : 31253 (plingeling) R 31212 31214 31124 0 -1 4202560 9821 1248 0 0 3671 6 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=31214/tid=31254] ppid=31212 vsize=1469396 CPUtime=36.61 cores=0-31
/proc/31214/task/31254/stat : 31254 (plingeling) R 31212 31214 31124 0 -1 4202560 14748 1248 0 0 3646 15 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4253272 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1180.49
Current children cumulated vsize (KiB) 1469396

[startup+43.902 s]
/proc/loadavg: 19.98 24.05 27.25 33/446 31254
/proc/meminfo: memFree=254417964/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=1469396 CPUtime=1206.7 cores=0-31
/proc/31214/stat : 31214 (plingeling) S 31212 31214 31124 0 -1 4202496 528207 1248 0 0 120251 419 0 0 18 0 33 0 680777264 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/31214/statm: 367349 270373 175 55 0 365235 0
[pid=31214/tid=31223] ppid=31212 vsize=1469396 CPUtime=37.44 cores=0-31
/proc/31214/task/31223/stat : 31223 (plingeling) R 31212 31214 31124 0 -1 4202560 13173 1248 0 0 3729 15 0 0 25 0 33 0 680777881 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31214/tid=31224] ppid=31212 vsize=1469396 CPUtime=37.6 cores=0-31
/proc/31214/task/31224/stat : 31224 (plingeling) R 31212 31214 31124 0 -1 4202560 9977 1248 0 0 3749 11 0 0 25 0 33 0 680777881 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31214/tid=31225] ppid=31212 vsize=1469396 CPUtime=37.7 cores=0-31
/proc/31214/task/31225/stat : 31225 (plingeling) R 31212 31214 31124 0 -1 4202560 6818 1248 0 0 3765 5 0 0 25 0 33 0 680777881 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31214/tid=31226] ppid=31212 vsize=1469396 CPUtime=37.71 cores=0-31
/proc/31214/task/31226/stat : 31226 (plingeling) R 31212 31214 31124 0 -1 4202560 4479 1248 0 0 3770 1 0 0 25 0 33 0 680777881 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=31214/tid=31227] ppid=31212 vsize=1469396 CPUtime=37.24 cores=0-31
/proc/31214/task/31227/stat : 31227 (plingeling) R 31212 31214 31124 0 -1 4202560 7805 1248 0 0 3716 8 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4271012 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=31214/tid=31228] ppid=31212 vsize=1469396 CPUtime=37.58 cores=0-31
/proc/31214/task/31228/stat : 31228 (plingeling) R 31212 31214 31124 0 -1 4202560 14480 1248 0 0 3752 6 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=31214/tid=31229] ppid=31212 vsize=1469396 CPUtime=37.69 cores=0-31
/proc/31214/task/31229/stat : 31229 (plingeling) R 31212 31214 31124 0 -1 4202560 9462 1248 0 0 3760 9 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4264777 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=31214/tid=31230] ppid=31212 vsize=1469396 CPUtime=37.39 cores=0-31
/proc/31214/task/31230/stat : 31230 (plingeling) R 31212 31214 31124 0 -1 4202560 11183 1248 0 0 3727 12 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=31214/tid=31231] ppid=31212 vsize=1469396 CPUtime=37.69 cores=0-31
/proc/31214/task/31231/stat : 31231 (plingeling) R 31212 31214 31124 0 -1 4202560 19897 1248 0 0 3753 16 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4234794 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31214/tid=31232] ppid=31212 vsize=1469396 CPUtime=37.36 cores=0-31
/proc/31214/task/31232/stat : 31232 (plingeling) R 31212 31214 31124 0 -1 4202560 15170 1248 0 0 3719 17 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4326609 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31214/tid=31233] ppid=31212 vsize=1469396 CPUtime=37.6 cores=0-31
/proc/31214/task/31233/stat : 31233 (plingeling) R 31212 31214 31124 0 -1 4202560 5062 1248 0 0 3754 6 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31214/tid=31234] ppid=31212 vsize=1469396 CPUtime=37.69 cores=0-31
/proc/31214/task/31234/stat : 31234 (plingeling) R 31212 31214 31124 0 -1 4202560 15104 1248 0 0 3753 16 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4330537 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=31214/tid=31235] ppid=31212 vsize=1469396 CPUtime=36.68 cores=0-31
/proc/31214/task/31235/stat : 31235 (plingeling) R 31212 31214 31124 0 -1 4202560 11276 1248 0 0 3657 11 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4211628 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31214/tid=31236] ppid=31212 vsize=1469396 CPUtime=37.43 cores=0-31
/proc/31214/task/31236/stat : 31236 (plingeling) R 31212 31214 31124 0 -1 4202560 14277 1248 0 0 3728 15 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4277563 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31214/tid=31237] ppid=31212 vsize=1469396 CPUtime=37.7 cores=0-31
/proc/31214/task/31237/stat : 31237 (plingeling) R 31212 31214 31124 0 -1 4202560 9401 1248 0 0 3760 10 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=31214/tid=31238] ppid=31212 vsize=1469396 CPUtime=37.53 cores=0-31
/proc/31214/task/31238/stat : 31238 (plingeling) R 31212 31214 31124 0 -1 4202560 13562 1248 0 0 3740 13 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=31214/tid=31239] ppid=31212 vsize=1469396 CPUtime=37.63 cores=0-31
/proc/31214/task/31239/stat : 31239 (plingeling) R 31212 31214 31124 0 -1 4202560 12431 1248 0 0 3752 11 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31214/tid=31240] ppid=31212 vsize=1469396 CPUtime=37.3 cores=0-31
/proc/31214/task/31240/stat : 31240 (plingeling) R 31212 31214 31124 0 -1 4202560 21371 1248 0 0 3710 20 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=31214/tid=31241] ppid=31212 vsize=1469396 CPUtime=37.69 cores=0-31
/proc/31214/task/31241/stat : 31241 (plingeling) R 31212 31214 31124 0 -1 4202560 10575 1248 0 0 3759 10 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4365538 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=31214/tid=31242] ppid=31212 vsize=1469396 CPUtime=37.37 cores=0-31
/proc/31214/task/31242/stat : 31242 (plingeling) R 31212 31214 31124 0 -1 4202560 11028 1248 0 0 3722 15 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4275894 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=31214/tid=31243] ppid=31212 vsize=1469396 CPUtime=37.31 cores=0-31
/proc/31214/task/31243/stat : 31243 (plingeling) R 31212 31214 31124 0 -1 4202560 20931 1248 0 0 3710 21 0 0 25 0 33 0 680777882 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4257546 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=31214/tid=31244] ppid=31212 vsize=1469396 CPUtime=37.45 cores=0-31
/proc/31214/task/31244/stat : 31244 (plingeling) R 31212 31214 31124 0 -1 4202560 13805 1248 0 0 3728 17 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4276043 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31214/tid=31245] ppid=31212 vsize=1469396 CPUtime=37.63 cores=0-31
/proc/31214/task/31245/stat : 31245 (plingeling) R 31212 31214 31124 0 -1 4202560 8555 1248 0 0 3755 8 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=31214/tid=31246] ppid=31212 vsize=1469396 CPUtime=37.56 cores=0-31
/proc/31214/task/31246/stat : 31246 (plingeling) R 31212 31214 31124 0 -1 4202560 14439 1248 0 0 3745 11 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4252336 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=31214/tid=31247] ppid=31212 vsize=1469396 CPUtime=37.35 cores=0-31
/proc/31214/task/31247/stat : 31247 (plingeling) R 31212 31214 31124 0 -1 4202560 10838 1248 0 0 3726 9 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31214/tid=31248] ppid=31212 vsize=1469396 CPUtime=37.64 cores=0-31
/proc/31214/task/31248/stat : 31248 (plingeling) R 31212 31214 31124 0 -1 4202560 8737 1248 0 0 3753 11 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=31214/tid=31249] ppid=31212 vsize=1469396 CPUtime=37.63 cores=0-31
/proc/31214/task/31249/stat : 31249 (plingeling) R 31212 31214 31124 0 -1 4202560 5069 1248 0 0 3755 8 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=31214/tid=31250] ppid=31212 vsize=1469396 CPUtime=37.53 cores=0-31
/proc/31214/task/31250/stat : 31250 (plingeling) R 31212 31214 31124 0 -1 4202560 19022 1248 0 0 3739 14 0 0 25 0 33 0 680777883 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4252377 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=31214/tid=31251] ppid=31212 vsize=1469396 CPUtime=37.51 cores=0-31
/proc/31214/task/31251/stat : 31251 (plingeling) R 31212 31214 31124 0 -1 4202560 13099 1248 0 0 3736 15 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4365612 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=31214/tid=31252] ppid=31212 vsize=1469396 CPUtime=37.56 cores=0-31
/proc/31214/task/31252/stat : 31252 (plingeling) R 31212 31214 31124 0 -1 4202560 10936 1248 0 0 3744 12 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=31214/tid=31253] ppid=31212 vsize=1469396 CPUtime=37.59 cores=0-31
/proc/31214/task/31253/stat : 31253 (plingeling) R 31212 31214 31124 0 -1 4202560 9821 1248 0 0 3753 6 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=31214/tid=31254] ppid=31212 vsize=1469396 CPUtime=37.43 cores=0-31
/proc/31214/task/31254/stat : 31254 (plingeling) R 31212 31214 31124 0 -1 4202560 14748 1248 0 0 3728 15 0 0 25 0 33 0 680777884 1504661504 270373 268435456000 4194304 4417452 140735131932192 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1206.7
Current children cumulated vsize (KiB) 1469396

[startup+44.7021 s]
/proc/loadavg: 19.98 24.05 27.25 33/446 31254
/proc/meminfo: memFree=254417964/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=1469396 CPUtime=1231.07 cores=0-31
/proc/31214/stat : 31214 (plingeling) S 31212 31214 31124 0 -1 4202496 528208 1248 0 0 122688 419 0 0 18 0 13 0 680777264 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/31214/statm: 367349 270374 176 55 0 365235 0
[pid=31214/tid=31223] ppid=31212 vsize=1469396 CPUtime=38.22 cores=0-31
/proc/31214/task/31223/stat : 31223 (plingeling) R 31212 31214 31124 0 -1 4202560 13173 1248 0 0 3807 15 0 0 25 0 13 0 680777881 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4256232 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=31214/tid=31227] ppid=31212 vsize=1469396 CPUtime=38.02 cores=0-31
/proc/31214/task/31227/stat : 31227 (plingeling) R 31212 31214 31124 0 -1 4202560 7805 1248 0 0 3794 8 0 0 25 0 13 0 680777882 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4365191 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=31214/tid=31230] ppid=31212 vsize=1469396 CPUtime=38.17 cores=0-31
/proc/31214/task/31230/stat : 31230 (plingeling) R 31212 31214 31124 0 -1 4202560 11183 1248 0 0 3805 12 0 0 25 0 13 0 680777882 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4272201 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=31214/tid=31232] ppid=31212 vsize=1469396 CPUtime=38.14 cores=0-31
/proc/31214/task/31232/stat : 31232 (plingeling) R 31212 31214 31124 0 -1 4202560 15170 1248 0 0 3797 17 0 0 25 0 13 0 680777882 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4252419 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31214/tid=31235] ppid=31212 vsize=1469396 CPUtime=37.45 cores=0-31
/proc/31214/task/31235/stat : 31235 (plingeling) R 31212 31214 31124 0 -1 4202560 11276 1248 0 0 3734 11 0 0 25 0 13 0 680777882 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4251909 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31214/tid=31236] ppid=31212 vsize=1469396 CPUtime=38.21 cores=0-31
/proc/31214/task/31236/stat : 31236 (plingeling) R 31212 31214 31124 0 -1 4202560 14277 1248 0 0 3806 15 0 0 25 0 13 0 680777882 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4303805 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31214/tid=31238] ppid=31212 vsize=1469396 CPUtime=38.31 cores=0-31
/proc/31214/task/31238/stat : 31238 (plingeling) R 31212 31214 31124 0 -1 4202560 13562 1248 0 0 3818 13 0 0 25 0 13 0 680777882 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4251917 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=31214/tid=31242] ppid=31212 vsize=1469396 CPUtime=38.15 cores=0-31
/proc/31214/task/31242/stat : 31242 (plingeling) R 31212 31214 31124 0 -1 4202560 11028 1248 0 0 3800 15 0 0 25 0 13 0 680777882 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4270119 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=31214/tid=31244] ppid=31212 vsize=1469396 CPUtime=38.23 cores=0-31
/proc/31214/task/31244/stat : 31244 (plingeling) R 31212 31214 31124 0 -1 4202560 13805 1248 0 0 3806 17 0 0 25 0 13 0 680777883 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31214/tid=31246] ppid=31212 vsize=1469396 CPUtime=38.33 cores=0-31
/proc/31214/task/31246/stat : 31246 (plingeling) R 31212 31214 31124 0 -1 4202560 14439 1248 0 0 3822 11 0 0 25 0 12 0 680777883 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4365596 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=31214/tid=31251] ppid=31212 vsize=1469396 CPUtime=38.29 cores=0-31
/proc/31214/task/31251/stat : 31251 (plingeling) R 31212 31214 31124 0 -1 4202560 13099 1248 0 0 3814 15 0 0 25 0 12 0 680777884 1504661504 270374 268435456000 4194304 4417452 140735131932192 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 22 0 0 0
Current children cumulated CPU time (s) 1231.07
Current children cumulated vsize (KiB) 1469396

[startup+45.1212 s]
/proc/loadavg: 20.94 24.18 27.27 2/415 31254
/proc/meminfo: memFree=254419736/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=979344 CPUtime=1231.78 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 528208 1248 0 0 122757 421 0 0 18 0 1 0 680777264 1002848256 216377 268435456000 4194304 4417452 140735131932192 18446744073709551615 258650999159 0 0 4096 0 0 0 0 17 17 0 0 0
/proc/31214/statm: 244323 216165 176 55 0 242209 0
Current children cumulated CPU time (s) 1231.78
Current children cumulated vsize (KiB) 979344

[startup+45.2013 s]
/proc/loadavg: 20.94 24.18 27.27 2/415 31254
/proc/meminfo: memFree=254419736/264257624 swapFree=67111528/67111528
[pid=31214] ppid=31212 vsize=638304 CPUtime=1231.86 cores=0-31
/proc/31214/stat : 31214 (plingeling) R 31212 31214 31124 0 -1 4202496 528208 1248 0 0 122757 429 0 0 18 0 1 0 680777264 653623296 11979 268435456000 4194304 4417452 140735131932192 18446744073709551615 258650981722 0 0 4096 0 0 0 0 17 17 0 0 0
/proc/31214/statm: 159576 11665 176 55 0 157462 0
Current children cumulated CPU time (s) 1231.86
Current children cumulated vsize (KiB) 638304

Child status: 20
Real time (s): 45.2071
CPU time (s): 1231.89
CPU user time (s): 1227.58
CPU system time (s): 4.31034
CPU usage (%): 2725
Max. virtual memory (cumulated for all children) (KiB): 1725320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1227.58
system time used= 4.31034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529460
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= 4044
involuntary context switches= 3016

runsolver used 0.274958 second user time and 1.06384 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-18 06:28:29
IDJOB=3372627
IDBENCH=82492
IDSOLVER=1852
FILE ID=node200/3372627-1305692906
RUNJOBID= node200-1305692877-31138
PBS_JOBID= 13357384
Free space on /tmp= 62044 MiB

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

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=8909018

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:      255490748 kB
Buffers:        452248 kB
Cached:        7893452 kB
SwapCached:          0 kB
Active:        7406696 kB
Inactive:      1008148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255490748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5972 kB
Writeback:           0 kB
AnonPages:       69588 kB
Mapped:          14452 kB
Slab:           251720 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   176560 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 06:29:14