Trace number 3372156

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 1414.91 61.2123

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark581.254
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1414.78/61.11	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-3372156-1305457987/watcher-3372156-1305457987 -o /tmp/evaluation-result-3372156-1305457987/solver-3372156-1305457987 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372156-1305457987.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: 30.20 31.23 31.71 1/413 11135
/proc/meminfo: memFree=255563636/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=16672 CPUtime=0.02 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 2225 1246 0 0 2 0 0 0 22 0 1 0 657285177 17072128 2156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 4168 2156 145 55 0 2054 0

[startup+0.113127 s]
/proc/loadavg: 30.20 31.23 31.71 1/413 11135
/proc/meminfo: memFree=255563636/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=30420 CPUtime=0.1 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 5663 1246 0 0 9 1 0 0 22 0 1 0 657285177 31150080 5594 268435456000 4194304 4417452 140733276403120 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 7605 5594 146 55 0 5491 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30420

[startup+0.201123 s]
/proc/loadavg: 30.20 31.23 31.71 1/413 11135
/proc/meminfo: memFree=255563636/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=39720 CPUtime=0.19 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 7988 1246 0 0 18 1 0 0 23 0 1 0 657285177 40673280 7919 268435456000 4194304 4417452 140733276403120 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 9930 7919 146 55 0 7816 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39720

[startup+0.301138 s]
/proc/loadavg: 30.20 31.23 31.71 1/413 11135
/proc/meminfo: memFree=255563636/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=48184 CPUtime=0.28 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 10104 1246 0 0 27 1 0 0 23 0 1 0 657285177 49340416 10035 268435456000 4194304 4417452 140733276403120 18446744073709551615 4260031 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 12046 10035 146 55 0 9932 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 48184

[startup+0.701148 s]
/proc/loadavg: 30.20 31.23 31.71 1/413 11135
/proc/meminfo: memFree=255563636/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=83608 CPUtime=0.68 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 18976 1246 0 0 65 3 0 0 25 0 1 0 657285177 85614592 18907 268435456000 4194304 4417452 140733276403120 18446744073709551615 4259746 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 20902 18907 146 55 0 18788 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83608

[startup+1.50119 s]
/proc/loadavg: 30.20 31.23 31.71 2/414 11141
/proc/meminfo: memFree=255416044/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=154780 CPUtime=1.49 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 36785 1246 0 0 141 8 0 0 25 0 1 0 657285177 158494720 36716 268435456000 4194304 4417452 140733276403120 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 38695 36716 146 55 0 36581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154780

[startup+3.10126 s]
/proc/loadavg: 27.87 30.72 31.54 2/414 11141
/proc/meminfo: memFree=255342872/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=294500 CPUtime=3.08 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 71716 1246 0 0 295 13 0 0 25 0 1 0 657285177 301568000 71646 268435456000 4194304 4417452 140733276403120 18446744073709551615 4259618 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 73625 71646 146 55 0 71511 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 294500

[startup+6.30034 s]
/proc/loadavg: 27.87 30.72 31.54 2/414 11141
/proc/meminfo: memFree=254998296/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=575624 CPUtime=6.28 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 142133 1246 0 0 600 28 0 0 25 0 1 0 657285177 589438976 141927 268435456000 4194304 4417452 140733276403120 18446744073709551615 4262099 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 143906 141927 146 55 0 141792 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 575624

[startup+12.7005 s]
/proc/loadavg: 23.73 29.75 31.21 2/414 11141
/proc/meminfo: memFree=254438560/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=1137860 CPUtime=12.69 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202496 282692 1246 0 0 1213 56 0 0 25 0 1 0 657285177 1165168640 282486 268435456000 4194304 4417452 140733276403120 18446744073709551615 4259618 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11135/statm: 284465 282486 146 55 0 282351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1137860

