Trace number 3372582

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 8319.61 265.433

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4851.74
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

8319.56/265.43	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-3372582-1305690685/watcher-3372582-1305690685 -o /tmp/evaluation-result-3372582-1305690685/solver-3372582-1305690685 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372582-1305690685.cnf 

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

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


[startup+0 s]
/proc/loadavg: 19.47 28.89 30.47 1/413 30118
/proc/meminfo: memFree=255518048/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=13132 CPUtime=0.02 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 1340 1241 0 0 2 0 0 0 21 0 1 0 680555053 13447168 1271 268435456000 4194304 4417452 140737478023216 18446744073709551615 4259979 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30118/statm: 3283 1271 145 55 0 1169 0

[startup+0.0809741 s]
/proc/loadavg: 19.47 28.89 30.47 1/413 30118
/proc/meminfo: memFree=255518048/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=16976 CPUtime=0.06 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 2333 1241 0 0 6 0 0 0 21 0 1 0 680555053 17383424 2264 268435456000 4194304 4417452 140737478023216 18446744073709551615 4229136 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30118/statm: 4244 2264 145 55 0 2130 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16976

[startup+0.100978 s]
/proc/loadavg: 19.47 28.89 30.47 1/413 30118
/proc/meminfo: memFree=255518048/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=20108 CPUtime=0.08 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 3116 1241 0 0 8 0 0 0 21 0 1 0 680555053 20590592 3047 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236012 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30118/statm: 5027 3047 145 55 0 2913 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20108

[startup+0.300981 s]
/proc/loadavg: 19.47 28.89 30.47 1/413 30118
/proc/meminfo: memFree=255518048/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=37824 CPUtime=0.28 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 7514 1241 0 0 27 1 0 0 22 0 1 0 680555053 38731776 7445 268435456000 4194304 4417452 140737478023216 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30118/statm: 9456 7445 146 55 0 7342 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37824

[startup+0.700994 s]
/proc/loadavg: 19.47 28.89 30.47 1/413 30118
/proc/meminfo: memFree=255518048/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=64672 CPUtime=0.69 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 14242 1241 0 0 66 3 0 0 23 0 1 0 680555053 66224128 14173 268435456000 4194304 4417452 140737478023216 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30118/statm: 16168 14173 146 55 0 14054 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64672

[startup+1.50104 s]
/proc/loadavg: 19.47 28.89 30.47 2/414 30124
/proc/meminfo: memFree=255443624/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=151720 CPUtime=1.49 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 36020 1241 0 0 141 8 0 0 25 0 1 0 680555053 155361280 35951 268435456000 4194304 4417452 140737478023216 18446744073709551615 4261983 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30118/statm: 37930 35951 146 55 0 35816 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151720

[startup+3.1011 s]
/proc/loadavg: 17.99 28.42 30.31 2/414 30124
/proc/meminfo: memFree=255297536/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=292472 CPUtime=3.09 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 71212 1241 0 0 292 17 0 0 25 0 1 0 680555053 299491328 71139 268435456000 4194304 4417452 140737478023216 18446744073709551615 4274337 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30118/statm: 73118 71139 146 55 0 71004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 292472

