Trace number 3400832

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
CryptoMiniSat Strange-Night-2-mt (fixed)SAT 6.30804 0.247045

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_1_keyfind_1.cnf
MD5SUM91cde8e84ef5d7afcf2af11dd165819e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.130979
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1016
Sum of the clauses size3096
Maximum clause length5
Minimum clause length1
Number of clauses of size 168
Number of clauses of size 240
Number of clauses of size 3704
Number of clauses of size 4184
Number of clauses of size 520
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.05	c Using 32 threads
1.54/0.08	c This is CryptoMiniSat 3.0.0
1.54/0.08	c WARNING: for repeatability, setting FPU to use double precision
1.54/0.08	c Reading file 'HOME/instance-3400832-1306892041.cnf'
1.54/0.09	c -- header says num vars:            300
1.54/0.09	c -- header says num clauses:        1016
2.41/0.10	c -- clauses added:            0 learnts,         1016 normals,            0 xors
2.41/0.10	c -- vars added        300
2.41/0.11	c Parsing time:  0.00 s
2.41/0.11	c  N st     0         0       300       892        40         0      2948         0   no data   no data
2.41/0.11	c asymm  cl-useful: 0/636/636 lits-rem:0 time: 0.00
2.41/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   80 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
2.41/0.11	c Replacing       80 vars Replaced     1332 lits Time:     0.00 s 
2.41/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.41/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.41/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.41/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    152 time:  0.00 s
2.41/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.41/0.13	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
2.41/0.13	c Finding binary XORs  T:     0.00 s  found:       0
2.41/0.13	c Finding non-binary XORs:     0.00 s (found:      66, avg size: 3.2)
2.41/0.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      2 locsubst:     0 time:   0.00
2.41/0.13	c calculated reachability. Time: 0.00
2.41/0.13	c Calc default polars -  time:   0.00 s pos:       0 undec:     165 neg:     135
2.41/0.13	c =========================================================================================
2.41/0.13	c types(t): F = full restart, N = normal restart
2.41/0.13	c types(t): S = simplification begin/end, E = solution found
2.41/0.13	c restart types(rt): st = static, dy = dynamic
2.41/0.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.41/0.13	c  B st     0         0       136       316         8         0      1364         0   no data   no data
2.41/0.24	c Following stats are for *FIRST FINISHED THREAD ONLY*
2.41/0.24	c num threads              : 32         
2.41/0.24	c restarts                 : 5          
2.41/0.24	c dynamic restarts         : 0          
2.41/0.24	c static restarts          : 5          
2.41/0.24	c full restarts            : 0          
2.41/0.24	c total simplify time      : 0.00       
2.41/0.24	c learnts DL2              : 0          
2.41/0.24	c learnts size 2           : 170        
2.41/0.24	c learnts size 1           : 68          (22.67     % of vars)
2.41/0.24	c filedLit time            : 0.00        (0.47      % time)
2.41/0.24	c v-elim SatELite          : 14          (4.67      % vars)
2.41/0.24	c SatELite time            : 0.00        (1.41      % time)
2.41/0.24	c v-elim xor               : 2           (0.67      % vars)
2.41/0.24	c xor elim time            : 0.00        (0.00      % time)
2.41/0.24	c num binary xor trees     : 80         
2.41/0.24	c binxor trees' crown      : 80          (1.00      leafs/tree)
2.41/0.24	c bin xor find time        : 0.00       
2.41/0.24	c OTF clause improved      : 89          (0.09      clauses/conflict)
2.41/0.24	c OTF impr. size diff      : 90          (1.01       lits/clause)
2.41/0.24	c OTF cl watch-shrink      : 101         (0.11      clauses/conflict)
2.41/0.24	c OTF cl watch-sh-lit      : 128         (1.27       lits/clause)
2.41/0.24	c tried to recurMin cls    : 190         (20.23      % of conflicts)
2.41/0.24	c updated cache            : 0           (0.00       lits/tried recurMin)
2.41/0.24	c unit cls recevied        : 0           (0.00      % of units)
2.41/0.24	c unit cls sent            : 0           (0.00      % of units)
2.41/0.24	c bin cls recevied         : 0          
2.41/0.24	c bin cls sent             : 0          
2.41/0.24	c clauses over max glue    : 0           (0.00      % of all clauses)
2.41/0.24	c conflicts                : 939         (4429.93   / sec)
2.41/0.24	c decisions                : 1127        (0.00      % random)
2.41/0.24	c bogo-props               : 877492      (4139757.60 / sec)
2.41/0.24	c conflict literals        : 9408        (20.36     % deleted)
2.41/0.24	c Memory used              : 1292.32     MB
2.41/0.24	c single-thread CPU time   : 0.21        s
2.41/0.24	c all-threads sum CPU time : 5.92        s
2.41/0.24	s SATISFIABLE
2.41/0.24	v -1 2 -3 4 5 6 7 8 9 -10 11 12 13 -14 -15 16 17 18 -19 -20 21 -22 23 24 25 -26 -27 -28 -29 30 -31 32 -33 -34 -35 -36 -37 -38 39 40 41 42 43 -44 -45 46 47 -48 -49 -50 51 -52 -53 54 55 56 57 -58 -59 60 61 -62 63 64 65 66 67 68 69 -70 71 -72 -73 74 -75 -76 -77 -78 79 -80 -81 -82 -83 84 85 86 87 88 -89 -90 -91 -92 -93 94 -95 -96 -97 98 -99 100 101 102 -103 -104 -105 106 -107 108 109 110 111 112 113 114 115 -116 117 118 -119 -120 -121 -122 -123 124 125 126 127 -128 129 130 -131 132 133 134 135 -136 -137 -138 139 140 141 -142 -143 -144 -145 -146 -147 148 149 150 151 152 153 -154 -155 -156 -157 158 -159 -160 -161 -162 163 -164 -165 166 -167 -168 -169 170 171 172 173 -174 175 -176 -177 -178 -179 -180 -181 -182 -183 -184 185 -186 -187 -188 -189 -190 -191 -192 193 194 195 -196 197 -198 -199 -200 201 202 203 -204 -205 -206 207 208 -209 -210 -211 -212 -213 -214 -215 -216 217 -218 219 220 -221 -222 223 224 225 -226 227 228 229 230 231 232 -233 -234 235 236 -237 -238 -239 240 -241 242 -243 244 245 246 247 248 -249 250 251 -252 -253 -254 -255 256 -257 -258 -259 -260 -261 -262 -263 -264 -265 -266 -267 -268 -269 -270 -271 -272 -273 274 -275 276 -277 278 -279 280 -281 282 283 -284 285 286 287 -288 -289 -290 -291 292 293 294 -295 -296 297 298 -299 300 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3400832-1306892041/watcher-3400832-1306892041 -o /tmp/evaluation-result-3400832-1306892041/solver-3400832-1306892041 -C 160000 -W 5100 -M 266338304 ./strangenight2-mt --threads=32 HOME/instance-3400832-1306892041.cnf 

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

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