[startup+25.5019 s]
/proc/loadavg: 25.00 29.82 31.22 33/446 11173
/proc/meminfo: memFree=253298448/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=2777264 CPUtime=293.63 cores=0-31
/proc/11135/stat : 11135 (plingeling) S 11133 11135 11043 0 -1 4202496 978048 1246 0 0 28734 629 0 0 18 0 33 0 657285177 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 29 0 0 0
/proc/11135/statm: 694316 562204 174 55 0 692202 0
[pid=11135/tid=11142] ppid=11133 vsize=2777264 CPUtime=8.7 cores=0-31
/proc/11135/task/11142/stat : 11142 (plingeling) R 11133 11135 11043 0 -1 4202560 24129 1246 0 0 858 12 0 0 25 0 33 0 657286851 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=2777264 CPUtime=8.71 cores=0-31
/proc/11135/task/11143/stat : 11143 (plingeling) R 11133 11135 11043 0 -1 4202560 15869 1246 0 0 862 9 0 0 24 0 33 0 657286851 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=2777264 CPUtime=8.71 cores=0-31
/proc/11135/task/11144/stat : 11144 (plingeling) R 11133 11135 11043 0 -1 4202560 13612 1246 0 0 864 7 0 0 25 0 33 0 657286851 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=2777264 CPUtime=8.73 cores=0-31
/proc/11135/task/11145/stat : 11145 (plingeling) R 11133 11135 11043 0 -1 4202560 4646 1246 0 0 869 4 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=2777264 CPUtime=8.69 cores=0-31
/proc/11135/task/11146/stat : 11146 (plingeling) R 11133 11135 11043 0 -1 4202560 19413 1246 0 0 853 16 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4271592 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=2777264 CPUtime=8.66 cores=0-31
/proc/11135/task/11147/stat : 11147 (plingeling) R 11133 11135 11043 0 -1 4202560 12090 1246 0 0 853 13 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4273657 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=2777264 CPUtime=8.67 cores=0-31
/proc/11135/task/11148/stat : 11148 (plingeling) R 11133 11135 11043 0 -1 4202560 21827 1246 0 0 848 19 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4284289 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11135/tid=11149] ppid=11133 vsize=2777264 CPUtime=8.68 cores=0-31
/proc/11135/task/11149/stat : 11149 (plingeling) R 11133 11135 11043 0 -1 4202560 16500 1246 0 0 854 14 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4247709 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=11135/tid=11150] ppid=11133 vsize=2777264 CPUtime=8.56 cores=0-31
/proc/11135/task/11150/stat : 11150 (plingeling) R 11133 11135 11043 0 -1 4202560 18695 1246 0 0 839 17 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330289 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=11135/tid=11151] ppid=11133 vsize=2777264 CPUtime=8.66 cores=0-31
/proc/11135/task/11151/stat : 11151 (plingeling) R 11133 11135 11043 0 -1 4202560 17275 1246 0 0 851 15 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4257331 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=11135/tid=11152] ppid=11133 vsize=2777264 CPUtime=8.68 cores=0-31
/proc/11135/task/11152/stat : 11152 (plingeling) R 11133 11135 11043 0 -1 4202560 15564 1246 0 0 854 14 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4226190 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=11135/tid=11153] ppid=11133 vsize=2777264 CPUtime=8.69 cores=0-31
/proc/11135/task/11153/stat : 11153 (plingeling) R 11133 11135 11043 0 -1 4202560 16323 1246 0 0 854 15 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4216603 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=11135/tid=11154] ppid=11133 vsize=2777264 CPUtime=8.67 cores=0-31
/proc/11135/task/11154/stat : 11154 (plingeling) R 11133 11135 11043 0 -1 4202560 12626 1246 0 0 852 15 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4233384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11135/tid=11155] ppid=11133 vsize=2777264 CPUtime=8.49 cores=0-31
/proc/11135/task/11155/stat : 11155 (plingeling) R 11133 11135 11043 0 -1 4202560 25349 1246 0 0 832 17 0 0 25 0 33 0 657286852 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4256889 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=11135/tid=11156] ppid=11133 vsize=2777264 CPUtime=8.67 cores=0-31
/proc/11135/task/11156/stat : 11156 (plingeling) R 11133 11135 11043 0 -1 4202560 12821 1246 0 0 850 17 0 0 25 0 33 0 657286854 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=11135/tid=11157] ppid=11133 vsize=2777264 CPUtime=8.64 cores=0-31
/proc/11135/task/11157/stat : 11157 (plingeling) R 11133 11135 11043 0 -1 4202560 21029 1246 0 0 842 22 0 0 25 0 33 0 657286854 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=11135/tid=11158] ppid=11133 vsize=2777264 CPUtime=8.66 cores=0-31
/proc/11135/task/11158/stat : 11158 (plingeling) R 11133 11135 11043 0 -1 4202560 14602 1246 0 0 847 19 0 0 25 0 33 0 657286854 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330289 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=11135/tid=11159] ppid=11133 vsize=2777264 CPUtime=8.65 cores=0-31
/proc/11135/task/11159/stat : 11159 (plingeling) R 11133 11135 11043 0 -1 4202560 18859 1246 0 0 842 23 0 0 25 0 33 0 657286855 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330612 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=11135/tid=11160] ppid=11133 vsize=2777264 CPUtime=8.64 cores=0-31
/proc/11135/task/11160/stat : 11160 (plingeling) R 11133 11135 11043 0 -1 4202560 15886 1246 0 0 844 20 0 0 25 0 33 0 657286855 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4286632 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=11135/tid=11161] ppid=11133 vsize=2777264 CPUtime=8.64 cores=0-31
/proc/11135/task/11161/stat : 11161 (plingeling) R 11133 11135 11043 0 -1 4202560 17877 1246 0 0 842 22 0 0 25 0 33 0 657286855 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11135/tid=11162] ppid=11133 vsize=2777264 CPUtime=8.56 cores=0-31
/proc/11135/task/11162/stat : 11162 (plingeling) R 11133 11135 11043 0 -1 4202560 16932 1246 0 0 838 18 0 0 25 0 33 0 657286855 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4233477 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11135/tid=11163] ppid=11133 vsize=2777264 CPUtime=8.63 cores=0-31
/proc/11135/task/11163/stat : 11163 (plingeling) R 11133 11135 11043 0 -1 4202560 21771 1246 0 0 841 22 0 0 25 0 33 0 657286855 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4256889 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=11135/tid=11164] ppid=11133 vsize=2777264 CPUtime=8.65 cores=0-31
/proc/11135/task/11164/stat : 11164 (plingeling) R 11133 11135 11043 0 -1 4202560 18412 1246 0 0 844 21 0 0 25 0 33 0 657286856 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4216240 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=11135/tid=11165] ppid=11133 vsize=2777264 CPUtime=8.64 cores=0-31
/proc/11135/task/11165/stat : 11165 (plingeling) R 11133 11135 11043 0 -1 4202560 17703 1246 0 0 843 21 0 0 25 0 33 0 657286856 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330488 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=11135/tid=11166] ppid=11133 vsize=2777264 CPUtime=8.63 cores=0-31
/proc/11135/task/11166/stat : 11166 (plingeling) R 11133 11135 11043 0 -1 4202560 13773 1246 0 0 844 19 0 0 25 0 33 0 657286856 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=11135/tid=11167] ppid=11133 vsize=2777264 CPUtime=8.63 cores=0-31
/proc/11135/task/11167/stat : 11167 (plingeling) R 11133 11135 11043 0 -1 4202560 14206 1246 0 0 843 20 0 0 25 0 33 0 657286857 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330933 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=11135/tid=11168] ppid=11133 vsize=2777264 CPUtime=8.64 cores=0-31
/proc/11135/task/11168/stat : 11168 (plingeling) R 11133 11135 11043 0 -1 4202560 17625 1246 0 0 844 20 0 0 25 0 33 0 657286857 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4284595 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=11135/tid=11169] ppid=11133 vsize=2777264 CPUtime=8.6 cores=0-31
/proc/11135/task/11169/stat : 11169 (plingeling) R 11133 11135 11043 0 -1 4202560 16679 1246 0 0 841 19 0 0 25 0 33 0 657286857 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=11135/tid=11170] ppid=11133 vsize=2777264 CPUtime=8.64 cores=0-31
/proc/11135/task/11170/stat : 11170 (plingeling) R 11133 11135 11043 0 -1 4202560 18837 1246 0 0 844 20 0 0 25 0 33 0 657286857 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=11135/tid=11171] ppid=11133 vsize=2777264 CPUtime=8.65 cores=0-31
/proc/11135/task/11171/stat : 11171 (plingeling) R 11133 11135 11043 0 -1 4202560 19325 1246 0 0 854 11 0 0 25 0 33 0 657286857 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4330445 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=11135/tid=11172] ppid=11133 vsize=2777264 CPUtime=8.48 cores=0-31
/proc/11135/task/11172/stat : 11172 (plingeling) R 11133 11135 11043 0 -1 4202560 18604 1246 0 0 828 20 0 0 25 0 33 0 657286858 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=11135/tid=11173] ppid=11133 vsize=2777264 CPUtime=8.65 cores=0-31
/proc/11135/task/11173/stat : 11173 (plingeling) R 11133 11135 11043 0 -1 4202560 17070 1246 0 0 856 9 0 0 25 0 33 0 657286858 2843918336 562204 268435456000 4194304 4417452 140733276403120 18446744073709551615 4272452 0 0 4096 17442 0 0 0 -1 16 0 0 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 2777264

