Trace number 3372252

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 52440.1 1644.98

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10303
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 29.51 31.58 31.91 1/413 16250
/proc/meminfo: memFree=255572048/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=12144 CPUtime=0.02 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202496 1117 1243 0 0 2 0 0 0 21 0 1 0 664291518 12435456 1048 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/16250/statm: 3036 1048 145 55 0 922 0

[startup+0.125428 s]
/proc/loadavg: 29.51 31.58 31.91 1/413 16250
/proc/meminfo: memFree=255572048/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=19636 CPUtime=0.11 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202496 2982 1243 0 0 11 0 0 0 22 0 1 0 664291518 20107264 2913 268435456000 4194304 4417452 140733923140736 18446744073709551615 4227843 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/16250/statm: 4909 2913 145 55 0 2795 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 19636

[startup+0.200439 s]
/proc/loadavg: 29.51 31.58 31.91 1/413 16250
/proc/meminfo: memFree=255572048/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=27744 CPUtime=0.18 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202496 5002 1243 0 0 18 0 0 0 22 0 1 0 664291518 28409856 4933 268435456000 4194304 4417452 140733923140736 18446744073709551615 4264950 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/16250/statm: 6936 4933 146 55 0 4822 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 27744

[startup+0.300428 s]
/proc/loadavg: 29.51 31.58 31.91 1/413 16250
/proc/meminfo: memFree=255572048/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=36988 CPUtime=0.28 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202496 7337 1243 0 0 27 1 0 0 22 0 1 0 664291518 37875712 7268 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274446 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/16250/statm: 9247 7268 146 55 0 7133 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36988

[startup+0.700489 s]
/proc/loadavg: 29.51 31.58 31.91 1/413 16250
/proc/meminfo: memFree=255572048/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=64412 CPUtime=0.68 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202496 14177 1243 0 0 65 3 0 0 24 0 1 0 664291518 65957888 14108 268435456000 4194304 4417452 140733923140736 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/16250/statm: 16103 14108 146 55 0 13989 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64412

[startup+1.5005 s]
/proc/loadavg: 27.23 31.08 31.74 2/414 16256
/proc/meminfo: memFree=255498236/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=151264 CPUtime=1.48 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202496 35906 1243 0 0 141 7 0 0 25 0 1 0 664291518 154894336 35837 268435456000 4194304 4417452 140733923140736 18446744073709551615 4209658 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/16250/statm: 37816 35837 146 55 0 35702 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 151264

[startup+3.10042 s]
/proc/loadavg: 27.23 31.08 31.74 2/414 16256
/proc/meminfo: memFree=255352040/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=922236 CPUtime=6.78 cores=0-31
/proc/16250/stat : 16250 (plingeling) S 16248 16250 16224 0 -1 4202496 114752 1243 0 0 557 121 0 0 18 0 33 0 664291518 944369664 88126 268435456000 4194304 4417452 140733923140736 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 16 0 0 0
/proc/16250/statm: 230559 88126 167 55 0 228445 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 922236

