Trace number 3400678

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 3119.7 100.655

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark631.091
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.04	c Using 32 threads
1.13/0.05	c This is CryptoMiniSat 3.0.0
1.13/0.05	c WARNING: for repeatability, setting FPU to use double precision
1.13/0.05	c Reading file 'HOME/instance-3400678-1306330422.cnf'
1.13/0.07	c -- header says num vars:         155107
1.13/0.07	c -- header says num clauses:      675624
108.17/5.84	c -- clauses added:            0 learnts,       675624 normals,            0 xors
108.17/5.84	c -- vars added     155107
108.17/5.84	c Parsing time:  1.06 s
108.17/5.84	c  N st     0         0    155107    121638    546615         0   1560264         0   no data   no data
139.66/6.86	c asymm  cl-useful: 9/1330/96468 lits-rem:36 time: 0.99
1173.84/39.28	c Flit:   375 Blit:   3632 bXBeca:    0 bXProp: 1404 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 32.40
1176.64/39.33	c Cleaning up after failed var search:     0.05 s 
1179.50/39.42	c Replacing     1404 vars Replaced    40857 lits Time:     0.07 s 
1187.68/39.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1190.47/39.84	c bin-w-bin subsume rem        18444 bins  time:  0.05 s
1193.32/39.96	c subs with bin:     2369  lits-rem:     21807  v-fix:    0  time:  0.12 s
1464.73/48.43	c Subs w/ non-existent bins:    581 l-rem:      0 v-fix:     0 done:  29234 time:  8.38 s
1483.08/49.04	c Removed useless bin:     667  fixed:     0  props:  20.01M  time:  0.61 s
1520.18/50.28	c lits-rem:      1638  cl-subs:     4457  v-elim:  34093  v-fix:    0  time:  0.92 s
1523.14/50.34	c Finding binary XORs  T:     0.06 s  found:     547
1526.14/50.41	c Replacing      547 vars Replaced     9696 lits Time:     0.06 s 
1529.83/50.54	c Finding non-binary XORs:     0.08 s (found:       0, avg size: nan)
1529.83/50.54	c calculated reachability. Time: 0.00
1529.83/50.57	c Calc default polars -  time:   0.03 s pos:   14023 undec:   93946 neg:   47138
1529.83/50.57	c =========================================================================================
1529.83/50.57	c types(t): F = full restart, N = normal restart
1529.83/50.57	c types(t): S = simplification begin/end, E = solution found
1529.83/50.57	c restart types(rt): st = static, dy = dynamic
1529.83/50.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1529.83/50.57	c  B st     0         0     74678    134821    242193         0   1013794         0   no data   no data
1802.40/59.12	c  N dy    16      4488     69709    128957    224519      4228    943301    714491     15.59     16.45
1901.49/62.26	c Finding binary XORs  T:     0.06 s  found:    3770
1904.69/62.35	c Replacing     3770 vars Replaced    83897 lits Time:     0.09 s 
2317.04/75.25	c  N dy    31      9854     57958    104803    194229      9301    791877   2008385     14.75     15.67
2809.29/90.62	c Finding binary XORs  T:     0.06 s  found:    1571
2812.46/90.74	c Replacing     1571 vars Replaced    65898 lits Time:     0.12 s 
3116.13/100.30	c Following stats are for *FIRST FINISHED THREAD ONLY*
3116.13/100.30	c num threads              : 32         
3116.13/100.30	c restarts                 : 34         
3116.13/100.30	c dynamic restarts         : 28         
3116.13/100.30	c static restarts          : 6          
3116.13/100.30	c full restarts            : 0          
3116.13/100.30	c total simplify time      : 0.52       
3116.13/100.30	c learnts DL2              : 0          
3116.13/100.30	c learnts size 2           : 599485     
3116.13/100.30	c learnts size 1           : 79603       (51.32     % of vars)
3116.13/100.30	c filedLit time            : 32.08       (33.96     % time)
3116.13/100.30	c v-elim SatELite          : 32686       (21.07     % vars)
3116.13/100.30	c SatELite time            : 10.04       (10.63     % time)
3116.13/100.30	c v-elim xor               : 0           (0.00      % vars)
3116.13/100.30	c xor elim time            : 0.00        (0.00      % time)
3116.13/100.30	c num binary xor trees     : 4325       
3116.13/100.30	c binxor trees' crown      : 7381        (1.71      leafs/tree)
3116.13/100.30	c bin xor find time        : 0.17       
3116.13/100.30	c OTF clause improved      : 227         (0.01      clauses/conflict)
3116.13/100.30	c OTF impr. size diff      : 266         (1.17       lits/clause)
3116.13/100.30	c OTF cl watch-shrink      : 6847        (0.41      clauses/conflict)
3116.13/100.30	c OTF cl watch-sh-lit      : 14386       (2.10       lits/clause)
3116.13/100.30	c tried to recurMin cls    : 0           (0.00       % of conflicts)
3116.13/100.30	c updated cache            : 0           (nan        lits/tried recurMin)
3116.13/100.30	c unit cls recevied        : 833         (1.05      % of units)
3116.13/100.30	c unit cls sent            : 982         (1.23      % of units)
3116.13/100.30	c bin cls recevied         : 20062      
3116.13/100.30	c bin cls sent             : 718        
3116.13/100.30	c clauses over max glue    : 0           (0.00      % of all clauses)
3116.13/100.30	c conflicts                : 16716       (176.99    / sec)
3116.13/100.30	c decisions                : 64103       (0.00      % random)
3116.13/100.30	c bogo-props               : 1009910032  (10693142.68 / sec)
3116.13/100.30	c conflict literals        : 2592825     (31.52     % deleted)
3116.13/100.30	c Memory used              : 5570.49     MB
3116.13/100.30	c single-thread CPU time   : 94.44       s
3116.13/100.30	c all-threads sum CPU time : 3037.78     s
3116.13/100.30	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-3400678-1306330422/watcher-3400678-1306330422 -o /tmp/evaluation-result-3400678-1306330422/solver-3400678-1306330422 -C 160000 -W 5100 -M 266338304 ./strangenight2-mt --threads=32 HOME/instance-3400678-1306330422.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: 17.54 19.77 23.43 1/413 15649
/proc/meminfo: memFree=255140020/264257624 swapFree=67111528/67111528
[pid=15649] ppid=15647 vsize=338000 CPUtime=0.76 cores=0-31
/proc/15649/stat : 15649 (strangenight2-m) R 15647 15649 15559 0 -1 4202496 436 0 0 0 76 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213360 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15649/statm: 84500 376 297 95 0 79482 0
[pid=15649/tid=15650] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15650/stat : 15650 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 2 0 0 0 22 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15649/tid=15651] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15651/stat : 15651 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 23 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15649/tid=15652] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15652/stat : 15652 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=15649/tid=15653] ppid=15647 vsize=338000 CPUtime=0 cores=0-31
/proc/15649/task/15653/stat : 15653 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=15649/tid=15654] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15654/stat : 15654 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 23 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15649/tid=15655] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15655/stat : 15655 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 23 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15649/tid=15656] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15656/stat : 15656 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 23 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15649/tid=15657] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15657/stat : 15657 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 23 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=15649/tid=15658] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15658/stat : 15658 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15649/tid=15660] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15660/stat : 15660 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15649/tid=15661] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15661/stat : 15661 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=15649/tid=15662] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15662/stat : 15662 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=15649/tid=15663] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15663/stat : 15663 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15649/tid=15664] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15664/stat : 15664 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 24 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=15649/tid=15665] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15665/stat : 15665 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=15649/tid=15666] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15666/stat : 15666 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=15649/tid=15667] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15667/stat : 15667 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=15649/tid=15668] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15668/stat : 15668 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=15649/tid=15669] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15669/stat : 15669 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=15649/tid=15670] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15670/stat : 15670 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=15649/tid=15671] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15671/stat : 15671 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=15649/tid=15672] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15672/stat : 15672 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=15649/tid=15673] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15673/stat : 15673 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213352 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=15649/tid=15674] ppid=15647 vsize=338000 CPUtime=0 cores=0-31
/proc/15649/task/15674/stat : 15674 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213366 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=15649/tid=15675] ppid=15647 vsize=338000 CPUtime=0 cores=0-31
/proc/15649/task/15675/stat : 15675 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651012321 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=15649/tid=15676] ppid=15647 vsize=338000 CPUtime=0 cores=0-31
/proc/15649/task/15676/stat : 15676 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=15649/tid=15677] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15677/stat : 15677 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=15649/tid=15678] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15678/stat : 15678 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15649/tid=15679] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15679/stat : 15679 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213362 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=15649/tid=15680] ppid=15647 vsize=338000 CPUtime=0.02 cores=0-31
/proc/15649/task/15680/stat : 15680 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 32 0 744528700 346112000 376 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213356 0 0 4096 2 0 0 0 -1 26 0 0 0