[startup+51.1018 s]
/proc/loadavg: 27.45 30.01 31.25 33/446 11173
/proc/meminfo: memFree=253332064/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=2747756 CPUtime=1102.77 cores=0-31
/proc/11135/stat : 11135 (plingeling) S 11133 11135 11043 0 -1 4202496 1172248 1246 0 0 109344 933 0 0 18 0 33 0 657285177 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 29 0 0 0
/proc/11135/statm: 686939 550156 175 55 0 684825 0
[pid=11135/tid=11142] ppid=11133 vsize=2747756 CPUtime=34.12 cores=0-31
/proc/11135/task/11142/stat : 11142 (plingeling) R 11133 11135 11043 0 -1 4202560 33396 1246 0 0 3393 19 0 0 25 0 33 0 657286851 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4232685 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=2747756 CPUtime=34.04 cores=0-31
/proc/11135/task/11143/stat : 11143 (plingeling) R 11133 11135 11043 0 -1 4202560 20013 1246 0 0 3385 19 0 0 25 0 33 0 657286851 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=2747756 CPUtime=34.08 cores=0-31
/proc/11135/task/11144/stat : 11144 (plingeling) R 11133 11135 11043 0 -1 4202560 20865 1246 0 0 3398 10 0 0 25 0 33 0 657286851 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4284732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=2747756 CPUtime=34.27 cores=0-31
/proc/11135/task/11145/stat : 11145 (plingeling) R 11133 11135 11043 0 -1 4202560 6585 1246 0 0 3423 4 0 0 25 0 33 0 657286852 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=2747756 CPUtime=33.44 cores=0-31
/proc/11135/task/11146/stat : 11146 (plingeling) R 11133 11135 11043 0 -1 4202560 29698 1246 0 0 3313 31 0 0 25 0 33 0 657286852 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=2747756 CPUtime=34.07 cores=0-31
/proc/11135/task/11147/stat : 11147 (plingeling) R 11133 11135 11043 0 -1 4202560 16230 1246 0 0 3385 22 0 0 25 0 33 0 657286852 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4236728 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=2747756 CPUtime=34.14 cores=0-31
/proc/11135/task/11148/stat : 11148 (plingeling) R 11133 11135 11043 0 -1 4202560 26006 1246 0 0 3394 20 0 0 25 0 33 0 657286852 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=11135/tid=11149] ppid=11133 vsize=2747756 CPUtime=33.48 cores=0-31
/proc/11135/task/11149/stat : 11149 (plingeling) R 11133 11135 11043 0 -1 4202560 22688 1246 0 0 3322 26 0 0 25 0 33 0 657286852 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=11135/tid=11150] ppid=11133 vsize=2747756 CPUtime=33.87 cores=0-31
/proc/11135/task/11150/stat : 11150 (plingeling) R 11133 11135 11043 0 -1 4202560 22841 1246 0 0 3358 29 0 0 25 0 33 0 657286852 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=11135/tid=11151] ppid=11133 vsize=2747756 CPUtime=34.24 cores=0-31
/proc/11135/task/11151/stat : 11151 (plingeling) R 11133 11135 11043 0 -1 4202560 21415 1246 0 0 3400 24 0 0 25 0 33 0 657286852 2813702144 550156 268435456000 4194304 4417452 140733276403120 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=11135/tid=11152] ppid=11133 vsize=2747756 CPUtime=34.06 cores=0-31

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