[startup+6.30154 s]
/proc/loadavg: 27.23 31.08 31.74 33/446 16288
/proc/meminfo: memFree=255094904/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=1058200 CPUtime=106.57 cores=0-31
/proc/16250/stat : 16250 (plingeling) S 16248 16250 16224 0 -1 4202496 256851 1243 0 0 10447 210 0 0 18 0 33 0 664291518 1083596800 134340 268435456000 4194304 4417452 140733923140736 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 16 0 0 0
/proc/16250/statm: 264550 134357 173 55 0 262436 0
[pid=16250/tid=16257] ppid=16248 vsize=1058200 CPUtime=3.24 cores=0-31
/proc/16250/task/16257/stat : 16257 (plingeling) R 16248 16250 16224 0 -1 4202560 7344 1243 0 0 318 6 0 0 25 0 33 0 664291812 1083596800 134363 268435456000 4194304 4417452 140733923140736 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=1058200 CPUtime=3.22 cores=0-31
/proc/16250/task/16258/stat : 16258 (plingeling) R 16248 16250 16224 0 -1 4202560 6277 1243 0 0 315 7 0 0 19 0 33 0 664291812 1083596800 134373 268435456000 4194304 4417452 140733923140736 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=1058200 CPUtime=3.13 cores=0-31
/proc/16250/task/16259/stat : 16259 (plingeling) R 16248 16250 16224 0 -1 4202560 5080 1243 0 0 310 3 0 0 23 0 33 0 664291812 1083596800 134384 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=1058200 CPUtime=3.25 cores=0-31
/proc/16250/task/16260/stat : 16260 (plingeling) R 16248 16250 16224 0 -1 4202560 1110 1243 0 0 323 2 0 0 25 0 33 0 664291812 1083596800 134393 268435456000 4194304 4417452 140733923140736 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=1058200 CPUtime=3.27 cores=0-31
/proc/16250/task/16261/stat : 16261 (plingeling) R 16248 16250 16224 0 -1 4202560 4368 1243 0 0 321 6 0 0 25 0 33 0 664291812 1083596800 134403 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274913 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=1058200 CPUtime=3.2 cores=0-31
/proc/16250/task/16262/stat : 16262 (plingeling) R 16248 16250 16224 0 -1 4202560 5168 1243 0 0 314 6 0 0 23 0 33 0 664291812 1083596800 134414 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=1058200 CPUtime=3.28 cores=0-31
/proc/16250/task/16263/stat : 16263 (plingeling) R 16248 16250 16224 0 -1 4202560 3448 1243 0 0 324 4 0 0 25 0 33 0 664291812 1083596800 134423 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=1058200 CPUtime=3.22 cores=0-31
/proc/16250/task/16264/stat : 16264 (plingeling) R 16248 16250 16224 0 -1 4202560 3667 1243 0 0 319 3 0 0 19 0 33 0 664291812 1083596800 134433 268435456000 4194304 4417452 140733923140736 18446744073709551615 4317335 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=1058200 CPUtime=3.16 cores=0-31
/proc/16250/task/16265/stat : 16265 (plingeling) R 16248 16250 16224 0 -1 4202560 6428 1243 0 0 309 7 0 0 22 0 33 0 664291812 1083596800 134443 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=1058200 CPUtime=3.28 cores=0-31
/proc/16250/task/16266/stat : 16266 (plingeling) R 16248 16250 16224 0 -1 4202560 5330 1243 0 0 322 6 0 0 19 0 33 0 664291812 1083596800 134452 268435456000 4194304 4417452 140733923140736 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=1058200 CPUtime=3.32 cores=0-31
/proc/16250/task/16267/stat : 16267 (plingeling) R 16248 16250 16224 0 -1 4202560 4128 1243 0 0 329 3 0 0 25 0 33 0 664291812 1083596800 134462 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346639 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=1058200 CPUtime=3.32 cores=0-31
/proc/16250/task/16268/stat : 16268 (plingeling) R 16248 16250 16224 0 -1 4202560 11345 1243 0 0 324 8 0 0 25 0 33 0 664291812 1083596800 134472 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16250/tid=16269] ppid=16248 vsize=1058200 CPUtime=3.26 cores=0-31
/proc/16250/task/16269/stat : 16269 (plingeling) R 16248 16250 16224 0 -1 4202560 7347 1243 0 0 320 6 0 0 19 0 33 0 664291812 1083596800 134482 268435456000 4194304 4417452 140733923140736 18446744073709551615 4270704 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=16250/tid=16270] ppid=16248 vsize=1058200 CPUtime=3.28 cores=0-31
/proc/16250/task/16270/stat : 16270 (plingeling) R 16248 16250 16224 0 -1 4202560 4117 1243 0 0 323 5 0 0 25 0 33 0 664291812 1083596800 134491 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=16250/tid=16271] ppid=16248 vsize=1058200 CPUtime=3.24 cores=0-31
/proc/16250/task/16271/stat : 16271 (plingeling) R 16248 16250 16224 0 -1 4202560 1774 1243 0 0 319 5 0 0 24 0 33 0 664291812 1083596800 134501 268435456000 4194304 4417452 140733923140736 18446744073709551615 4256889 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=16250/tid=16272] ppid=16248 vsize=1058200 CPUtime=3.24 cores=0-31
/proc/16250/task/16272/stat : 16272 (plingeling) R 16248 16250 16224 0 -1 4202560 3069 1243 0 0 320 4 0 0 25 0 33 0 664291812 1083596800 134511 268435456000 4194304 4417452 140733923140736 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16250/tid=16273] ppid=16248 vsize=1058200 CPUtime=3.21 cores=0-31
/proc/16250/task/16273/stat : 16273 (plingeling) R 16248 16250 16224 0 -1 4202560 9726 1243 0 0 314 7 0 0 24 0 33 0 664291812 1083596800 134519 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346493 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=16250/tid=16274] ppid=16248 vsize=1058200 CPUtime=3.22 cores=0-31
/proc/16250/task/16274/stat : 16274 (plingeling) R 16248 16250 16224 0 -1 4202560 4119 1243 0 0 315 7 0 0 19 0 33 0 664291812 1083596800 134529 268435456000 4194304 4417452 140733923140736 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=16250/tid=16275] ppid=16248 vsize=1058200 CPUtime=3.23 cores=0-31
/proc/16250/task/16275/stat : 16275 (plingeling) R 16248 16250 16224 0 -1 4202560 3492 1243 0 0 319 4 0 0 25 0 33 0 664291812 1083596800 134539 268435456000 4194304 4417452 140733923140736 18446744073709551615 4240099 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16250/tid=16276] ppid=16248 vsize=1058200 CPUtime=3.2 cores=0-31
/proc/16250/task/16276/stat : 16276 (plingeling) R 16248 16250 16224 0 -1 4202560 4058 1243 0 0 312 8 0 0 19 0 33 0 664291812 1083596800 134548 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=16250/tid=16277] ppid=16248 vsize=1058200 CPUtime=3.2 cores=0-31
/proc/16250/task/16277/stat : 16277 (plingeling) R 16248 16250 16224 0 -1 4202560 11181 1243 0 0 313 7 0 0 18 0 33 0 664291812 1083596800 134559 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274891 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=16250/tid=16278] ppid=16248 vsize=1058200 CPUtime=3.22 cores=0-31
/proc/16250/task/16278/stat : 16278 (plingeling) R 16248 16250 16224 0 -1 4202560 9306 1243 0 0 315 7 0 0 23 0 33 0 664291812 1083596800 134569 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274991 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=16250/tid=16279] ppid=16248 vsize=1058200 CPUtime=3.21 cores=0-31
/proc/16250/task/16279/stat : 16279 (plingeling) R 16248 16250 16224 0 -1 4202560 6565 1243 0 0 317 4 0 0 23 0 33 0 664291812 1083596800 134578 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=16250/tid=16280] ppid=16248 vsize=1058200 CPUtime=3.23 cores=0-31
/proc/16250/task/16280/stat : 16280 (plingeling) R 16248 16250 16224 0 -1 4202560 8066 1243 0 0 316 7 0 0 19 0 33 0 664291812 1083596800 134588 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274337 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=16250/tid=16281] ppid=16248 vsize=1058200 CPUtime=3.19 cores=0-31
/proc/16250/task/16281/stat : 16281 (plingeling) R 16248 16250 16224 0 -1 4202560 8166 1243 0 0 311 8 0 0 25 0 33 0 664291813 1083596800 134598 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16250/tid=16282] ppid=16248 vsize=1058200 CPUtime=3.16 cores=0-31
/proc/16250/task/16282/stat : 16282 (plingeling) R 16248 16250 16224 0 -1 4202560 11101 1243 0 0 307 9 0 0 18 0 33 0 664291813 1083596800 134607 268435456000 4194304 4417452 140733923140736 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=16250/tid=16283] ppid=16248 vsize=1058200 CPUtime=3.19 cores=0-31
/proc/16250/task/16283/stat : 16283 (plingeling) R 16248 16250 16224 0 -1 4202560 3496 1243 0 0 318 1 0 0 18 0 33 0 664291813 1083596800 134617 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=16250/tid=16284] ppid=16248 vsize=1058200 CPUtime=3.3 cores=0-31
/proc/16250/task/16284/stat : 16284 (plingeling) R 16248 16250 16224 0 -1 4202560 5954 1243 0 0 323 7 0 0 18 0 33 0 664291814 1083596800 134627 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=16250/tid=16285] ppid=16248 vsize=1058200 CPUtime=3.25 cores=0-31
/proc/16250/task/16285/stat : 16285 (plingeling) R 16248 16250 16224 0 -1 4202560 3380 1243 0 0 320 5 0 0 25 0 33 0 664291814 1083596800 134637 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274337 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16250/tid=16286] ppid=16248 vsize=1058200 CPUtime=3.25 cores=0-31
/proc/16250/task/16286/stat : 16286 (plingeling) R 16248 16250 16224 0 -1 4202560 6579 1243 0 0 318 7 0 0 17 0 33 0 664291814 1083596800 134645 268435456000 4194304 4417452 140733923140736 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=16250/tid=16287] ppid=16248 vsize=1058200 CPUtime=3.18 cores=0-31
/proc/16250/task/16287/stat : 16287 (plingeling) R 16248 16250 16224 0 -1 4202560 1944 1243 0 0 315 3 0 0 25 0 33 0 664291814 1083596800 134655 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346437 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=16250/tid=16288] ppid=16248 vsize=1058200 CPUtime=3.19 cores=0-31
/proc/16250/task/16288/stat : 16288 (plingeling) R 16248 16250 16224 0 -1 4202560 8571 1243 0 0 313 6 0 0 18 0 33 0 664291814 1083596800 134665 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 106.57
Current children cumulated vsize (KiB) 1058200

