Trace number 3400892

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)UNSAT 180.784 6.40239

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark139.72
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.04	c Using 32 threads
0.00/0.06	c This is CryptoMiniSat 3.0.0
0.00/0.06	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.06	c Reading file 'HOME/instance-3400892-1307113368.cnf'
1.30/0.07	c -- header says num vars:           4800
1.30/0.07	c -- header says num clauses:       14281
3.32/0.23	c -- clauses added:            0 learnts,        14281 normals,            0 xors
3.32/0.23	c -- vars added       4800
3.32/0.23	c Parsing time:  0.03 s
3.32/0.23	c  N st     0         0      4800      4921      9360         0     33540         0   no data   no data
9.31/0.50	c asymm  cl-useful: 0/4921/4921 lits-rem:0 time: 0.26
32.64/1.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  234 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.67
32.64/1.80	c Replacing      234 vars Replaced     3601 lits Time:     0.00 s 
35.63/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.63/1.83	c bin-w-bin subsume rem           16 bins  time:  0.00 s
35.63/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.63/1.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4566 time:  0.04 s
38.42/1.94	c Removed useless bin:     182  fixed:     0  props:   1.42M  time:  0.05 s
38.42/2.00	c lits-rem:         1  cl-subs:        2  v-elim:   1522  v-fix:    0  time:  0.04 s
41.33/2.02	c Finding binary XORs  T:     0.02 s  found:     107
41.33/2.02	c Replacing      107 vars Replaced     1507 lits Time:     0.00 s 
41.33/2.03	c Finding non-binary XORs:     0.00 s (found:      60, avg size: 3.0)
41.33/2.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.33/2.03	c calculated reachability. Time: 0.00
41.33/2.03	c Calc default polars -  time:   0.00 s pos:    1408 undec:    1919 neg:    1473
41.33/2.03	c =========================================================================================
41.33/2.03	c types(t): F = full restart, N = normal restart
41.33/2.03	c types(t): S = simplification begin/end, E = solution found
41.33/2.03	c restart types(rt): st = static, dy = dynamic
41.33/2.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
41.33/2.03	c  B st     0         0      2937      4173      6201         0     26803         0   no data   no data
66.85/2.89	c  N dy    15      4292      2937      4173      6385      4084     26803    202118      6.94      7.33
85.93/3.42	c  N dy    39      8629      2937      4173      7355      5925     26803    190723      7.13      7.52
92.33/3.63	c Finding binary XORs  T:     0.01 s  found:     179
92.33/3.64	c Replacing      179 vars Replaced    20899 lits Time:     0.01 s 
108.30/4.14	c  N dy    53     13380      2753      4171      8083      6371     26778    127109      6.85      7.23
124.26/4.64	c Finding binary XORs  T:     0.01 s  found:     128
124.26/4.65	c Replacing      133 vars Replaced    10190 lits Time:     0.01 s 
127.45/4.78	c  N dy    69     17638      2618      4166      7886      9075     26731    200252      6.71      7.20
146.64/5.39	c  N dy    92     21654      2618      4166      9085      8290     26731    134942      6.75     10.59
153.62/5.57	c Finding binary XORs  T:     0.01 s  found:     158
153.62/5.58	c Replacing      161 vars Replaced    12727 lits Time:     0.01 s 
165.80/5.94	c  F st   103     25001      2445      4157     10277     10963     26646    199410      6.65      4.58
165.80/5.94	c Replacing       16 vars Replaced      421 lits Time:     0.00 s 
172.20/6.10	c  N st   106     26189      2414      4155     10101      4967     26574     44827      6.65   no data
178.60/6.36	c Following stats are for *FIRST FINISHED THREAD ONLY*
178.60/6.36	c num threads              : 32         
178.60/6.36	c restarts                 : 103        
178.60/6.36	c dynamic restarts         : 92         
178.60/6.36	c static restarts          : 11         
178.60/6.36	c full restarts            : 1          
178.60/6.36	c total simplify time      : 0.07       
178.60/6.36	c learnts DL2              : 0          
178.60/6.36	c learnts size 2           : 17315      
178.60/6.36	c learnts size 1           : 649         (13.52     % of vars)
178.60/6.36	c filedLit time            : 0.65        (11.77     % time)
178.60/6.36	c v-elim SatELite          : 1522        (31.71     % vars)
178.60/6.36	c SatELite time            : 0.07        (1.29      % time)
178.60/6.36	c v-elim xor               : 0           (0.00      % vars)
178.60/6.36	c xor elim time            : 0.00        (0.04      % time)
178.60/6.36	c num binary xor trees     : 963        
178.60/6.36	c binxor trees' crown      : 1166        (1.21      leafs/tree)
178.60/6.36	c bin xor find time        : 0.05       
178.60/6.36	c OTF clause improved      : 262         (0.01      clauses/conflict)
178.60/6.36	c OTF impr. size diff      : 328         (1.25       lits/clause)
178.60/6.36	c OTF cl watch-shrink      : 13415       (0.48      clauses/conflict)
178.60/6.36	c OTF cl watch-sh-lit      : 36906       (2.75       lits/clause)
178.60/6.36	c tried to recurMin cls    : 13921       (50.29      % of conflicts)
178.60/6.36	c updated cache            : 0           (0.00       lits/tried recurMin)
178.60/6.36	c unit cls recevied        : 48          (7.40      % of units)
178.60/6.36	c unit cls sent            : 3           (0.46      % of units)
178.60/6.36	c bin cls recevied         : 5917       
178.60/6.36	c bin cls sent             : 234        
178.60/6.36	c clauses over max glue    : 0           (0.00      % of all clauses)
178.60/6.36	c conflicts                : 27682       (5013.80   / sec)
178.60/6.36	c decisions                : 52747       (0.00      % random)
178.60/6.36	c bogo-props               : 129664589   (23485026.52 / sec)
178.60/6.36	c conflict literals        : 742104      (27.14     % deleted)
178.60/6.36	c Memory used              : 2436.11     MB
178.60/6.36	c single-thread CPU time   : 5.52        s
178.60/6.36	c all-threads sum CPU time : 177.06      s
178.60/6.36	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: 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-3400892-1307113368/watcher-3400892-1307113368 -o /tmp/evaluation-result-3400892-1307113368/solver-3400892-1307113368 -C 160000 -W 5100 -M 261000 ./strangenight2-mt --threads=32 HOME/instance-3400892-1307113368.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): 267264000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 267315200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 12.28 5.03 6.26 1/413 16088
/proc/meminfo: memFree=262900088/264257624 swapFree=67054988/67111528
[pid=16088] ppid=16086 vsize=338000 CPUtime=0.75 cores=0-31
/proc/16088/stat : 16088 (strangenight2-m) R 16086 16088 15888 0 -1 4202496 437 0 0 0 75 0 0 0 25 0 32 0 17249213 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16088/statm: 84500 376 297 95 0 79482 0
[pid=16088/tid=16089] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16089/stat : 16089 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16088/tid=16090] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16090/stat : 16090 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16088/tid=16091] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16091/stat : 16091 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16088/tid=16092] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16092/stat : 16092 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16088/tid=16093] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16093/stat : 16093 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=16088/tid=16094] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16094/stat : 16094 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240492 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=16088/tid=16095] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16095/stat : 16095 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16088/tid=16096] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16096/stat : 16096 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240492 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16088/tid=16097] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16097/stat : 16097 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240492 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16088/tid=16098] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16098/stat : 16098 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16088/tid=16099] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16099/stat : 16099 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240492 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=16088/tid=16100] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16100/stat : 16100 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16088/tid=16101] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16101/stat : 16101 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240492 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16088/tid=16102] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16102/stat : 16102 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=16088/tid=16103] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16103/stat : 16103 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240492 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=16088/tid=16104] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16104/stat : 16104 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=16088/tid=16105] ppid=16086 vsize=338000 CPUtime=0 cores=0-31
/proc/16088/task/16105/stat : 16105 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16088/tid=16106] ppid=16086 vsize=338000 CPUtime=0 cores=0-31
/proc/16088/task/16106/stat : 16106 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16088/tid=16107] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16107/stat : 16107 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=16088/tid=16108] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16108/stat : 16108 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=16088/tid=16109] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16109/stat : 16109 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=16088/tid=16110] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16110/stat : 16110 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=16088/tid=16111] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16111/stat : 16111 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=16088/tid=16112] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16112/stat : 16112 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=16088/tid=16113] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16113/stat : 16113 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=16088/tid=16114] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16114/stat : 16114 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240488 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=16088/tid=16115] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16115/stat : 16115 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=16088/tid=16116] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16116/stat : 16116 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240492 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=16088/tid=16117] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16117/stat : 16117 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16088/tid=16118] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16118/stat : 16118 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=16088/tid=16119] ppid=16086 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16088/task/16119/stat : 16119 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 17249214 346112000 376 268435456000 4194304 4580107 140735280474000 18446744073709551615 47888489240498 0 0 4096 2 0 0 0 -1 30 0 0 0