/proc/11135/task/11165/stat : 11165 (plingeling) R 11133 11135 11043 0 -1 4202560 21849 1246 0 0 4089 28 0 0 25 0 33 0 657286856 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=11135/tid=11166] ppid=11133 vsize=2747488 CPUtime=42.15 cores=0-31
/proc/11135/task/11166/stat : 11166 (plingeling) R 11133 11135 11043 0 -1 4202560 17919 1246 0 0 4185 30 0 0 25 0 33 0 657286856 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=11135/tid=11167] ppid=11133 vsize=2747488 CPUtime=42.07 cores=0-31
/proc/11135/task/11167/stat : 11167 (plingeling) R 11133 11135 11043 0 -1 4202560 24497 1246 0 0 4172 35 0 0 25 0 33 0 657286857 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4232559 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=11135/tid=11168] ppid=11133 vsize=2747488 CPUtime=42.21 cores=0-31
/proc/11135/task/11168/stat : 11168 (plingeling) R 11133 11135 11043 0 -1 4202560 23857 1246 0 0 4189 32 0 0 25 0 33 0 657286857 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=11135/tid=11169] ppid=11133 vsize=2747488 CPUtime=42.01 cores=0-31
/proc/11135/task/11169/stat : 11169 (plingeling) R 11133 11135 11043 0 -1 4202560 20825 1246 0 0 4175 26 0 0 25 0 33 0 657286857 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 18446744073699065980 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=11135/tid=11170] ppid=11133 vsize=2747488 CPUtime=42.04 cores=0-31
/proc/11135/task/11170/stat : 11170 (plingeling) R 11133 11135 11043 0 -1 4202560 22987 1246 0 0 4177 27 0 0 25 0 33 0 657286857 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4241953 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=11135/tid=11171] ppid=11133 vsize=2747488 CPUtime=41.86 cores=0-31
/proc/11135/task/11171/stat : 11171 (plingeling) R 11133 11135 11043 0 -1 4202560 30640 1246 0 0 4166 20 0 0 25 0 33 0 657286857 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=11135/tid=11172] ppid=11133 vsize=2747488 CPUtime=42.15 cores=0-31
/proc/11135/task/11172/stat : 11172 (plingeling) R 11133 11135 11043 0 -1 4202560 22786 1246 0 0 4184 31 0 0 25 0 33 0 657286858 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=11135/tid=11173] ppid=11133 vsize=2747488 CPUtime=42.17 cores=0-31
/proc/11135/task/11173/stat : 11173 (plingeling) R 11133 11135 11043 0 -1 4202560 21226 1246 0 0 4207 10 0 0 25 0 33 0 657286858 2813427712 550089 268435456000 4194304 4417452 140733276403120 18446744073709551615 4277742 0 0 4096 17442 0 0 0 -1 16 0 0 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 2747488