[startup+12.7018 s]
/proc/loadavg: 27.96 31.10 31.75 33/446 16288
/proc/meminfo: memFree=255002012/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=1055140 CPUtime=311.13 cores=0-31
/proc/16250/stat : 16250 (plingeling) S 16248 16250 16224 0 -1 4202496 274904 1243 0 0 30897 216 0 0 18 0 33 0 664291518 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 16 0 0 0
/proc/16250/statm: 263785 136019 175 55 0 261671 0
[pid=16250/tid=16257] ppid=16248 vsize=1055140 CPUtime=9.64 cores=0-31
/proc/16250/task/16257/stat : 16257 (plingeling) R 16248 16250 16224 0 -1 4202560 8370 1243 0 0 958 6 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4275781 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=1055140 CPUtime=9.61 cores=0-31
/proc/16250/task/16258/stat : 16258 (plingeling) R 16248 16250 16224 0 -1 4202560 7727 1243 0 0 954 7 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4275877 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=1055140 CPUtime=9.53 cores=0-31
/proc/16250/task/16259/stat : 16259 (plingeling) R 16248 16250 16224 0 -1 4202560 5080 1243 0 0 950 3 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364666 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=1055140 CPUtime=9.64 cores=0-31
/proc/16250/task/16260/stat : 16260 (plingeling) R 16248 16250 16224 0 -1 4202560 1110 1243 0 0 962 2 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=1055140 CPUtime=9.67 cores=0-31
/proc/16250/task/16261/stat : 16261 (plingeling) R 16248 16250 16224 0 -1 4202560 4374 1243 0 0 961 6 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4276054 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=1055140 CPUtime=9.59 cores=0-31
/proc/16250/task/16262/stat : 16262 (plingeling) R 16248 16250 16224 0 -1 4202560 5174 1243 0 0 953 6 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4264624 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=1055140 CPUtime=9.68 cores=0-31
/proc/16250/task/16263/stat : 16263 (plingeling) R 16248 16250 16224 0 -1 4202560 3448 1243 0 0 964 4 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=1055140 CPUtime=9.62 cores=0-31
/proc/16250/task/16264/stat : 16264 (plingeling) R 16248 16250 16224 0 -1 4202560 3871 1243 0 0 959 3 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=1055140 CPUtime=9.57 cores=0-31
/proc/16250/task/16265/stat : 16265 (plingeling) R 16248 16250 16224 0 -1 4202560 7203 1243 0 0 949 8 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4366043 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=1055140 CPUtime=9.68 cores=0-31
/proc/16250/task/16266/stat : 16266 (plingeling) R 16248 16250 16224 0 -1 4202560 7763 1243 0 0 961 7 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=1055140 CPUtime=9.71 cores=0-31
/proc/16250/task/16267/stat : 16267 (plingeling) R 16248 16250 16224 0 -1 4202560 4128 1243 0 0 968 3 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=1055140 CPUtime=9.72 cores=0-31
/proc/16250/task/16268/stat : 16268 (plingeling) R 16248 16250 16224 0 -1 4202560 12247 1243 0 0 964 8 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16250/tid=16269] ppid=16248 vsize=1055140 CPUtime=9.66 cores=0-31
/proc/16250/task/16269/stat : 16269 (plingeling) R 16248 16250 16224 0 -1 4202560 8707 1243 0 0 959 7 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4295500 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=16250/tid=16270] ppid=16248 vsize=1055140 CPUtime=9.67 cores=0-31
/proc/16250/task/16270/stat : 16270 (plingeling) R 16248 16250 16224 0 -1 4202560 5821 1243 0 0 962 5 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=16250/tid=16271] ppid=16248 vsize=1055140 CPUtime=9.64 cores=0-31
/proc/16250/task/16271/stat : 16271 (plingeling) R 16248 16250 16224 0 -1 4202560 1775 1243 0 0 959 5 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=16250/tid=16272] ppid=16248 vsize=1055140 CPUtime=9.63 cores=0-31
/proc/16250/task/16272/stat : 16272 (plingeling) R 16248 16250 16224 0 -1 4202560 3075 1243 0 0 959 4 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16250/tid=16273] ppid=16248 vsize=1055140 CPUtime=9.61 cores=0-31
/proc/16250/task/16273/stat : 16273 (plingeling) R 16248 16250 16224 0 -1 4202560 11360 1243 0 0 954 7 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=16250/tid=16274] ppid=16248 vsize=1055140 CPUtime=9.62 cores=0-31
/proc/16250/task/16274/stat : 16274 (plingeling) R 16248 16250 16224 0 -1 4202560 4125 1243 0 0 955 7 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=16250/tid=16275] ppid=16248 vsize=1055140 CPUtime=9.63 cores=0-31
/proc/16250/task/16275/stat : 16275 (plingeling) R 16248 16250 16224 0 -1 4202560 4646 1243 0 0 959 4 0 0 25 0 33 0 664291812 1080463360 136019 268435456000 4194304 4417452 140733923140736 18446744073709551615 4353554 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16250/tid=16276] ppid=16248 vsize=1055140 CPUtime=9.59 cores=0-31

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