[startup+6.30207 s]
/proc/loadavg: 17.99 28.42 30.31 33/446 30156
/proc/meminfo: memFree=254847988/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=1404296 CPUtime=46.52 cores=0-31
/proc/30118/stat : 30118 (plingeling) S 30116 30118 30092 0 -1 4202496 269649 1241 0 0 4479 173 0 0 18 0 33 0 680555053 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/30118/statm: 351074 178241 168 55 0 348960 0
[pid=30118/tid=30125] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30125/stat : 30125 (plingeling) R 30116 30118 30092 0 -1 4202560 3644 1241 0 0 125 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301957 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=30118/tid=30126] ppid=30116 vsize=1404296 CPUtime=1.31 cores=0-31
/proc/30118/task/30126/stat : 30126 (plingeling) R 30116 30118 30092 0 -1 4202560 3130 1241 0 0 127 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30118/tid=30127] ppid=30116 vsize=1404296 CPUtime=1.28 cores=0-31
/proc/30118/task/30127/stat : 30127 (plingeling) R 30116 30118 30092 0 -1 4202560 3621 1241 0 0 124 4 0 0 25 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301776 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30118/tid=30128] ppid=30116 vsize=1404296 CPUtime=1.32 cores=0-31
/proc/30118/task/30128/stat : 30128 (plingeling) R 30116 30118 30092 0 -1 4202560 2158 1241 0 0 131 1 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4232644 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30118/tid=30129] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30129/stat : 30129 (plingeling) R 30116 30118 30092 0 -1 4202560 3813 1241 0 0 125 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4306602 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30118/tid=30130] ppid=30116 vsize=1404296 CPUtime=1.31 cores=0-31
/proc/30118/task/30130/stat : 30130 (plingeling) R 30116 30118 30092 0 -1 4202560 3814 1241 0 0 127 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4302581 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30118/tid=30131] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30131/stat : 30131 (plingeling) R 30116 30118 30092 0 -1 4202560 3500 1241 0 0 126 4 0 0 22 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4306681 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30118/tid=30132] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30132/stat : 30132 (plingeling) R 30116 30118 30092 0 -1 4202560 4223 1241 0 0 125 5 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30118/tid=30133] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30133/stat : 30133 (plingeling) R 30116 30118 30092 0 -1 4202560 4221 1241 0 0 124 6 0 0 22 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4292067 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30118/tid=30134] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30134/stat : 30134 (plingeling) R 30116 30118 30092 0 -1 4202560 5155 1241 0 0 125 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4288920 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30118/tid=30135] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30135/stat : 30135 (plingeling) R 30116 30118 30092 0 -1 4202560 2418 1241 0 0 126 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4291090 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30118/tid=30136] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30136/stat : 30136 (plingeling) R 30116 30118 30092 0 -1 4202560 4653 1241 0 0 126 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30118/tid=30137] ppid=30116 vsize=1404296 CPUtime=1.26 cores=0-31
/proc/30118/task/30137/stat : 30137 (plingeling) R 30116 30118 30092 0 -1 4202560 6622 1241 0 0 122 4 0 0 25 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4290470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30118/tid=30138] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30138/stat : 30138 (plingeling) R 30116 30118 30092 0 -1 4202560 3704 1241 0 0 125 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30118/tid=30139] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30139/stat : 30139 (plingeling) R 30116 30118 30092 0 -1 4202560 3448 1241 0 0 125 5 0 0 25 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30118/tid=30140] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30140/stat : 30140 (plingeling) R 30116 30118 30092 0 -1 4202560 4134 1241 0 0 125 4 0 0 19 0 33 0 680555550 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30118/tid=30141] ppid=30116 vsize=1404296 CPUtime=1.28 cores=0-31
/proc/30118/task/30141/stat : 30141 (plingeling) R 30116 30118 30092 0 -1 4202560 4647 1241 0 0 126 2 0 0 19 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301981 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=30118/tid=30142] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30142/stat : 30142 (plingeling) R 30116 30118 30092 0 -1 4202560 4585 1241 0 0 126 4 0 0 19 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30118/tid=30143] ppid=30116 vsize=1404296 CPUtime=1.3 cores=0-31
/proc/30118/task/30143/stat : 30143 (plingeling) R 30116 30118 30092 0 -1 4202560 3530 1241 0 0 126 4 0 0 19 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30118/tid=30144] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30144/stat : 30144 (plingeling) R 30116 30118 30092 0 -1 4202560 4326 1241 0 0 125 4 0 0 19 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4306602 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30118/tid=30145] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30145/stat : 30145 (plingeling) R 30116 30118 30092 0 -1 4202560 4134 1241 0 0 124 5 0 0 22 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30118/tid=30146] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30146/stat : 30146 (plingeling) R 30116 30118 30092 0 -1 4202560 5531 1241 0 0 125 4 0 0 19 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30118/tid=30147] ppid=30116 vsize=1404296 CPUtime=1.28 cores=0-31
/proc/30118/task/30147/stat : 30147 (plingeling) R 30116 30118 30092 0 -1 4202560 3703 1241 0 0 124 4 0 0 19 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30118/tid=30148] ppid=30116 vsize=1404296 CPUtime=1.28 cores=0-31
/proc/30118/task/30148/stat : 30148 (plingeling) R 30116 30118 30092 0 -1 4202560 4564 1241 0 0 124 4 0 0 22 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30118/tid=30149] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30149/stat : 30149 (plingeling) R 30116 30118 30092 0 -1 4202560 4239 1241 0 0 124 5 0 0 22 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30118/tid=30150] ppid=30116 vsize=1404296 CPUtime=1.28 cores=0-31
/proc/30118/task/30150/stat : 30150 (plingeling) R 30116 30118 30092 0 -1 4202560 3962 1241 0 0 123 5 0 0 22 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30118/tid=30151] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30151/stat : 30151 (plingeling) R 30116 30118 30092 0 -1 4202560 4309 1241 0 0 124 5 0 0 25 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30118/tid=30152] ppid=30116 vsize=1404296 CPUtime=1.29 cores=0-31
/proc/30118/task/30152/stat : 30152 (plingeling) R 30116 30118 30092 0 -1 4202560 3531 1241 0 0 127 2 0 0 19 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4284595 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30118/tid=30153] ppid=30116 vsize=1404296 CPUtime=1.21 cores=0-31
/proc/30118/task/30153/stat : 30153 (plingeling) R 30116 30118 30092 0 -1 4202560 2931 1241 0 0 119 2 0 0 24 0 33 0 680555551 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4287606 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30118/tid=30154] ppid=30116 vsize=1404296 CPUtime=1.27 cores=0-31
/proc/30118/task/30154/stat : 30154 (plingeling) R 30116 30118 30092 0 -1 4202560 4329 1241 0 0 123 4 0 0 25 0 33 0 680555553 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30118/tid=30155] ppid=30116 vsize=1404296 CPUtime=1.28 cores=0-31
/proc/30118/task/30155/stat : 30155 (plingeling) R 30116 30118 30092 0 -1 4202560 3106 1241 0 0 126 2 0 0 25 0 33 0 680555553 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4290405 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30118/tid=30156] ppid=30116 vsize=1404296 CPUtime=1.27 cores=0-31
/proc/30118/task/30156/stat : 30156 (plingeling) R 30116 30118 30092 0 -1 4202560 4329 1241 0 0 124 3 0 0 22 0 33 0 680555553 1437999104 178241 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301776 0 0 4096 17442 0 0 0 -1 25 0 0 0
Current children cumulated CPU time (s) 46.52
Current children cumulated vsize (KiB) 1404296

