Trace number 3400685

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 7668.35 259.15

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3363.87
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 32 threads
0.00/0.04	c This is CryptoMiniSat 3.0.0
0.00/0.04	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	c Reading file 'HOME/instance-3400685-1306332859.cnf'
0.00/0.07	c -- header says num vars:         199304
0.00/0.07	c -- header says num clauses:     1005834
86.95/4.32	c -- clauses added:            0 learnts,      1005834 normals,            0 xors
86.95/4.32	c -- vars added     199304
86.95/4.32	c Parsing time:  1.29 s
86.95/4.32	c  N st     0         0    199304    238668    756167         0   2381218         0   no data   no data
104.60/5.33	c asymm  cl-useful: 11/1975/201402 lits-rem:44 time: 0.88
702.08/24.97	c Flit:  1222 Blit:   1522 bXBeca:    0 bXProp: 1178 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 19.57
705.27/25.04	c Cleaning up after failed var search:     0.06 s 
708.47/25.13	c Replacing     1178 vars Replaced    34467 lits Time:     0.09 s 
715.50/25.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
715.50/25.38	c bin-w-bin subsume rem        27898 bins  time:  0.06 s
721.25/25.52	c subs with bin:     3718  lits-rem:     34814  v-fix:    0  time:  0.14 s
820.98/28.62	c Subs w/ non-existent bins:     38 l-rem:      0 v-fix:  7124 done:  23538 time:  3.07 s
829.94/28.99	c Removed useless bin:     724  fixed:     0  props:  20.00M  time:  0.37 s
865.08/30.09	c lits-rem:      2485  cl-subs:     6524  v-elim:  47670  v-fix:    0  time:  0.95 s
868.24/30.16	c Finding binary XORs  T:     0.07 s  found:     606
871.44/30.24	c Replacing      606 vars Replaced    16034 lits Time:     0.08 s 
874.61/30.39	c Finding non-binary XORs:     0.10 s (found:       0, avg size: nan)
874.61/30.39	c calculated reachability. Time: 0.01
877.79/30.42	c Calc default polars -  time:   0.04 s pos:   18510 undec:  111758 neg:   69036
877.79/30.42	c =========================================================================================
877.79/30.42	c types(t): F = full restart, N = normal restart
877.79/30.42	c types(t): S = simplification begin/end, E = solution found
877.79/30.42	c restart types(rt): st = static, dy = dynamic
877.79/30.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
877.79/30.42	c  B st     0         0     87612    198107    323709         0   1433590         0   no data   no data
1206.25/41.42	c  N dy    16      4614     77495    183974    281199      4100   1257544    564591     13.58     14.49
1395.61/47.69	c Finding binary XORs  T:     0.08 s  found:    1564
1401.80/47.82	c Replacing     1564 vars Replaced    78876 lits Time:     0.12 s 
1647.45/55.56	c  N dy    34      9102     71632    174469    260561      8356   1169433   1850934     12.63     14.53
2002.27/66.68	c Finding binary XORs  T:     0.08 s  found:    1178
2008.67/66.86	c Replacing     1178 vars Replaced    73678 lits Time:     0.19 s 
2101.36/69.73	c  N dy    61     13153     64811    162564    246405     12061   1052946   2796453     14.08     17.19
2686.93/88.05	c  N dy    69     17570     64741    162564    246443     16382   1052946   4080488     13.25     13.95
2973.97/97.09	c Finding binary XORs  T:     0.08 s  found:    1756
2983.54/97.34	c Replacing     1756 vars Replaced    89853 lits Time:     0.25 s 
3271.11/106.39	c  N dy    77     21872     61010    152086    241751     11091    993419   1791550     13.00     13.93
3661.02/118.59	c  F st    81     25000     60998    152086    241767     14182    993419   3597101     12.57      8.91
3820.83/123.56	c  N st    84     26189     60984    152009    244221     15335    992679   3823683     12.57   no data
4339.29/139.73	c  S st    87     30000     60385    152009    244231     19074    992679   4427723     12.57   no data
4402.59/141.77	c  S st    87     30502     60385    152009    244278     19481    992679   4519699     12.57   no data
4405.79/141.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
5777.01/184.78	c Flit:   860 Blit:   3539 bXBeca:    0 bXProp: 1048 Bins:  44017 BRemL:   1528 BRemN:     10 P: 200.0M T: 42.47
5780.83/184.87	c Cleaning up after failed var search:     0.09 s 
5789.79/185.15	c Replacing     1048 vars Replaced   212752 lits Time:     0.28 s 
5792.95/185.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
5792.95/185.29	c bin-w-bin subsume rem        10117 bins  time:  0.04 s
5796.15/185.40	c subs with bin:     2870  lits-rem:      2941  v-fix:    0  time:  0.10 s
5968.76/190.70	c Subs w/ non-existent bins:   2347 l-rem:    324 v-fix:     3 done:  37148 time:  5.30 s
5984.74/191.30	c Removed useless bin:    9625  fixed:     0  props:  20.00M  time:  0.59 s
6003.91/191.86	c lits-rem:       652  cl-subs:     7358  v-elim:   5334  v-fix:    0  time:  0.56 s
6010.30/192.08	c subs with bin:      174  lits-rem:       717  v-fix:    0  time:  0.16 s
6016.70/192.26	c lits-rem:        69  cl-subs:      522  v-elim:      0  v-fix:    0  time:  0.12 s
6048.65/193.21	c asymm  cl-useful: 163/2622/111780 lits-rem:241 time: 0.94
6058.25/193.52	c calculated reachability. Time: 0.29
6058.25/193.53	c  N dy    87     30502     48714    111780    219038      5099    777940    318558     12.57   no data
6100.46/194.89	c Finding binary XORs  T:     1.36 s  found:      20
6630.38/211.43	c  N dy    88     35536     48469    111780    220811     10052    777940   1179385     11.84     12.59
6911.64/220.20	c Finding binary XORs  T:     0.98 s  found:      48
7667.28/258.29	c Following stats are for *FIRST FINISHED THREAD ONLY*
7667.28/258.29	c num threads              : 32         
7667.28/258.29	c restarts                 : 94         
7667.28/258.29	c dynamic restarts         : 82         
7667.28/258.29	c static restarts          : 12         
7667.28/258.29	c full restarts            : 1          
7667.28/258.29	c total simplify time      : 1.76       
7667.28/258.29	c learnts DL2              : 0          
7667.28/258.29	c learnts size 2           : 944834     
7667.28/258.29	c learnts size 1           : 113550      (56.97     % of vars)
7667.28/258.29	c filedLit time            : 22.03       (8.73      % time)
7667.28/258.29	c v-elim SatELite          : 47670       (23.92     % vars)
7667.28/258.29	c SatELite time            : 9.80        (3.88      % time)
7667.28/258.29	c v-elim xor               : 0           (0.00      % vars)
7667.28/258.29	c xor elim time            : 0.00        (0.00      % time)
7667.28/258.29	c num binary xor trees     : 4659       
7667.28/258.29	c binxor trees' crown      : 8423        (1.81      leafs/tree)
7667.28/258.29	c bin xor find time        : 0.50       
7667.28/258.29	c OTF clause improved      : 1079        (0.02      clauses/conflict)
7667.28/258.29	c OTF impr. size diff      : 1986        (1.84       lits/clause)
7667.28/258.29	c OTF cl watch-shrink      : 17491       (0.27      clauses/conflict)
7667.28/258.29	c OTF cl watch-sh-lit      : 44198       (2.53       lits/clause)
7667.28/258.29	c tried to recurMin cls    : 0           (0.00       % of conflicts)
7667.28/258.29	c updated cache            : 0           (nan        lits/tried recurMin)
7667.28/258.29	c unit cls recevied        : 7171        (6.32      % of units)
7667.28/258.29	c unit cls sent            : 1229        (1.08      % of units)
7667.28/258.29	c bin cls recevied         : 96926      
7667.28/258.29	c bin cls sent             : 1822       
7667.28/258.29	c clauses over max glue    : 0           (0.00      % of all clauses)
7667.28/258.29	c conflicts                : 64439       (255.37    / sec)
7667.28/258.29	c decisions                : 210550      (0.00      % random)
7667.28/258.29	c bogo-props               : 3142691998  (12454165.22 / sec)
7667.28/258.29	c conflict literals        : 12654174    (39.09     % deleted)
7667.28/258.29	c Memory used              : 7988.05     MB
7667.28/258.29	c single-thread CPU time   : 252.34      s
7667.28/258.29	c all-threads sum CPU time : 7550.68     s
7667.28/258.29	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3400685-1306332859/watcher-3400685-1306332859 -o /tmp/evaluation-result-3400685-1306332859/solver-3400685-1306332859 -C 160000 -W 5100 -M 266338304 ./strangenight2-mt --threads=32 HOME/instance-3400685-1306332859.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: 22.16 29.28 30.05 1/413 16194
/proc/meminfo: memFree=255131160/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=338000 CPUtime=0.81 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) R 16192 16194 16168 0 -1 4202496 466 0 0 0 81 0 0 0 25 0 32 0 744772476 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975261 0 0 4096 2 18446744073709551615 0 0 17 24 0 0 0
/proc/16194/statm: 84500 406 300 95 0 79482 0
[pid=16194/tid=16195] ppid=16192 vsize=338000 CPUtime=0.03 cores=0-31
/proc/16194/task/16195/stat : 16195 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16194/tid=16196] ppid=16192 vsize=338000 CPUtime=0.03 cores=0-31
/proc/16194/task/16196/stat : 16196 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16194/tid=16197] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16197/stat : 16197 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975248 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16194/tid=16198] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16198/stat : 16198 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=16194/tid=16199] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16199/stat : 16199 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16194/tid=16200] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16200/stat : 16200 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975255 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16194/tid=16201] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16201/stat : 16201 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16194/tid=16203] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16203/stat : 16203 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=16194/tid=16204] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16204/stat : 16204 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16194/tid=16205] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16205/stat : 16205 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=16194/tid=16206] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16206/stat : 16206 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16194/tid=16207] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16207/stat : 16207 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=16194/tid=16208] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16208/stat : 16208 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16194/tid=16209] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16209/stat : 16209 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16194/tid=16210] ppid=16192 vsize=338000 CPUtime=0 cores=0-31
/proc/16194/task/16210/stat : 16210 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975666 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16194/tid=16211] ppid=16192 vsize=338000 CPUtime=0 cores=0-31
/proc/16194/task/16211/stat : 16211 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16194/tid=16212] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16212/stat : 16212 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=16194/tid=16213] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16213/stat : 16213 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975248 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=16194/tid=16214] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16214/stat : 16214 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=16194/tid=16215] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16215/stat : 16215 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=16194/tid=16216] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16216/stat : 16216 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=16194/tid=16217] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16217/stat : 16217 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975261 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=16194/tid=16218] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16218/stat : 16218 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=16194/tid=16219] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16219/stat : 16219 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=16194/tid=16220] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16220/stat : 16220 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=16194/tid=16221] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16221/stat : 16221 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=16194/tid=16222] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16222/stat : 16222 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=16194/tid=16223] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16223/stat : 16223 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975255 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=16194/tid=16224] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16224/stat : 16224 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975257 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16194/tid=16225] ppid=16192 vsize=338000 CPUtime=0.02 cores=0-31
/proc/16194/task/16225/stat : 16225 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 744772477 346112000 406 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975251 0 0 4096 2 0 0 0 -1 29 0 0 0