/proc/16250/task/16264/stat : 16264 (plingeling) R 16248 16250 16224 0 -1 4202560 140854 1243 0 0 163624 154 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=7644596 CPUtime=1637.7 cores=0-31
/proc/16250/task/16265/stat : 16265 (plingeling) R 16248 16250 16224 0 -1 4202560 132515 1243 0 0 163711 59 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=7644596 CPUtime=1637.94 cores=0-31
/proc/16250/task/16266/stat : 16266 (plingeling) R 16248 16250 16224 0 -1 4202560 223442 1243 0 0 163615 179 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=7644596 CPUtime=1635.07 cores=0-31
/proc/16250/task/16267/stat : 16267 (plingeling) R 16248 16250 16224 0 -1 4202560 162949 1243 0 0 163403 104 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=7644596 CPUtime=1629.67 cores=0-31
/proc/16250/task/16268/stat : 16268 (plingeling) R 16248 16250 16224 0 -1 4202560 202072 1243 0 0 162835 132 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=16250/tid=16269] ppid=16248 vsize=7644596 CPUtime=1634.3 cores=0-31
/proc/16250/task/16269/stat : 16269 (plingeling) R 16248 16250 16224 0 -1 4202560 201010 1243 0 0 163241 189 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4356960 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=16250/tid=16270] ppid=16248 vsize=7644596 CPUtime=1637.15 cores=0-31
/proc/16250/task/16270/stat : 16270 (plingeling) R 16248 16250 16224 0 -1 4202560 111240 1243 0 0 163659 56 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=16250/tid=16271] ppid=16248 vsize=7644596 CPUtime=1636.28 cores=0-31
/proc/16250/task/16271/stat : 16271 (plingeling) R 16248 16250 16224 0 -1 4202560 113483 1243 0 0 163508 120 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=16250/tid=16272] ppid=16248 vsize=7644596 CPUtime=1636.49 cores=0-31
/proc/16250/task/16272/stat : 16272 (plingeling) R 16248 16250 16224 0 -1 4202560 131381 1243 0 0 163577 72 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16250/tid=16273] ppid=16248 vsize=7644596 CPUtime=1636.92 cores=0-31
/proc/16250/task/16273/stat : 16273 (plingeling) R 16248 16250 16224 0 -1 4202560 119911 1243 0 0 163650 42 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=16250/tid=16274] ppid=16248 vsize=7644596 CPUtime=1637.58 cores=0-31
/proc/16250/task/16274/stat : 16274 (plingeling) R 16248 16250 16224 0 -1 4202560 143309 1243 0 0 163621 137 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=16250/tid=16275] ppid=16248 vsize=7644596 CPUtime=1637.69 cores=0-31
/proc/16250/task/16275/stat : 16275 (plingeling) R 16248 16250 16224 0 -1 4202560 184145 1243 0 0 163596 173 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16250/tid=16276] ppid=16248 vsize=7644596 CPUtime=1630.95 cores=0-31
/proc/16250/task/16276/stat : 16276 (plingeling) R 16248 16250 16224 0 -1 4202560 111503 1243 0 0 162992 103 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=16250/tid=16277] ppid=16248 vsize=7644596 CPUtime=1636.64 cores=0-31
/proc/16250/task/16277/stat : 16277 (plingeling) R 16248 16250 16224 0 -1 4202560 120575 1243 0 0 163568 96 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=16250/tid=16278] ppid=16248 vsize=7644596 CPUtime=1637.19 cores=0-31
/proc/16250/task/16278/stat : 16278 (plingeling) R 16248 16250 16224 0 -1 4202560 102005 1243 0 0 163687 32 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4263027 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16250/tid=16279] ppid=16248 vsize=7644596 CPUtime=1637.85 cores=0-31
/proc/16250/task/16279/stat : 16279 (plingeling) R 16248 16250 16224 0 -1 4202560 103916 1243 0 0 163743 42 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=16250/tid=16280] ppid=16248 vsize=7644596 CPUtime=1637.94 cores=0-31
/proc/16250/task/16280/stat : 16280 (plingeling) R 16248 16250 16224 0 -1 4202560 95340 1243 0 0 163744 50 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=16250/tid=16281] ppid=16248 vsize=7644596 CPUtime=1637.74 cores=0-31
/proc/16250/task/16281/stat : 16281 (plingeling) R 16248 16250 16224 0 -1 4202560 73534 1243 0 0 163715 59 0 0 25 0 33 0 664291813 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16250/tid=16282] ppid=16248 vsize=7644596 CPUtime=1637.85 cores=0-31
/proc/16250/task/16282/stat : 16282 (plingeling) R 16248 16250 16224 0 -1 4202560 139600 1243 0 0 163715 70 0 0 25 0 33 0 664291813 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=16250/tid=16283] ppid=16248 vsize=7644596 CPUtime=1637.91 cores=0-31
/proc/16250/task/16283/stat : 16283 (plingeling) R 16248 16250 16224 0 -1 4202560 212279 1243 0 0 163587 204 0 0 25 0 33 0 664291813 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=16250/tid=16284] ppid=16248 vsize=7644596 CPUtime=1637.94 cores=0-31
/proc/16250/task/16284/stat : 16284 (plingeling) R 16248 16250 16224 0 -1 4202560 136142 1243 0 0 163674 120 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=16250/tid=16285] ppid=16248 vsize=7644596 CPUtime=1631.95 cores=0-31
/proc/16250/task/16285/stat : 16285 (plingeling) R 16248 16250 16224 0 -1 4202560 116523 1243 0 0 163119 76 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4250559 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=16250/tid=16286] ppid=16248 vsize=7644596 CPUtime=1634.01 cores=0-31
/proc/16250/task/16286/stat : 16286 (plingeling) R 16248 16250 16224 0 -1 4202560 148954 1243 0 0 163226 175 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=16250/tid=16287] ppid=16248 vsize=7644596 CPUtime=1636.5 cores=0-31
/proc/16250/task/16287/stat : 16287 (plingeling) R 16248 16250 16224 0 -1 4202560 164893 1243 0 0 163493 157 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=16250/tid=16288] ppid=16248 vsize=7644596 CPUtime=1637.49 cores=0-31
/proc/16250/task/16288/stat : 16288 (plingeling) R 16248 16250 16224 0 -1 4202560 148801 1243 0 0 163666 83 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 52364.8
Current children cumulated vsize (KiB) 7644596