[startup+0.0452939 s]
/proc/loadavg: 17.54 19.77 23.43 1/413 15649
/proc/meminfo: memFree=255140020/264257624 swapFree=67111528/67111528
[pid=15649] ppid=15647 vsize=338000 CPUtime=1.13 cores=0-31
/proc/15649/stat : 15649 (strangenight2-m) R 15647 15649 15559 0 -1 4202496 467 0 0 0 113 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15649/statm: 84500 407 300 95 0 79482 0
[pid=15649/tid=15650] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15650/stat : 15650 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 22 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15649/tid=15651] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15651/stat : 15651 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 23 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15649/tid=15652] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15652/stat : 15652 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=15649/tid=15653] ppid=15647 vsize=338000 CPUtime=0.01 cores=0-31
/proc/15649/task/15653/stat : 15653 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 1 0 0 0 23 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=15649/tid=15654] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15654/stat : 15654 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15649/tid=15655] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15655/stat : 15655 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212957 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15649/tid=15656] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15656/stat : 15656 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15649/tid=15657] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15657/stat : 15657 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212947 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=15649/tid=15658] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15658/stat : 15658 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212944 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212947 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15649/tid=15660] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15660/stat : 15660 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15649/tid=15661] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15661/stat : 15661 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=15649/tid=15662] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15662/stat : 15662 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212947 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=15649/tid=15663] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15663/stat : 15663 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15649/tid=15664] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15664/stat : 15664 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 24 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212947 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=15649/tid=15665] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15665/stat : 15665 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212957 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=15649/tid=15666] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15666/stat : 15666 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212957 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=15649/tid=15667] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15667/stat : 15667 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=15649/tid=15668] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15668/stat : 15668 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=15649/tid=15669] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15669/stat : 15669 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=15649/tid=15670] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15670/stat : 15670 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=15649/tid=15671] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15671/stat : 15671 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=15649/tid=15672] ppid=15647 vsize=338000 CPUtime=0.04 cores=0-31
/proc/15649/task/15672/stat : 15672 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212947 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=15649/tid=15673] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15673/stat : 15673 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=15649/tid=15674] ppid=15647 vsize=338000 CPUtime=0.01 cores=0-31
/proc/15649/task/15674/stat : 15674 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633213352 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=15649/tid=15675] ppid=15647 vsize=338000 CPUtime=0 cores=0-31
/proc/15649/task/15675/stat : 15675 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=15649/tid=15676] ppid=15647 vsize=338000 CPUtime=0.01 cores=0-31
/proc/15649/task/15676/stat : 15676 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=15649/tid=15677] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15677/stat : 15677 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=15649/tid=15678] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15678/stat : 15678 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 0 0 0 0 3 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15649/tid=15679] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15679/stat : 15679 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=15649/tid=15680] ppid=15647 vsize=338000 CPUtime=0.03 cores=0-31
/proc/15649/task/15680/stat : 15680 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 744528700 346112000 407 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 26 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 338000