[startup+0.114974 s]
/proc/loadavg: 22.16 29.28 30.05 1/413 16194
/proc/meminfo: memFree=255131160/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=1510148 CPUtime=1.84 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) D 16192 16194 16168 0 -1 4202496 14865 0 0 0 102 82 0 0 25 0 32 0 744772476 1546391552 14247 268435456000 4194304 4580107 140736703398288 18446744073709551615 4311330 0 0 4096 2 18446744073709551615 0 0 17 24 0 0 0
/proc/16194/statm: 377602 14262 335 95 0 372584 0
[pid=16194/tid=16195] ppid=16192 vsize=1510276 CPUtime=0.05 cores=0-31
/proc/16194/task/16195/stat : 16195 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 515 0 0 0 3 2 0 0 17 0 32 0 744772477 1546522624 14229 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604504164212192 0 0 -1 1 0 0 0
[pid=16194/tid=16196] ppid=16192 vsize=1510728 CPUtime=0.06 cores=0-31
/proc/16194/task/16196/stat : 16196 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 447 0 0 0 3 3 0 0 17 0 32 0 744772477 1546985472 14279 268435456000 4194304 4580107 140736703398288 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16194/tid=16197] ppid=16192 vsize=1510728 CPUtime=0.05 cores=0-31
/proc/16194/task/16197/stat : 16197 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 624 0 0 0 3 2 0 0 17 0 32 0 744772477 1546985472 14249 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16194/tid=16198] ppid=16192 vsize=1510596 CPUtime=0.05 cores=0-31
/proc/16194/task/16198/stat : 16198 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 472 0 0 0 3 2 0 0 17 0 32 0 744772477 1546850304 14274 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566930064 0 0 -1 8 0 0 0
[pid=16194/tid=16199] ppid=16192 vsize=1510596 CPUtime=0.05 cores=0-31
/proc/16194/task/16199/stat : 16199 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 431 0 0 0 3 2 0 0 25 0 32 0 744772477 1546850304 14291 268435456000 4194304 4580107 140736703398288 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16194/tid=16200] ppid=16192 vsize=1510596 CPUtime=0.05 cores=0-31
/proc/16194/task/16200/stat : 16200 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 370 0 0 0 3 2 0 0 17 0 32 0 744772477 1546850304 14298 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566925384 0 0 -1 6 0 0 0
[pid=16194/tid=16201] ppid=16192 vsize=1510596 CPUtime=0.06 cores=0-31
/proc/16194/task/16201/stat : 16201 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 507 0 0 0 3 3 0 0 25 0 32 0 744772477 1546850304 14321 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650653104 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=1510596 CPUtime=0.05 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 366 0 0 0 3 2 0 0 25 0 32 0 744772477 1546850304 14360 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604502212386272 0 0 -1 0 0 0 0
[pid=16194/tid=16203] ppid=16192 vsize=1510856 CPUtime=0.04 cores=0-31
/proc/16194/task/16203/stat : 16203 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 270 0 0 0 3 1 0 0 17 0 32 0 744772477 1547116544 14368 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566932504 0 0 -1 20 0 0 0
[pid=16194/tid=16204] ppid=16192 vsize=1510856 CPUtime=0.05 cores=0-31
/proc/16194/task/16204/stat : 16204 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 527 0 0 0 3 2 0 0 17 0 32 0 744772477 1547116544 14375 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16194/tid=16205] ppid=16192 vsize=1510856 CPUtime=0.05 cores=0-31
/proc/16194/task/16205/stat : 16205 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 406 0 0 0 3 2 0 0 17 0 32 0 744772477 1547116544 14419 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604481105755616 0 0 -1 12 0 0 0
[pid=16194/tid=16206] ppid=16192 vsize=1510856 CPUtime=0.05 cores=0-31
/proc/16194/task/16206/stat : 16206 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 491 0 0 0 3 2 0 0 17 0 32 0 744772477 1547116544 14422 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566933344 0 0 -1 9 0 0 0
[pid=16194/tid=16207] ppid=16192 vsize=1510856 CPUtime=0.05 cores=0-31
/proc/16194/task/16207/stat : 16207 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 462 0 0 0 3 2 0 0 25 0 32 0 744772477 1547116544 14469 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604505632136672 0 0 -1 10 0 0 0
[pid=16194/tid=16208] ppid=16192 vsize=1510856 CPUtime=0.05 cores=0-31
/proc/16194/task/16208/stat : 16208 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 269 0 0 0 3 2 0 0 25 0 32 0 744772477 1547116544 14598 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604475798019552 0 0 -1 7 0 0 0
[pid=16194/tid=16209] ppid=16192 vsize=1510856 CPUtime=0.04 cores=0-31
/proc/16194/task/16209/stat : 16209 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 393 0 0 0 2 2 0 0 17 0 32 0 744772477 1547116544 14602 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604477312695776 0 0 -1 28 0 0 0
[pid=16194/tid=16210] ppid=16192 vsize=1510856 CPUtime=0.01 cores=0-31
/proc/16194/task/16210/stat : 16210 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 265 0 0 0 0 1 0 0 17 0 32 0 744772477 1547116544 14616 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566932264 0 0 -1 27 0 0 0
[pid=16194/tid=16211] ppid=16192 vsize=1510892 CPUtime=0.03 cores=0-31
/proc/16194/task/16211/stat : 16211 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 586 0 0 0 0 3 0 0 18 0 32 0 744772477 1547153408 14624 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650653097 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=16194/tid=16212] ppid=16192 vsize=1510892 CPUtime=0.04 cores=0-31
/proc/16194/task/16212/stat : 16212 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 563 0 0 0 2 2 0 0 25 0 32 0 744772477 1547153408 14636 268435456000 4194304 4580107 140736703398288 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=16194/tid=16213] ppid=16192 vsize=1510952 CPUtime=0.04 cores=0-31
/proc/16194/task/16213/stat : 16213 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 269 0 0 0 3 1 0 0 17 0 32 0 744772477 1547214848 14604 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566932504 0 0 -1 13 0 0 0
[pid=16194/tid=16214] ppid=16192 vsize=1511212 CPUtime=0.05 cores=0-31
/proc/16194/task/16214/stat : 16214 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 393 0 0 0 3 2 0 0 17 0 32 0 744772477 1547481088 14699 268435456000 4194304 4580107 140736703398288 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=16194/tid=16215] ppid=16192 vsize=1511212 CPUtime=0.06 cores=0-31
/proc/16194/task/16215/stat : 16215 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 602 0 0 0 3 3 0 0 18 0 32 0 744772477 1547481088 14704 268435456000 4194304 4580107 140736703398288 18446744073709551615 4307185 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=16194/tid=16216] ppid=16192 vsize=1511728 CPUtime=0.05 cores=0-31
/proc/16194/task/16216/stat : 16216 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 468 0 0 0 3 2 0 0 17 0 32 0 744772477 1548009472 14727 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604502568467936 0 0 -1 17 0 0 0
[pid=16194/tid=16217] ppid=16192 vsize=1511920 CPUtime=0.05 cores=0-31
/proc/16194/task/16217/stat : 16217 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 454 0 0 0 3 2 0 0 17 0 32 0 744772477 1548206080 14804 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604484824530400 0 0 -1 18 0 0 0
[pid=16194/tid=16218] ppid=16192 vsize=1511788 CPUtime=0.06 cores=0-31
/proc/16194/task/16218/stat : 16218 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 594 0 0 0 3 3 0 0 25 0 32 0 744772477 1548070912 14804 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650653120 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=16194/tid=16219] ppid=16192 vsize=1511788 CPUtime=0.05 cores=0-31
/proc/16194/task/16219/stat : 16219 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 536 0 0 0 3 2 0 0 17 0 32 0 744772477 1548070912 14820 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566925624 0 0 -1 21 0 0 0
[pid=16194/tid=16220] ppid=16192 vsize=1511788 CPUtime=0.05 cores=0-31
/proc/16194/task/16220/stat : 16220 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 525 0 0 0 3 2 0 0 25 0 32 0 744772477 1548070912 14829 268435456000 4194304 4580107 140736703398288 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=16194/tid=16221] ppid=16192 vsize=1511788 CPUtime=0.04 cores=0-31
/proc/16194/task/16221/stat : 16221 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 360 0 0 0 3 1 0 0 17 0 32 0 744772477 1548070912 14843 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=16194/tid=16222] ppid=16192 vsize=1511788 CPUtime=0.05 cores=0-31
/proc/16194/task/16222/stat : 16222 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 464 0 0 0 3 2 0 0 17 0 32 0 744772477 1548070912 14934 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604478890573280 0 0 -1 25 0 0 0
[pid=16194/tid=16223] ppid=16192 vsize=1511788 CPUtime=0.05 cores=0-31
/proc/16194/task/16223/stat : 16223 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 461 0 0 0 3 2 0 0 17 0 32 0 744772477 1548070912 14961 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604504999960032 0 0 -1 26 0 0 0
[pid=16194/tid=16224] ppid=16192 vsize=1511980 CPUtime=0.05 cores=0-31
/proc/16194/task/16224/stat : 16224 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 503 0 0 0 3 2 0 0 17 0 32 0 744772477 1548267520 14961 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650653097 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16194/tid=16225] ppid=16192 vsize=1511980 CPUtime=0.06 cores=0-31
/proc/16194/task/16225/stat : 16225 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 639 0 0 0 3 3 0 0 18 0 32 0 744772477 1548267520 14970 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650653381 0 0 4096 2 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1510148