[startup+1643.2 s]
/proc/loadavg: 32.14 32.16 32.05 33/446 16341
/proc/meminfo: memFree=248496040/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=7644596 CPUtime=52416 cores=0-31
/proc/16250/stat : 16250 (plingeling) S 16248 16250 16224 0 -1 4202496 4615362 1243 0 0 5238198 3400 0 0 18 0 33 0 664291518 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 16 0 0 0
/proc/16250/statm: 1911149 1767611 175 55 0 1909035 0
[pid=16250/tid=16257] ppid=16248 vsize=7644596 CPUtime=1639.51 cores=0-31
/proc/16250/task/16257/stat : 16257 (plingeling) R 16248 16250 16224 0 -1 4202560 175644 1243 0 0 163879 72 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=7644596 CPUtime=1638.92 cores=0-31
/proc/16250/task/16258/stat : 16258 (plingeling) R 16248 16250 16224 0 -1 4202560 48936 1243 0 0 163839 53 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=7644596 CPUtime=1639.35 cores=0-31
/proc/16250/task/16259/stat : 16259 (plingeling) R 16248 16250 16224 0 -1 4202560 91357 1243 0 0 163869 66 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=7644596 CPUtime=1638.42 cores=0-31
/proc/16250/task/16260/stat : 16260 (plingeling) R 16248 16250 16224 0 -1 4202560 315347 1243 0 0 163632 210 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=7644596 CPUtime=1639.5 cores=0-31
/proc/16250/task/16261/stat : 16261 (plingeling) R 16248 16250 16224 0 -1 4202560 102659 1243 0 0 163892 58 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=7644596 CPUtime=1632.75 cores=0-31
/proc/16250/task/16262/stat : 16262 (plingeling) R 16248 16250 16224 0 -1 4202560 203021 1243 0 0 163096 179 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=7644596 CPUtime=1637.78 cores=0-31
/proc/16250/task/16263/stat : 16263 (plingeling) R 16248 16250 16224 0 -1 4202560 66850 1243 0 0 163732 46 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4356796 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=7644596 CPUtime=1639.38 cores=0-31
/proc/16250/task/16264/stat : 16264 (plingeling) R 16248 16250 16224 0 -1 4202560 140854 1243 0 0 163784 154 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=7644596 CPUtime=1639.3 cores=0-31
/proc/16250/task/16265/stat : 16265 (plingeling) R 16248 16250 16224 0 -1 4202560 132515 1243 0 0 163871 59 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=7644596 CPUtime=1639.54 cores=0-31
/proc/16250/task/16266/stat : 16266 (plingeling) R 16248 16250 16224 0 -1 4202560 223442 1243 0 0 163775 179 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=7644596 CPUtime=1636.67 cores=0-31
/proc/16250/task/16267/stat : 16267 (plingeling) R 16248 16250 16224 0 -1 4202560 162949 1243 0 0 163563 104 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=7644596 CPUtime=1631.27 cores=0-31
/proc/16250/task/16268/stat : 16268 (plingeling) R 16248 16250 16224 0 -1 4202560 202072 1243 0 0 162995 132 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=16250/tid=16269] ppid=16248 vsize=7644596 CPUtime=1635.9 cores=0-31
/proc/16250/task/16269/stat : 16269 (plingeling) R 16248 16250 16224 0 -1 4202560 201010 1243 0 0 163401 189 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=16250/tid=16270] ppid=16248 vsize=7644596 CPUtime=1638.75 cores=0-31
/proc/16250/task/16270/stat : 16270 (plingeling) R 16248 16250 16224 0 -1 4202560 111240 1243 0 0 163819 56 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=16250/tid=16271] ppid=16248 vsize=7644596 CPUtime=1637.88 cores=0-31
/proc/16250/task/16271/stat : 16271 (plingeling) R 16248 16250 16224 0 -1 4202560 113483 1243 0 0 163668 120 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=16250/tid=16272] ppid=16248 vsize=7644596 CPUtime=1638.09 cores=0-31
/proc/16250/task/16272/stat : 16272 (plingeling) R 16248 16250 16224 0 -1 4202560 131381 1243 0 0 163737 72 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16250/tid=16273] ppid=16248 vsize=7644596 CPUtime=1638.51 cores=0-31
/proc/16250/task/16273/stat : 16273 (plingeling) R 16248 16250 16224 0 -1 4202560 119911 1243 0 0 163809 42 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=16250/tid=16274] ppid=16248 vsize=7644596 CPUtime=1639.18 cores=0-31
/proc/16250/task/16274/stat : 16274 (plingeling) R 16248 16250 16224 0 -1 4202560 143309 1243 0 0 163781 137 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=16250/tid=16275] ppid=16248 vsize=7644596 CPUtime=1639.29 cores=0-31
/proc/16250/task/16275/stat : 16275 (plingeling) R 16248 16250 16224 0 -1 4202560 184145 1243 0 0 163756 173 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16250/tid=16276] ppid=16248 vsize=7644596 CPUtime=1632.55 cores=0-31
/proc/16250/task/16276/stat : 16276 (plingeling) R 16248 16250 16224 0 -1 4202560 111503 1243 0 0 163152 103 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364456 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=16250/tid=16277] ppid=16248 vsize=7644596 CPUtime=1638.24 cores=0-31
/proc/16250/task/16277/stat : 16277 (plingeling) R 16248 16250 16224 0 -1 4202560 120575 1243 0 0 163728 96 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=16250/tid=16278] ppid=16248 vsize=7644596 CPUtime=1638.79 cores=0-31
/proc/16250/task/16278/stat : 16278 (plingeling) R 16248 16250 16224 0 -1 4202560 102005 1243 0 0 163847 32 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16250/tid=16279] ppid=16248 vsize=7644596 CPUtime=1639.45 cores=0-31
/proc/16250/task/16279/stat : 16279 (plingeling) R 16248 16250 16224 0 -1 4202560 103916 1243 0 0 163903 42 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=16250/tid=16280] ppid=16248 vsize=7644596 CPUtime=1639.54 cores=0-31
/proc/16250/task/16280/stat : 16280 (plingeling) R 16248 16250 16224 0 -1 4202560 95340 1243 0 0 163904 50 0 0 25 0 33 0 664291812 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=16250/tid=16281] ppid=16248 vsize=7644596 CPUtime=1639.34 cores=0-31
/proc/16250/task/16281/stat : 16281 (plingeling) R 16248 16250 16224 0 -1 4202560 73534 1243 0 0 163875 59 0 0 25 0 33 0 664291813 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16250/tid=16282] ppid=16248 vsize=7644596 CPUtime=1639.44 cores=0-31
/proc/16250/task/16282/stat : 16282 (plingeling) R 16248 16250 16224 0 -1 4202560 139600 1243 0 0 163874 70 0 0 25 0 33 0 664291813 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=16250/tid=16283] ppid=16248 vsize=7644596 CPUtime=1639.51 cores=0-31
/proc/16250/task/16283/stat : 16283 (plingeling) R 16248 16250 16224 0 -1 4202560 212279 1243 0 0 163747 204 0 0 25 0 33 0 664291813 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=16250/tid=16284] ppid=16248 vsize=7644596 CPUtime=1639.54 cores=0-31
/proc/16250/task/16284/stat : 16284 (plingeling) R 16248 16250 16224 0 -1 4202560 136142 1243 0 0 163834 120 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=16250/tid=16285] ppid=16248 vsize=7644596 CPUtime=1633.55 cores=0-31
/proc/16250/task/16285/stat : 16285 (plingeling) R 16248 16250 16224 0 -1 4202560 116523 1243 0 0 163279 76 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=16250/tid=16286] ppid=16248 vsize=7644596 CPUtime=1635.61 cores=0-31
/proc/16250/task/16286/stat : 16286 (plingeling) R 16248 16250 16224 0 -1 4202560 148954 1243 0 0 163386 175 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=16250/tid=16287] ppid=16248 vsize=7644596 CPUtime=1638.1 cores=0-31
/proc/16250/task/16287/stat : 16287 (plingeling) R 16248 16250 16224 0 -1 4202560 164893 1243 0 0 163653 157 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=16250/tid=16288] ppid=16248 vsize=7644596 CPUtime=1639.08 cores=0-31
/proc/16250/task/16288/stat : 16288 (plingeling) R 16248 16250 16224 0 -1 4202560 148801 1243 0 0 163825 83 0 0 25 0 33 0 664291814 7828066304 1767611 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 52416
Current children cumulated vsize (KiB) 7644596

