Trace number 3400890

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 510.343 20.151

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark510.183
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
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.03	c Using 32 threads
0.00/0.07	c This is CryptoMiniSat 3.0.0
0.00/0.07	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.07	c Reading file 'HOME/instance-3400890-1307113343.cnf'
1.87/0.09	c -- header says num vars:           8400
1.87/0.09	c -- header says num clauses:       25061
3.19/0.42	c -- clauses added:            0 learnts,        25061 normals,            0 xors
3.19/0.42	c -- vars added       8400
3.19/0.42	c Parsing time:  0.04 s
3.19/0.42	c  N st     0         0      8400      8541     16520         0     58730         0   no data   no data
45.24/1.67	c asymm  cl-useful: 2/8541/8541 lits-rem:6 time: 1.26
162.78/6.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  804 Bins:      0 BRemL:      0 BRemN:      0 P: 15.9M T:  3.40
162.78/6.91	c Replacing      804 vars Replaced    12463 lits Time:     0.00 s 
162.78/6.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
162.78/6.92	c bin-w-bin subsume rem           34 bins  time:  0.00 s
162.78/6.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.97/7.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7596 time:  0.08 s
169.11/7.12	c Removed useless bin:     478  fixed:     0  props:   5.48M  time:  0.11 s
169.11/7.17	c lits-rem:         2  cl-subs:        6  v-elim:   2532  v-fix:    0  time:  0.03 s
172.25/7.23	c Finding binary XORs  T:     0.06 s  found:     107
172.25/7.23	c Replacing      107 vars Replaced     1526 lits Time:     0.00 s 
172.25/7.24	c Finding non-binary XORs:     0.00 s (found:      70, avg size: 3.0)
172.25/7.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
172.25/7.25	c calculated reachability. Time: 0.01
172.25/7.25	c Calc default polars -  time:   0.00 s pos:    2384 undec:    3532 neg:    2484
172.25/7.25	c =========================================================================================
172.25/7.25	c types(t): F = full restart, N = normal restart
172.25/7.25	c types(t): S = simplification begin/end, E = solution found
172.25/7.25	c restart types(rt): st = static, dy = dynamic
172.25/7.25	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
172.25/7.25	c  B st     0         0      4957      7133     10425         0     44915         0   no data   no data
194.60/7.94	c  N dy    12      4021      4957      7133     10610      3815     44915    262459      8.00      8.43
220.14/8.72	c  N dy    32      8146      4954      7133     12815      5436     44915    229651      9.37      9.99
226.52/8.90	c Finding binary XORs  T:     0.03 s  found:     320
226.52/8.93	c Replacing      320 vars Replaced    23930 lits Time:     0.02 s 
249.46/9.64	c  N dy    55     12439      4623      7038     12181      5352     44369    133500      9.29     10.07
277.63/10.58	c  N dy    83     16656      4615      7038     13812      9493     44369    298671      9.72     10.28
300.00/11.21	c Finding binary XORs  T:     0.03 s  found:     393
300.00/11.22	c Replacing      394 vars Replaced    21701 lits Time:     0.01 s 
312.80/11.68	c  N dy    92     21197      4219      6977     15349      7592     44023    184631      9.45     10.12
341.55/12.57	c  F st   100     25001      4218      6977     15431     11264     44023    281177      9.20   no data
341.55/12.58	c Replacing        1 vars Replaced        9 lits Time:     0.00 s 
344.76/12.64	c  N st   101     25251      4217      6977     15424     10866     44019    283770      9.20   no data
376.72/13.65	c  N dy   106     30001      4207      6977     17553      9746     44019    206064      9.20   no data
376.72/13.65	c  S st   106     30001      4207      6977     17553      9746     44019    206064      9.20   no data
376.72/13.68	c Finding binary XORs  T:     0.03 s  found:     188
376.72/13.70	c Replacing      194 vars Replaced    13822 lits Time:     0.01 s 
383.12/13.82	c  S st   106     30503      4012      6944     16907      9698     43796    219915      9.20   no data
383.12/13.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
488.60/17.14	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:  470 Bins:  56434 BRemL:  16673 BRemN:     23 P: 19.2M T:  3.31
488.60/17.16	c Replacing      470 vars Replaced    45363 lits Time:     0.02 s 
488.60/17.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
488.60/17.18	c bin-w-bin subsume rem         9411 bins  time:  0.01 s
488.60/17.19	c subs with bin:      160  lits-rem:        94  v-fix:    0  time:  0.01 s
491.80/17.22	c Subs w/ non-existent bins:     40 l-rem:    181 v-fix:     0 done:   3540 time:  0.03 s
491.80/17.22	c Removed useless bin:      11  fixed:     0  props:   0.18M  time:  0.00 s
491.80/17.25	c lits-rem:         1  cl-subs:     1456  v-elim:    552  v-fix:    0  time:  0.03 s
491.80/17.27	c subs with bin:      181  lits-rem:      1230  v-fix:    0  time:  0.01 s
491.80/17.28	c lits-rem:        27  cl-subs:      230  v-elim:      0  v-fix:    0  time:  0.01 s
501.78/17.77	c asymm  cl-useful: 300/5634/5634 lits-rem:368 time: 0.49
501.78/17.78	c calculated reachability. Time: 0.01
501.78/17.78	c  N dy   106     30503      2988      5634     34322      3899     32031     86435      9.20   no data
510.07/20.05	c Following stats are for *FIRST FINISHED THREAD ONLY*
510.07/20.05	c num threads              : 32         
510.07/20.05	c restarts                 : 200        
510.07/20.05	c dynamic restarts         : 188        
510.07/20.05	c static restarts          : 12         
510.07/20.05	c full restarts            : 1          
510.07/20.05	c total simplify time      : 0.25       
510.07/20.05	c learnts DL2              : 0          
510.07/20.05	c learnts size 2           : 33426      
510.07/20.05	c learnts size 1           : 1243        (14.80     % of vars)
510.07/20.05	c filedLit time            : 3.03        (16.82     % time)
510.07/20.05	c v-elim SatELite          : 2532        (30.14     % vars)
510.07/20.05	c SatELite time            : 0.10        (0.55      % time)
510.07/20.05	c v-elim xor               : 0           (0.00      % vars)
510.07/20.05	c xor elim time            : 0.00        (0.01      % time)
510.07/20.05	c num binary xor trees     : 1497       
510.07/20.05	c binxor trees' crown      : 2159        (1.44      leafs/tree)
510.07/20.05	c bin xor find time        : 0.22       
510.07/20.05	c OTF clause improved      : 390         (0.01      clauses/conflict)
510.07/20.05	c OTF impr. size diff      : 535         (1.37       lits/clause)
510.07/20.05	c OTF cl watch-shrink      : 26353       (0.53      clauses/conflict)
510.07/20.05	c OTF cl watch-sh-lit      : 84172       (3.19       lits/clause)
510.07/20.05	c tried to recurMin cls    : 25779       (51.99      % of conflicts)
510.07/20.05	c updated cache            : 0           (0.00       lits/tried recurMin)
510.07/20.05	c unit cls recevied        : 80          (6.44      % of units)
510.07/20.05	c unit cls sent            : 14          (1.13      % of units)
510.07/20.05	c bin cls recevied         : 14727      
510.07/20.05	c bin cls sent             : 629        
510.07/20.05	c clauses over max glue    : 0           (0.00      % of all clauses)
510.07/20.05	c conflicts                : 49583       (2750.29   / sec)
510.07/20.05	c decisions                : 101122      (0.00      % random)
510.07/20.05	c bogo-props               : 340852743   (18906581.22 / sec)
510.07/20.05	c conflict literals        : 1713971     (26.57     % deleted)
510.07/20.05	c Memory used              : 3236.30     MB
510.07/20.05	c single-thread CPU time   : 18.03       s
510.07/20.05	c all-threads sum CPU time : 500.75      s
510.07/20.05	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-3400890-1307113343/watcher-3400890-1307113343 -o /tmp/evaluation-result-3400890-1307113343/solver-3400890-1307113343 -C 160000 -W 5100 -M 261000 ./strangenight2-mt --threads=32 HOME/instance-3400890-1307113343.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: 1.86 2.64 5.54 1/413 15972
/proc/meminfo: memFree=262896448/264257624 swapFree=67054988/67111528
[pid=15972] ppid=15970 vsize=338000 CPUtime=0.83 cores=0-31
/proc/15972/stat : 15972 (strangenight2-m) R 15970 15972 15888 0 -1 4202496 468 0 0 0 83 0 0 0 25 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096976 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15972/statm: 84500 408 300 95 0 79482 0
[pid=15972/tid=15973] ppid=15970 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15972/task/15973/stat : 15973 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 3 0 0 0 21 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15972/tid=15974] ppid=15970 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15972/task/15974/stat : 15974 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 3 0 0 0 22 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15975/stat : 15975 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 0 0 0 0 2 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097394 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15976/stat : 15976 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 22 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15972/task/15977/stat : 15977 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 3 0 0 0 22 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15972/task/15978/stat : 15978 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 3 0 0 0 22 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15972/tid=15979] ppid=15970 vsize=338000 CPUtime=0 cores=0-31
/proc/15972/task/15979/stat : 15979 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15972/tid=15980] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15980/stat : 15980 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 22 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096989 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15972/tid=15981] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15981/stat : 15981 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096979 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15972/tid=15982] ppid=15970 vsize=338000 CPUtime=0 cores=0-31
/proc/15972/task/15982/stat : 15982 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=15972/tid=15983] ppid=15970 vsize=338000 CPUtime=0 cores=0-31
/proc/15972/task/15983/stat : 15983 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096976 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=15972/tid=15984] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15984/stat : 15984 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=15972/tid=15985] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15985/stat : 15985 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=15972/tid=15986] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15986/stat : 15986 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15972/tid=15987] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15987/stat : 15987 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096989 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=15972/tid=15988] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15988/stat : 15988 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096979 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=15972/tid=15989] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15989/stat : 15989 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=15972/tid=15990] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15990/stat : 15990 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096989 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15972/tid=15991] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15991/stat : 15991 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=15972/tid=15992] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15992/stat : 15992 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=15972/tid=15993] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15993/stat : 15993 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096979 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=15972/tid=15994] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15994/stat : 15994 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=15972/tid=15995] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15995/stat : 15995 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=15972/tid=15996] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15996/stat : 15996 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096979 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=15972/tid=15997] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15997/stat : 15997 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096979 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=15972/tid=15998] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15998/stat : 15998 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=15972/tid=15999] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/15999/stat : 15999 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=15972/tid=16000] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/16000/stat : 16000 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246655 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=15972/tid=16001] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/16001/stat : 16001 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246656 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096979 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=15972/tid=16002] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/16002/stat : 16002 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246656 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096985 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=15972/tid=16003] ppid=15970 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15972/task/16003/stat : 16003 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 17246656 346112000 408 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589096983 0 0 4096 2 0 0 0 -1 29 0 0 0