[startup+0.207111 s]
/proc/loadavg: 22.16 29.28 30.05 1/413 16194
/proc/meminfo: memFree=255131160/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=1563336 CPUtime=3 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) R 16192 16194 16168 0 -1 4202496 38484 0 0 0 123 177 0 0 18 0 32 0 744772476 1600856064 33474 268435456000 4194304 4580107 140736703398288 18446744073709551615 4309730 0 0 4096 2 18446744073709551615 0 0 17 24 0 0 0
/proc/16194/statm: 390834 33474 336 95 0 385816 0
[pid=16194/tid=16195] ppid=16192 vsize=1563336 CPUtime=0.09 cores=0-31
/proc/16194/task/16195/stat : 16195 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 1179 0 0 0 4 5 0 0 17 0 32 0 744772477 1600856064 33474 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566925624 0 0 -1 1 0 0 0
[pid=16194/tid=16196] ppid=16192 vsize=1563336 CPUtime=0.09 cores=0-31
/proc/16194/task/16196/stat : 16196 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1076 0 0 0 4 5 0 0 17 0 32 0 744772477 1600856064 33486 268435456000 4194304 4580107 140736703398288 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16194/tid=16197] ppid=16192 vsize=1563336 CPUtime=0.09 cores=0-31
/proc/16194/task/16197/stat : 16197 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 1498 0 0 0 4 5 0 0 17 0 32 0 744772477 1600856064 33758 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=16194/tid=16198] ppid=16192 vsize=1563336 CPUtime=0.09 cores=0-31
/proc/16194/task/16198/stat : 16198 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 1336 0 0 0 4 5 0 0 17 0 32 0 744772477 1600856064 33781 268435456000 4194304 4580107 140736703398288 18446744073709551615 4306901 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=16194/tid=16199] ppid=16192 vsize=1563336 CPUtime=0.09 cores=0-31
/proc/16194/task/16199/stat : 16199 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 1212 0 0 0 4 5 0 0 17 0 32 0 744772477 1600856064 33829 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604499886579168 0 0 -1 5 0 0 0
[pid=16194/tid=16200] ppid=16192 vsize=1565388 CPUtime=0.08 cores=0-31
/proc/16194/task/16200/stat : 16200 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 969 0 0 0 3 5 0 0 17 0 32 0 744772477 1602957312 34131 268435456000 4194304 4580107 140736703398288 18446744073709551615 4349442 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16194/tid=16201] ppid=16192 vsize=1567440 CPUtime=0.1 cores=0-31
/proc/16194/task/16201/stat : 16201 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 1478 0 0 0 4 6 0 0 17 0 32 0 744772477 1605058560 34148 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566928384 0 0 -1 3 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=1567440 CPUtime=0.08 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 913 0 0 0 4 4 0 0 24 0 32 0 744772477 1605058560 34202 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446744071566929184 0 0 -1 0 0 0 0
[pid=16194/tid=16203] ppid=16192 vsize=1567868 CPUtime=0.06 cores=0-31
/proc/16194/task/16203/stat : 16203 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 484 0 0 0 3 3 0 0 16 0 32 0 744772477 1605496832 34320 268435456000 4194304 4580107 140736703398288 18446744073709551615 258651060958 0 0 4096 2 18446604476642049504 0 0 -1 20 0 0 0
[pid=16194/tid=16204] ppid=16192 vsize=1567868 CPUtime=0.08 cores=0-31
/proc/16194/task/16204/stat : 16204 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 1324 0 0 0 3 5 0 0 17 0 32 0 744772477 1605496832 34475 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650653008 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16194/tid=16205] ppid=16192 vsize=1567868 CPUtime=0.09 cores=0-31
/proc/16194/task/16205/stat : 16205 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 1165 0 0 0 4 5 0 0 17 0 32 0 744772477 1605496832 34483 268435456000 4194304 4580107 140736703398288 18446744073709551615 4349556 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=16194/tid=16206] ppid=16192 vsize=1567868 CPUtime=0.09 cores=0-31
/proc/16194/task/16206/stat : 16206 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 1487 0 0 0 4 5 0 0 17 0 32 0 744772477 1605496832 34774 268435456000 4194304 4580107 140736703398288 18446744073709551615 258650653289 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16194/tid=16207] ppid=16192 vsize=1567868 CPUtime=0.1 cores=0-31
/proc/16194/task/16207/stat : 16207 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 1422 0 0 0 3 7 0 0 17 0 32 0 744772477 1605496832 34988 268435456000 4194304 4580107 140736703398288 18446744073709551615 4310274 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=16194/tid=16208] ppid=16192 vsize=1567868 CPUtime=0.06 cores=0-31
/proc/16194/task/16208/stat : 16208 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 521 0 0 0 3 3 0 0 17 0 32 0 744772477 1605496832 35010 268435456000 4194304 4580107 140736703398288 18446744073709551615 4307656 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16194/tid=16209] ppid=16192 vsize=1567868 CPUtime=0.08 cores=0-31
/proc/16194/task/16209/stat : 16209 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 1075 0 0 0 3 5 0 0 17 0 32 0 744772477 1605496832 35010 268435456000 4194304 4580107 140736703398288 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=16194/tid=16210] ppid=16192 vsize=1567868 CPUtime=0.02 cores=0-31
/proc/16194/task/16210/stat : 16210 (strangenight2-m) D 16192 16194 16168 0 -1 4202560 387 0 0 0 0 2 0 0 16 0 32 0 744772477 1605496832 35445 268435456000 4194304 4580107 140736703398288 18446744073709551615 4349457 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=16194/tid=16211] ppid=16192 vsize=1568292 CPUtime=0.09 cores=0-31

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