[startup+12.7023 s]
/proc/loadavg: 20.14 28.54 30.33 18/446 30156
/proc/meminfo: memFree=254608284/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=1491212 CPUtime=247.23 cores=0-31
/proc/30118/stat : 30118 (plingeling) S 30116 30118 30092 0 -1 4202496 429375 1241 0 0 24422 301 0 0 18 0 33 0 680555053 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/30118/statm: 372803 255929 174 55 0 370689 0
[pid=30118/tid=30125] ppid=30116 vsize=1491212 CPUtime=7.51 cores=0-31
/proc/30118/task/30125/stat : 30125 (plingeling) R 30116 30118 30092 0 -1 4202560 8967 1241 0 0 743 8 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4273293 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30118/tid=30126] ppid=30116 vsize=1491212 CPUtime=7.44 cores=0-31
/proc/30118/task/30126/stat : 30126 (plingeling) R 30116 30118 30092 0 -1 4202560 15704 1241 0 0 731 13 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4253011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30118/tid=30127] ppid=30116 vsize=1491212 CPUtime=7.65 cores=0-31
/proc/30118/task/30127/stat : 30127 (plingeling) R 30116 30118 30092 0 -1 4202560 4945 1241 0 0 761 4 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4264914 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30118/tid=30128] ppid=30116 vsize=1491212 CPUtime=7.71 cores=0-31
/proc/30118/task/30128/stat : 30128 (plingeling) R 30116 30118 30092 0 -1 4202560 2159 1241 0 0 770 1 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30118/tid=30129] ppid=30116 vsize=1491212 CPUtime=7.53 cores=0-31
/proc/30118/task/30129/stat : 30129 (plingeling) R 30116 30118 30092 0 -1 4202560 10207 1241 0 0 741 12 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30118/tid=30130] ppid=30116 vsize=1491212 CPUtime=7.52 cores=0-31
/proc/30118/task/30130/stat : 30130 (plingeling) R 30116 30118 30092 0 -1 4202560 8215 1241 0 0 744 8 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4253280 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30118/tid=30131] ppid=30116 vsize=1491212 CPUtime=7.69 cores=0-31
/proc/30118/task/30131/stat : 30131 (plingeling) R 30116 30118 30092 0 -1 4202560 8522 1241 0 0 764 5 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4264976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30118/tid=30132] ppid=30116 vsize=1491212 CPUtime=7.69 cores=0-31
/proc/30118/task/30132/stat : 30132 (plingeling) R 30116 30118 30092 0 -1 4202560 12222 1241 0 0 762 7 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4271941 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30118/tid=30133] ppid=30116 vsize=1491212 CPUtime=7.55 cores=0-31
/proc/30118/task/30133/stat : 30133 (plingeling) R 30116 30118 30092 0 -1 4202560 11510 1241 0 0 746 9 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4320831 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30118/tid=30134] ppid=30116 vsize=1491212 CPUtime=7.68 cores=0-31
/proc/30118/task/30134/stat : 30134 (plingeling) R 30116 30118 30092 0 -1 4202560 12402 1241 0 0 757 11 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4319722 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30118/tid=30135] ppid=30116 vsize=1491212 CPUtime=7.69 cores=0-31
/proc/30118/task/30135/stat : 30135 (plingeling) R 30116 30118 30092 0 -1 4202560 3094 1241 0 0 765 4 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30118/tid=30136] ppid=30116 vsize=1491212 CPUtime=7.58 cores=0-31
/proc/30118/task/30136/stat : 30136 (plingeling) R 30116 30118 30092 0 -1 4202560 8426 1241 0 0 748 10 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4252931 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30118/tid=30137] ppid=30116 vsize=1491212 CPUtime=7.62 cores=0-31
/proc/30118/task/30137/stat : 30137 (plingeling) R 30116 30118 30092 0 -1 4202560 19037 1241 0 0 749 13 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4253381 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30118/tid=30138] ppid=30116 vsize=1491212 CPUtime=7.6 cores=0-31
/proc/30118/task/30138/stat : 30138 (plingeling) R 30116 30118 30092 0 -1 4202560 7846 1241 0 0 755 5 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4253162 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30118/tid=30139] ppid=30116 vsize=1491212 CPUtime=7.68 cores=0-31
/proc/30118/task/30139/stat : 30139 (plingeling) R 30116 30118 30092 0 -1 4202560 7488 1241 0 0 762 6 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30118/tid=30140] ppid=30116 vsize=1491212 CPUtime=7.55 cores=0-31
/proc/30118/task/30140/stat : 30140 (plingeling) R 30116 30118 30092 0 -1 4202560 7178 1241 0 0 743 12 0 0 25 0 33 0 680555550 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4271543 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30118/tid=30141] ppid=30116 vsize=1491212 CPUtime=7.59 cores=0-31
/proc/30118/task/30141/stat : 30141 (plingeling) R 30116 30118 30092 0 -1 4202560 9355 1241 0 0 754 5 0 0 25 0 33 0 680555551 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4252668 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30118/tid=30142] ppid=30116 vsize=1491212 CPUtime=7.41 cores=0-31
/proc/30118/task/30142/stat : 30142 (plingeling) R 30116 30118 30092 0 -1 4202560 11084 1241 0 0 733 8 0 0 25 0 33 0 680555551 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4318740 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30118/tid=30143] ppid=30116 vsize=1491212 CPUtime=7.53 cores=0-31
/proc/30118/task/30143/stat : 30143 (plingeling) R 30116 30118 30092 0 -1 4202560 7480 1241 0 0 748 5 0 0 25 0 33 0 680555551 1527001088 255929 268435456000 4194304 4417452 140737478023216 18446744073709551615 4237844 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30118/tid=30144] ppid=30116 vsize=1491212 CPUtime=7.52 cores=0-31

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