[startup+0.061002 s]
/proc/loadavg: 12.28 5.03 6.26 1/413 16088
/proc/meminfo: memFree=262900088/264257624 swapFree=67054988/67111528
[pid=16088] ppid=16086 vsize=797008 CPUtime=1.3 cores=0-31
/proc/16088/stat : 16088 (strangenight2-m) R 16086 16088 15888 0 -1 4202496 1471 0 0 0 124 6 0 0 25 0 32 0 17249213 816136192 1300 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650420877 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16088/statm: 199252 1351 330 95 0 194234 0
[pid=16088/tid=16089] ppid=16086 vsize=797008 CPUtime=0.04 cores=0-31
/proc/16088/task/16089/stat : 16089 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 53 0 0 0 4 0 0 0 18 0 32 0 17249214 816136192 1351 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16088/tid=16090] ppid=16086 vsize=797008 CPUtime=0.04 cores=0-31
/proc/16088/task/16090/stat : 16090 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 68 0 0 0 4 0 0 0 18 0 32 0 17249214 816136192 1351 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446744071566928904 0 0 -1 2 0 0 0
[pid=16088/tid=16091] ppid=16086 vsize=797008 CPUtime=0.04 cores=0-31
/proc/16088/task/16091/stat : 16091 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 20 0 0 0 4 0 0 0 25 0 32 0 17249214 816136192 1361 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16088/tid=16092] ppid=16086 vsize=797008 CPUtime=0.04 cores=0-31
/proc/16088/task/16092/stat : 16092 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 31 0 0 0 4 0 0 0 18 0 32 0 17249214 816136192 1378 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16088/tid=16093] ppid=16086 vsize=797008 CPUtime=0.04 cores=0-31
/proc/16088/task/16093/stat : 16093 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 55 0 0 0 4 0 0 0 18 0 32 0 17249214 816136192 1404 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=16088/tid=16094] ppid=16086 vsize=797008 CPUtime=0.04 cores=0-31
/proc/16088/task/16094/stat : 16094 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 21 0 0 0 4 0 0 0 25 0 32 0 17249214 816136192 1404 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=16088/tid=16095] ppid=16086 vsize=797008 CPUtime=0.04 cores=0-31
/proc/16088/task/16095/stat : 16095 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 72 0 0 0 4 0 0 0 18 0 32 0 17249214 816136192 1404 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446604505217392096 0 0 -1 5 0 0 0
[pid=16088/tid=16096] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16096/stat : 16096 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 15 0 0 0 4 0 0 0 25 0 32 0 17249214 816140288 1404 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16088/tid=16097] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16097/stat : 16097 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 17 0 0 0 4 0 0 0 25 0 32 0 17249214 816140288 1415 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16088/tid=16098] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16098/stat : 16098 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 54 0 0 0 4 0 0 0 18 0 32 0 17249214 816140288 1439 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16088/tid=16099] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16099/stat : 16099 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 16 0 0 0 4 0 0 0 25 0 32 0 17249214 816140288 1445 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=16088/tid=16100] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16100/stat : 16100 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 19 0 0 0 4 0 0 0 25 0 32 0 17249214 816140288 1445 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16088/tid=16101] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16101/stat : 16101 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 62 0 0 0 4 0 0 0 18 0 32 0 17249214 816140288 1445 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650604389 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16088/tid=16102] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16102/stat : 16102 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 37 0 0 0 4 0 0 0 18 0 32 0 17249214 816140288 1445 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=16088/tid=16103] ppid=16086 vsize=797012 CPUtime=0.04 cores=0-31
/proc/16088/task/16103/stat : 16103 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 9 0 0 0 4 0 0 0 25 0 32 0 17249214 816140288 1452 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=16088/tid=16104] ppid=16086 vsize=797016 CPUtime=0.04 cores=0-31
/proc/16088/task/16104/stat : 16104 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 18 0 0 0 4 0 0 0 25 0 32 0 17249214 816144384 1455 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=16088/tid=16105] ppid=16086 vsize=797016 CPUtime=0 cores=0-31
/proc/16088/task/16105/stat : 16105 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 37 0 0 0 0 0 0 0 25 0 32 0 17249214 816144384 1455 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=16088/tid=16106] ppid=16086 vsize=797016 CPUtime=0.01 cores=0-31
/proc/16088/task/16106/stat : 16106 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 8 0 0 0 1 0 0 0 25 0 32 0 17249214 816144384 1470 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650616632 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=16088/tid=16107] ppid=16086 vsize=797016 CPUtime=0.03 cores=0-31
/proc/16088/task/16107/stat : 16107 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 63 0 0 0 3 0 0 0 18 0 32 0 17249214 816144384 1487 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=16088/tid=16108] ppid=16086 vsize=797016 CPUtime=0.03 cores=0-31
/proc/16088/task/16108/stat : 16108 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 45 0 0 0 3 0 0 0 18 0 32 0 17249214 816144384 1488 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=16088/tid=16109] ppid=16086 vsize=797016 CPUtime=0.03 cores=0-31
/proc/16088/task/16109/stat : 16109 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 26 0 0 0 3 0 0 0 25 0 32 0 17249214 816144384 1488 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=16088/tid=16110] ppid=16086 vsize=797016 CPUtime=0.03 cores=0-31
/proc/16088/task/16110/stat : 16110 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 40 0 0 0 3 0 0 0 18 0 32 0 17249214 816144384 1502 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=16088/tid=16111] ppid=16086 vsize=797020 CPUtime=0.03 cores=0-31
/proc/16088/task/16111/stat : 16111 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 55 0 0 0 3 0 0 0 25 0 32 0 17249214 816148480 1505 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=16088/tid=16112] ppid=16086 vsize=797020 CPUtime=0.03 cores=0-31
/proc/16088/task/16112/stat : 16112 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 62 0 0 0 3 0 0 0 18 0 32 0 17249214 816148480 1524 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=16088/tid=16113] ppid=16086 vsize=797020 CPUtime=0.03 cores=0-31
/proc/16088/task/16113/stat : 16113 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 40 0 0 0 3 0 0 0 18 0 32 0 17249214 816148480 1527 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=16088/tid=16114] ppid=16086 vsize=797020 CPUtime=0.03 cores=0-31
/proc/16088/task/16114/stat : 16114 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 81 0 0 0 3 0 0 0 18 0 32 0 17249214 816148480 1528 268435456000 4194304 4580107 140735280474000 18446744073709551615 4349457 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=16088/tid=16115] ppid=16086 vsize=797020 CPUtime=0.03 cores=0-31
/proc/16088/task/16115/stat : 16115 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 26 0 0 0 3 0 0 0 25 0 32 0 17249214 816148480 1531 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=16088/tid=16116] ppid=16086 vsize=797020 CPUtime=0.03 cores=0-31
/proc/16088/task/16116/stat : 16116 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 38 0 0 0 3 0 0 0 25 0 32 0 17249214 816148480 1536 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=16088/tid=16117] ppid=16086 vsize=797020 CPUtime=0.03 cores=0-31
/proc/16088/task/16117/stat : 16117 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 18 0 0 0 3 0 0 0 25 0 32 0 17249214 816148480 1554 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16088/tid=16118] ppid=16086 vsize=797976 CPUtime=0.03 cores=0-31
/proc/16088/task/16118/stat : 16118 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 44 0 0 0 3 0 0 0 25 0 32 0 17249214 817127424 1593 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=16088/tid=16119] ppid=16086 vsize=797976 CPUtime=0.03 cores=0-31
/proc/16088/task/16119/stat : 16119 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 32 0 0 0 3 0 0 0 25 0 32 0 17249214 817127424 1595 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 797008