[startup+0 s]
/proc/loadavg: 29.81 31.65 31.91 1/413 26400
/proc/meminfo: memFree=263477648/264257624 swapFree=67044780/67111528
[pid=26400] ppid=26398 vsize=338000 CPUtime=0.26 cores=0-31
/proc/26400/stat : 26400 (strangenight2-m) R 26398 26400 26316 0 -1 4202496 438 0 0 0 26 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 18446744073709551615 0 0 17 14 0 0 0
/proc/26400/statm: 84500 377 297 95 0 79482 0
[pid=26400/tid=26401] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26401/stat : 26401 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 1 0 0 0 24 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26400/tid=26402] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26402/stat : 26402 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 1 0 0 0 24 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26403/stat : 26403 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26404/stat : 26404 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26405/stat : 26405 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976812 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26406/stat : 26406 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26407/stat : 26407 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26408/stat : 26408 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26409/stat : 26409 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26410/stat : 26410 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976812 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26411/stat : 26411 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26412/stat : 26412 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26413/stat : 26413 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26414/stat : 26414 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26415/stat : 26415 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976812 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26416/stat : 26416 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976812 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26417/stat : 26417 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976812 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26418/stat : 26418 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=26400/tid=26419] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26419/stat : 26419 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26420/stat : 26420 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26421/stat : 26421 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976816 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=26400/tid=26422] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26422/stat : 26422 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976808 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=26400/tid=26423] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26423/stat : 26423 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976808 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=26400/tid=26424] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26424/stat : 26424 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976808 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26400/tid=26425] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26425/stat : 26425 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=26400/tid=26426] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26426/stat : 26426 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976816 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=26400/tid=26427] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26427/stat : 26427 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=26400/tid=26428] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26428/stat : 26428 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=26400/tid=26429] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26429/stat : 26429 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=26400/tid=26430] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26430/stat : 26430 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=26400/tid=26431] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26431/stat : 26431 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 377 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976818 0 0 4096 2 0 0 0 -1 21 0 0 0