[startup+0.103302 s]
/proc/loadavg: 17.54 19.77 23.43 1/413 15649
/proc/meminfo: memFree=255140020/264257624 swapFree=67111528/67111528
[pid=15649] ppid=15647 vsize=1302068 CPUtime=1.89 cores=0-31
/proc/15649/stat : 15649 (strangenight2-m) S 15647 15649 15559 0 -1 4202496 12023 0 0 0 129 60 0 0 17 0 32 0 744528700 1333317632 11771 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651060958 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15649/statm: 325517 11779 335 95 0 320499 0
[pid=15649/tid=15650] ppid=15647 vsize=1302068 CPUtime=0.05 cores=0-31
/proc/15649/task/15650/stat : 15650 (strangenight2-m) D 15647 15649 15559 0 -1 4202560 374 0 0 0 4 1 0 0 17 0 32 0 744528700 1333317632 11779 268435456000 4194304 4580107 140735086522656 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15649/tid=15651] ppid=15647 vsize=1302068 CPUtime=0.05 cores=0-31
/proc/15649/task/15651/stat : 15651 (strangenight2-m) S 15647 15649 15559 0 -1 4202560 277 0 0 0 4 1 0 0 17 0 32 0 744528700 1333317632 11803 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651060958 0 0 4096 2 18446604483998490080 0 0 -1 2 0 0 0
[pid=15649/tid=15652] ppid=15647 vsize=1302068 CPUtime=0.06 cores=0-31
/proc/15649/task/15652/stat : 15652 (strangenight2-m) D 15647 15649 15559 0 -1 4202560 505 0 0 0 4 2 0 0 17 0 32 0 744528700 1333317632 11806 268435456000 4194304 4580107 140735086522656 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=15649/tid=15653] ppid=15647 vsize=1302068 CPUtime=0.03 cores=0-31
/proc/15649/task/15653/stat : 15653 (strangenight2-m) S 15647 15649 15559 0 -1 4202560 273 0 0 0 2 1 0 0 17 0 32 0 744528700 1333317632 11815 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651060958 0 0 4096 2 18446604505940082144 0 0 -1 12 0 0 0
[pid=15649/tid=15654] ppid=15647 vsize=1302068 CPUtime=0.06 cores=0-31
/proc/15649/task/15654/stat : 15654 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 402 0 0 0 4 2 0 0 17 0 32 0 744528700 1333317632 11828 268435456000 4194304 4580107 140735086522656 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15649/tid=15655] ppid=15647 vsize=1302068 CPUtime=0.05 cores=0-31
/proc/15649/task/15655/stat : 15655 (strangenight2-m) S 15647 15649 15559 0 -1 4202560 277 0 0 0 4 1 0 0 17 0 32 0 744528700 1333317632 11844 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651060958 0 0 4096 2 18446604504833949152 0 0 -1 16 0 0 0
[pid=15649/tid=15656] ppid=15647 vsize=1302068 CPUtime=0.05 cores=0-31
/proc/15649/task/15656/stat : 15656 (strangenight2-m) D 15647 15649 15559 0 -1 4202560 421 0 0 0 4 1 0 0 17 0 32 0 744528700 1333317632 11850 268435456000 4194304 4580107 140735086522656 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15649/tid=15657] ppid=15647 vsize=1302068 CPUtime=0.06 cores=0-31
/proc/15649/task/15657/stat : 15657 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 481 0 0 0 4 2 0 0 18 0 32 0 744528700 1333317632 11855 268435456000 4194304 4580107 140735086522656 18446744073709551615 258650653112 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=15649/tid=15658] ppid=15647 vsize=1302068 CPUtime=0.06 cores=0-31
/proc/15649/task/15658/stat : 15658 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 425 0 0 0 4 2 0 0 17 0 32 0 744528700 1333317632 11872 268435456000 4194304 4580107 140735086522656 18446744073709551615 4306901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=1302068 CPUtime=0.05 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) D 15647 15649 15559 0 -1 4202560 354 0 0 0 4 1 0 0 17 0 32 0 744528700 1333317632 11872 268435456000 4194304 4580107 140735086522656 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15649/tid=15660] ppid=15647 vsize=1310532 CPUtime=0.05 cores=0-31
/proc/15649/task/15660/stat : 15660 (strangenight2-m) S 15647 15649 15559 0 -1 4202560 270 0 0 0 4 1 0 0 17 0 32 0 744528700 1341984768 11880 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651060958 0 0 4096 2 18446604504622235104 0 0 -1 3 0 0 0
[pid=15649/tid=15661] ppid=15647 vsize=1310532 CPUtime=0.06 cores=0-31
/proc/15649/task/15661/stat : 15661 (strangenight2-m) D 15647 15649 15559 0 -1 4202560 490 0 0 0 4 2 0 0 17 0 32 0 744528700 1341984768 11892 268435456000 4194304 4580107 140735086522656 18446744073709551615 4309673 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=15649/tid=15662] ppid=15647 vsize=1310532 CPUtime=0.05 cores=0-31
/proc/15649/task/15662/stat : 15662 (strangenight2-m) D 15647 15649 15559 0 -1 4202560 273 0 0 0 4 1 0 0 17 0 32 0 744528700 1341984768 11893 268435456000 4194304 4580107 140735086522656 18446744073709551615 4344560 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=15649/tid=15663] ppid=15647 vsize=1310532 CPUtime=0.05 cores=0-31
/proc/15649/task/15663/stat : 15663 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 279 0 0 0 4 1 0 0 17 0 32 0 744528700 1341984768 11907 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15649/tid=15664] ppid=15647 vsize=1310532 CPUtime=0.05 cores=0-31
/proc/15649/task/15664/stat : 15664 (strangenight2-m) S 15647 15649 15559 0 -1 4202560 368 0 0 0 4 1 0 0 17 0 32 0 744528700 1341984768 11907 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651060958 0 0 4096 2 18446604484004445664 0 0 -1 13 0 0 0
[pid=15649/tid=15665] ppid=15647 vsize=1310532 CPUtime=0.05 cores=0-31
/proc/15649/task/15665/stat : 15665 (strangenight2-m) S 15647 15649 15559 0 -1 4202560 271 0 0 0 4 1 0 0 17 0 32 0 744528700 1341984768 11916 268435456000 4194304 4580107 140735086522656 18446744073709551615 258651060958 0 0 4096 2 18446744071566928904 0 0 -1 14 0 0 0
[pid=15649/tid=15666] ppid=15647 vsize=1310532 CPUtime=0.05 cores=0-31

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