[startup+0.104095 s]
/proc/loadavg: 12.28 5.03 6.26 1/413 16088
/proc/meminfo: memFree=262900088/264257624 swapFree=67054988/67111528
[pid=16088] ppid=16086 vsize=1066432 CPUtime=1.63 cores=0-31
/proc/16088/stat : 16088 (strangenight2-m) D 16086 16088 15888 0 -1 4202496 7275 0 0 0 130 33 0 0 17 0 32 0 17249213 1092026368 6706 268435456000 4194304 4580107 140735280474000 18446744073709551615 4349571 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16088/statm: 266673 6712 332 95 0 261655 0
[pid=16088/tid=16089] ppid=16086 vsize=1066692 CPUtime=0.04 cores=0-31
/proc/16088/task/16089/stat : 16089 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 89 0 0 0 4 0 0 0 17 0 32 0 17249214 1092292608 6724 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446604505217392096 0 0 -1 1 0 0 0
[pid=16088/tid=16090] ppid=16086 vsize=1066860 CPUtime=0.04 cores=0-31
/proc/16088/task/16090/stat : 16090 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 103 0 0 0 4 0 0 0 17 0 32 0 17249214 1092464640 6752 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446604499285106144 0 0 -1 2 0 0 0
[pid=16088/tid=16091] ppid=16086 vsize=1066860 CPUtime=0.05 cores=0-31
/proc/16088/task/16091/stat : 16091 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 230 0 0 0 4 1 0 0 25 0 32 0 17249214 1092464640 6752 268435456000 4194304 4580107 140735280474000 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16088/tid=16092] ppid=16086 vsize=1066860 CPUtime=0.05 cores=0-31
/proc/16088/task/16092/stat : 16092 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 213 0 0 0 4 1 0 0 17 0 32 0 17249214 1092464640 6804 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446604502573997536 0 0 -1 4 0 0 0
[pid=16088/tid=16093] ppid=16086 vsize=1066860 CPUtime=0.04 cores=0-31
/proc/16088/task/16093/stat : 16093 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 265 0 0 0 4 0 0 0 17 0 32 0 17249214 1092464640 6807 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446604500428324320 0 0 -1 24 0 0 0
[pid=16088/tid=16094] ppid=16086 vsize=1066860 CPUtime=0.05 cores=0-31
/proc/16088/task/16094/stat : 16094 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 345 0 0 0 4 1 0 0 18 0 32 0 17249214 1092464640 6842 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=16088/tid=16095] ppid=16086 vsize=1067120 CPUtime=0.04 cores=0-31
/proc/16088/task/16095/stat : 16095 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 209 0 0 0 4 0 0 0 17 0 32 0 17249214 1092730880 6889 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650653023 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16088/tid=16096] ppid=16086 vsize=1067120 CPUtime=0.05 cores=0-31
/proc/16088/task/16096/stat : 16096 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 379 0 0 0 4 1 0 0 17 0 32 0 17249214 1092730880 6919 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446604482355183072 0 0 -1 6 0 0 0
[pid=16088/tid=16097] ppid=16086 vsize=1067120 CPUtime=0.05 cores=0-31
/proc/16088/task/16097/stat : 16097 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 349 0 0 0 4 1 0 0 17 0 32 0 17249214 1092730880 6968 268435456000 4194304 4580107 140735280474000 18446744073709551615 4309673 0 0 4096 2 6 0 0 -1 3 0 0 0
[pid=16088/tid=16098] ppid=16086 vsize=1067120 CPUtime=0.05 cores=0-31
/proc/16088/task/16098/stat : 16098 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 345 0 0 0 4 1 0 0 17 0 32 0 17249214 1092730880 6968 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650653008 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16088/tid=16099] ppid=16086 vsize=1067380 CPUtime=0.05 cores=0-31
/proc/16088/task/16099/stat : 16099 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 275 0 0 0 4 1 0 0 17 0 32 0 17249214 1092997120 7061 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446744071566926784 0 0 -1 10 0 0 0
[pid=16088/tid=16100] ppid=16086 vsize=1067380 CPUtime=0.04 cores=0-31
/proc/16088/task/16100/stat : 16100 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 244 0 0 0 4 0 0 0 17 0 32 0 17249214 1092997120 7073 268435456000 4194304 4580107 140735280474000 18446744073709551615 4309673 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16088/tid=16101] ppid=16086 vsize=1067380 CPUtime=0.05 cores=0-31
/proc/16088/task/16101/stat : 16101 (strangenight2-m) D 16086 16088 15888 0 -1 4202560 356 0 0 0 4 1 0 0 17 0 32 0 17249214 1092997120 7073 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16088/tid=16102] ppid=16086 vsize=1067640 CPUtime=0.05 cores=0-31
/proc/16088/task/16102/stat : 16102 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 381 0 0 0 4 1 0 0 17 0 32 0 17249214 1093263360 7116 268435456000 4194304 4580107 140735280474000 18446744073709551615 258650653023 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=16088/tid=16103] ppid=16086 vsize=1067640 CPUtime=0.04 cores=0-31
/proc/16088/task/16103/stat : 16103 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 68 0 0 0 4 0 0 0 17 0 32 0 17249214 1093263360 7083 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446604506259742176 0 0 -1 14 0 0 0
[pid=16088/tid=16104] ppid=16086 vsize=1067700 CPUtime=0.04 cores=0-31
/proc/16088/task/16104/stat : 16104 (strangenight2-m) S 16086 16088 15888 0 -1 4202560 156 0 0 0 4 0 0 0 17 0 32 0 17249214 1093324800 7104 268435456000 4194304 4580107 140735280474000 18446744073709551615 258651060958 0 0 4096 2 18446744071566926944 0 0 -1 11 0 0 0
[pid=16088/tid=16105] ppid=16086 vsize=1067700 CPUtime=0 cores=0-31

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