[startup+0.075535 s]
/proc/loadavg: 1.86 2.64 5.54 1/413 15972
/proc/meminfo: memFree=262896448/264257624 swapFree=67054988/67111528
[pid=15972] ppid=15970 vsize=731440 CPUtime=1.87 cores=0-31
/proc/15972/stat : 15972 (strangenight2-m) D 15970 15972 15888 0 -1 4202496 1196 0 0 0 183 4 0 0 25 0 32 0 17246655 748994560 1065 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650417485 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15972/statm: 182860 1065 319 95 0 177842 0
[pid=15972/tid=15973] ppid=15970 vsize=731440 CPUtime=0.06 cores=0-31
/proc/15972/task/15973/stat : 15973 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 5 0 0 0 6 0 0 0 22 0 32 0 17246655 748994560 1070 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15972/tid=15974] ppid=15970 vsize=731440 CPUtime=0.06 cores=0-31
/proc/15972/task/15974/stat : 15974 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 37 0 0 0 6 0 0 0 18 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=731440 CPUtime=0.02 cores=0-31
/proc/15972/task/15975/stat : 15975 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 6 0 0 0 2 0 0 0 23 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650999114 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=731440 CPUtime=0.06 cores=0-31
/proc/15972/task/15976/stat : 15976 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 25 0 0 0 6 0 0 0 18 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=731440 CPUtime=0.06 cores=0-31
/proc/15972/task/15977/stat : 15977 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 49 0 0 0 6 0 0 0 18 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=731440 CPUtime=0.06 cores=0-31
/proc/15972/task/15978/stat : 15978 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 28 0 0 0 6 0 0 0 18 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15972/tid=15979] ppid=15970 vsize=731440 CPUtime=0.03 cores=0-31
/proc/15972/task/15979/stat : 15979 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 10 0 0 0 3 0 0 0 23 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15972/tid=15980] ppid=15970 vsize=731440 CPUtime=0.06 cores=0-31
/proc/15972/task/15980/stat : 15980 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 8 0 0 0 6 0 0 0 23 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15972/tid=15981] ppid=15970 vsize=731440 CPUtime=0.06 cores=0-31
/proc/15972/task/15981/stat : 15981 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 27 0 0 0 6 0 0 0 18 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15972/tid=15982] ppid=15970 vsize=731440 CPUtime=0.03 cores=0-31
/proc/15972/task/15982/stat : 15982 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 17 0 0 0 3 0 0 0 18 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=15972/tid=15983] ppid=15970 vsize=731440 CPUtime=0.03 cores=0-31
/proc/15972/task/15983/stat : 15983 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 4 0 0 0 3 0 0 0 24 0 32 0 17246655 748994560 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446604500265819616 0 0 -1 27 0 0 0
[pid=15972/tid=15984] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15984/stat : 15984 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 49 0 0 0 5 0 0 0 18 0 32 0 17246655 748998656 1081 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=15972/tid=15985] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15985/stat : 15985 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 47 0 0 0 5 0 0 0 18 0 32 0 17246655 748998656 1083 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=15972/tid=15986] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15986/stat : 15986 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 21 0 0 0 5 0 0 0 18 0 32 0 17246655 748998656 1089 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15972/tid=15987] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15987/stat : 15987 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 12 0 0 0 5 0 0 0 24 0 32 0 17246655 748998656 1089 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=15972/tid=15988] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15988/stat : 15988 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 6 0 0 0 5 0 0 0 25 0 32 0 17246655 748998656 1103 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446604450692259296 0 0 -1 9 0 0 0
[pid=15972/tid=15989] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15989/stat : 15989 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 7 0 0 0 5 0 0 0 25 0 32 0 17246655 748998656 1111 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=15972/tid=15990] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15990/stat : 15990 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 17 0 0 0 5 0 0 0 25 0 32 0 17246655 748998656 1118 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15972/tid=15991] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15991/stat : 15991 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 6 0 0 0 5 0 0 0 25 0 32 0 17246655 748998656 1163 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446744071566927584 0 0 -1 13 0 0 0
[pid=15972/tid=15992] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15992/stat : 15992 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 4 0 0 0 5 0 0 0 25 0 32 0 17246655 748998656 1181 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446744071566927584 0 0 -1 14 0 0 0
[pid=15972/tid=15993] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15993/stat : 15993 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 31 0 0 0 5 0 0 0 18 0 32 0 17246655 748998656 1182 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=15972/tid=15994] ppid=15970 vsize=731444 CPUtime=0.05 cores=0-31
/proc/15972/task/15994/stat : 15994 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 79 0 0 0 5 0 0 0 18 0 32 0 17246655 748998656 1182 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=15972/tid=15995] ppid=15970 vsize=731448 CPUtime=0.06 cores=0-31
/proc/15972/task/15995/stat : 15995 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 20 0 0 0 6 0 0 0 25 0 32 0 17246655 749002752 1191 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=15972/tid=15996] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/15996/stat : 15996 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 5 0 0 0 5 0 0 0 25 0 32 0 17246655 749002752 1196 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650616632 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=15972/tid=15997] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/15997/stat : 15997 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 53 0 0 0 5 0 0 0 18 0 32 0 17246655 749002752 1196 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=15972/tid=15998] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/15998/stat : 15998 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 13 0 0 0 5 0 0 0 25 0 32 0 17246655 749002752 1196 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=15972/tid=15999] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/15999/stat : 15999 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 60 0 0 0 5 0 0 0 18 0 32 0 17246655 749002752 1196 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=15972/tid=16000] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/16000/stat : 16000 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 82 0 0 0 5 0 0 0 18 0 32 0 17246655 749002752 1196 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=15972/tid=16001] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/16001/stat : 16001 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 6 0 0 0 5 0 0 0 25 0 32 0 17246656 749002752 1196 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650616632 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=15972/tid=16002] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/16002/stat : 16002 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 12 0 0 0 5 0 0 0 25 0 32 0 17246656 749002752 1198 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=15972/tid=16003] ppid=15970 vsize=731448 CPUtime=0.05 cores=0-31
/proc/15972/task/16003/stat : 16003 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 70 0 0 0 5 0 0 0 18 0 32 0 17246656 749002752 1207 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 731440