[pid=15649/tid=15658] ppid=15647 vsize=5704180 CPUtime=96.45 cores=0-31
/proc/15649/task/15658/stat : 15658 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 39935 0 0 0 9391 254 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=5704180 CPUtime=94.28 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 39201 0 0 0 9175 253 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=15649/tid=15660] ppid=15647 vsize=5704180 CPUtime=96.5 cores=0-31
/proc/15649/task/15660/stat : 15660 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 36905 0 0 0 9400 250 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=15649/tid=15661] ppid=15647 vsize=5704180 CPUtime=96.7 cores=0-31
/proc/15649/task/15661/stat : 15661 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37185 0 0 0 9432 238 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=15649/tid=15662] ppid=15647 vsize=5704180 CPUtime=96.38 cores=0-31
/proc/15649/task/15662/stat : 15662 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35734 0 0 0 9379 259 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4321605 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=15649/tid=15663] ppid=15647 vsize=5704180 CPUtime=96.14 cores=0-31
/proc/15649/task/15663/stat : 15663 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 33608 0 0 0 9359 255 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=15649/tid=15664] ppid=15647 vsize=5704180 CPUtime=96.37 cores=0-31
/proc/15649/task/15664/stat : 15664 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41199 0 0 0 9368 269 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=15649/tid=15665] ppid=15647 vsize=5704180 CPUtime=96.08 cores=0-31
/proc/15649/task/15665/stat : 15665 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 33506 0 0 0 9333 275 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293781 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=15649/tid=15666] ppid=15647 vsize=5704180 CPUtime=96.97 cores=0-31
/proc/15649/task/15666/stat : 15666 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41003 0 0 0 9463 234 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=15649/tid=15667] ppid=15647 vsize=5704180 CPUtime=95.77 cores=0-31
/proc/15649/task/15667/stat : 15667 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 31734 0 0 0 9351 226 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=15649/tid=15668] ppid=15647 vsize=5704180 CPUtime=96.19 cores=0-31
/proc/15649/task/15668/stat : 15668 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 34460 0 0 0 9327 292 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292903 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=15649/tid=15669] ppid=15647 vsize=5704180 CPUtime=96.55 cores=0-31
/proc/15649/task/15669/stat : 15669 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35239 0 0 0 9389 266 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15649/tid=15670] ppid=15647 vsize=5704180 CPUtime=96.47 cores=0-31
/proc/15649/task/15670/stat : 15670 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 34852 0 0 0 9390 257 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=15649/tid=15671] ppid=15647 vsize=5704180 CPUtime=96.62 cores=0-31
/proc/15649/task/15671/stat : 15671 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41623 0 0 0 9398 264 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293979 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=15649/tid=15672] ppid=15647 vsize=5704180 CPUtime=96.1 cores=0-31
/proc/15649/task/15672/stat : 15672 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35196 0 0 0 9333 277 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=15649/tid=15673] ppid=15647 vsize=5704180 CPUtime=96.07 cores=0-31
/proc/15649/task/15673/stat : 15673 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35338 0 0 0 9324 283 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15649/tid=15674] ppid=15647 vsize=5704180 CPUtime=96.2 cores=0-31
/proc/15649/task/15674/stat : 15674 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37951 0 0 0 9364 256 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15649/tid=15675] ppid=15647 vsize=5704180 CPUtime=96.06 cores=0-31
/proc/15649/task/15675/stat : 15675 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 31487 0 0 0 9355 251 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15649/tid=15676] ppid=15647 vsize=5704180 CPUtime=96.59 cores=0-31
/proc/15649/task/15676/stat : 15676 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41055 0 0 0 9391 268 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292959 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15649/tid=15677] ppid=15647 vsize=5704180 CPUtime=95.53 cores=0-31
/proc/15649/task/15677/stat : 15677 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37776 0 0 0 9272 281 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4320876 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15649/tid=15678] ppid=15647 vsize=5704180 CPUtime=96.07 cores=0-31
/proc/15649/task/15678/stat : 15678 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 38118 0 0 0 9353 254 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=15649/tid=15679] ppid=15647 vsize=5704180 CPUtime=96.06 cores=0-31
/proc/15649/task/15679/stat : 15679 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 32793 0 0 0 9429 177 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=15649/tid=15680] ppid=15647 vsize=5704180 CPUtime=96.63 cores=0-31
/proc/15649/task/15680/stat : 15680 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 31863 0 0 0 9413 250 0 0 25 0 32 0 744528700 5841080320 949505 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3080.97
Current children cumulated vsize (KiB) 5704180