[startup+1644 s]
/proc/loadavg: 32.14 32.16 32.05 33/446 16341
/proc/meminfo: memFree=248496276/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=7648524 CPUtime=52438.6 cores=0-31
/proc/16250/stat : 16250 (plingeling) S 16248 16250 16224 0 -1 4202496 4616345 1243 0 0 5240464 3401 0 0 18 0 6 0 664291518 7832088576 1768594 268435456000 4194304 4417452 140733923140736 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 16 0 0 0
/proc/16250/statm: 1912131 1768594 176 55 0 1910017 0
[pid=16250/tid=16257] ppid=16248 vsize=7648524 CPUtime=1640.31 cores=0-31
/proc/16250/task/16257/stat : 16257 (plingeling) R 16248 16250 16224 0 -1 4202560 175644 1243 0 0 163959 72 0 0 25 0 6 0 664291812 7832088576 1768594 268435456000 4194304 4417452 140733923140736 18446744073709551615 4263090 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=7648524 CPUtime=1638.58 cores=0-31
/proc/16250/task/16263/stat : 16263 (plingeling) R 16248 16250 16224 0 -1 4202560 66850 1243 0 0 163812 46 0 0 25 0 6 0 664291812 7832088576 1768594 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=7648524 CPUtime=1637.47 cores=0-31
/proc/16250/task/16267/stat : 16267 (plingeling) R 16248 16250 16224 0 -1 4202560 162949 1243 0 0 163643 104 0 0 25 0 6 0 664291812 7832088576 1768594 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=7648524 CPUtime=1632.07 cores=0-31
/proc/16250/task/16268/stat : 16268 (plingeling) R 16248 16250 16224 0 -1 4202560 202072 1243 0 0 163075 132 0 0 25 0 6 0 664291812 7832088576 1768594 268435456000 4194304 4417452 140733923140736 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=16250/tid=16284] ppid=16248 vsize=7648524 CPUtime=1640.33 cores=0-31
/proc/16250/task/16284/stat : 16284 (plingeling) R 16248 16250 16224 0 -1 4202560 136142 1243 0 0 163913 120 0 0 25 0 6 0 664291814 7832088576 1768594 268435456000 4194304 4417452 140733923140736 18446744073709551615 4232419 0 0 4096 17442 0 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 52438.7
Current children cumulated vsize (KiB) 7648524