[pid=16088/tid=16108] ppid=16086 vsize=2534212 CPUtime=0.78 cores=0-31
/proc/16088/task/16108/stat : 16108 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1629 0 0 0 69 9 0 0 17 0 32 0 17249214 2595033088 51983 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=16088/tid=16109] ppid=16086 vsize=2534212 CPUtime=0.76 cores=0-31
/proc/16088/task/16109/stat : 16109 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1513 0 0 0 68 8 0 0 17 0 32 0 17249214 2595033088 51983 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293158 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=16088/tid=16110] ppid=16086 vsize=2534212 CPUtime=0.76 cores=0-31
/proc/16088/task/16110/stat : 16110 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1556 0 0 0 66 10 0 0 16 0 32 0 17249214 2595033088 51984 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=16088/tid=16111] ppid=16086 vsize=2534212 CPUtime=0.8 cores=0-31
/proc/16088/task/16111/stat : 16111 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1694 0 0 0 69 11 0 0 17 0 32 0 17249214 2595033088 51985 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16088/tid=16112] ppid=16086 vsize=2534212 CPUtime=0.9 cores=0-31
/proc/16088/task/16112/stat : 16112 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1652 0 0 0 82 8 0 0 17 0 32 0 17249214 2595033088 51986 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=16088/tid=16113] ppid=16086 vsize=2534212 CPUtime=0.78 cores=0-31
/proc/16088/task/16113/stat : 16113 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1551 0 0 0 71 7 0 0 17 0 32 0 17249214 2595033088 51987 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293308 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=16088/tid=16114] ppid=16086 vsize=2534212 CPUtime=0.87 cores=0-31
/proc/16088/task/16114/stat : 16114 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1698 0 0 0 78 9 0 0 18 0 32 0 17249214 2595033088 51988 268435456000 4194304 4580107 140735280474000 18446744073709551615 4235738 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=16088/tid=16115] ppid=16086 vsize=2534212 CPUtime=0.74 cores=0-31
/proc/16088/task/16115/stat : 16115 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1594 0 0 0 67 7 0 0 17 0 32 0 17249214 2595033088 51989 268435456000 4194304 4580107 140735280474000 18446744073709551615 4235813 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=16088/tid=16116] ppid=16086 vsize=2534212 CPUtime=0.79 cores=0-31
/proc/16088/task/16116/stat : 16116 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1751 0 0 0 69 10 0 0 17 0 32 0 17249214 2595033088 51990 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=16088/tid=16117] ppid=16086 vsize=2534212 CPUtime=0.76 cores=0-31
/proc/16088/task/16117/stat : 16117 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1644 0 0 0 68 8 0 0 17 0 32 0 17249214 2595033088 51990 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16088/tid=16118] ppid=16086 vsize=2534212 CPUtime=0.73 cores=0-31
/proc/16088/task/16118/stat : 16118 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1589 0 0 0 66 7 0 0 16 0 32 0 17249214 2595033088 51991 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=16088/tid=16119] ppid=16086 vsize=2534212 CPUtime=0.84 cores=0-31
/proc/16088/task/16119/stat : 16119 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 804 0 0 0 78 6 0 0 16 0 32 0 17249214 2595033088 51992 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 26.27
Current children cumulated vsize (KiB) 2534212