[startup+99.9018 s]
/proc/loadavg: 29.16 23.15 24.26 33/445 15683
/proc/meminfo: memFree=251343132/264257624 swapFree=67111528/67111528
[pid=15649] ppid=15647 vsize=5704180 CPUtime=3106.56 cores=0-31
/proc/15649/stat : 15649 (strangenight2-m) R 15647 15649 15559 0 -1 4202496 1172510 0 0 0 302501 8155 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/15649/statm: 1426045 950442 376 95 0 1421027 0
[pid=15649/tid=15650] ppid=15647 vsize=5704180 CPUtime=97.1 cores=0-31
/proc/15649/task/15650/stat : 15650 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35355 0 0 0 9427 283 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=15649/tid=15651] ppid=15647 vsize=5704180 CPUtime=96.93 cores=0-31
/proc/15649/task/15651/stat : 15651 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 33239 0 0 0 9450 243 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=15649/tid=15652] ppid=15647 vsize=5704180 CPUtime=98.29 cores=0-31
/proc/15649/task/15652/stat : 15652 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 43441 0 0 0 9648 181 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15649/tid=15653] ppid=15647 vsize=5704180 CPUtime=96.94 cores=0-31
/proc/15649/task/15653/stat : 15653 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35621 0 0 0 9444 250 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15649/tid=15654] ppid=15647 vsize=5704180 CPUtime=97.47 cores=0-31
/proc/15649/task/15654/stat : 15654 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 40245 0 0 0 9488 259 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=15649/tid=15655] ppid=15647 vsize=5704180 CPUtime=97.22 cores=0-31
/proc/15649/task/15655/stat : 15655 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37335 0 0 0 9468 254 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4316670 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=15649/tid=15656] ppid=15647 vsize=5704180 CPUtime=97.2 cores=0-31
/proc/15649/task/15656/stat : 15656 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35920 0 0 0 9481 239 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15649/tid=15657] ppid=15647 vsize=5704180 CPUtime=96.95 cores=0-31
/proc/15649/task/15657/stat : 15657 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 36788 0 0 0 9422 273 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15649/tid=15658] ppid=15647 vsize=5704180 CPUtime=97.25 cores=0-31
/proc/15649/task/15658/stat : 15658 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 39968 0 0 0 9471 254 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=5704180 CPUtime=95.07 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 39238 0 0 0 9254 253 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=15649/tid=15660] ppid=15647 vsize=5704180 CPUtime=97.29 cores=0-31
/proc/15649/task/15660/stat : 15660 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 36959 0 0 0 9479 250 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=15649/tid=15661] ppid=15647 vsize=5704180 CPUtime=97.5 cores=0-31
/proc/15649/task/15661/stat : 15661 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37250 0 0 0 9512 238 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4317530 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=15649/tid=15662] ppid=15647 vsize=5704180 CPUtime=97.18 cores=0-31
/proc/15649/task/15662/stat : 15662 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35755 0 0 0 9459 259 0 0 25 0 32 0 744528700 5841080320 950442 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=15649/tid=15663] ppid=15647 vsize=5704180 CPUtime=96.94 cores=0-31
/proc/15649/task/15663/stat : 15663 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 33627 0 0 0 9439 255 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=15649/tid=15664] ppid=15647 vsize=5704180 CPUtime=97.17 cores=0-31
/proc/15649/task/15664/stat : 15664 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41225 0 0 0 9448 269 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=15649/tid=15665] ppid=15647 vsize=5704180 CPUtime=96.87 cores=0-31
/proc/15649/task/15665/stat : 15665 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 33561 0 0 0 9412 275 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294277 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=15649/tid=15666] ppid=15647 vsize=5704180 CPUtime=97.77 cores=0-31
/proc/15649/task/15666/stat : 15666 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41027 0 0 0 9543 234 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=15649/tid=15667] ppid=15647 vsize=5704180 CPUtime=96.57 cores=0-31
/proc/15649/task/15667/stat : 15667 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 31759 0 0 0 9431 226 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=15649/tid=15668] ppid=15647 vsize=5704180 CPUtime=96.99 cores=0-31
/proc/15649/task/15668/stat : 15668 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 34486 0 0 0 9407 292 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=15649/tid=15669] ppid=15647 vsize=5704180 CPUtime=97.34 cores=0-31
/proc/15649/task/15669/stat : 15669 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35264 0 0 0 9468 266 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15649/tid=15670] ppid=15647 vsize=5704180 CPUtime=97.27 cores=0-31
/proc/15649/task/15670/stat : 15670 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 34892 0 0 0 9470 257 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292985 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=15649/tid=15671] ppid=15647 vsize=5704180 CPUtime=97.42 cores=0-31
/proc/15649/task/15671/stat : 15671 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41645 0 0 0 9478 264 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=15649/tid=15672] ppid=15647 vsize=5704180 CPUtime=96.9 cores=0-31
/proc/15649/task/15672/stat : 15672 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35215 0 0 0 9413 277 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294217 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=15649/tid=15673] ppid=15647 vsize=5704180 CPUtime=96.87 cores=0-31
/proc/15649/task/15673/stat : 15673 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35353 0 0 0 9404 283 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15649/tid=15674] ppid=15647 vsize=5704180 CPUtime=97 cores=0-31
/proc/15649/task/15674/stat : 15674 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37973 0 0 0 9444 256 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=15649/tid=15675] ppid=15647 vsize=5704180 CPUtime=96.85 cores=0-31
/proc/15649/task/15675/stat : 15675 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 31506 0 0 0 9434 251 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=15649/tid=15676] ppid=15647 vsize=5704180 CPUtime=97.39 cores=0-31
/proc/15649/task/15676/stat : 15676 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 41069 0 0 0 9471 268 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15649/tid=15677] ppid=15647 vsize=5704180 CPUtime=96.33 cores=0-31
/proc/15649/task/15677/stat : 15677 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37799 0 0 0 9352 281 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15649/tid=15678] ppid=15647 vsize=5704180 CPUtime=96.87 cores=0-31
/proc/15649/task/15678/stat : 15678 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 38148 0 0 0 9433 254 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=15649/tid=15679] ppid=15647 vsize=5704180 CPUtime=96.86 cores=0-31
/proc/15649/task/15679/stat : 15679 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 32803 0 0 0 9509 177 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4222835 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=15649/tid=15680] ppid=15647 vsize=5704180 CPUtime=97.43 cores=0-31
/proc/15649/task/15680/stat : 15680 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 31883 0 0 0 9493 250 0 0 25 0 32 0 744528700 5841080320 950443 268435456000 4194304 4580107 140735086522656 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3106.56
Current children cumulated vsize (KiB) 5704180