[startup+1644.4 s]
/proc/loadavg: 32.14 32.16 32.05 33/446 16341
/proc/meminfo: memFree=248496276/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=5793284 CPUtime=52439.5 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202496 4616345 1243 0 0 5240532 3415 0 0 17 0 1 0 664291518 5932322816 1360185 268435456000 4194304 4417452 140733923140736 18446744073709551615 258650999159 0 0 4096 0 0 0 0 17 16 0 0 0
/proc/16250/statm: 1448321 1360185 176 55 0 1446207 0
Current children cumulated CPU time (s) 52439.5
Current children cumulated vsize (KiB) 5793284

[startup+1644.8 s]
/proc/loadavg: 32.14 32.16 32.05 2/414 16341
/proc/meminfo: memFree=250930420/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=0 CPUtime=52439.9 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202500 4616349 1243 0 0 5240532 3455 0 0 17 0 1 0 664291518 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 16 0 0 0
/proc/16250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 52439.9
Current children cumulated vsize (KiB) 0

[startup+1644.9 s]
/proc/loadavg: 32.14 32.16 32.05 2/414 16341
/proc/meminfo: memFree=250930420/264257624 swapFree=67111528/67111528
[pid=16250] ppid=16248 vsize=0 CPUtime=52440 cores=0-31
/proc/16250/stat : 16250 (plingeling) R 16248 16250 16224 0 -1 4202500 4616349 1243 0 0 5240532 3465 0 0 17 0 1 0 664291518 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 16 0 0 0
/proc/16250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 52440
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1644.98
CPU time (s): 52440.1
CPU user time (s): 52405.3
CPU system time (s): 34.7407
CPU usage (%): 3187.88
Max. virtual memory (cumulated for all children) (KiB): 7983788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52405.3
system time used= 34.7407
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4617592
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= 13788
involuntary context switches= 131670

runsolver used 8.31074 second user time and 38.1262 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-16 08:40:51
IDJOB=3372252
IDBENCH=70817
IDSOLVER=1852
FILE ID=node200/3372252-1305528051
RUNJOBID= node200-1305528051-16238
PBS_JOBID= 13285537
Free space on /tmp= 62048 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372252-1305528051/watcher-3372252-1305528051 -o /tmp/evaluation-result-3372252-1305528051/solver-3372252-1305528051 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372252-1305528051.cnf

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=1789979796

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:      255572320 kB
Buffers:        442760 kB
Cached:        7839024 kB
SwapCached:          0 kB
Active:        7388084 kB
Inactive:       962184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255572320 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3024 kB
Writeback:           0 kB
AnonPages:       70820 kB
Mapped:          14668 kB
Slab:           250668 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   188024 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= 62048 MiB
End job on node200 at 2011-05-16 09:08:16