[startup+3.10306 s]
/proc/loadavg: 13.86 5.47 6.39 33/445 16120
/proc/meminfo: memFree=262634864/264257624 swapFree=67054988/67111528
[pid=16088] ppid=16086 vsize=2548444 CPUtime=76.41 cores=0-31
/proc/16088/stat : 16088 (strangenight2-m) R 16086 16088 15888 0 -1 4202496 81397 0 0 0 7299 342 0 0 18 0 32 0 17249213 2609606656 69992 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293076 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16088/statm: 637111 69992 376 95 0 632093 0
[pid=16088/tid=16089] ppid=16086 vsize=2548444 CPUtime=2.34 cores=0-31
/proc/16088/task/16089/stat : 16089 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2552 0 0 0 224 10 0 0 19 0 32 0 17249214 2609606656 69992 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16088/tid=16090] ppid=16086 vsize=2548444 CPUtime=2.35 cores=0-31
/proc/16088/task/16090/stat : 16090 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2519 0 0 0 226 9 0 0 18 0 32 0 17249214 2609606656 69994 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16088/tid=16091] ppid=16086 vsize=2548444 CPUtime=2.37 cores=0-31
/proc/16088/task/16091/stat : 16091 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2562 0 0 0 227 10 0 0 19 0 32 0 17249214 2609606656 69995 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16088/tid=16092] ppid=16086 vsize=2548444 CPUtime=2.36 cores=0-31
/proc/16088/task/16092/stat : 16092 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2365 0 0 0 226 10 0 0 19 0 32 0 17249214 2609606656 69996 268435456000 4194304 4580107 140735280474000 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16088/tid=16093] ppid=16086 vsize=2548444 CPUtime=2.36 cores=0-31
/proc/16088/task/16093/stat : 16093 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2589 0 0 0 224 12 0 0 19 0 32 0 17249214 2609606656 69996 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293100 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=16088/tid=16094] ppid=16086 vsize=2548444 CPUtime=2.35 cores=0-31
/proc/16088/task/16094/stat : 16094 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2706 0 0 0 223 12 0 0 19 0 32 0 17249214 2609606656 69996 268435456000 4194304 4580107 140735280474000 18446744073709551615 4318789 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=16088/tid=16095] ppid=16086 vsize=2548444 CPUtime=2.38 cores=0-31
/proc/16088/task/16095/stat : 16095 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2681 0 0 0 229 9 0 0 18 0 32 0 17249214 2609606656 69996 268435456000 4194304 4580107 140735280474000 18446744073709551615 4341610 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16088/tid=16096] ppid=16086 vsize=2548444 CPUtime=2.55 cores=0-31
/proc/16088/task/16096/stat : 16096 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2766 0 0 0 247 8 0 0 19 0 32 0 17249214 2609606656 69996 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16088/tid=16097] ppid=16086 vsize=2548444 CPUtime=2.51 cores=0-31
/proc/16088/task/16097/stat : 16097 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2773 0 0 0 243 8 0 0 19 0 32 0 17249214 2609606656 69996 268435456000 4194304 4580107 140735280474000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=16088/tid=16098] ppid=16086 vsize=2548444 CPUtime=2.44 cores=0-31
/proc/16088/task/16098/stat : 16098 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2826 0 0 0 234 10 0 0 19 0 32 0 17249214 2609606656 69996 268435456000 4194304 4580107 140735280474000 18446744073709551615 4321334 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16088/tid=16099] ppid=16086 vsize=2548444 CPUtime=2.5 cores=0-31
/proc/16088/task/16099/stat : 16099 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2716 0 0 0 242 8 0 0 19 0 32 0 17249214 2609606656 69997 268435456000 4194304 4580107 140735280474000 18446744073709551615 4316592 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=16088/tid=16100] ppid=16086 vsize=2548444 CPUtime=2.4 cores=0-31
/proc/16088/task/16100/stat : 16100 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2582 0 0 0 230 10 0 0 19 0 32 0 17249214 2609606656 69997 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=16088/tid=16101] ppid=16086 vsize=2548444 CPUtime=2.34 cores=0-31
/proc/16088/task/16101/stat : 16101 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2810 0 0 0 221 13 0 0 19 0 32 0 17249214 2609606656 69997 268435456000 4194304 4580107 140735280474000 18446744073709551615 4316638 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16088/tid=16102] ppid=16086 vsize=2548444 CPUtime=2.48 cores=0-31
/proc/16088/task/16102/stat : 16102 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2897 0 0 0 239 9 0 0 20 0 32 0 17249214 2609606656 69997 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=16088/tid=16103] ppid=16086 vsize=2548444 CPUtime=2.35 cores=0-31
/proc/16088/task/16103/stat : 16103 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2390 0 0 0 224 11 0 0 18 0 32 0 17249214 2609606656 69997 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=16088/tid=16104] ppid=16086 vsize=2548444 CPUtime=2.3 cores=0-31
/proc/16088/task/16104/stat : 16104 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2352 0 0 0 219 11 0 0 19 0 32 0 17249214 2609606656 69997 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=16088/tid=16105] ppid=16086 vsize=2548444 CPUtime=2.31 cores=0-31
/proc/16088/task/16105/stat : 16105 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2485 0 0 0 219 12 0 0 19 0 32 0 17249214 2609606656 69997 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293704 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16088/tid=16106] ppid=16086 vsize=2548444 CPUtime=2.36 cores=0-31
/proc/16088/task/16106/stat : 16106 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2291 0 0 0 224 12 0 0 19 0 32 0 17249214 2609606656 70000 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16088/tid=16107] ppid=16086 vsize=2548444 CPUtime=2.39 cores=0-31
/proc/16088/task/16107/stat : 16107 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2822 0 0 0 229 10 0 0 19 0 32 0 17249214 2609606656 70002 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=16088/tid=16108] ppid=16086 vsize=2548444 CPUtime=2.35 cores=0-31
/proc/16088/task/16108/stat : 16108 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2547 0 0 0 223 12 0 0 18 0 32 0 17249214 2609606656 70002 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=16088/tid=16109] ppid=16086 vsize=2548444 CPUtime=2.33 cores=0-31
/proc/16088/task/16109/stat : 16109 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2389 0 0 0 223 10 0 0 19 0 32 0 17249214 2609606656 70002 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293301 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=16088/tid=16110] ppid=16086 vsize=2548444 CPUtime=2.31 cores=0-31
/proc/16088/task/16110/stat : 16110 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2321 0 0 0 219 12 0 0 18 0 32 0 17249214 2609606656 70002 268435456000 4194304 4580107 140735280474000 18446744073709551615 4321636 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=16088/tid=16111] ppid=16086 vsize=2548444 CPUtime=2.36 cores=0-31
/proc/16088/task/16111/stat : 16111 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2419 0 0 0 224 12 0 0 19 0 32 0 17249214 2609606656 70003 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293295 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=16088/tid=16112] ppid=16086 vsize=2548444 CPUtime=2.47 cores=0-31
/proc/16088/task/16112/stat : 16112 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2735 0 0 0 238 9 0 0 19 0 32 0 17249214 2609606656 70003 268435456000 4194304 4580107 140735280474000 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=16088/tid=16113] ppid=16086 vsize=2548444 CPUtime=2.36 cores=0-31
/proc/16088/task/16113/stat : 16113 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2499 0 0 0 228 8 0 0 18 0 32 0 17249214 2609606656 70003 268435456000 4194304 4580107 140735280474000 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=16088/tid=16114] ppid=16086 vsize=2548444 CPUtime=2.38 cores=0-31
/proc/16088/task/16114/stat : 16114 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2555 0 0 0 228 10 0 0 19 0 32 0 17249214 2609606656 70004 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=16088/tid=16115] ppid=16086 vsize=2548444 CPUtime=2.3 cores=0-31
/proc/16088/task/16115/stat : 16115 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2516 0 0 0 221 9 0 0 18 0 32 0 17249214 2609606656 70011 268435456000 4194304 4580107 140735280474000 18446744073709551615 4320663 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=16088/tid=16116] ppid=16086 vsize=2548444 CPUtime=2.37 cores=0-31
/proc/16088/task/16116/stat : 16116 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2633 0 0 0 225 12 0 0 19 0 32 0 17249214 2609606656 70012 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=16088/tid=16117] ppid=16086 vsize=2548444 CPUtime=2.33 cores=0-31
/proc/16088/task/16117/stat : 16117 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2484 0 0 0 222 11 0 0 18 0 32 0 17249214 2609606656 70012 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293013 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16088/tid=16118] ppid=16086 vsize=2548444 CPUtime=2.3 cores=0-31
/proc/16088/task/16118/stat : 16118 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 2454 0 0 0 222 8 0 0 19 0 32 0 17249214 2609606656 70013 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293962 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=16088/tid=16119] ppid=16086 vsize=2548444 CPUtime=2.43 cores=0-31
/proc/16088/task/16119/stat : 16119 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1147 0 0 0 236 7 0 0 17 0 32 0 17249214 2609606656 70014 268435456000 4194304 4580107 140735280474000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 76.41
Current children cumulated vsize (KiB) 2548444