[startup+60.0021 s]
/proc/loadavg: 28.15 30.07 31.25 33/446 11175
/proc/meminfo: memFree=253347352/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=2747548 CPUtime=1387.27 cores=0-31
/proc/11135/stat : 11135 (plingeling) S 11133 11135 11043 0 -1 4202496 1172578 1246 0 0 137793 934 0 0 18 0 33 0 657285177 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 29 0 0 0
/proc/11135/statm: 686887 550104 175 55 0 684773 0
[pid=11135/tid=11142] ppid=11133 vsize=2747548 CPUtime=43.02 cores=0-31
/proc/11135/task/11142/stat : 11142 (plingeling) R 11133 11135 11043 0 -1 4202560 33412 1246 0 0 4283 19 0 0 25 0 33 0 657286851 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=2747548 CPUtime=42.94 cores=0-31
/proc/11135/task/11143/stat : 11143 (plingeling) R 11133 11135 11043 0 -1 4202560 20013 1246 0 0 4275 19 0 0 25 0 33 0 657286851 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364480 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=2747548 CPUtime=42.98 cores=0-31
/proc/11135/task/11144/stat : 11144 (plingeling) R 11133 11135 11043 0 -1 4202560 20865 1246 0 0 4288 10 0 0 25 0 33 0 657286851 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4353533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=2747548 CPUtime=43.17 cores=0-31
/proc/11135/task/11145/stat : 11145 (plingeling) R 11133 11135 11043 0 -1 4202560 6585 1246 0 0 4313 4 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=2747548 CPUtime=42.34 cores=0-31
/proc/11135/task/11146/stat : 11146 (plingeling) R 11133 11135 11043 0 -1 4202560 29714 1246 0 0 4203 31 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=2747548 CPUtime=42.97 cores=0-31
/proc/11135/task/11147/stat : 11147 (plingeling) R 11133 11135 11043 0 -1 4202560 16246 1246 0 0 4274 23 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=2747548 CPUtime=43.03 cores=0-31
/proc/11135/task/11148/stat : 11148 (plingeling) R 11133 11135 11043 0 -1 4202560 26006 1246 0 0 4283 20 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=11135/tid=11149] ppid=11133 vsize=2747548 CPUtime=42.38 cores=0-31
/proc/11135/task/11149/stat : 11149 (plingeling) R 11133 11135 11043 0 -1 4202560 22703 1246 0 0 4212 26 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=11135/tid=11150] ppid=11133 vsize=2747548 CPUtime=42.76 cores=0-31
/proc/11135/task/11150/stat : 11150 (plingeling) R 11133 11135 11043 0 -1 4202560 22841 1246 0 0 4247 29 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=11135/tid=11151] ppid=11133 vsize=2747548 CPUtime=43.14 cores=0-31
/proc/11135/task/11151/stat : 11151 (plingeling) R 11133 11135 11043 0 -1 4202560 21415 1246 0 0 4290 24 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=11135/tid=11152] ppid=11133 vsize=2747548 CPUtime=42.96 cores=0-31
/proc/11135/task/11152/stat : 11152 (plingeling) R 11133 11135 11043 0 -1 4202560 21846 1246 0 0 4276 20 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11135/tid=11153] ppid=11133 vsize=2747548 CPUtime=42.7 cores=0-31
/proc/11135/task/11153/stat : 11153 (plingeling) R 11133 11135 11043 0 -1 4202560 27637 1246 0 0 4238 32 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=11135/tid=11154] ppid=11133 vsize=2747548 CPUtime=42.6 cores=0-31
/proc/11135/task/11154/stat : 11154 (plingeling) R 11133 11135 11043 0 -1 4202560 20850 1246 0 0 4228 32 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4264999 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11135/tid=11155] ppid=11133 vsize=2747548 CPUtime=42.84 cores=0-31
/proc/11135/task/11155/stat : 11155 (plingeling) R 11133 11135 11043 0 -1 4202560 29494 1246 0 0 4255 29 0 0 25 0 33 0 657286852 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=11135/tid=11156] ppid=11133 vsize=2747548 CPUtime=43.06 cores=0-31
/proc/11135/task/11156/stat : 11156 (plingeling) R 11133 11135 11043 0 -1 4202560 17060 1246 0 0 4278 28 0 0 25 0 33 0 657286854 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11135/tid=11157] ppid=11133 vsize=2747548 CPUtime=42.79 cores=0-31
/proc/11135/task/11157/stat : 11157 (plingeling) R 11133 11135 11043 0 -1 4202560 26199 1246 0 0 4251 28 0 0 25 0 33 0 657286854 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4352436 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=11135/tid=11158] ppid=11133 vsize=2747548 CPUtime=42.74 cores=0-31
/proc/11135/task/11158/stat : 11158 (plingeling) R 11133 11135 11043 0 -1 4202560 21836 1246 0 0 4239 35 0 0 25 0 33 0 657286854 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4278378 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=11135/tid=11159] ppid=11133 vsize=2747548 CPUtime=42.63 cores=0-31
/proc/11135/task/11159/stat : 11159 (plingeling) R 11133 11135 11043 0 -1 4202560 30172 1246 0 0 4237 26 0 0 25 0 33 0 657286855 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=11135/tid=11160] ppid=11133 vsize=2747548 CPUtime=43.02 cores=0-31
/proc/11135/task/11160/stat : 11160 (plingeling) R 11133 11135 11043 0 -1 4202560 20069 1246 0 0 4281 21 0 0 25 0 33 0 657286855 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=11135/tid=11161] ppid=11133 vsize=2747548 CPUtime=43 cores=0-31
/proc/11135/task/11161/stat : 11161 (plingeling) R 11133 11135 11043 0 -1 4202560 22023 1246 0 0 4267 33 0 0 25 0 33 0 657286855 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11135/tid=11162] ppid=11133 vsize=2747548 CPUtime=42.49 cores=0-31
/proc/11135/task/11162/stat : 11162 (plingeling) R 11133 11135 11043 0 -1 4202560 26200 1246 0 0 4213 36 0 0 25 0 33 0 657286855 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4366599 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=11135/tid=11163] ppid=11133 vsize=2747548 CPUtime=42.69 cores=0-31
/proc/11135/task/11163/stat : 11163 (plingeling) R 11133 11135 11043 0 -1 4202560 27964 1246 0 0 4235 34 0 0 25 0 33 0 657286855 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11135/tid=11164] ppid=11133 vsize=2747548 CPUtime=42.94 cores=0-31
/proc/11135/task/11164/stat : 11164 (plingeling) R 11133 11135 11043 0 -1 4202560 22654 1246 0 0 4262 32 0 0 25 0 33 0 657286856 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=11135/tid=11165] ppid=11133 vsize=2747548 CPUtime=41.94 cores=0-31
/proc/11135/task/11165/stat : 11165 (plingeling) R 11133 11135 11043 0 -1 4202560 21849 1246 0 0 4166 28 0 0 25 0 33 0 657286856 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=11135/tid=11166] ppid=11133 vsize=2747548 CPUtime=42.95 cores=0-31
/proc/11135/task/11166/stat : 11166 (plingeling) R 11133 11135 11043 0 -1 4202560 17919 1246 0 0 4265 30 0 0 25 0 33 0 657286856 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4343291 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=11135/tid=11167] ppid=11133 vsize=2747548 CPUtime=42.87 cores=0-31
/proc/11135/task/11167/stat : 11167 (plingeling) R 11133 11135 11043 0 -1 4202560 24497 1246 0 0 4252 35 0 0 25 0 33 0 657286857 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=11135/tid=11168] ppid=11133 vsize=2747548 CPUtime=43.01 cores=0-31
/proc/11135/task/11168/stat : 11168 (plingeling) R 11133 11135 11043 0 -1 4202560 23857 1246 0 0 4269 32 0 0 25 0 33 0 657286857 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=11135/tid=11169] ppid=11133 vsize=2747548 CPUtime=42.81 cores=0-31
/proc/11135/task/11169/stat : 11169 (plingeling) R 11133 11135 11043 0 -1 4202560 20825 1246 0 0 4255 26 0 0 25 0 33 0 657286857 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=11135/tid=11170] ppid=11133 vsize=2747548 CPUtime=42.84 cores=0-31
/proc/11135/task/11170/stat : 11170 (plingeling) R 11133 11135 11043 0 -1 4202560 23003 1246 0 0 4257 27 0 0 25 0 33 0 657286857 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4365962 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=11135/tid=11171] ppid=11133 vsize=2747548 CPUtime=42.66 cores=0-31
/proc/11135/task/11171/stat : 11171 (plingeling) R 11133 11135 11043 0 -1 4202560 30640 1246 0 0 4246 20 0 0 25 0 33 0 657286857 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364442 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=11135/tid=11172] ppid=11133 vsize=2747548 CPUtime=42.95 cores=0-31
/proc/11135/task/11172/stat : 11172 (plingeling) R 11133 11135 11043 0 -1 4202560 22839 1246 0 0 4264 31 0 0 25 0 33 0 657286858 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4277684 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=11135/tid=11173] ppid=11133 vsize=2747548 CPUtime=42.97 cores=0-31
/proc/11135/task/11173/stat : 11173 (plingeling) R 11133 11135 11043 0 -1 4202560 21226 1246 0 0 4287 10 0 0 25 0 33 0 657286858 2813489152 550104 268435456000 4194304 4417452 140733276403120 18446744073709551615 4270702 0 0 4096 17442 0 0 0 -1 16 0 0 0
Current children cumulated CPU time (s) 1387.27
Current children cumulated vsize (KiB) 2747548