[pid=30118/tid=30156] ppid=30116 vsize=1710484 CPUtime=258.58 cores=0-31
/proc/30118/task/30156/stat : 30156 (plingeling) R 30116 30118 30092 0 -1 4202560 17411 1241 0 0 25845 13 0 0 25 0 33 0 680555553 1751535616 283973 268435456000 4194304 4417452 140737478023216 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 8276.59
Current children cumulated vsize (KiB) 1710484

[startup+264.702 s]
/proc/loadavg: 31.97 30.59 30.75 33/446 30162
/proc/meminfo: memFree=254369764/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=1710464 CPUtime=8301.54 cores=0-31
/proc/30118/stat : 30118 (plingeling) S 30116 30118 30092 0 -1 4202496 749163 1241 0 0 829726 428 0 0 18 0 33 0 680555053 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/30118/statm: 427616 283966 175 55 0 425502 0
[pid=30118/tid=30125] ppid=30116 vsize=1710464 CPUtime=259.46 cores=0-31
/proc/30118/task/30125/stat : 30125 (plingeling) R 30116 30118 30092 0 -1 4202560 23509 1241 0 0 25934 12 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30118/tid=30126] ppid=30116 vsize=1710464 CPUtime=259.38 cores=0-31
/proc/30118/task/30126/stat : 30126 (plingeling) R 30116 30118 30092 0 -1 4202560 24237 1241 0 0 25919 19 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30118/tid=30127] ppid=30116 vsize=1710464 CPUtime=259.56 cores=0-31
/proc/30118/task/30127/stat : 30127 (plingeling) R 30116 30118 30092 0 -1 4202560 11739 1241 0 0 25950 6 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4250977 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30118/tid=30128] ppid=30116 vsize=1710464 CPUtime=259.65 cores=0-31
/proc/30118/task/30128/stat : 30128 (plingeling) R 30116 30118 30092 0 -1 4202560 8905 1241 0 0 25963 2 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30118/tid=30129] ppid=30116 vsize=1710464 CPUtime=259.43 cores=0-31
/proc/30118/task/30129/stat : 30129 (plingeling) R 30116 30118 30092 0 -1 4202560 20792 1241 0 0 25929 14 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30118/tid=30130] ppid=30116 vsize=1710464 CPUtime=259.43 cores=0-31
/proc/30118/task/30130/stat : 30130 (plingeling) R 30116 30118 30092 0 -1 4202560 13497 1241 0 0 25934 9 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30118/tid=30131] ppid=30116 vsize=1710464 CPUtime=259.61 cores=0-31
/proc/30118/task/30131/stat : 30131 (plingeling) R 30116 30118 30092 0 -1 4202560 13097 1241 0 0 25954 7 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30118/tid=30132] ppid=30116 vsize=1710464 CPUtime=255.45 cores=0-31
/proc/30118/task/30132/stat : 30132 (plingeling) R 30116 30118 30092 0 -1 4202560 18636 1241 0 0 25535 10 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30118/tid=30133] ppid=30116 vsize=1710464 CPUtime=259.47 cores=0-31
/proc/30118/task/30133/stat : 30133 (plingeling) R 30116 30118 30092 0 -1 4202560 20912 1241 0 0 25935 12 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30118/tid=30134] ppid=30116 vsize=1710464 CPUtime=259.61 cores=0-31
/proc/30118/task/30134/stat : 30134 (plingeling) R 30116 30118 30092 0 -1 4202560 25811 1241 0 0 25947 14 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4322039 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30118/tid=30135] ppid=30116 vsize=1710464 CPUtime=259.49 cores=0-31
/proc/30118/task/30135/stat : 30135 (plingeling) R 30116 30118 30092 0 -1 4202560 11629 1241 0 0 25941 8 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30118/tid=30136] ppid=30116 vsize=1710464 CPUtime=259.5 cores=0-31
/proc/30118/task/30136/stat : 30136 (plingeling) R 30116 30118 30092 0 -1 4202560 19203 1241 0 0 25937 13 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30118/tid=30137] ppid=30116 vsize=1710464 CPUtime=259.54 cores=0-31
/proc/30118/task/30137/stat : 30137 (plingeling) R 30116 30118 30092 0 -1 4202560 33324 1241 0 0 25933 21 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30118/tid=30138] ppid=30116 vsize=1710464 CPUtime=259.53 cores=0-31
/proc/30118/task/30138/stat : 30138 (plingeling) R 30116 30118 30092 0 -1 4202560 14033 1241 0 0 25945 8 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30118/tid=30139] ppid=30116 vsize=1710464 CPUtime=259.59 cores=0-31
/proc/30118/task/30139/stat : 30139 (plingeling) R 30116 30118 30092 0 -1 4202560 12912 1241 0 0 25947 12 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30118/tid=30140] ppid=30116 vsize=1710464 CPUtime=259.46 cores=0-31
/proc/30118/task/30140/stat : 30140 (plingeling) R 30116 30118 30092 0 -1 4202560 15337 1241 0 0 25932 14 0 0 25 0 33 0 680555550 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30118/tid=30141] ppid=30116 vsize=1710464 CPUtime=258.83 cores=0-31
/proc/30118/task/30141/stat : 30141 (plingeling) R 30116 30118 30092 0 -1 4202560 17853 1241 0 0 25876 7 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30118/tid=30142] ppid=30116 vsize=1710464 CPUtime=259.36 cores=0-31
/proc/30118/task/30142/stat : 30142 (plingeling) R 30116 30118 30092 0 -1 4202560 20206 1241 0 0 25925 11 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30118/tid=30143] ppid=30116 vsize=1710464 CPUtime=259.33 cores=0-31
/proc/30118/task/30143/stat : 30143 (plingeling) R 30116 30118 30092 0 -1 4202560 13591 1241 0 0 25921 12 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30118/tid=30144] ppid=30116 vsize=1710464 CPUtime=258 cores=0-31
/proc/30118/task/30144/stat : 30144 (plingeling) R 30116 30118 30092 0 -1 4202560 20298 1241 0 0 25789 11 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30118/tid=30145] ppid=30116 vsize=1710464 CPUtime=259.36 cores=0-31
/proc/30118/task/30145/stat : 30145 (plingeling) R 30116 30118 30092 0 -1 4202560 17927 1241 0 0 25920 16 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30118/tid=30146] ppid=30116 vsize=1710464 CPUtime=259.52 cores=0-31
/proc/30118/task/30146/stat : 30146 (plingeling) R 30116 30118 30092 0 -1 4202560 19349 1241 0 0 25939 13 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=30118/tid=30147] ppid=30116 vsize=1710464 CPUtime=259.6 cores=0-31
/proc/30118/task/30147/stat : 30147 (plingeling) R 30116 30118 30092 0 -1 4202560 8750 1241 0 0 25953 7 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30118/tid=30148] ppid=30116 vsize=1710464 CPUtime=259.32 cores=0-31
/proc/30118/task/30148/stat : 30148 (plingeling) R 30116 30118 30092 0 -1 4202560 26678 1241 0 0 25921 11 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30118/tid=30149] ppid=30116 vsize=1710464 CPUtime=259.31 cores=0-31
/proc/30118/task/30149/stat : 30149 (plingeling) R 30116 30118 30092 0 -1 4202560 49669 1241 0 0 25907 24 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30118/tid=30150] ppid=30116 vsize=1710464 CPUtime=259.32 cores=0-31
/proc/30118/task/30150/stat : 30150 (plingeling) R 30116 30118 30092 0 -1 4202560 22421 1241 0 0 25916 16 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4264478 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30118/tid=30151] ppid=30116 vsize=1710464 CPUtime=259.62 cores=0-31
/proc/30118/task/30151/stat : 30151 (plingeling) R 30116 30118 30092 0 -1 4202560 13340 1241 0 0 25949 13 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30118/tid=30152] ppid=30116 vsize=1710464 CPUtime=259.51 cores=0-31
/proc/30118/task/30152/stat : 30152 (plingeling) R 30116 30118 30092 0 -1 4202560 22888 1241 0 0 25939 12 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30118/tid=30153] ppid=30116 vsize=1710464 CPUtime=258.7 cores=0-31
/proc/30118/task/30153/stat : 30153 (plingeling) R 30116 30118 30092 0 -1 4202560 16716 1241 0 0 25862 8 0 0 25 0 33 0 680555551 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30118/tid=30154] ppid=30116 vsize=1710464 CPUtime=259.43 cores=0-31
/proc/30118/task/30154/stat : 30154 (plingeling) R 30116 30118 30092 0 -1 4202560 25420 1241 0 0 25928 15 0 0 25 0 33 0 680555553 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30118/tid=30155] ppid=30116 vsize=1710464 CPUtime=259.52 cores=0-31
/proc/30118/task/30155/stat : 30155 (plingeling) R 30116 30118 30092 0 -1 4202560 7438 1241 0 0 25943 9 0 0 25 0 33 0 680555553 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30118/tid=30156] ppid=30116 vsize=1710464 CPUtime=259.36 cores=0-31
/proc/30118/task/30156/stat : 30156 (plingeling) R 30116 30118 30092 0 -1 4202560 17411 1241 0 0 25923 13 0 0 25 0 33 0 680555553 1751515136 283966 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 8301.54
Current children cumulated vsize (KiB) 1710464