/proc/16194/task/16199/stat : 16199 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 72978 0 0 0 23508 363 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604502568467936 0 0 -1 20 0 0 0
[pid=16194/tid=16200] ppid=16192 vsize=8177460 CPUtime=237.88 cores=0-31
/proc/16194/task/16200/stat : 16200 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 66148 0 0 0 23374 414 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604504999960032 0 0 -1 22 0 0 0
[pid=16194/tid=16201] ppid=16192 vsize=8177460 CPUtime=237.67 cores=0-31
/proc/16194/task/16201/stat : 16201 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 61184 0 0 0 23375 392 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604482334645728 0 0 -1 31 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=8177460 CPUtime=239.05 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 65764 0 0 0 23560 345 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604477312695776 0 0 -1 0 0 0 0
[pid=16194/tid=16203] ppid=16192 vsize=8177460 CPUtime=238.56 cores=0-31
/proc/16194/task/16203/stat : 16203 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 53642 0 0 0 23574 282 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604480800169440 0 0 -1 16 0 0 0
[pid=16194/tid=16204] ppid=16192 vsize=8177460 CPUtime=237.56 cores=0-31
/proc/16194/task/16204/stat : 16204 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 60898 0 0 0 23430 326 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604475075796448 0 0 -1 8 0 0 0
[pid=16194/tid=16205] ppid=16192 vsize=8177460 CPUtime=238.25 cores=0-31
/proc/16194/task/16205/stat : 16205 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 67838 0 0 0 23452 373 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604499886579168 0 0 -1 1 0 0 0
[pid=16194/tid=16206] ppid=16192 vsize=8177460 CPUtime=238.73 cores=0-31
/proc/16194/task/16206/stat : 16206 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 62815 0 0 0 23485 388 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604484824530400 0 0 -1 29 0 0 0
[pid=16194/tid=16207] ppid=16192 vsize=8177460 CPUtime=237.5 cores=0-31
/proc/16194/task/16207/stat : 16207 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 63415 0 0 0 23327 423 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505632136672 0 0 -1 10 0 0 0
[pid=16194/tid=16208] ppid=16192 vsize=8177460 CPUtime=237.54 cores=0-31
/proc/16194/task/16208/stat : 16208 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 59187 0 0 0 23396 358 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604477823491552 0 0 -1 2 0 0 0
[pid=16194/tid=16209] ppid=16192 vsize=8177460 CPUtime=237.77 cores=0-31
/proc/16194/task/16209/stat : 16209 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 64407 0 0 0 23375 402 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505037028832 0 0 -1 7 0 0 0
[pid=16194/tid=16210] ppid=16192 vsize=8177460 CPUtime=232.26 cores=0-31
/proc/16194/task/16210/stat : 16210 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 58888 0 0 0 22880 346 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604479412755936 0 0 -1 11 0 0 0
[pid=16194/tid=16211] ppid=16192 vsize=8177460 CPUtime=238.3 cores=0-31
/proc/16194/task/16211/stat : 16211 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 66236 0 0 0 23450 380 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604483672268256 0 0 -1 12 0 0 0
[pid=16194/tid=16212] ppid=16192 vsize=8177460 CPUtime=238.09 cores=0-31
/proc/16194/task/16212/stat : 16212 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 68766 0 0 0 23453 356 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604502212386272 0 0 -1 26 0 0 0
[pid=16194/tid=16213] ppid=16192 vsize=8177460 CPUtime=238.01 cores=0-31
/proc/16194/task/16213/stat : 16213 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 55061 0 0 0 23499 302 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604483626434016 0 0 -1 13 0 0 0
[pid=16194/tid=16214] ppid=16192 vsize=8177460 CPUtime=237.87 cores=0-31
/proc/16194/task/16214/stat : 16214 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 69970 0 0 0 23426 361 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505006071264 0 0 -1 18 0 0 0
[pid=16194/tid=16215] ppid=16192 vsize=8177460 CPUtime=253.23 cores=0-31
/proc/16194/task/16215/stat : 16215 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 69160 0 0 0 25004 319 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218950699 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16194/tid=16216] ppid=16192 vsize=8177460 CPUtime=237.75 cores=0-31
/proc/16194/task/16216/stat : 16216 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 59674 0 0 0 23375 400 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604557067263456 0 0 -1 28 0 0 0
[pid=16194/tid=16217] ppid=16192 vsize=8177460 CPUtime=237.47 cores=0-31
/proc/16194/task/16217/stat : 16217 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 62163 0 0 0 23347 400 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505306045920 0 0 -1 3 0 0 0
[pid=16194/tid=16218] ppid=16192 vsize=8177460 CPUtime=239.13 cores=0-31
/proc/16194/task/16218/stat : 16218 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 71566 0 0 0 23593 320 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604504581119456 0 0 -1 6 0 0 0
[pid=16194/tid=16219] ppid=16192 vsize=8177460 CPUtime=238.89 cores=0-31
/proc/16194/task/16219/stat : 16219 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 63599 0 0 0 23494 395 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604493996170720 0 0 -1 21 0 0 0
[pid=16194/tid=16220] ppid=16192 vsize=8177460 CPUtime=238.05 cores=0-31
/proc/16194/task/16220/stat : 16220 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 75261 0 0 0 23415 390 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604502490054112 0 0 -1 19 0 0 0
[pid=16194/tid=16221] ppid=16192 vsize=8177460 CPUtime=237.25 cores=0-31
/proc/16194/task/16221/stat : 16221 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 62800 0 0 0 23343 382 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604475798019552 0 0 -1 9 0 0 0
[pid=16194/tid=16222] ppid=16192 vsize=8177460 CPUtime=238.01 cores=0-31
/proc/16194/task/16222/stat : 16222 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 60096 0 0 0 23464 337 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604481105755616 0 0 -1 25 0 0 0
[pid=16194/tid=16223] ppid=16192 vsize=8177460 CPUtime=237.63 cores=0-31
/proc/16194/task/16223/stat : 16223 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 78800 0 0 0 23406 357 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604477367483872 0 0 -1 4 0 0 0
[pid=16194/tid=16224] ppid=16192 vsize=8177460 CPUtime=239.05 cores=0-31
/proc/16194/task/16224/stat : 16224 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 66407 0 0 0 23562 343 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446744071566927144 0 0 -1 5 0 0 0
[pid=16194/tid=16225] ppid=16192 vsize=8177460 CPUtime=238.45 cores=0-31
/proc/16194/task/16225/stat : 16225 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 153125 0 0 0 23508 337 0 0 25 0 32 0 744772477 8373719040 1589450 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604504164212192 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 7662.87
Current children cumulated vsize (KiB) 8177460