[startup+60.8021 s]
/proc/loadavg: 28.15 30.07 31.25 33/446 11175
/proc/meminfo: memFree=253347320/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=2747600 CPUtime=1412.83 cores=0-31
/proc/11135/stat : 11135 (plingeling) S 11133 11135 11043 0 -1 4202496 1172748 1246 0 0 140349 934 0 0 18 0 31 0 657285177 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 29 0 0 0
/proc/11135/statm: 686900 548187 176 55 0 684786 0
[pid=11135/tid=11142] ppid=11133 vsize=2747600 CPUtime=43.82 cores=0-31
/proc/11135/task/11142/stat : 11142 (plingeling) R 11133 11135 11043 0 -1 4202560 33412 1246 0 0 4363 19 0 0 25 0 31 0 657286851 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4260027 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11135/tid=11143] ppid=11133 vsize=2747600 CPUtime=43.74 cores=0-31
/proc/11135/task/11143/stat : 11143 (plingeling) R 11133 11135 11043 0 -1 4202560 20029 1246 0 0 4355 19 0 0 25 0 31 0 657286851 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=2747600 CPUtime=43.78 cores=0-31
/proc/11135/task/11144/stat : 11144 (plingeling) R 11133 11135 11043 0 -1 4202560 20865 1246 0 0 4368 10 0 0 25 0 31 0 657286851 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=2747600 CPUtime=43.98 cores=0-31
/proc/11135/task/11145/stat : 11145 (plingeling) R 11133 11135 11043 0 -1 4202560 6585 1246 0 0 4393 5 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4343607 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11135/tid=11147] ppid=11133 vsize=2747600 CPUtime=43.77 cores=0-31
/proc/11135/task/11147/stat : 11147 (plingeling) R 11133 11135 11043 0 -1 4202560 16246 1246 0 0 4354 23 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4275986 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=11135/tid=11148] ppid=11133 vsize=2747600 CPUtime=43.83 cores=0-31
/proc/11135/task/11148/stat : 11148 (plingeling) R 11133 11135 11043 0 -1 4202560 26006 1246 0 0 4363 20 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=11135/tid=11149] ppid=11133 vsize=2747600 CPUtime=43.18 cores=0-31
/proc/11135/task/11149/stat : 11149 (plingeling) R 11133 11135 11043 0 -1 4202560 22703 1246 0 0 4292 26 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=11135/tid=11150] ppid=11133 vsize=2747600 CPUtime=43.56 cores=0-31
/proc/11135/task/11150/stat : 11150 (plingeling) R 11133 11135 11043 0 -1 4202560 22841 1246 0 0 4327 29 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=11135/tid=11151] ppid=11133 vsize=2747600 CPUtime=43.94 cores=0-31
/proc/11135/task/11151/stat : 11151 (plingeling) R 11133 11135 11043 0 -1 4202560 21431 1246 0 0 4370 24 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4274333 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=11135/tid=11152] ppid=11133 vsize=2747600 CPUtime=43.76 cores=0-31
/proc/11135/task/11152/stat : 11152 (plingeling) R 11133 11135 11043 0 -1 4202560 21846 1246 0 0 4356 20 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11135/tid=11153] ppid=11133 vsize=2747600 CPUtime=43.5 cores=0-31
/proc/11135/task/11153/stat : 11153 (plingeling) R 11133 11135 11043 0 -1 4202560 27653 1246 0 0 4318 32 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=11135/tid=11154] ppid=11133 vsize=2747600 CPUtime=43.4 cores=0-31
/proc/11135/task/11154/stat : 11154 (plingeling) R 11133 11135 11043 0 -1 4202560 20866 1246 0 0 4308 32 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4276041 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11135/tid=11155] ppid=11133 vsize=2747600 CPUtime=43.64 cores=0-31
/proc/11135/task/11155/stat : 11155 (plingeling) R 11133 11135 11043 0 -1 4202560 29494 1246 0 0 4335 29 0 0 25 0 31 0 657286852 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=11135/tid=11156] ppid=11133 vsize=2747600 CPUtime=43.86 cores=0-31
/proc/11135/task/11156/stat : 11156 (plingeling) R 11133 11135 11043 0 -1 4202560 17060 1246 0 0 4358 28 0 0 25 0 31 0 657286854 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11135/tid=11157] ppid=11133 vsize=2747600 CPUtime=43.59 cores=0-31
/proc/11135/task/11157/stat : 11157 (plingeling) R 11133 11135 11043 0 -1 4202560 26199 1246 0 0 4331 28 0 0 25 0 31 0 657286854 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4235674 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=11135/tid=11158] ppid=11133 vsize=2747600 CPUtime=43.54 cores=0-31
/proc/11135/task/11158/stat : 11158 (plingeling) R 11133 11135 11043 0 -1 4202560 21836 1246 0 0 4319 35 0 0 25 0 31 0 657286854 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=11135/tid=11159] ppid=11133 vsize=2747600 CPUtime=43.43 cores=0-31
/proc/11135/task/11159/stat : 11159 (plingeling) R 11133 11135 11043 0 -1 4202560 30172 1246 0 0 4317 26 0 0 25 0 31 0 657286855 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=11135/tid=11160] ppid=11133 vsize=2747600 CPUtime=43.82 cores=0-31
/proc/11135/task/11160/stat : 11160 (plingeling) R 11133 11135 11043 0 -1 4202560 20122 1246 0 0 4361 21 0 0 25 0 31 0 657286855 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=11135/tid=11161] ppid=11133 vsize=2747600 CPUtime=43.8 cores=0-31
/proc/11135/task/11161/stat : 11161 (plingeling) R 11133 11135 11043 0 -1 4202560 22023 1246 0 0 4347 33 0 0 25 0 31 0 657286855 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11135/tid=11162] ppid=11133 vsize=2747600 CPUtime=43.29 cores=0-31
/proc/11135/task/11162/stat : 11162 (plingeling) R 11133 11135 11043 0 -1 4202560 26200 1246 0 0 4293 36 0 0 25 0 31 0 657286855 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=11135/tid=11164] ppid=11133 vsize=2747600 CPUtime=43.74 cores=0-31
/proc/11135/task/11164/stat : 11164 (plingeling) R 11133 11135 11043 0 -1 4202560 22654 1246 0 0 4342 32 0 0 25 0 31 0 657286856 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=11135/tid=11165] ppid=11133 vsize=2747600 CPUtime=42.71 cores=0-31
/proc/11135/task/11165/stat : 11165 (plingeling) R 11133 11135 11043 0 -1 4202560 21849 1246 0 0 4243 28 0 0 25 0 31 0 657286856 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=11135/tid=11166] ppid=11133 vsize=2747600 CPUtime=43.75 cores=0-31
/proc/11135/task/11166/stat : 11166 (plingeling) R 11133 11135 11043 0 -1 4202560 17919 1246 0 0 4345 30 0 0 25 0 31 0 657286856 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=11135/tid=11167] ppid=11133 vsize=2747600 CPUtime=43.67 cores=0-31
/proc/11135/task/11167/stat : 11167 (plingeling) R 11133 11135 11043 0 -1 4202560 24497 1246 0 0 4332 35 0 0 18 0 31 0 657286857 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=11135/tid=11168] ppid=11133 vsize=2747600 CPUtime=43.81 cores=0-31
/proc/11135/task/11168/stat : 11168 (plingeling) R 11133 11135 11043 0 -1 4202560 23909 1246 0 0 4349 32 0 0 25 0 31 0 657286857 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=11135/tid=11169] ppid=11133 vsize=2747600 CPUtime=43.61 cores=0-31
/proc/11135/task/11169/stat : 11169 (plingeling) R 11133 11135 11043 0 -1 4202560 20825 1246 0 0 4335 26 0 0 25 0 31 0 657286857 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4232636 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=11135/tid=11170] ppid=11133 vsize=2747600 CPUtime=43.63 cores=0-31
/proc/11135/task/11170/stat : 11170 (plingeling) R 11133 11135 11043 0 -1 4202560 23003 1246 0 0 4336 27 0 0 25 0 31 0 657286857 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 258651061007 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=11135/tid=11171] ppid=11133 vsize=2747600 CPUtime=43.46 cores=0-31
/proc/11135/task/11171/stat : 11171 (plingeling) R 11133 11135 11043 0 -1 4202560 30640 1246 0 0 4326 20 0 0 25 0 31 0 657286857 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4265496 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=11135/tid=11172] ppid=11133 vsize=2747600 CPUtime=43.75 cores=0-31
/proc/11135/task/11172/stat : 11172 (plingeling) R 11133 11135 11043 0 -1 4202560 22839 1246 0 0 4344 31 0 0 25 0 31 0 657286858 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=11135/tid=11173] ppid=11133 vsize=2747600 CPUtime=43.77 cores=0-31
/proc/11135/task/11173/stat : 11173 (plingeling) R 11133 11135 11043 0 -1 4202560 21226 1246 0 0 4367 10 0 0 25 0 31 0 657286858 2813542400 548187 268435456000 4194304 4417452 140733276403120 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 16 0 0 0
Current children cumulated CPU time (s) 1412.83
Current children cumulated vsize (KiB) 2747600