[startup+100.302 s]
/proc/loadavg: 29.16 23.15 24.26 33/445 15683
/proc/meminfo: memFree=251337676/264257624 swapFree=67111528/67111528
[pid=15649] ppid=15647 vsize=5704184 CPUtime=3119.33 cores=0-31
/proc/15649/stat : 15649 (strangenight2-m) R 15647 15649 15559 0 -1 4202496 1172895 0 0 0 303778 8155 0 0 25 0 32 0 744528700 5841084416 950827 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/15649/statm: 1426045 950826 378 95 0 1421027 0
[pid=15649/tid=15650] ppid=15647 vsize=5704180 CPUtime=97.5 cores=0-31
/proc/15649/task/15650/stat : 15650 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35364 0 0 0 9467 283 0 0 25 0 32 0 744528700 5841080320 950826 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=15649/tid=15651] ppid=15647 vsize=5704180 CPUtime=97.33 cores=0-31
/proc/15649/task/15651/stat : 15651 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 33247 0 0 0 9490 243 0 0 25 0 32 0 744528700 5841080320 950826 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=15649/tid=15652] ppid=15647 vsize=5704180 CPUtime=98.69 cores=0-31
/proc/15649/task/15652/stat : 15652 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 43456 0 0 0 9688 181 0 0 25 0 32 0 744528700 5841080320 950826 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15649/tid=15653] ppid=15647 vsize=5704180 CPUtime=97.34 cores=0-31
/proc/15649/task/15653/stat : 15653 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35634 0 0 0 9484 250 0 0 25 0 32 0 744528700 5841080320 950826 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15649/tid=15654] ppid=15647 vsize=5704180 CPUtime=97.87 cores=0-31
/proc/15649/task/15654/stat : 15654 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 40255 0 0 0 9528 259 0 0 25 0 32 0 744528700 5841080320 950826 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=15649/tid=15655] ppid=15647 vsize=5704180 CPUtime=97.62 cores=0-31
/proc/15649/task/15655/stat : 15655 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 37347 0 0 0 9508 254 0 0 25 0 32 0 744528700 5841080320 950826 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212947 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=15649/tid=15656] ppid=15647 vsize=5704180 CPUtime=97.6 cores=0-31
/proc/15649/task/15656/stat : 15656 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 35930 0 0 0 9521 239 0 0 25 0 32 0 744528700 5841080320 950826 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212957 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15649/tid=15657] ppid=15647 vsize=5704180 CPUtime=97.35 cores=0-31
/proc/15649/task/15657/stat : 15657 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 36803 0 0 0 9462 273 0 0 25 0 32 0 744528700 5841080320 950827 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212953 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=15649/tid=15658] ppid=15647 vsize=5704180 CPUtime=97.65 cores=0-31
/proc/15649/task/15658/stat : 15658 (strangenight2-m) R 15647 15649 15559 0 -1 4202560 39990 0 0 0 9511 254 0 0 25 0 32 0 744528700 5841080320 950827 268435456000 4194304 4580107 140735086522656 18446744073709551615 47255633212947 256 0 4096 2 0 0 0 -1 17 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=0 CPUtime=95.45 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) R 15647 15649 15559 0 -1 4203588 39260 0 0 0 9292 253 0 0 25 0 3 0 744528700 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 3119.33
Current children cumulated vsize (KiB) 5704184