[startup+257.602 s]
/proc/loadavg: 25.44 29.42 30.04 3/445 16234
/proc/meminfo: memFree=248769328/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=8179756 CPUtime=7666.08 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) S 16192 16194 16168 0 -1 4202496 2520004 0 0 0 754928 11680 0 0 25 0 32 0 744772476 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446744073709551615 0 0 17 30 0 0 0
/proc/16194/statm: 2044939 1589366 378 95 0 2039921 0
[pid=16194/tid=16195] ppid=16192 vsize=8179756 CPUtime=238.39 cores=0-31
/proc/16194/task/16195/stat : 16195 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 70839 0 0 0 23432 407 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604476642049504 0 0 -1 17 0 0 0
[pid=16194/tid=16196] ppid=16192 vsize=8179756 CPUtime=243.62 cores=0-31
/proc/16194/task/16196/stat : 16196 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 153393 0 0 0 23953 409 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604477794270688 0 0 -1 14 0 0 0
[pid=16194/tid=16197] ppid=16192 vsize=8179756 CPUtime=253.23 cores=0-31
/proc/16194/task/16197/stat : 16197 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 156234 0 0 0 24889 434 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 4295888 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=16194/tid=16198] ppid=16192 vsize=8179756 CPUtime=250.27 cores=0-31
/proc/16194/task/16198/stat : 16198 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 155505 0 0 0 24649 378 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604503848812000 0 0 -1 24 0 0 0
[pid=16194/tid=16199] ppid=16192 vsize=8179756 CPUtime=238.71 cores=0-31
/proc/16194/task/16199/stat : 16199 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 72978 0 0 0 23508 363 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604502568467936 0 0 -1 20 0 0 0
[pid=16194/tid=16200] ppid=16192 vsize=8179756 CPUtime=237.88 cores=0-31
/proc/16194/task/16200/stat : 16200 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 66148 0 0 0 23374 414 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604504999960032 0 0 -1 22 0 0 0
[pid=16194/tid=16201] ppid=16192 vsize=8179756 CPUtime=237.67 cores=0-31
/proc/16194/task/16201/stat : 16201 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 61184 0 0 0 23375 392 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604482334645728 0 0 -1 31 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=8179756 CPUtime=239.05 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 65764 0 0 0 23560 345 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604477312695776 0 0 -1 0 0 0 0
[pid=16194/tid=16203] ppid=16192 vsize=8179756 CPUtime=238.56 cores=0-31
/proc/16194/task/16203/stat : 16203 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 53642 0 0 0 23574 282 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604480800169440 0 0 -1 16 0 0 0
[pid=16194/tid=16204] ppid=16192 vsize=8179756 CPUtime=237.56 cores=0-31
/proc/16194/task/16204/stat : 16204 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 60898 0 0 0 23430 326 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604475075796448 0 0 -1 8 0 0 0
[pid=16194/tid=16205] ppid=16192 vsize=8179756 CPUtime=238.25 cores=0-31
/proc/16194/task/16205/stat : 16205 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 67838 0 0 0 23452 373 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604499886579168 0 0 -1 1 0 0 0
[pid=16194/tid=16206] ppid=16192 vsize=8179756 CPUtime=238.73 cores=0-31
/proc/16194/task/16206/stat : 16206 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 62815 0 0 0 23485 388 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604484824530400 0 0 -1 29 0 0 0
[pid=16194/tid=16207] ppid=16192 vsize=8179756 CPUtime=237.5 cores=0-31
/proc/16194/task/16207/stat : 16207 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 63415 0 0 0 23327 423 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505632136672 0 0 -1 10 0 0 0
[pid=16194/tid=16208] ppid=16192 vsize=8179756 CPUtime=237.54 cores=0-31
/proc/16194/task/16208/stat : 16208 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 59187 0 0 0 23396 358 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604477823491552 0 0 -1 2 0 0 0
[pid=16194/tid=16209] ppid=16192 vsize=8179756 CPUtime=237.77 cores=0-31
/proc/16194/task/16209/stat : 16209 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 64407 0 0 0 23375 402 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505037028832 0 0 -1 7 0 0 0
[pid=16194/tid=16210] ppid=16192 vsize=8179756 CPUtime=232.26 cores=0-31
/proc/16194/task/16210/stat : 16210 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 58888 0 0 0 22880 346 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604479412755936 0 0 -1 11 0 0 0
[pid=16194/tid=16211] ppid=16192 vsize=8179756 CPUtime=238.3 cores=0-31
/proc/16194/task/16211/stat : 16211 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 66236 0 0 0 23450 380 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604483672268256 0 0 -1 12 0 0 0
[pid=16194/tid=16212] ppid=16192 vsize=8179756 CPUtime=238.09 cores=0-31
/proc/16194/task/16212/stat : 16212 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 68766 0 0 0 23453 356 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604502212386272 0 0 -1 26 0 0 0
[pid=16194/tid=16213] ppid=16192 vsize=8179756 CPUtime=238.01 cores=0-31
/proc/16194/task/16213/stat : 16213 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 55061 0 0 0 23499 302 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604483626434016 0 0 -1 13 0 0 0
[pid=16194/tid=16214] ppid=16192 vsize=8179756 CPUtime=237.87 cores=0-31
/proc/16194/task/16214/stat : 16214 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 69970 0 0 0 23426 361 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505006071264 0 0 -1 18 0 0 0
[pid=16194/tid=16215] ppid=16192 vsize=8179756 CPUtime=254.83 cores=0-31
/proc/16194/task/16215/stat : 16215 (strangenight2-m) R 16192 16194 16168 0 -1 4202560 69160 0 0 0 25164 319 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218950852 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=16194/tid=16216] ppid=16192 vsize=8179756 CPUtime=237.75 cores=0-31
/proc/16194/task/16216/stat : 16216 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 59674 0 0 0 23375 400 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604557067263456 0 0 -1 28 0 0 0
[pid=16194/tid=16217] ppid=16192 vsize=8179756 CPUtime=237.47 cores=0-31
/proc/16194/task/16217/stat : 16217 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 62163 0 0 0 23347 400 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604505306045920 0 0 -1 3 0 0 0
[pid=16194/tid=16218] ppid=16192 vsize=8179756 CPUtime=239.13 cores=0-31
/proc/16194/task/16218/stat : 16218 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 71566 0 0 0 23593 320 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604504581119456 0 0 -1 6 0 0 0
[pid=16194/tid=16219] ppid=16192 vsize=8179756 CPUtime=238.89 cores=0-31
/proc/16194/task/16219/stat : 16219 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 63599 0 0 0 23494 395 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604493996170720 0 0 -1 21 0 0 0
[pid=16194/tid=16220] ppid=16192 vsize=8179756 CPUtime=238.05 cores=0-31
/proc/16194/task/16220/stat : 16220 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 75261 0 0 0 23415 390 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604502490054112 0 0 -1 19 0 0 0
[pid=16194/tid=16221] ppid=16192 vsize=8179756 CPUtime=237.25 cores=0-31
/proc/16194/task/16221/stat : 16221 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 62800 0 0 0 23343 382 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604475798019552 0 0 -1 9 0 0 0
[pid=16194/tid=16222] ppid=16192 vsize=8179756 CPUtime=238.01 cores=0-31
/proc/16194/task/16222/stat : 16222 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 60096 0 0 0 23464 337 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604481105755616 0 0 -1 25 0 0 0
[pid=16194/tid=16223] ppid=16192 vsize=8179756 CPUtime=237.63 cores=0-31
/proc/16194/task/16223/stat : 16223 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 78800 0 0 0 23406 357 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604477367483872 0 0 -1 4 0 0 0
[pid=16194/tid=16224] ppid=16192 vsize=8179756 CPUtime=239.05 cores=0-31
/proc/16194/task/16224/stat : 16224 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 66407 0 0 0 23562 343 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446744071566927144 0 0 -1 5 0 0 0
[pid=16194/tid=16225] ppid=16192 vsize=8179756 CPUtime=238.45 cores=0-31
/proc/16194/task/16225/stat : 16225 (strangenight2-m) S 16192 16194 16168 0 -1 4202560 153125 0 0 0 23508 337 0 0 25 0 32 0 744772477 8376070144 1589366 268435456000 4194304 4580107 140736703398288 18446744073709551615 47489218975284 0 0 4096 2 18446604504164212192 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 7666.08
Current children cumulated vsize (KiB) 8179756