[startup+0.103444 s]
/proc/loadavg: 1.86 2.64 5.54 1/413 15972
/proc/meminfo: memFree=262896448/264257624 swapFree=67054988/67111528
[pid=15972] ppid=15970 vsize=1191796 CPUtime=2.22 cores=0-31
/proc/15972/stat : 15972 (strangenight2-m) S 15970 15972 15888 0 -1 4202496 4734 0 0 0 184 38 0 0 25 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15972/statm: 297949 4598 331 95 0 292931 0
[pid=15972/tid=15973] ppid=15970 vsize=1191796 CPUtime=0.06 cores=0-31
/proc/15972/task/15973/stat : 15973 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 123 0 0 0 6 0 0 0 18 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15972/tid=15974] ppid=15970 vsize=1191796 CPUtime=0.07 cores=0-31
/proc/15972/task/15974/stat : 15974 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 117 0 0 0 6 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 4344560 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=1191796 CPUtime=0.02 cores=0-31
/proc/15972/task/15975/stat : 15975 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 122 0 0 0 2 0 0 0 22 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=1191796 CPUtime=0.07 cores=0-31
/proc/15972/task/15976/stat : 15976 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 152 0 0 0 6 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 4349457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=1191796 CPUtime=0.07 cores=0-31
/proc/15972/task/15977/stat : 15977 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 169 0 0 0 6 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=1191796 CPUtime=0.07 cores=0-31
/proc/15972/task/15978/stat : 15978 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 129 0 0 0 6 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446744071566927704 0 0 -1 3 0 0 0
[pid=15972/tid=15979] ppid=15970 vsize=1191796 CPUtime=0.03 cores=0-31
/proc/15972/task/15979/stat : 15979 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 120 0 0 0 3 0 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15972/tid=15980] ppid=15970 vsize=1191796 CPUtime=0.07 cores=0-31
/proc/15972/task/15980/stat : 15980 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 122 0 0 0 6 1 0 0 23 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 4349442 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15972/tid=15981] ppid=15970 vsize=1191796 CPUtime=0.07 cores=0-31
/proc/15972/task/15981/stat : 15981 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 107 0 0 0 6 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15972/tid=15982] ppid=15970 vsize=1191796 CPUtime=0.04 cores=0-31
/proc/15972/task/15982/stat : 15982 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 141 0 0 0 3 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446604452346437088 0 0 -1 30 0 0 0
[pid=15972/tid=15983] ppid=15970 vsize=1191796 CPUtime=0.05 cores=0-31
/proc/15972/task/15983/stat : 15983 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 138 0 0 0 4 1 0 0 24 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=15972/tid=15984] ppid=15970 vsize=1191796 CPUtime=0.06 cores=0-31
/proc/15972/task/15984/stat : 15984 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 121 0 0 0 5 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446744071566926664 0 0 -1 12 0 0 0
[pid=15972/tid=15985] ppid=15970 vsize=1191796 CPUtime=0.05 cores=0-31
/proc/15972/task/15985/stat : 15985 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 103 0 0 0 5 0 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446604570365902304 0 0 -1 24 0 0 0
[pid=15972/tid=15986] ppid=15970 vsize=1191796 CPUtime=0.06 cores=0-31
/proc/15972/task/15986/stat : 15986 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 106 0 0 0 5 1 0 0 17 0 32 0 17246655 1220399104 4598 268435456000 4194304 4580107 140736052168704 18446744073709551615 258651060958 0 0 4096 2 18446604502654000608 0 0 -1 4 0 0 0
[pid=15972/tid=15987] ppid=15970 vsize=1191796 CPUtime=0.07 cores=0-31
/proc/15972/task/15987/stat : 15987 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 157 0 0 0 6 1 0 0 24 0 32 0 17246655 1220399104 4599 268435456000 4194304 4580107 140736052168704 18446744073709551615 4307821 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=15972/tid=15988] ppid=15970 vsize=1191796 CPUtime=0.05 cores=0-31
/proc/15972/task/15988/stat : 15988 (strangenight2-m) D 15970 15972 15888 0 -1 4202560 131 0 0 0 5 0 0 0 17 0 32 0 17246655 1220399104 4609 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=15972/tid=15989] ppid=15970 vsize=1191796 CPUtime=0.06 cores=0-31

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