[startup+6.30217 s]
/proc/loadavg: 15.31 5.91 6.53 33/445 16120
/proc/meminfo: memFree=262567352/264257624 swapFree=67054988/67111528
[pid=16088] ppid=16086 vsize=2503300 CPUtime=178.6 cores=0-31
/proc/16088/stat : 16088 (strangenight2-m) R 16086 16088 15888 0 -1 4202496 114943 0 0 0 17492 368 0 0 22 0 32 0 17249213 2563379200 88004 268435456000 4194304 4580107 140735280474000 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16088/statm: 625825 88004 377 95 0 620807 0
[pid=16088/tid=16089] ppid=16086 vsize=2503300 CPUtime=5.54 cores=0-31
/proc/16088/task/16089/stat : 16089 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3626 0 0 0 543 11 0 0 22 0 32 0 17249214 2563379200 88004 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16088/tid=16090] ppid=16086 vsize=2503300 CPUtime=5.55 cores=0-31
/proc/16088/task/16090/stat : 16090 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3530 0 0 0 545 10 0 0 19 0 32 0 17249214 2563379200 88004 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293244 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16088/tid=16091] ppid=16086 vsize=2503300 CPUtime=5.57 cores=0-31
/proc/16088/task/16091/stat : 16091 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3632 0 0 0 546 11 0 0 22 0 32 0 17249214 2563379200 88004 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16088/tid=16092] ppid=16086 vsize=2503300 CPUtime=5.55 cores=0-31
/proc/16088/task/16092/stat : 16092 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3467 0 0 0 545 10 0 0 25 0 32 0 17249214 2563379200 88004 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294217 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16088/tid=16093] ppid=16086 vsize=2503300 CPUtime=5.55 cores=0-31
/proc/16088/task/16093/stat : 16093 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3721 0 0 0 543 12 0 0 25 0 32 0 17249214 2563379200 88005 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=16088/tid=16094] ppid=16086 vsize=2503300 CPUtime=5.55 cores=0-31
/proc/16088/task/16094/stat : 16094 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3719 0 0 0 542 13 0 0 18 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=16088/tid=16095] ppid=16086 vsize=2503300 CPUtime=5.58 cores=0-31
/proc/16088/task/16095/stat : 16095 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3902 0 0 0 548 10 0 0 20 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16088/tid=16096] ppid=16086 vsize=2503300 CPUtime=5.75 cores=0-31
/proc/16088/task/16096/stat : 16096 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3938 0 0 0 566 9 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4320656 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16088/tid=16097] ppid=16086 vsize=2503300 CPUtime=5.7 cores=0-31
/proc/16088/task/16097/stat : 16097 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 4048 0 0 0 561 9 0 0 21 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=16088/tid=16098] ppid=16086 vsize=2503300 CPUtime=5.64 cores=0-31
/proc/16088/task/16098/stat : 16098 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 4202 0 0 0 553 11 0 0 20 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16088/tid=16099] ppid=16086 vsize=2503300 CPUtime=5.7 cores=0-31
/proc/16088/task/16099/stat : 16099 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3811 0 0 0 561 9 0 0 20 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=16088/tid=16100] ppid=16086 vsize=2503300 CPUtime=5.59 cores=0-31
/proc/16088/task/16100/stat : 16100 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3671 0 0 0 548 11 0 0 23 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=16088/tid=16101] ppid=16086 vsize=2503300 CPUtime=5.53 cores=0-31
/proc/16088/task/16101/stat : 16101 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3904 0 0 0 540 13 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16088/tid=16102] ppid=16086 vsize=2503300 CPUtime=5.68 cores=0-31
/proc/16088/task/16102/stat : 16102 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 4096 0 0 0 558 10 0 0 20 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=16088/tid=16103] ppid=16086 vsize=2503300 CPUtime=5.55 cores=0-31
/proc/16088/task/16103/stat : 16103 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3356 0 0 0 543 12 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=16088/tid=16104] ppid=16086 vsize=2503300 CPUtime=5.49 cores=0-31
/proc/16088/task/16104/stat : 16104 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3500 0 0 0 538 11 0 0 22 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4321229 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=16088/tid=16105] ppid=16086 vsize=2503300 CPUtime=5.5 cores=0-31
/proc/16088/task/16105/stat : 16105 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3116 0 0 0 538 12 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16088/tid=16106] ppid=16086 vsize=2503300 CPUtime=5.56 cores=0-31
/proc/16088/task/16106/stat : 16106 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3389 0 0 0 543 13 0 0 22 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16088/tid=16107] ppid=16086 vsize=2503300 CPUtime=5.59 cores=0-31
/proc/16088/task/16107/stat : 16107 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3701 0 0 0 548 11 0 0 20 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=16088/tid=16108] ppid=16086 vsize=2503300 CPUtime=5.55 cores=0-31
/proc/16088/task/16108/stat : 16108 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3624 0 0 0 542 13 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=16088/tid=16109] ppid=16086 vsize=2503300 CPUtime=5.53 cores=0-31
/proc/16088/task/16109/stat : 16109 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3435 0 0 0 542 11 0 0 20 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=16088/tid=16110] ppid=16086 vsize=2503300 CPUtime=5.5 cores=0-31
/proc/16088/task/16110/stat : 16110 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3240 0 0 0 538 12 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=16088/tid=16111] ppid=16086 vsize=2503300 CPUtime=5.56 cores=0-31
/proc/16088/task/16111/stat : 16111 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3307 0 0 0 543 13 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293952 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=16088/tid=16112] ppid=16086 vsize=2503300 CPUtime=5.67 cores=0-31
/proc/16088/task/16112/stat : 16112 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3998 0 0 0 556 11 0 0 20 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=16088/tid=16113] ppid=16086 vsize=2503300 CPUtime=5.56 cores=0-31
/proc/16088/task/16113/stat : 16113 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3437 0 0 0 547 9 0 0 18 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4295115 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=16088/tid=16114] ppid=16086 vsize=2503300 CPUtime=5.47 cores=0-31
/proc/16088/task/16114/stat : 16114 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3634 0 0 0 536 11 0 0 22 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4294217 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=16088/tid=16115] ppid=16086 vsize=2503300 CPUtime=5.5 cores=0-31
/proc/16088/task/16115/stat : 16115 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3472 0 0 0 539 11 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=16088/tid=16116] ppid=16086 vsize=2503300 CPUtime=5.57 cores=0-31
/proc/16088/task/16116/stat : 16116 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3704 0 0 0 544 13 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4497327 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=16088/tid=16117] ppid=16086 vsize=2503300 CPUtime=5.53 cores=0-31
/proc/16088/task/16117/stat : 16117 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3251 0 0 0 541 12 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4320708 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16088/tid=16118] ppid=16086 vsize=2503300 CPUtime=5.5 cores=0-31
/proc/16088/task/16118/stat : 16118 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 3601 0 0 0 541 9 0 0 25 0 32 0 17249214 2563379200 88006 268435456000 4194304 4580107 140735280474000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=16088/tid=16119] ppid=16086 vsize=2503300 CPUtime=5.63 cores=0-31
/proc/16088/task/16119/stat : 16119 (strangenight2-m) R 16086 16088 15888 0 -1 4202560 1930 0 0 0 555 8 0 0 25 0 32 0 17249214 2563379200 88007 268435456000 4194304 4580107 140735280474000 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 178.6
Current children cumulated vsize (KiB) 2503300

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