[startup+258.401 s]
/proc/loadavg: 25.44 29.42 30.04 3/445 16234
/proc/meminfo: memFree=248769328/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=0 CPUtime=7667.6 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) Z 16192 16194 16168 0 -1 4203548 2520011 0 0 0 755068 11692 0 0 18 0 2 0 744772476 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 30 0 0 0
/proc/16194/statm: 0 0 0 0 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=0 CPUtime=239.15 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) R 16192 16194 16168 0 -1 4203588 65764 0 0 0 23560 355 0 0 18 0 2 0 744772477 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7667.6
Current children cumulated vsize (KiB) 0

[startup+258.801 s]
/proc/loadavg: 25.44 29.42 30.04 2/415 16234
/proc/meminfo: memFree=250158784/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=0 CPUtime=7668 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) Z 16192 16194 16168 0 -1 4203548 2520011 0 0 0 755068 11732 0 0 18 0 2 0 744772476 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 30 0 0 0
/proc/16194/statm: 0 0 0 0 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=0 CPUtime=239.55 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) R 16192 16194 16168 0 -1 4203588 65764 0 0 0 23560 395 0 0 18 0 2 0 744772477 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7668
Current children cumulated vsize (KiB) 0

[startup+259.001 s]
/proc/loadavg: 25.44 29.42 30.04 2/415 16234
/proc/meminfo: memFree=250158784/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=0 CPUtime=7668.2 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) Z 16192 16194 16168 0 -1 4203548 2520011 0 0 0 755068 11752 0 0 18 0 2 0 744772476 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 30 0 0 0
/proc/16194/statm: 0 0 0 0 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=0 CPUtime=239.75 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) R 16192 16194 16168 0 -1 4203588 65764 0 0 0 23560 415 0 0 18 0 2 0 744772477 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7668.2
Current children cumulated vsize (KiB) 0