/proc/15972/task/15996/stat : 15996 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10750 0 0 0 1561 27 0 0 25 0 32 0 17246655 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604463119490528 0 0 -1 10 0 0 0
[pid=15972/tid=15997] ppid=15970 vsize=3313968 CPUtime=15.53 cores=0-31
/proc/15972/task/15997/stat : 15997 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9899 0 0 0 1524 29 0 0 25 0 32 0 17246655 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604487585709536 0 0 -1 17 0 0 0
[pid=15972/tid=15998] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/15998/stat : 15998 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9965 0 0 0 1527 27 0 0 25 0 32 0 17246655 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604458051083744 0 0 -1 27 0 0 0
[pid=15972/tid=15999] ppid=15970 vsize=3313968 CPUtime=15.6 cores=0-31
/proc/15972/task/15999/stat : 15999 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10805 0 0 0 1527 33 0 0 25 0 32 0 17246655 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604470687800800 0 0 -1 19 0 0 0
[pid=15972/tid=16000] ppid=15970 vsize=3313968 CPUtime=15.75 cores=0-31
/proc/15972/task/16000/stat : 16000 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10745 0 0 0 1547 28 0 0 25 0 32 0 17246655 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499814473184 0 0 -1 1 0 0 0
[pid=15972/tid=16001] ppid=15970 vsize=3313968 CPUtime=15.55 cores=0-31
/proc/15972/task/16001/stat : 16001 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10306 0 0 0 1525 30 0 0 25 0 32 0 17246656 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503685103072 0 0 -1 22 0 0 0
[pid=15972/tid=16002] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/16002/stat : 16002 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11086 0 0 0 1527 27 0 0 25 0 32 0 17246656 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503155203552 0 0 -1 18 0 0 0
[pid=15972/tid=16003] ppid=15970 vsize=3313968 CPUtime=16.4 cores=0-31
/proc/15972/task/16003/stat : 16003 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 3955 0 0 0 1622 18 0 0 25 0 32 0 17246656 3393503232 296119 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499035594208 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 507.68
Current children cumulated vsize (KiB) 3313968