[startup+100.501 s]
/proc/loadavg: 29.16 23.15 24.26 33/445 15683
/proc/meminfo: memFree=251337676/264257624 swapFree=67111528/67111528
[pid=15649] ppid=15647 vsize=0 CPUtime=3119.54 cores=0-31
/proc/15649/stat : 15649 (strangenight2-m) Z 15647 15649 15559 0 -1 4203548 1172896 0 0 0 303778 8176 0 0 25 0 2 0 744528700 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/15649/statm: 0 0 0 0 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=0 CPUtime=95.65 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) R 15647 15649 15559 0 -1 4203588 39260 0 0 0 9292 273 0 0 25 0 2 0 744528700 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 3119.54
Current children cumulated vsize (KiB) 0

[startup+100.601 s]
/proc/loadavg: 29.16 23.15 24.26 33/445 15683
/proc/meminfo: memFree=251337676/264257624 swapFree=67111528/67111528
[pid=15649] ppid=15647 vsize=0 CPUtime=3119.64 cores=0-31
/proc/15649/stat : 15649 (strangenight2-m) Z 15647 15649 15559 0 -1 4203548 1172896 0 0 0 303778 8186 0 0 25 0 2 0 744528700 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/15649/statm: 0 0 0 0 0 0 0
[pid=15649/tid=15659] ppid=15647 vsize=0 CPUtime=95.75 cores=0-31
/proc/15649/task/15659/stat : 15659 (strangenight2-m) R 15647 15649 15559 0 -1 4203588 39260 0 0 0 9292 283 0 0 25 0 2 0 744528700 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 3119.64
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 100.655
CPU time (s): 3119.7
CPU user time (s): 3037.78
CPU system time (s): 81.9195
CPU usage (%): 3099.4
Max. virtual memory (cumulated for all children) (KiB): 5727892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3037.78
system time used= 81.9195
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1172896
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= 1657841
involuntary context switches= 26563

runsolver used 0.630904 second user time and 2.43063 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-25 15:33:43
IDJOB=3400678
IDBENCH=71003
IDSOLVER=1886
FILE ID=node200/3400678-1306330422
RUNJOBID= node200-1306330229-15573
PBS_JOBID= 13411791
Free space on /tmp= 62036 MiB

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

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=668656185

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:      255140424 kB
Buffers:        467520 kB
Cached:        8245264 kB
SwapCached:          0 kB
Active:        7787324 kB
Inactive:       996052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255140424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17620 kB
Writeback:           0 kB
AnonPages:       71748 kB
Mapped:          14540 kB
Slab:           255884 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   181636 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= 62028 MiB
End job on node200 at 2011-05-25 15:35:24