[startup+259.101 s]
/proc/loadavg: 25.44 29.42 30.04 2/415 16234
/proc/meminfo: memFree=250158784/264257624 swapFree=67111528/67111528
[pid=16194] ppid=16192 vsize=0 CPUtime=7668.3 cores=0-31
/proc/16194/stat : 16194 (strangenight2-m) Z 16192 16194 16168 0 -1 4203548 2520011 0 0 0 755068 11762 0 0 18 0 2 0 744772476 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 30 0 0 0
/proc/16194/statm: 0 0 0 0 0 0 0
[pid=16194/tid=16202] ppid=16192 vsize=0 CPUtime=239.85 cores=0-31
/proc/16194/task/16202/stat : 16202 (strangenight2-m) R 16192 16194 16168 0 -1 4203588 65764 0 0 0 23560 425 0 0 18 0 2 0 744772477 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7668.3
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 259.15
CPU time (s): 7668.35
CPU user time (s): 7550.68
CPU system time (s): 117.671
CPU usage (%): 2959.04
Max. virtual memory (cumulated for all children) (KiB): 8179756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7550.68
system time used= 117.671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2520011
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= 3167039
involuntary context switches= 72054

runsolver used 1.51177 second user time and 6.01309 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-25 16:14:21
IDJOB=3400685
IDBENCH=71039
IDSOLVER=1886
FILE ID=node200/3400685-1306332859
RUNJOBID= node200-1306332859-16182
PBS_JOBID= 13411794
Free space on /tmp= 62028 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400685-1306332859/watcher-3400685-1306332859 -o /tmp/evaluation-result-3400685-1306332859/solver-3400685-1306332859 -C 160000 -W 5100 -M 266338304  ./strangenight2-mt --threads=32 HOME/instance-3400685-1306332859.cnf

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1481537864

node200.alineos.net Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3989.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      255131688 kB
Buffers:        467872 kB
Cached:        8252184 kB
SwapCached:          0 kB
Active:        7792468 kB
Inactive:       996600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255131688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23964 kB
Writeback:           0 kB
AnonPages:       69056 kB
Mapped:          14480 kB
Slab:           256800 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   171096 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= 62024 MiB
End job on node200 at 2011-05-25 16:18:40