[startup+19.6182 s]
/proc/loadavg: 10.48 4.55 6.11 4/445 16004
/proc/meminfo: memFree=261716864/264257624 swapFree=67054988/67111528
[pid=15972] ppid=15970 vsize=3313968 CPUtime=508.93 cores=0-31
/proc/15972/stat : 15972 (strangenight2-m) S 15970 15972 15888 0 -1 4202496 337477 0 0 0 49944 949 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446744073709551615 0 0 17 24 0 0 0
/proc/15972/statm: 828492 296217 379 95 0 823474 0
[pid=15972/tid=15973] ppid=15970 vsize=3313968 CPUtime=16.99 cores=0-31
/proc/15972/task/15973/stat : 15973 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 12081 0 0 0 1668 31 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604570365902304 0 0 -1 21 0 0 0
[pid=15972/tid=15974] ppid=15970 vsize=3313968 CPUtime=17.43 cores=0-31
/proc/15972/task/15974/stat : 15974 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 11006 0 0 0 1710 33 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 258650616463 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=3313968 CPUtime=17.73 cores=0-31
/proc/15972/task/15975/stat : 15975 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 12567 0 0 0 1743 30 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 4403084 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=3313968 CPUtime=15.73 cores=0-31
/proc/15972/task/15976/stat : 15976 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11446 0 0 0 1546 27 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604500265819616 0 0 -1 13 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=3313968 CPUtime=15.95 cores=0-31
/proc/15972/task/15977/stat : 15977 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11330 0 0 0 1572 23 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499760446944 0 0 -1 6 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=3313968 CPUtime=15.52 cores=0-31
/proc/15972/task/15978/stat : 15978 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10254 0 0 0 1519 33 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446744071566928104 0 0 -1 15 0 0 0
[pid=15972/tid=15979] ppid=15970 vsize=3313968 CPUtime=15.52 cores=0-31
/proc/15972/task/15979/stat : 15979 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10493 0 0 0 1521 31 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604449134804448 0 0 -1 20 0 0 0
[pid=15972/tid=15980] ppid=15970 vsize=3313968 CPUtime=15.44 cores=0-31
/proc/15972/task/15980/stat : 15980 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10133 0 0 0 1515 29 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503029833184 0 0 -1 12 0 0 0
[pid=15972/tid=15981] ppid=15970 vsize=3313968 CPUtime=15.57 cores=0-31
/proc/15972/task/15981/stat : 15981 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10835 0 0 0 1526 31 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604452346437088 0 0 -1 8 0 0 0
[pid=15972/tid=15982] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/15982/stat : 15982 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10165 0 0 0 1522 32 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499739401696 0 0 -1 26 0 0 0
[pid=15972/tid=15983] ppid=15970 vsize=3313968 CPUtime=15.57 cores=0-31
/proc/15972/task/15983/stat : 15983 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11314 0 0 0 1529 28 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499188448736 0 0 -1 3 0 0 0
[pid=15972/tid=15984] ppid=15970 vsize=3313968 CPUtime=15.56 cores=0-31
/proc/15972/task/15984/stat : 15984 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10401 0 0 0 1525 31 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604504329133536 0 0 -1 23 0 0 0
[pid=15972/tid=15985] ppid=15970 vsize=3313968 CPUtime=15.51 cores=0-31
/proc/15972/task/15985/stat : 15985 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9755 0 0 0 1525 26 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503732747744 0 0 -1 4 0 0 0
[pid=15972/tid=15986] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/15986/stat : 15986 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9643 0 0 0 1527 27 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604464085843424 0 0 -1 0 0 0 0
[pid=15972/tid=15987] ppid=15970 vsize=3313968 CPUtime=16.16 cores=0-31
/proc/15972/task/15987/stat : 15987 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11381 0 0 0 1590 26 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604502089596384 0 0 -1 28 0 0 0
[pid=15972/tid=15988] ppid=15970 vsize=3313968 CPUtime=15.62 cores=0-31
/proc/15972/task/15988/stat : 15988 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10782 0 0 0 1534 28 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604487835254240 0 0 -1 5 0 0 0
[pid=15972/tid=15989] ppid=15970 vsize=3313968 CPUtime=15.58 cores=0-31
/proc/15972/task/15989/stat : 15989 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10160 0 0 0 1530 28 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604496721583584 0 0 -1 14 0 0 0
[pid=15972/tid=15990] ppid=15970 vsize=3313968 CPUtime=15.62 cores=0-31
/proc/15972/task/15990/stat : 15990 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10630 0 0 0 1531 31 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499681164768 0 0 -1 7 0 0 0
[pid=15972/tid=15991] ppid=15970 vsize=3313968 CPUtime=15.58 cores=0-31
/proc/15972/task/15991/stat : 15991 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11087 0 0 0 1527 31 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604502654000608 0 0 -1 25 0 0 0
[pid=15972/tid=15992] ppid=15970 vsize=3313968 CPUtime=17.87 cores=0-31
/proc/15972/task/15992/stat : 15992 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 10771 0 0 0 1759 28 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589072427 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15972/tid=15993] ppid=15970 vsize=3313968 CPUtime=15.57 cores=0-31
/proc/15972/task/15993/stat : 15993 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10494 0 0 0 1523 34 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604487164394976 0 0 -1 11 0 0 0
[pid=15972/tid=15994] ppid=15970 vsize=3313968 CPUtime=15.62 cores=0-31
/proc/15972/task/15994/stat : 15994 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11282 0 0 0 1529 33 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604483789479392 0 0 -1 29 0 0 0
[pid=15972/tid=15995] ppid=15970 vsize=3313968 CPUtime=15.58 cores=0-31
/proc/15972/task/15995/stat : 15995 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10199 0 0 0 1525 33 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604445306191328 0 0 -1 30 0 0 0
[pid=15972/tid=15996] ppid=15970 vsize=3313968 CPUtime=15.88 cores=0-31
/proc/15972/task/15996/stat : 15996 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10750 0 0 0 1561 27 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604463119490528 0 0 -1 10 0 0 0
[pid=15972/tid=15997] ppid=15970 vsize=3313968 CPUtime=15.53 cores=0-31
/proc/15972/task/15997/stat : 15997 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9899 0 0 0 1524 29 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604487585709536 0 0 -1 17 0 0 0
[pid=15972/tid=15998] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/15998/stat : 15998 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9965 0 0 0 1527 27 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604458051083744 0 0 -1 27 0 0 0
[pid=15972/tid=15999] ppid=15970 vsize=3313968 CPUtime=15.6 cores=0-31
/proc/15972/task/15999/stat : 15999 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10805 0 0 0 1527 33 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604470687800800 0 0 -1 19 0 0 0
[pid=15972/tid=16000] ppid=15970 vsize=3313968 CPUtime=15.75 cores=0-31
/proc/15972/task/16000/stat : 16000 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10745 0 0 0 1547 28 0 0 25 0 32 0 17246655 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499814473184 0 0 -1 1 0 0 0
[pid=15972/tid=16001] ppid=15970 vsize=3313968 CPUtime=15.55 cores=0-31
/proc/15972/task/16001/stat : 16001 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10306 0 0 0 1525 30 0 0 25 0 32 0 17246656 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503685103072 0 0 -1 22 0 0 0
[pid=15972/tid=16002] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/16002/stat : 16002 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11086 0 0 0 1527 27 0 0 25 0 32 0 17246656 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503155203552 0 0 -1 18 0 0 0
[pid=15972/tid=16003] ppid=15970 vsize=3313968 CPUtime=16.4 cores=0-31
/proc/15972/task/16003/stat : 16003 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 3955 0 0 0 1622 18 0 0 25 0 32 0 17246656 3393503232 296217 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499035594208 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 508.93
Current children cumulated vsize (KiB) 3313968