Child status: 20
Real time (s): 6.40239
CPU time (s): 180.784
CPU user time (s): 177.061
CPU system time (s): 3.72243
CPU usage (%): 2823.69
Max. virtual memory (cumulated for all children) (KiB): 2550560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.061
system time used= 3.72243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115220
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= 128043
involuntary context switches= 530

runsolver used 0.080987 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node200 at 2011-06-03 17:02:48
IDJOB=3400892
IDBENCH=88025
IDSOLVER=1886
FILE ID=node200/3400892-1307113368
RUNJOBID= node200-1307113339-15902
PBS_JOBID= 13498414
Free space on /tmp= 61744 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400892-1307113368/watcher-3400892-1307113368 -o /tmp/evaluation-result-3400892-1307113368/solver-3400892-1307113368 -C 160000 -W 5100 -M 261000  ./strangenight2-mt --threads=32 HOME/instance-3400892-1307113368.cnf

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=1262875058

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.043
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.043
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.05
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.043
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.043
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.043
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.05
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.043
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.11
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.043
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.05
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.043
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.07
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.043
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.043
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.06
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.043
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	: 3989.96
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.043
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.09
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.043
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.05
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.043
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.043
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.07
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.043
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.08
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.043
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.03
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.043
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.07
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.043
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.11
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.043
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.043
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.02
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.043
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.11
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.043
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.06
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.043
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.07
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.043
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	: 3989.99
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.043
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.07
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.043
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.07
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.043
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.10
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.043
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.043
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.043
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.35
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.043
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:      262900368 kB
Buffers:        120476 kB
Cached:        1042444 kB
SwapCached:       8472 kB
Active:         112264 kB
Inactive:      1069496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      262900368 kB
SwapTotal:    67111528 kB
SwapFree:     67054988 kB
Dirty:            6180 kB
Writeback:           0 kB
AnonPages:       15740 kB
Mapped:           8748 kB
Slab:            90488 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   164496 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= 61740 MiB
End job on node200 at 2011-06-03 17:02:55