[startup+265.122 s]
/proc/loadavg: 31.97 30.59 30.75 33/446 30162
/proc/meminfo: memFree=254372292/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=1707888 CPUtime=8314.95 cores=0-31
/proc/30118/stat : 30118 (plingeling) S 30116 30118 30092 0 -1 4202496 749167 1241 0 0 831067 428 0 0 18 0 33 0 680555053 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/30118/statm: 426972 283322 175 55 0 424858 0
[pid=30118/tid=30125] ppid=30116 vsize=1707888 CPUtime=259.88 cores=0-31
/proc/30118/task/30125/stat : 30125 (plingeling) R 30116 30118 30092 0 -1 4202560 23509 1241 0 0 25976 12 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30118/tid=30126] ppid=30116 vsize=1707888 CPUtime=259.8 cores=0-31
/proc/30118/task/30126/stat : 30126 (plingeling) R 30116 30118 30092 0 -1 4202560 24237 1241 0 0 25961 19 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30118/tid=30127] ppid=30116 vsize=1707888 CPUtime=259.98 cores=0-31
/proc/30118/task/30127/stat : 30127 (plingeling) R 30116 30118 30092 0 -1 4202560 11739 1241 0 0 25992 6 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=30118/tid=30128] ppid=30116 vsize=1707888 CPUtime=260.07 cores=0-31
/proc/30118/task/30128/stat : 30128 (plingeling) R 30116 30118 30092 0 -1 4202560 8905 1241 0 0 26005 2 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=30118/tid=30129] ppid=30116 vsize=1707888 CPUtime=259.85 cores=0-31
/proc/30118/task/30129/stat : 30129 (plingeling) R 30116 30118 30092 0 -1 4202560 20792 1241 0 0 25971 14 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=30118/tid=30130] ppid=30116 vsize=1707888 CPUtime=259.85 cores=0-31
/proc/30118/task/30130/stat : 30130 (plingeling) R 30116 30118 30092 0 -1 4202560 13497 1241 0 0 25976 9 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4275927 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30118/tid=30131] ppid=30116 vsize=1707888 CPUtime=260.03 cores=0-31
/proc/30118/task/30131/stat : 30131 (plingeling) R 30116 30118 30092 0 -1 4202560 13097 1241 0 0 25996 7 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4232640 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30118/tid=30132] ppid=30116 vsize=1707888 CPUtime=255.87 cores=0-31
/proc/30118/task/30132/stat : 30132 (plingeling) R 30116 30118 30092 0 -1 4202560 18636 1241 0 0 25577 10 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30118/tid=30133] ppid=30116 vsize=1707888 CPUtime=259.89 cores=0-31
/proc/30118/task/30133/stat : 30133 (plingeling) R 30116 30118 30092 0 -1 4202560 20912 1241 0 0 25977 12 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=30118/tid=30134] ppid=30116 vsize=1707888 CPUtime=260.03 cores=0-31
/proc/30118/task/30134/stat : 30134 (plingeling) R 30116 30118 30092 0 -1 4202560 25811 1241 0 0 25989 14 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4357248 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=30118/tid=30135] ppid=30116 vsize=1707888 CPUtime=259.91 cores=0-31
/proc/30118/task/30135/stat : 30135 (plingeling) R 30116 30118 30092 0 -1 4202560 11629 1241 0 0 25983 8 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=30118/tid=30136] ppid=30116 vsize=1707888 CPUtime=259.92 cores=0-31
/proc/30118/task/30136/stat : 30136 (plingeling) R 30116 30118 30092 0 -1 4202560 19203 1241 0 0 25979 13 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=30118/tid=30137] ppid=30116 vsize=1707888 CPUtime=259.96 cores=0-31
/proc/30118/task/30137/stat : 30137 (plingeling) R 30116 30118 30092 0 -1 4202560 33324 1241 0 0 25975 21 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=30118/tid=30138] ppid=30116 vsize=1707888 CPUtime=259.95 cores=0-31
/proc/30118/task/30138/stat : 30138 (plingeling) R 30116 30118 30092 0 -1 4202560 14033 1241 0 0 25987 8 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30118/tid=30139] ppid=30116 vsize=1707888 CPUtime=260.01 cores=0-31
/proc/30118/task/30139/stat : 30139 (plingeling) R 30116 30118 30092 0 -1 4202560 12912 1241 0 0 25989 12 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=30118/tid=30140] ppid=30116 vsize=1707888 CPUtime=259.88 cores=0-31
/proc/30118/task/30140/stat : 30140 (plingeling) R 30116 30118 30092 0 -1 4202560 15337 1241 0 0 25974 14 0 0 25 0 33 0 680555550 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=30118/tid=30141] ppid=30116 vsize=1707888 CPUtime=259.23 cores=0-31
/proc/30118/task/30141/stat : 30141 (plingeling) R 30116 30118 30092 0 -1 4202560 17853 1241 0 0 25916 7 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=30118/tid=30142] ppid=30116 vsize=1707888 CPUtime=259.78 cores=0-31
/proc/30118/task/30142/stat : 30142 (plingeling) R 30116 30118 30092 0 -1 4202560 20206 1241 0 0 25967 11 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=30118/tid=30143] ppid=30116 vsize=1707888 CPUtime=259.74 cores=0-31
/proc/30118/task/30143/stat : 30143 (plingeling) R 30116 30118 30092 0 -1 4202560 13591 1241 0 0 25962 12 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4310225 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30118/tid=30144] ppid=30116 vsize=1707888 CPUtime=258.42 cores=0-31
/proc/30118/task/30144/stat : 30144 (plingeling) R 30116 30118 30092 0 -1 4202560 20298 1241 0 0 25831 11 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=30118/tid=30145] ppid=30116 vsize=1707888 CPUtime=259.78 cores=0-31
/proc/30118/task/30145/stat : 30145 (plingeling) R 30116 30118 30092 0 -1 4202560 17927 1241 0 0 25962 16 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=30118/tid=30146] ppid=30116 vsize=1707888 CPUtime=259.94 cores=0-31
/proc/30118/task/30146/stat : 30146 (plingeling) R 30116 30118 30092 0 -1 4202560 19349 1241 0 0 25981 13 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4357361 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=30118/tid=30147] ppid=30116 vsize=1707888 CPUtime=260.02 cores=0-31
/proc/30118/task/30147/stat : 30147 (plingeling) R 30116 30118 30092 0 -1 4202560 8750 1241 0 0 25995 7 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=30118/tid=30148] ppid=30116 vsize=1707888 CPUtime=259.74 cores=0-31
/proc/30118/task/30148/stat : 30148 (plingeling) R 30116 30118 30092 0 -1 4202560 26682 1241 0 0 25963 11 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30118/tid=30149] ppid=30116 vsize=1707888 CPUtime=259.73 cores=0-31
/proc/30118/task/30149/stat : 30149 (plingeling) R 30116 30118 30092 0 -1 4202560 49669 1241 0 0 25949 24 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=30118/tid=30150] ppid=30116 vsize=1707888 CPUtime=259.74 cores=0-31
/proc/30118/task/30150/stat : 30150 (plingeling) R 30116 30118 30092 0 -1 4202560 22421 1241 0 0 25958 16 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=30118/tid=30151] ppid=30116 vsize=1707888 CPUtime=260.04 cores=0-31
/proc/30118/task/30151/stat : 30151 (plingeling) R 30116 30118 30092 0 -1 4202560 13340 1241 0 0 25991 13 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=30118/tid=30152] ppid=30116 vsize=1707888 CPUtime=259.93 cores=0-31
/proc/30118/task/30152/stat : 30152 (plingeling) R 30116 30118 30092 0 -1 4202560 22888 1241 0 0 25981 12 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=30118/tid=30153] ppid=30116 vsize=1707888 CPUtime=259.12 cores=0-31
/proc/30118/task/30153/stat : 30153 (plingeling) R 30116 30118 30092 0 -1 4202560 16716 1241 0 0 25904 8 0 0 25 0 33 0 680555551 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4352368 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=30118/tid=30154] ppid=30116 vsize=1707888 CPUtime=259.85 cores=0-31
/proc/30118/task/30154/stat : 30154 (plingeling) R 30116 30118 30092 0 -1 4202560 25420 1241 0 0 25970 15 0 0 25 0 33 0 680555553 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4277964 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=30118/tid=30155] ppid=30116 vsize=1707888 CPUtime=259.94 cores=0-31
/proc/30118/task/30155/stat : 30155 (plingeling) R 30116 30118 30092 0 -1 4202560 7438 1241 0 0 25985 9 0 0 25 0 33 0 680555553 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=30118/tid=30156] ppid=30116 vsize=1707888 CPUtime=259.78 cores=0-31
/proc/30118/task/30156/stat : 30156 (plingeling) R 30116 30118 30092 0 -1 4202560 17411 1241 0 0 25965 13 0 0 25 0 33 0 680555553 1748877312 283322 268435456000 4194304 4417452 140737478023216 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 8314.95
Current children cumulated vsize (KiB) 1707888