[startup+20.0012 s]
/proc/loadavg: 10.48 4.55 6.11 4/445 16004
/proc/meminfo: memFree=261716864/264257624 swapFree=67054988/67111528
[pid=15972] ppid=15970 vsize=3313968 CPUtime=510.07 cores=0-31
/proc/15972/stat : 15972 (strangenight2-m) S 15970 15972 15888 0 -1 4202496 338272 0 0 0 50058 949 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446744073709551615 0 0 17 24 0 0 0
/proc/15972/statm: 828492 297012 379 95 0 823474 0
[pid=15972/tid=15973] ppid=15970 vsize=3313968 CPUtime=16.99 cores=0-31
/proc/15972/task/15973/stat : 15973 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 12081 0 0 0 1668 31 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604570365902304 0 0 -1 21 0 0 0
[pid=15972/tid=15974] ppid=15970 vsize=3313968 CPUtime=17.82 cores=0-31
/proc/15972/task/15974/stat : 15974 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 11371 0 0 0 1749 33 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 4290856 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=3313968 CPUtime=18.11 cores=0-31
/proc/15972/task/15975/stat : 15975 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 12997 0 0 0 1781 30 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 4293073 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=3313968 CPUtime=15.73 cores=0-31
/proc/15972/task/15976/stat : 15976 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11446 0 0 0 1546 27 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604500265819616 0 0 -1 13 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=3313968 CPUtime=15.95 cores=0-31
/proc/15972/task/15977/stat : 15977 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11330 0 0 0 1572 23 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499760446944 0 0 -1 6 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=3313968 CPUtime=15.52 cores=0-31
/proc/15972/task/15978/stat : 15978 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10254 0 0 0 1519 33 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446744071566928104 0 0 -1 15 0 0 0
[pid=15972/tid=15979] ppid=15970 vsize=3313968 CPUtime=15.52 cores=0-31
/proc/15972/task/15979/stat : 15979 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10493 0 0 0 1521 31 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604449134804448 0 0 -1 20 0 0 0
[pid=15972/tid=15980] ppid=15970 vsize=3313968 CPUtime=15.44 cores=0-31
/proc/15972/task/15980/stat : 15980 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10133 0 0 0 1515 29 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503029833184 0 0 -1 12 0 0 0
[pid=15972/tid=15981] ppid=15970 vsize=3313968 CPUtime=15.57 cores=0-31
/proc/15972/task/15981/stat : 15981 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10835 0 0 0 1526 31 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604452346437088 0 0 -1 8 0 0 0
[pid=15972/tid=15982] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/15982/stat : 15982 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10165 0 0 0 1522 32 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499739401696 0 0 -1 26 0 0 0
[pid=15972/tid=15983] ppid=15970 vsize=3313968 CPUtime=15.57 cores=0-31
/proc/15972/task/15983/stat : 15983 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11314 0 0 0 1529 28 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499188448736 0 0 -1 3 0 0 0
[pid=15972/tid=15984] ppid=15970 vsize=3313968 CPUtime=15.56 cores=0-31
/proc/15972/task/15984/stat : 15984 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10401 0 0 0 1525 31 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604504329133536 0 0 -1 23 0 0 0
[pid=15972/tid=15985] ppid=15970 vsize=3313968 CPUtime=15.51 cores=0-31
/proc/15972/task/15985/stat : 15985 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9755 0 0 0 1525 26 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503732747744 0 0 -1 4 0 0 0
[pid=15972/tid=15986] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/15986/stat : 15986 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9643 0 0 0 1527 27 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604464085843424 0 0 -1 0 0 0 0
[pid=15972/tid=15987] ppid=15970 vsize=3313968 CPUtime=16.16 cores=0-31
/proc/15972/task/15987/stat : 15987 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11381 0 0 0 1590 26 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604502089596384 0 0 -1 28 0 0 0
[pid=15972/tid=15988] ppid=15970 vsize=3313968 CPUtime=15.62 cores=0-31
/proc/15972/task/15988/stat : 15988 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10782 0 0 0 1534 28 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604487835254240 0 0 -1 5 0 0 0
[pid=15972/tid=15989] ppid=15970 vsize=3313968 CPUtime=15.58 cores=0-31
/proc/15972/task/15989/stat : 15989 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10160 0 0 0 1530 28 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604496721583584 0 0 -1 14 0 0 0
[pid=15972/tid=15990] ppid=15970 vsize=3313968 CPUtime=15.62 cores=0-31
/proc/15972/task/15990/stat : 15990 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10630 0 0 0 1531 31 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499681164768 0 0 -1 7 0 0 0
[pid=15972/tid=15991] ppid=15970 vsize=3313968 CPUtime=15.58 cores=0-31
/proc/15972/task/15991/stat : 15991 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11087 0 0 0 1527 31 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604502654000608 0 0 -1 25 0 0 0
[pid=15972/tid=15992] ppid=15970 vsize=3313968 CPUtime=18.25 cores=0-31
/proc/15972/task/15992/stat : 15992 (strangenight2-m) R 15970 15972 15888 0 -1 4202560 10771 0 0 0 1797 28 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589072427 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15972/tid=15993] ppid=15970 vsize=3313968 CPUtime=15.57 cores=0-31
/proc/15972/task/15993/stat : 15993 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10494 0 0 0 1523 34 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604487164394976 0 0 -1 11 0 0 0
[pid=15972/tid=15994] ppid=15970 vsize=3313968 CPUtime=15.62 cores=0-31
/proc/15972/task/15994/stat : 15994 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11282 0 0 0 1529 33 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604483789479392 0 0 -1 29 0 0 0
[pid=15972/tid=15995] ppid=15970 vsize=3313968 CPUtime=15.58 cores=0-31
/proc/15972/task/15995/stat : 15995 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10199 0 0 0 1525 33 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604445306191328 0 0 -1 30 0 0 0
[pid=15972/tid=15996] ppid=15970 vsize=3313968 CPUtime=15.88 cores=0-31
/proc/15972/task/15996/stat : 15996 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10750 0 0 0 1561 27 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604463119490528 0 0 -1 10 0 0 0
[pid=15972/tid=15997] ppid=15970 vsize=3313968 CPUtime=15.53 cores=0-31
/proc/15972/task/15997/stat : 15997 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9899 0 0 0 1524 29 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604487585709536 0 0 -1 17 0 0 0
[pid=15972/tid=15998] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/15998/stat : 15998 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 9965 0 0 0 1527 27 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604458051083744 0 0 -1 27 0 0 0
[pid=15972/tid=15999] ppid=15970 vsize=3313968 CPUtime=15.6 cores=0-31
/proc/15972/task/15999/stat : 15999 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10805 0 0 0 1527 33 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604470687800800 0 0 -1 19 0 0 0
[pid=15972/tid=16000] ppid=15970 vsize=3313968 CPUtime=15.75 cores=0-31
/proc/15972/task/16000/stat : 16000 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10745 0 0 0 1547 28 0 0 25 0 32 0 17246655 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499814473184 0 0 -1 1 0 0 0
[pid=15972/tid=16001] ppid=15970 vsize=3313968 CPUtime=15.55 cores=0-31
/proc/15972/task/16001/stat : 16001 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 10306 0 0 0 1525 30 0 0 25 0 32 0 17246656 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503685103072 0 0 -1 22 0 0 0
[pid=15972/tid=16002] ppid=15970 vsize=3313968 CPUtime=15.54 cores=0-31
/proc/15972/task/16002/stat : 16002 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 11086 0 0 0 1527 27 0 0 25 0 32 0 17246656 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604503155203552 0 0 -1 18 0 0 0
[pid=15972/tid=16003] ppid=15970 vsize=3313968 CPUtime=16.4 cores=0-31
/proc/15972/task/16003/stat : 16003 (strangenight2-m) S 15970 15972 15888 0 -1 4202560 3955 0 0 0 1622 18 0 0 25 0 32 0 17246656 3393503232 297012 268435456000 4194304 4580107 140736052168704 18446744073709551615 47523589097012 0 0 4096 2 18446604499035594208 0 0 -1 9 0 0 0
Current children cumulated CPU time (s) 510.07
Current children cumulated vsize (KiB) 3313968