[startup+0.05956 s]
/proc/loadavg: 29.81 31.65 31.91 1/413 26400
/proc/meminfo: memFree=263477648/264257624 swapFree=67044780/67111528
[pid=26400] ppid=26398 vsize=338000 CPUtime=1.54 cores=0-31
/proc/26400/stat : 26400 (strangenight2-m) R 26398 26400 26316 0 -1 4202496 468 0 0 0 154 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976400 0 0 4096 2 18446744073709551615 0 0 17 14 0 0 0
/proc/26400/statm: 84500 407 300 95 0 79482 0
[pid=26400/tid=26401] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26401/stat : 26401 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 24 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976403 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26400/tid=26402] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26402/stat : 26402 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 4 0 0 0 5 0 0 0 24 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976400 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26403/stat : 26403 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26404/stat : 26404 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26405/stat : 26405 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26406/stat : 26406 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26407/stat : 26407 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26408/stat : 26408 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976403 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26409/stat : 26409 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976403 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=338000 CPUtime=0.04 cores=0-31
/proc/26400/task/26410/stat : 26410 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 4 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976822 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=338000 CPUtime=0 cores=0-31
/proc/26400/task/26411/stat : 26411 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976403 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=338000 CPUtime=0.03 cores=0-31
/proc/26400/task/26412/stat : 26412 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=338000 CPUtime=0.03 cores=0-31
/proc/26400/task/26413/stat : 26413 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26414/stat : 26414 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26415/stat : 26415 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26416/stat : 26416 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 0 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26417/stat : 26417 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976407 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=338000 CPUtime=0.01 cores=0-31
/proc/26400/task/26418/stat : 26418 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=26400/tid=26419] ppid=26398 vsize=338000 CPUtime=0.02 cores=0-31
/proc/26400/task/26419/stat : 26419 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=338000 CPUtime=0.04 cores=0-31
/proc/26400/task/26420/stat : 26420 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=338000 CPUtime=0.04 cores=0-31
/proc/26400/task/26421/stat : 26421 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=26400/tid=26422] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26422/stat : 26422 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=26400/tid=26423] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26423/stat : 26423 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976413 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=26400/tid=26424] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26424/stat : 26424 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976407 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26400/tid=26425] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26425/stat : 26425 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976400 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=26400/tid=26426] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26426/stat : 26426 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=26400/tid=26427] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26427/stat : 26427 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=26400/tid=26428] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26428/stat : 26428 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=26400/tid=26429] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26429/stat : 26429 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976403 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=26400/tid=26430] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26430/stat : 26430 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=26400/tid=26431] ppid=26398 vsize=338000 CPUtime=0.05 cores=0-31
/proc/26400/task/26431/stat : 26431 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 32 0 15170112 346112000 407 268435456000 4194304 4580107 140735651598256 18446744073709551615 47293568976409 0 0 4096 2 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 338000