[startup+265.302 s]
/proc/loadavg: 31.97 30.59 30.75 33/446 30162
/proc/meminfo: memFree=254372292/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=1625956 CPUtime=8319.46 cores=0-31
/proc/30118/stat : 30118 (plingeling) S 30116 30118 30092 0 -1 4202496 749173 1241 0 0 831518 428 0 0 17 0 2 0 680555053 1664978944 283270 268435456000 4194304 4417452 140737478023216 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/30118/statm: 406489 283270 176 55 0 404375 0
[pid=30118/tid=30136] ppid=30116 vsize=1625956 CPUtime=260.1 cores=0-31
/proc/30118/task/30136/stat : 30136 (plingeling) R 30116 30118 30092 0 -1 4202560 19203 1241 0 0 25997 13 0 0 25 0 2 0 680555550 1664978944 283270 268435456000 4194304 4417452 140737478023216 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 18 0 0 0
Current children cumulated CPU time (s) 8319.46
Current children cumulated vsize (KiB) 1625956

[startup+265.401 s]
/proc/loadavg: 31.97 30.59 30.75 33/446 30162
/proc/meminfo: memFree=254372292/264257624 swapFree=67111528/67111528
[pid=30118] ppid=30116 vsize=773148 CPUtime=8319.56 cores=0-31
/proc/30118/stat : 30118 (plingeling) R 30116 30118 30092 0 -1 4202496 749173 1241 0 0 831520 436 0 0 17 0 1 0 680555053 791703552 77571 268435456000 4194304 4417452 140737478023216 18446744073709551615 258650981722 0 0 4096 0 0 0 0 17 17 0 0 0
/proc/30118/statm: 193287 77059 176 55 0 191173 0
Current children cumulated CPU time (s) 8319.56
Current children cumulated vsize (KiB) 773148

Child status: 20
Real time (s): 265.433
CPU time (s): 8319.61
CPU user time (s): 8315.2
CPU system time (s): 4.40133
CPU usage (%): 3134.35
Max. virtual memory (cumulated for all children) (KiB): 1796900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8315.2
system time used= 4.40133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 750418
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= 6949
involuntary context switches= 20602

runsolver used 1.37779 second user time and 6.16906 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-18 05:51:26
IDJOB=3372582
IDBENCH=82469
IDSOLVER=1852
FILE ID=node200/3372582-1305690685
RUNJOBID= node200-1305690677-30106
PBS_JOBID= 13357381
Free space on /tmp= 62048 MiB

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

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1179251045

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:      255518328 kB
Buffers:        451840 kB
Cached:        7891700 kB
SwapCached:          0 kB
Active:        7404508 kB
Inactive:      1007964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255518328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4424 kB
Writeback:           0 kB
AnonPages:       69420 kB
Mapped:          14408 kB
Slab:           251500 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   183940 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-18 05:55:52