[startup+20.1012 s]
/proc/loadavg: 10.48 4.55 6.11 4/445 16004
/proc/meminfo: memFree=261716864/264257624 swapFree=67054988/67111528
[pid=15972] ppid=15970 vsize=0 CPUtime=510.28 cores=0-31
/proc/15972/stat : 15972 (strangenight2-m) Z 15970 15972 15888 0 -1 4203548 338276 0 0 0 50074 954 0 0 18 0 2 0 17246655 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 24 0 0 0
/proc/15972/statm: 0 0 0 0 0 0 0
[pid=15972/tid=15974] ppid=15970 vsize=0 CPUtime=17.91 cores=0-31
/proc/15972/task/15974/stat : 15974 (strangenight2-m) R 15970 15972 15888 0 -1 4203588 11371 0 0 0 1754 37 0 0 25 0 2 0 17246655 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 510.28
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 20.151
CPU time (s): 510.343
CPU user time (s): 500.748
CPU system time (s): 9.59554
CPU usage (%): 2532.59
Max. virtual memory (cumulated for all children) (KiB): 3313968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.748
system time used= 9.59554
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338276
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= 354281
involuntary context switches= 2913

runsolver used 0.155976 second user time and 0.467928 second system time

The end

Launcher Data

Begin job on node200 at 2011-06-03 17:02:23
IDJOB=3400890
IDBENCH=87988
IDSOLVER=1886
FILE ID=node200/3400890-1307113343
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_net70-60-10.shuffled.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400890-1307113343/watcher-3400890-1307113343 -o /tmp/evaluation-result-3400890-1307113343/solver-3400890-1307113343 -C 160000 -W 5100 -M 261000  ./strangenight2-mt --threads=32 HOME/instance-3400890-1307113343.cnf

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=1171753820

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:      262896736 kB
Buffers:        120324 kB
Cached:        1042336 kB
SwapCached:       8472 kB
Active:         112216 kB
Inactive:      1069296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      262896736 kB
SwapTotal:    67111528 kB
SwapFree:     67054988 kB
Dirty:            6120 kB
Writeback:           4 kB
AnonPages:       17212 kB
Mapped:           8808 kB
Slab:            90496 kB
PageTables:       5660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   169276 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= 61736 MiB
End job on node200 at 2011-06-03 17:02:43