[startup+0.101604 s]
/proc/loadavg: 29.81 31.65 31.91 1/413 26400
/proc/meminfo: memFree=263477648/264257624 swapFree=67044780/67111528
[pid=26400] ppid=26398 vsize=1241016 CPUtime=2.41 cores=0-31
/proc/26400/stat : 26400 (strangenight2-m) S 26398 26400 26316 0 -1 4202496 1923 0 0 0 237 4 0 0 17 0 32 0 15170112 1270800384 1764 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446744073709551615 0 0 17 14 0 0 0
/proc/26400/statm: 310254 1769 366 95 0 305236 0
[pid=26400/tid=26401] ppid=26398 vsize=1241016 CPUtime=0.08 cores=0-31
/proc/26400/task/26401/stat : 26401 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 16 0 0 0 8 0 0 0 17 0 32 0 15170112 1270800384 1773 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604480473734624 0 0 -1 1 0 0 0
[pid=26400/tid=26402] ppid=26398 vsize=1241016 CPUtime=0.08 cores=0-31
/proc/26400/task/26402/stat : 26402 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 32 0 0 0 8 0 0 0 17 0 32 0 15170112 1270800384 1781 268435456000 4194304 4580107 140735651598256 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=1241016 CPUtime=0.07 cores=0-31
/proc/26400/task/26403/stat : 26403 (strangenight2-m) D 26398 26400 26316 0 -1 4202560 30 0 0 0 7 0 0 0 17 0 32 0 15170112 1270800384 1785 268435456000 4194304 4580107 140735651598256 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=1241016 CPUtime=0.08 cores=0-31
/proc/26400/task/26404/stat : 26404 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 43 0 0 0 8 0 0 0 17 0 32 0 15170112 1270800384 1801 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=1241016 CPUtime=0.08 cores=0-31
/proc/26400/task/26405/stat : 26405 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 26 0 0 0 8 0 0 0 17 0 32 0 15170112 1270800384 1804 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604480473734624 0 0 -1 6 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=1249220 CPUtime=0.07 cores=0-31
/proc/26400/task/26406/stat : 26406 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 19 0 0 0 7 0 0 0 17 0 32 0 15170112 1279201280 1808 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=1257424 CPUtime=0.07 cores=0-31
/proc/26400/task/26407/stat : 26407 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 48 0 0 0 7 0 0 0 17 0 32 0 15170112 1287602176 1817 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604626285084128 0 0 -1 16 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=1265628 CPUtime=0.08 cores=0-31
/proc/26400/task/26408/stat : 26408 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 55 0 0 0 8 0 0 0 17 0 32 0 15170112 1296003072 1818 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604579174120928 0 0 -1 16 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=1265628 CPUtime=0.08 cores=0-31
/proc/26400/task/26409/stat : 26409 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 35 0 0 0 8 0 0 0 17 0 32 0 15170112 1296003072 1823 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=1265628 CPUtime=0.05 cores=0-31
/proc/26400/task/26410/stat : 26410 (strangenight2-m) D 26398 26400 26316 0 -1 4202560 54 0 0 0 5 0 0 0 17 0 32 0 15170112 1296003072 1824 268435456000 4194304 4580107 140735651598256 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=1273832 CPUtime=0.02 cores=0-31
/proc/26400/task/26411/stat : 26411 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 34 0 0 0 2 0 0 0 17 0 32 0 15170112 1304403968 1830 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=1282036 CPUtime=0.05 cores=0-31
/proc/26400/task/26412/stat : 26412 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 55 0 0 0 5 0 0 0 17 0 32 0 15170112 1312804864 1865 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446744071566931984 0 0 -1 31 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=1282036 CPUtime=0.05 cores=0-31
/proc/26400/task/26413/stat : 26413 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 47 0 0 0 5 0 0 0 17 0 32 0 15170112 1312804864 1876 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604445926464992 0 0 -1 23 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=1290240 CPUtime=0.08 cores=0-31
/proc/26400/task/26414/stat : 26414 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 52 0 0 0 8 0 0 0 17 0 32 0 15170112 1321205760 1878 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446744071566931984 0 0 -1 20 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=1290240 CPUtime=0.07 cores=0-31
/proc/26400/task/26415/stat : 26415 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 22 0 0 0 7 0 0 0 17 0 32 0 15170112 1321205760 1886 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604468267408864 0 0 -1 28 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=1290240 CPUtime=0.08 cores=0-31
/proc/26400/task/26416/stat : 26416 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 54 0 0 0 8 0 0 0 25 0 32 0 15170112 1321205760 1886 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604595087424992 0 0 -1 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=1290240 CPUtime=0.08 cores=0-31
/proc/26400/task/26417/stat : 26417 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 64 0 0 0 8 0 0 0 17 0 32 0 15170112 1321205760 1892 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=1290240 CPUtime=0.03 cores=0-31
/proc/26400/task/26418/stat : 26418 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 43 0 0 0 3 0 0 0 17 0 32 0 15170112 1321205760 1897 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604445926464992 0 0 -1 25 0 0 0
[pid=26400/tid=26419] ppid=26398 vsize=1290240 CPUtime=0.05 cores=0-31
/proc/26400/task/26419/stat : 26419 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 60 0 0 0 5 0 0 0 17 0 32 0 15170112 1321205760 1901 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=1290240 CPUtime=0.07 cores=0-31
/proc/26400/task/26420/stat : 26420 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 46 0 0 0 7 0 0 0 17 0 32 0 15170112 1321205760 1906 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604588885171680 0 0 -1 26 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=1290240 CPUtime=0.07 cores=0-31
/proc/26400/task/26421/stat : 26421 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 153 0 0 0 7 0 0 0 17 0 32 0 15170112 1321205760 1911 268435456000 4194304 4580107 140735651598256 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=26400/tid=26422] ppid=26398 vsize=1290240 CPUtime=0.07 cores=0-31
/proc/26400/task/26422/stat : 26422 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 32 0 0 0 7 0 0 0 17 0 32 0 15170112 1321205760 1914 268435456000 4194304 4580107 140735651598256 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=26400/tid=26423] ppid=26398 vsize=1290240 CPUtime=0.08 cores=0-31
/proc/26400/task/26423/stat : 26423 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 133 0 0 0 8 0 0 0 17 0 32 0 15170112 1321205760 1917 268435456000 4194304 4580107 140735651598256 18446744073709551615 4294883 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=26400/tid=26424] ppid=26398 vsize=1290240 CPUtime=0.07 cores=0-31
/proc/26400/task/26424/stat : 26424 (strangenight2-m) D 26398 26400 26316 0 -1 4202560 45 0 0 0 7 0 0 0 17 0 32 0 15170112 1321205760 1920 268435456000 4194304 4580107 140735651598256 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26400/tid=26425] ppid=26398 vsize=1290240 CPUtime=0.08 cores=0-31
/proc/26400/task/26425/stat : 26425 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 40 0 0 0 8 0 0 0 17 0 32 0 15170112 1321205760 1929 268435456000 4194304 4580107 140735651598256 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=26400/tid=26426] ppid=26398 vsize=1290240 CPUtime=0.07 cores=0-31
/proc/26400/task/26426/stat : 26426 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 54 0 0 0 7 0 0 0 17 0 32 0 15170112 1321205760 1930 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=26400/tid=26427] ppid=26398 vsize=1290240 CPUtime=0.07 cores=0-31
/proc/26400/task/26427/stat : 26427 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 43 0 0 0 7 0 0 0 17 0 32 0 15170112 1321205760 1941 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446744071566926704 0 0 -1 13 0 0 0
[pid=26400/tid=26428] ppid=26398 vsize=1298444 CPUtime=0.07 cores=0-31
/proc/26400/task/26428/stat : 26428 (strangenight2-m) R 26398 26400 26316 0 -1 4202560 48 0 0 0 7 0 0 0 17 0 32 0 15170112 1329606656 1961 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=26400/tid=26429] ppid=26398 vsize=1298444 CPUtime=0.07 cores=0-31
/proc/26400/task/26429/stat : 26429 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 49 0 0 0 7 0 0 0 17 0 32 0 15170112 1329606656 1962 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604580869914080 0 0 -1 17 0 0 0
[pid=26400/tid=26430] ppid=26398 vsize=1298444 CPUtime=0.07 cores=0-31
/proc/26400/task/26430/stat : 26430 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 44 0 0 0 7 0 0 0 17 0 32 0 15170112 1329606656 1969 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604445926464992 0 0 -1 19 0 0 0
[pid=26400/tid=26431] ppid=26398 vsize=1298444 CPUtime=0.07 cores=0-31
/proc/26400/task/26431/stat : 26431 (strangenight2-m) S 26398 26400 26316 0 -1 4202560 44 0 0 0 7 0 0 0 17 0 32 0 15170112 1329606656 1979 268435456000 4194304 4580107 140735651598256 18446744073709551615 258651060958 0 0 4096 2 18446604480473734624 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1241016