[startup+61.2013 s]
/proc/loadavg: 28.15 30.07 31.25 33/446 11175
/proc/meminfo: memFree=253347320/264257624 swapFree=67111528/67111528
[pid=11135] ppid=11133 vsize=0 CPUtime=1414.88 cores=0-31
/proc/11135/stat : 11135 (plingeling) R 11133 11135 11043 0 -1 4202500 1172768 1246 0 0 140534 954 0 0 17 0 1 0 657285177 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 29 0 0 0
/proc/11135/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1414.88
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 61.2123
CPU time (s): 1414.91
CPU user time (s): 1405.35
CPU system time (s): 9.56754
CPU usage (%): 2311.49
Max. virtual memory (cumulated for all children) (KiB): 3398516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1405.35
system time used= 9.56754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1174014
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= 4764
involuntary context switches= 3332

runsolver used 0.362944 second user time and 1.43378 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-15 13:13:08
IDJOB=3372156
IDBENCH=20495
IDSOLVER=1852
FILE ID=node200/3372156-1305457987
RUNJOBID= node200-1305457930-11057
PBS_JOBID= 13285513
Free space on /tmp= 62036 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372156-1305457987/watcher-3372156-1305457987 -o /tmp/evaluation-result-3372156-1305457987/solver-3372156-1305457987 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372156-1305457987.cnf

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=585724079

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:      255563792 kB
Buffers:        439792 kB
Cached:        7844792 kB
SwapCached:          0 kB
Active:        7393916 kB
Inactive:       959764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255563792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14036 kB
Writeback:           0 kB
AnonPages:       68984 kB
Mapped:          14536 kB
Slab:           250696 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   185688 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= 62036 MiB
End job on node200 at 2011-05-15 13:14:09