Solver just ended. Dumping a history of the last processes samples

[startup+0.244758 s]
/proc/loadavg: 29.81 31.65 31.91 1/413 26400
/proc/meminfo: memFree=263477648/264257624 swapFree=67044780/67111528
[pid=26400] ppid=26398 vsize=0 CPUtime=6.29 cores=0-31
/proc/26400/stat : 26400 (strangenight2-m) Z 26398 26400 26316 0 -1 4203548 3813 0 0 0 591 38 0 0 17 0 7 0 15170112 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 14 0 0 0
/proc/26400/statm: 0 0 0 0 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=0 CPUtime=0.19 cores=0-31
/proc/26400/task/26415/stat : 26415 (strangenight2-m) R 26398 26400 26316 0 -1 4203588 125 0 0 0 18 1 0 0 17 0 2 0 15170112 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 0.247045
CPU time (s): 6.30804
CPU user time (s): 5.9191
CPU system time (s): 0.38894
CPU usage (%): 2553.4
Max. virtual memory (cumulated for all children) (KiB): 1241016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9191
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3813
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= 15996
involuntary context switches= 55

runsolver used 0.006998 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node200 at 2011-06-01 03:34:01
IDJOB=3400832
IDBENCH=83425
IDSOLVER=1886
FILE ID=node200/3400832-1306892041
RUNJOBID= node200-1306892039-26330
PBS_JOBID= 13471400
Free space on /tmp= 61580 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_1_keyfind_1.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400832-1306892041/watcher-3400832-1306892041 -o /tmp/evaluation-result-3400832-1306892041/solver-3400832-1306892041 -C 160000 -W 5100 -M 266338304  ./strangenight2-mt --threads=32 HOME/instance-3400832-1306892041.cnf

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

MD5SUM BENCH= 91cde8e84ef5d7afcf2af11dd165819e
RANDOM SEED=844167037

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.042
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.08
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.042
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.042
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.12
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.042
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.14
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.042
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.04
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.042
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.042
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.09
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.042
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.042
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.05
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.042
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.14
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.042
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.11
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.042
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.12
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.042
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.02
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.042
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.08
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.042
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	: 3990.06
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.042
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.10
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.042
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.07
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.042
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.13
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.042
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.042
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	: 3989.95
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.042
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.06
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.042
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.08
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.042
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.07
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.042
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.09
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.042
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.042
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.06
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.042
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.09
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.042
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.05
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.042
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	: 3996.76
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.042
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.08
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.042
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.042
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.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      263477556 kB
Buffers:        166316 kB
Cached:         409780 kB
SwapCached:      29976 kB
Active:         143800 kB
Inactive:       464528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      263477556 kB
SwapTotal:    67111528 kB
SwapFree:     67044780 kB
Dirty:            5856 kB
Writeback:           0 kB
AnonPages:       30376 kB
Mapped:           7740 kB
Slab:            75320 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   191912 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= 61576 MiB
End job on node200 at 2011-06-01 03:34:02