Trace number 3400847

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 103.921 5.7457

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E04N18.cnf
MD5SUM070544eadaf1d78ec6f23d6f8a90e54a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.8888
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses120068
Sum of the clauses size708976
Maximum clause length78
Minimum clause length1
Number of clauses of size 147
Number of clauses of size 220831
Number of clauses of size 316128
Number of clauses of size 47506
Number of clauses of size 516290
Number of clauses of size over 559266

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.02	c Using 32 threads
0.00/0.04	c This is CryptoMiniSat 3.0.0
0.00/0.04	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	c Reading file 'HOME/instance-3400847-1306905535.cnf'
0.00/0.07	c -- header says num vars:           7794
0.00/0.07	c -- header says num clauses:      120068
9.62/0.69	c -- clauses added:            0 learnts,       120068 normals,            0 xors
9.62/0.69	c -- vars added       7794
9.62/0.69	c Parsing time:  0.13 s
9.62/0.69	c  N st     0         0      7794     99056     18534         0    700471         0   no data   no data
27.36/1.25	c asymm  cl-useful: 822/3332/96617 lits-rem:2039 time: 0.49
51.32/2.73	c Flit:    78 Blit:      0 bXBeca:    0 bXProp:  128 Bins:      0 BRemL:      0 BRemN:      0 P: 12.6M T:  0.68
53.78/3.07	c Replacing      128 vars Replaced    68665 lits Time:     0.04 s 
68.61/4.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.61/4.24	c bin-w-bin subsume rem          801 bins  time:  0.00 s
88.95/4.90	c subs with bin:    26906  lits-rem:       420  v-fix:    0  time:  0.65 s
88.95/4.94	c Subs w/ non-existent bins:      4 l-rem:   1194 v-fix:     0 done:   5137 time:  0.04 s
88.95/4.97	c Removed useless bin:      55  fixed:     0  props:   1.85M  time:  0.03 s
100.41/5.50	c lits-rem:         0  cl-subs:     1415  v-elim:    620  v-fix:    0  time:  0.49 s
100.41/5.51	c Finding binary XORs  T:     0.01 s  found:       1
100.41/5.51	c Replacing        1 vars Replaced        9 lits Time:     0.00 s 
102.17/5.57	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
102.17/5.57	c calculated reachability. Time: 0.00
102.17/5.57	c Calc default polars -  time:   0.00 s pos:     182 undec:    2119 neg:    5493
102.17/5.57	c =========================================================================================
102.17/5.57	c types(t): F = full restart, N = normal restart
102.17/5.57	c types(t): S = simplification begin/end, E = solution found
102.17/5.57	c restart types(rt): st = static, dy = dynamic
102.17/5.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
102.17/5.57	c  B st     0         0      5675     68560     14625         0    482427         0   no data   no data
103.43/5.65	c Following stats are for *FIRST FINISHED THREAD ONLY*
103.43/5.65	c num threads              : 32         
103.43/5.65	c restarts                 : 7          
103.43/5.65	c dynamic restarts         : 1          
103.43/5.65	c static restarts          : 6          
103.43/5.65	c full restarts            : 0          
103.43/5.65	c total simplify time      : 0.02       
103.43/5.65	c learnts DL2              : 0          
103.43/5.65	c learnts size 2           : 19802      
103.43/5.65	c learnts size 1           : 1465        (18.80     % of vars)
103.43/5.65	c filedLit time            : 0.00        (0.00      % time)
103.43/5.65	c v-elim SatELite          : 0           (0.00      % vars)
103.43/5.65	c SatELite time            : 0.00        (0.00      % time)
103.43/5.65	c v-elim xor               : 0           (0.00      % vars)
103.43/5.65	c xor elim time            : 0.00        (0.00      % time)
103.43/5.65	c num binary xor trees     : 72         
103.43/5.65	c binxor trees' crown      : 72          (1.00      leafs/tree)
103.43/5.65	c bin xor find time        : 0.00       
103.43/5.65	c OTF clause improved      : 95          (0.04      clauses/conflict)
103.43/5.65	c OTF impr. size diff      : 115         (1.21       lits/clause)
103.43/5.65	c OTF cl watch-shrink      : 661         (0.30      clauses/conflict)
103.43/5.65	c OTF cl watch-sh-lit      : 991         (1.50       lits/clause)
103.43/5.65	c tried to recurMin cls    : 671         (30.51      % of conflicts)
103.43/5.65	c updated cache            : 464         (0.69       lits/tried recurMin)
103.43/5.65	c unit cls recevied        : 0           (0.00      % of units)
103.43/5.65	c unit cls sent            : 0           (0.00      % of units)
103.43/5.65	c bin cls recevied         : 0          
103.43/5.65	c bin cls sent             : 0          
103.43/5.65	c clauses over max glue    : 0           (0.00      % of all clauses)
103.43/5.65	c conflicts                : 2199        (427.97    / sec)
103.43/5.65	c decisions                : 5063        (1.52      % random)
103.43/5.65	c bogo-props               : 7539115     (1467262.58 / sec)
103.43/5.65	c conflict literals        : 44746       (20.95     % deleted)
103.43/5.65	c Memory used              : 2806.34     MB
103.43/5.65	c single-thread CPU time   : 5.14        s
103.43/5.65	c all-threads sum CPU time : 92.96       s
103.43/5.65	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-3400847-1306905535/watcher-3400847-1306905535 -o /tmp/evaluation-result-3400847-1306905535/solver-3400847-1306905535 -C 160000 -W 5100 -M 266338304 ./strangenight2-mt --threads=32 HOME/instance-3400847-1306905535.cnf 

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

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


[startup+0 s]
/proc/loadavg: 29.70 27.95 26.65 1/413 28289
/proc/meminfo: memFree=263450088/264257624 swapFree=67044780/67111528
[pid=28289] ppid=28287 vsize=338000 CPUtime=0.8 cores=0-31
/proc/28289/stat : 28289 (strangenight2-m) R 28287 28289 28205 0 -1 4202496 469 0 0 0 80 0 0 0 25 0 32 0 16519495 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 18446744073709551615 0 0 17 11 0 0 0
/proc/28289/statm: 84500 409 300 95 0 79482 0
[pid=28289/tid=28290] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28290/stat : 28290 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 4 0 0 0 2 0 0 0 24 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28289/tid=28291] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28291/stat : 28291 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28289/tid=28292] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28292/stat : 28292 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=28289/tid=28293] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28293/stat : 28293 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717015 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=28289/tid=28294] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28294/stat : 28294 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=28289/tid=28295] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28295/stat : 28295 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=28289/tid=28296] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28296/stat : 28296 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 24 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28289/tid=28297] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28297/stat : 28297 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28289/tid=28298] ppid=28287 vsize=338000 CPUtime=0 cores=0-31
/proc/28289/task/28298/stat : 28298 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=28289/tid=28299] ppid=28287 vsize=338000 CPUtime=0.01 cores=0-31
/proc/28289/task/28299/stat : 28299 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28289/tid=28300] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28300/stat : 28300 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=28289/tid=28301] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28301/stat : 28301 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=28289/tid=28302] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28302/stat : 28302 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28289/tid=28303] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28303/stat : 28303 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=28289/tid=28304] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28304/stat : 28304 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28289/tid=28305] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28305/stat : 28305 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=28289/tid=28306] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28306/stat : 28306 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=28289/tid=28307] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28307/stat : 28307 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=28289/tid=28308] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28308/stat : 28308 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=28289/tid=28309] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28309/stat : 28309 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=28289/tid=28310] ppid=28287 vsize=338000 CPUtime=0 cores=0-31
/proc/28289/task/28310/stat : 28310 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717426 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=28289/tid=28311] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28311/stat : 28311 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28289/tid=28312] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28312/stat : 28312 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717008 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=28289/tid=28313] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28313/stat : 28313 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=28289/tid=28314] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28314/stat : 28314 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=28289/tid=28315] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28315/stat : 28315 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=28289/tid=28316] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28316/stat : 28316 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=28289/tid=28317] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28317/stat : 28317 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=28289/tid=28318] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28318/stat : 28318 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717015 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=28289/tid=28319] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28319/stat : 28319 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=28289/tid=28320] ppid=28287 vsize=338000 CPUtime=0.02 cores=0-31
/proc/28289/task/28320/stat : 28320 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 16519496 346112000 409 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717021 0 0 4096 2 0 0 0 -1 30 0 0 0

[startup+0.115887 s]
/proc/loadavg: 29.70 27.95 26.65 1/413 28289
/proc/meminfo: memFree=263450088/264257624 swapFree=67044780/67111528
[pid=28289] ppid=28287 vsize=1455028 CPUtime=2.04 cores=0-31
/proc/28289/stat : 28289 (strangenight2-m) R 28287 28289 28205 0 -1 4202496 12809 0 0 0 108 96 0 0 17 0 32 0 16519495 1489948672 12691 268435456000 4194304 4580107 140735215722848 18446744073709551615 4489196 0 0 4096 2 18446744073709551615 0 0 17 11 0 0 0
/proc/28289/statm: 363757 12703 334 95 0 358739 0
[pid=28289/tid=28290] ppid=28287 vsize=1455028 CPUtime=0.05 cores=0-31
/proc/28289/task/28290/stat : 28290 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 399 0 0 0 3 2 0 0 17 0 32 0 16519496 1489948672 12717 268435456000 4194304 4580107 140735215722848 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28289/tid=28291] ppid=28287 vsize=1455028 CPUtime=0.05 cores=0-31
/proc/28289/task/28291/stat : 28291 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 388 0 0 0 3 2 0 0 17 0 32 0 16519496 1489948672 12721 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604654894276064 0 0 -1 2 0 0 0
[pid=28289/tid=28292] ppid=28287 vsize=1455028 CPUtime=0.06 cores=0-31
/proc/28289/task/28292/stat : 28292 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 360 0 0 0 3 3 0 0 17 0 32 0 16519496 1489948672 12722 268435456000 4194304 4580107 140735215722848 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=28289/tid=28293] ppid=28287 vsize=1455028 CPUtime=0.05 cores=0-31
/proc/28289/task/28293/stat : 28293 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 399 0 0 0 3 2 0 0 17 0 32 0 16519496 1489948672 12725 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604657556569568 0 0 -1 24 0 0 0
[pid=28289/tid=28294] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28294/stat : 28294 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 426 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12772 268435456000 4194304 4580107 140735215722848 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=28289/tid=28295] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28295/stat : 28295 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 365 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12779 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=28289/tid=28296] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28296/stat : 28296 (strangenight2-m) D 28287 28289 28205 0 -1 4202560 470 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12783 268435456000 4194304 4580107 140735215722848 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28289/tid=28297] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28297/stat : 28297 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 398 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12796 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604692860976608 0 0 -1 3 0 0 0
[pid=28289/tid=28298] ppid=28287 vsize=1455196 CPUtime=0.04 cores=0-31
/proc/28289/task/28298/stat : 28298 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 400 0 0 0 1 3 0 0 17 0 32 0 16519496 1490120704 12800 268435456000 4194304 4580107 140735215722848 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=28289/tid=28299] ppid=28287 vsize=1455196 CPUtime=0.04 cores=0-31
/proc/28289/task/28299/stat : 28299 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 397 0 0 0 2 2 0 0 17 0 32 0 16519496 1490120704 12815 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28289/tid=28300] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28300/stat : 28300 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 389 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 12828 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604654894267872 0 0 -1 27 0 0 0
[pid=28289/tid=28301] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28301/stat : 28301 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 391 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12863 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=28289/tid=28302] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28302/stat : 28302 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 377 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 12892 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28289/tid=28303] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28303/stat : 28303 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 412 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 12894 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604504909274592 0 0 -1 19 0 0 0
[pid=28289/tid=28304] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28304/stat : 28304 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 361 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12899 268435456000 4194304 4580107 140735215722848 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28289/tid=28305] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28305/stat : 28305 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 429 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12909 268435456000 4194304 4580107 140735215722848 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=28289/tid=28306] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28306/stat : 28306 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 361 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12911 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=28289/tid=28307] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28307/stat : 28307 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 357 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 12926 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=28289/tid=28308] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28308/stat : 28308 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 403 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 12951 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=28289/tid=28309] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28309/stat : 28309 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 395 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 12990 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=28289/tid=28310] ppid=28287 vsize=1455196 CPUtime=0.02 cores=0-31
/proc/28289/task/28310/stat : 28310 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 420 0 0 0 0 2 0 0 17 0 32 0 16519496 1490120704 13010 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446744071566928744 0 0 -1 31 0 0 0
[pid=28289/tid=28311] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28311/stat : 28311 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 354 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 13033 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28289/tid=28312] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28312/stat : 28312 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 431 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 13055 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604673582005728 0 0 -1 12 0 0 0
[pid=28289/tid=28313] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28313/stat : 28313 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 378 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 13065 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=28289/tid=28314] ppid=28287 vsize=1455196 CPUtime=0.07 cores=0-31
/proc/28289/task/28314/stat : 28314 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 377 0 0 0 3 4 0 0 17 0 32 0 16519496 1490120704 13066 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=28289/tid=28315] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28315/stat : 28315 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 446 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 13070 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604692860976608 0 0 -1 20 0 0 0
[pid=28289/tid=28316] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28316/stat : 28316 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 373 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 13073 268435456000 4194304 4580107 140735215722848 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=28289/tid=28317] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28317/stat : 28317 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 410 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 13086 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604504909274592 0 0 -1 22 0 0 0
[pid=28289/tid=28318] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28318/stat : 28318 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 397 0 0 0 4 2 0 0 17 0 32 0 16519496 1490120704 13100 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604711634787808 0 0 -1 28 0 0 0
[pid=28289/tid=28319] ppid=28287 vsize=1455196 CPUtime=0.05 cores=0-31
/proc/28289/task/28319/stat : 28319 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 371 0 0 0 3 2 0 0 17 0 32 0 16519496 1490120704 13126 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=28289/tid=28320] ppid=28287 vsize=1455196 CPUtime=0.06 cores=0-31
/proc/28289/task/28320/stat : 28320 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 393 0 0 0 3 3 0 0 17 0 32 0 16519496 1490120704 13140 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604682748845536 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1455028

[startup+0.20789 s]
/proc/loadavg: 29.70 27.95 26.65 1/413 28289
/proc/meminfo: memFree=263450088/264257624 swapFree=67044780/67111528
[pid=28289] ppid=28287 vsize=1529112 CPUtime=3.68 cores=0-31
/proc/28289/stat : 28289 (strangenight2-m) R 28287 28289 28205 0 -1 4202496 27511 0 0 0 195 173 0 0 17 0 32 0 16519495 1565810688 27022 268435456000 4194304 4580107 140735215722848 18446744073709551615 4512165 0 0 4096 2 18446744073709551615 0 0 17 11 0 0 0
/proc/28289/statm: 382373 27101 336 95 0 377355 0
[pid=28289/tid=28290] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28290/stat : 28290 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 911 0 0 0 6 5 0 0 17 0 32 0 16519496 1566199808 27101 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28289/tid=28291] ppid=28287 vsize=1529492 CPUtime=0.1 cores=0-31
/proc/28289/task/28291/stat : 28291 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 792 0 0 0 6 4 0 0 17 0 32 0 16519496 1566199808 27179 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446744071566925104 0 0 -1 2 0 0 0
[pid=28289/tid=28292] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28292/stat : 28292 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 740 0 0 0 6 5 0 0 17 0 32 0 16519496 1566199808 27205 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604682748845536 0 0 -1 8 0 0 0
[pid=28289/tid=28293] ppid=28287 vsize=1529492 CPUtime=0.1 cores=0-31
/proc/28289/task/28293/stat : 28293 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 902 0 0 0 6 4 0 0 17 0 32 0 16519496 1566199808 27227 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604645988056544 0 0 -1 24 0 0 0
[pid=28289/tid=28294] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28294/stat : 28294 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 1171 0 0 0 7 4 0 0 17 0 32 0 16519496 1566199808 27237 268435456000 4194304 4580107 140735215722848 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=28289/tid=28295] ppid=28287 vsize=1529492 CPUtime=0.1 cores=0-31
/proc/28289/task/28295/stat : 28295 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 748 0 0 0 5 5 0 0 17 0 32 0 16519496 1566199808 27269 268435456000 4194304 4580107 140735215722848 18446744073709551615 4307656 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=28289/tid=28296] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28296/stat : 28296 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 1250 0 0 0 6 5 0 0 17 0 32 0 16519496 1566199808 27284 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604711632231904 0 0 -1 4 0 0 0
[pid=28289/tid=28297] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28297/stat : 28297 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 761 0 0 0 6 5 0 0 17 0 32 0 16519496 1566199808 27303 268435456000 4194304 4580107 140735215722848 18446744073709551615 4345288 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28289/tid=28298] ppid=28287 vsize=1529492 CPUtime=0.09 cores=0-31
/proc/28289/task/28298/stat : 28298 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 700 0 0 0 3 6 0 0 17 0 32 0 16519496 1566199808 27346 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604711627357664 0 0 -1 23 0 0 0
[pid=28289/tid=28299] ppid=28287 vsize=1529492 CPUtime=0.09 cores=0-31
/proc/28289/task/28299/stat : 28299 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 826 0 0 0 4 5 0 0 17 0 32 0 16519496 1566199808 27367 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28289/tid=28300] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28300/stat : 28300 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 888 0 0 0 6 5 0 0 17 0 32 0 16519496 1566199808 27423 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=28289/tid=28301] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28301/stat : 28301 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 660 0 0 0 6 5 0 0 17 0 32 0 16519496 1566199808 27444 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604515670138336 0 0 -1 9 0 0 0
[pid=28289/tid=28302] ppid=28287 vsize=1529492 CPUtime=0.1 cores=0-31
/proc/28289/task/28302/stat : 28302 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 743 0 0 0 6 4 0 0 17 0 32 0 16519496 1566199808 27477 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28289/tid=28303] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28303/stat : 28303 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 751 0 0 0 5 6 0 0 17 0 32 0 16519496 1566199808 27512 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=28289/tid=28304] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28304/stat : 28304 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 745 0 0 0 6 5 0 0 17 0 32 0 16519496 1566199808 27549 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446604645988056544 0 0 -1 6 0 0 0
[pid=28289/tid=28305] ppid=28287 vsize=1529492 CPUtime=0.11 cores=0-31
/proc/28289/task/28305/stat : 28305 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 1175 0 0 0 7 4 0 0 17 0 32 0 16519496 1566199808 27564 268435456000 4194304 4580107 140735215722848 18446744073709551615 258651060958 0 0 4096 2 18446744071566927824 0 0 -1 13 0 0 0
[pid=28289/tid=28306] ppid=28287 vsize=1529492 CPUtime=0.12 cores=0-31

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

/proc/28289/task/28313/stat : 28313 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 7821 0 0 0 200 32 0 0 16 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=28289/tid=28314] ppid=28287 vsize=2847664 CPUtime=2.53 cores=0-31
/proc/28289/task/28314/stat : 28314 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10485 0 0 0 215 38 0 0 16 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 4305629 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=28289/tid=28315] ppid=28287 vsize=2847664 CPUtime=3.07 cores=0-31
/proc/28289/task/28315/stat : 28315 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10302 0 0 0 278 29 0 0 17 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 4497290 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=28289/tid=28316] ppid=28287 vsize=2847664 CPUtime=2.78 cores=0-31
/proc/28289/task/28316/stat : 28316 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10555 0 0 0 241 37 0 0 16 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 4406134 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=28289/tid=28317] ppid=28287 vsize=2847664 CPUtime=2.48 cores=0-31
/proc/28289/task/28317/stat : 28317 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 11149 0 0 0 210 38 0 0 16 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 258650615228 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=28289/tid=28318] ppid=28287 vsize=2847664 CPUtime=2.38 cores=0-31
/proc/28289/task/28318/stat : 28318 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 8222 0 0 0 205 33 0 0 16 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=28289/tid=28319] ppid=28287 vsize=2847664 CPUtime=2.92 cores=0-31
/proc/28289/task/28319/stat : 28319 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10144 0 0 0 257 35 0 0 17 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 4415758 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=28289/tid=28320] ppid=28287 vsize=2847664 CPUtime=4.44 cores=0-31
/proc/28289/task/28320/stat : 28320 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 3196 0 0 0 428 16 0 0 25 0 32 0 16519496 2916007936 286106 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189692612 0 0 4096 2 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 85.95
Current children cumulated vsize (KiB) 2847664

[startup+5.20216 s]
/proc/loadavg: 29.56 27.95 26.66 26/445 28321
/proc/meminfo: memFree=262350032/264257624 swapFree=67044780/67111528
[pid=28289] ppid=28287 vsize=2861468 CPUtime=96.44 cores=0-31
/proc/28289/stat : 28289 (strangenight2-m) R 28287 28289 28205 0 -1 4202496 321854 0 0 0 8572 1072 0 0 16 0 32 0 16519495 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 11 0 0 0
/proc/28289/statm: 715367 298391 376 95 0 710349 0
[pid=28289/tid=28290] ppid=28287 vsize=2861468 CPUtime=3.21 cores=0-31
/proc/28289/task/28290/stat : 28290 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10856 0 0 0 286 35 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=28289/tid=28291] ppid=28287 vsize=2861468 CPUtime=2.72 cores=0-31
/proc/28289/task/28291/stat : 28291 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10813 0 0 0 241 31 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604710225993184 0 0 -1 14 0 0 0
[pid=28289/tid=28292] ppid=28287 vsize=2861468 CPUtime=2.76 cores=0-31
/proc/28289/task/28292/stat : 28292 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10771 0 0 0 240 36 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=28289/tid=28293] ppid=28287 vsize=2861468 CPUtime=3.01 cores=0-31
/proc/28289/task/28293/stat : 28293 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10614 0 0 0 265 36 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4496898 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=28289/tid=28294] ppid=28287 vsize=2861468 CPUtime=3.27 cores=0-31
/proc/28289/task/28294/stat : 28294 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10539 0 0 0 294 33 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4290486 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=28289/tid=28295] ppid=28287 vsize=2861468 CPUtime=2.72 cores=0-31
/proc/28289/task/28295/stat : 28295 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10959 0 0 0 234 38 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604656788471264 0 0 -1 26 0 0 0
[pid=28289/tid=28296] ppid=28287 vsize=2861468 CPUtime=3.42 cores=0-31
/proc/28289/task/28296/stat : 28296 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 9967 0 0 0 312 30 0 0 18 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604692860976608 0 0 -1 0 0 0 0
[pid=28289/tid=28297] ppid=28287 vsize=2861468 CPUtime=2.82 cores=0-31
/proc/28289/task/28297/stat : 28297 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10761 0 0 0 248 34 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4415773 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=28289/tid=28298] ppid=28287 vsize=2861468 CPUtime=2.66 cores=0-31
/proc/28289/task/28298/stat : 28298 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10211 0 0 0 233 33 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=28289/tid=28299] ppid=28287 vsize=2861468 CPUtime=3.09 cores=0-31
/proc/28289/task/28299/stat : 28299 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10266 0 0 0 276 33 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604486693985760 0 0 -1 6 0 0 0
[pid=28289/tid=28300] ppid=28287 vsize=2861468 CPUtime=2.87 cores=0-31
/proc/28289/task/28300/stat : 28300 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9860 0 0 0 250 37 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4415758 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=28289/tid=28301] ppid=28287 vsize=2861468 CPUtime=2.5 cores=0-31
/proc/28289/task/28301/stat : 28301 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9783 0 0 0 222 28 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=28289/tid=28302] ppid=28287 vsize=2861468 CPUtime=2.75 cores=0-31
/proc/28289/task/28302/stat : 28302 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10135 0 0 0 238 37 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4415773 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=28289/tid=28303] ppid=28287 vsize=2861468 CPUtime=2.98 cores=0-31
/proc/28289/task/28303/stat : 28303 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10015 0 0 0 262 36 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4415840 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=28289/tid=28304] ppid=28287 vsize=2861468 CPUtime=2.59 cores=0-31
/proc/28289/task/28304/stat : 28304 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9859 0 0 0 229 30 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4406390 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28289/tid=28305] ppid=28287 vsize=2861468 CPUtime=3.53 cores=0-31
/proc/28289/task/28305/stat : 28305 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10485 0 0 0 319 34 0 0 18 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604664837135840 0 0 -1 13 0 0 0
[pid=28289/tid=28306] ppid=28287 vsize=2861468 CPUtime=3.11 cores=0-31
/proc/28289/task/28306/stat : 28306 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10431 0 0 0 284 27 0 0 18 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446744071566928744 0 0 -1 8 0 0 0
[pid=28289/tid=28307] ppid=28287 vsize=2861468 CPUtime=2.95 cores=0-31
/proc/28289/task/28307/stat : 28307 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9437 0 0 0 257 38 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4415773 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=28289/tid=28308] ppid=28287 vsize=2861468 CPUtime=2.65 cores=0-31
/proc/28289/task/28308/stat : 28308 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 8893 0 0 0 231 34 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28289/tid=28309] ppid=28287 vsize=2861468 CPUtime=3.19 cores=0-31
/proc/28289/task/28309/stat : 28309 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10109 0 0 0 289 30 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4304887 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=28289/tid=28310] ppid=28287 vsize=2861468 CPUtime=2.95 cores=0-31
/proc/28289/task/28310/stat : 28310 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10980 0 0 0 261 34 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604481658232288 0 0 -1 10 0 0 0
[pid=28289/tid=28311] ppid=28287 vsize=2861468 CPUtime=2.52 cores=0-31
/proc/28289/task/28311/stat : 28311 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9504 0 0 0 224 28 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28289/tid=28312] ppid=28287 vsize=2861468 CPUtime=3.45 cores=0-31
/proc/28289/task/28312/stat : 28312 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10716 0 0 0 314 31 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=28289/tid=28313] ppid=28287 vsize=2861468 CPUtime=2.71 cores=0-31
/proc/28289/task/28313/stat : 28313 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9660 0 0 0 239 32 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=28289/tid=28314] ppid=28287 vsize=2861468 CPUtime=2.71 cores=0-31
/proc/28289/task/28314/stat : 28314 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10670 0 0 0 233 38 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604654894267872 0 0 -1 18 0 0 0
[pid=28289/tid=28315] ppid=28287 vsize=2861468 CPUtime=3.46 cores=0-31
/proc/28289/task/28315/stat : 28315 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10486 0 0 0 317 29 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604646121610720 0 0 -1 20 0 0 0
[pid=28289/tid=28316] ppid=28287 vsize=2861468 CPUtime=3.18 cores=0-31
/proc/28289/task/28316/stat : 28316 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10706 0 0 0 280 38 0 0 17 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4305579 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=28289/tid=28317] ppid=28287 vsize=2861468 CPUtime=2.71 cores=0-31
/proc/28289/task/28317/stat : 28317 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 11548 0 0 0 233 38 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604492749037024 0 0 -1 22 0 0 0
[pid=28289/tid=28318] ppid=28287 vsize=2861468 CPUtime=2.76 cores=0-31
/proc/28289/task/28318/stat : 28318 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10053 0 0 0 243 33 0 0 16 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=28289/tid=28319] ppid=28287 vsize=2861468 CPUtime=3.3 cores=0-31
/proc/28289/task/28319/stat : 28319 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10383 0 0 0 294 36 0 0 18 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717015 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=28289/tid=28320] ppid=28287 vsize=2861468 CPUtime=4.84 cores=0-31
/proc/28289/task/28320/stat : 28320 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 3196 0 0 0 468 16 0 0 25 0 32 0 16519496 2930143232 298391 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189692612 0 0 4096 2 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 96.44
Current children cumulated vsize (KiB) 2861468

[startup+5.62112 s]
/proc/loadavg: 29.56 27.95 26.66 15/445 28321
/proc/meminfo: memFree=262301556/264257624 swapFree=67044780/67111528
[pid=28289] ppid=28287 vsize=2873688 CPUtime=103.43 cores=0-31
/proc/28289/stat : 28289 (strangenight2-m) R 28287 28289 28205 0 -1 4202496 325234 0 0 0 9258 1085 0 0 17 0 32 0 16519495 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 18446744073709551615 0 0 17 11 0 0 0
/proc/28289/statm: 718422 283132 376 95 0 713404 0
[pid=28289/tid=28290] ppid=28287 vsize=2873688 CPUtime=3.32 cores=0-31
/proc/28289/task/28290/stat : 28290 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10856 0 0 0 297 35 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604673582005728 0 0 -1 14 0 0 0
[pid=28289/tid=28291] ppid=28287 vsize=2873688 CPUtime=2.72 cores=0-31
/proc/28289/task/28291/stat : 28291 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10813 0 0 0 241 31 0 0 16 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604710225993184 0 0 -1 14 0 0 0
[pid=28289/tid=28292] ppid=28287 vsize=2873688 CPUtime=3.17 cores=0-31
/proc/28289/task/28292/stat : 28292 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 11073 0 0 0 279 38 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=28289/tid=28293] ppid=28287 vsize=2873688 CPUtime=3.23 cores=0-31
/proc/28289/task/28293/stat : 28293 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10614 0 0 0 287 36 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604698026876384 0 0 -1 22 0 0 0
[pid=28289/tid=28294] ppid=28287 vsize=2873688 CPUtime=3.5 cores=0-31
/proc/28289/task/28294/stat : 28294 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10539 0 0 0 317 33 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604485755059680 0 0 -1 23 0 0 0
[pid=28289/tid=28295] ppid=28287 vsize=2873688 CPUtime=2.72 cores=0-31
/proc/28289/task/28295/stat : 28295 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10959 0 0 0 234 38 0 0 16 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604656788471264 0 0 -1 26 0 0 0
[pid=28289/tid=28296] ppid=28287 vsize=2873688 CPUtime=3.42 cores=0-31
/proc/28289/task/28296/stat : 28296 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 9967 0 0 0 312 30 0 0 18 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604692860976608 0 0 -1 0 0 0 0
[pid=28289/tid=28297] ppid=28287 vsize=2873688 CPUtime=3.22 cores=0-31
/proc/28289/task/28297/stat : 28297 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10927 0 0 0 287 35 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=28289/tid=28298] ppid=28287 vsize=2873688 CPUtime=3.08 cores=0-31
/proc/28289/task/28298/stat : 28298 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10361 0 0 0 274 34 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717021 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=28289/tid=28299] ppid=28287 vsize=2873688 CPUtime=3.09 cores=0-31
/proc/28289/task/28299/stat : 28299 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10266 0 0 0 276 33 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604486693985760 0 0 -1 6 0 0 0
[pid=28289/tid=28300] ppid=28287 vsize=2873688 CPUtime=3.27 cores=0-31
/proc/28289/task/28300/stat : 28300 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10010 0 0 0 289 38 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717021 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=28289/tid=28301] ppid=28287 vsize=2873688 CPUtime=2.92 cores=0-31
/proc/28289/task/28301/stat : 28301 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9902 0 0 0 263 29 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 4305607 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=28289/tid=28302] ppid=28287 vsize=2873688 CPUtime=3.13 cores=0-31
/proc/28289/task/28302/stat : 28302 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10190 0 0 0 275 38 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604645988056544 0 0 -1 18 0 0 0
[pid=28289/tid=28303] ppid=28287 vsize=2873688 CPUtime=3.34 cores=0-31
/proc/28289/task/28303/stat : 28303 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10270 0 0 0 297 37 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604699390311904 0 0 -1 19 0 0 0
[pid=28289/tid=28304] ppid=28287 vsize=2873688 CPUtime=3 cores=0-31
/proc/28289/task/28304/stat : 28304 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10303 0 0 0 269 31 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28289/tid=28305] ppid=28287 vsize=2873688 CPUtime=3.53 cores=0-31
/proc/28289/task/28305/stat : 28305 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10485 0 0 0 319 34 0 0 18 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604664837135840 0 0 -1 13 0 0 0
[pid=28289/tid=28306] ppid=28287 vsize=2873688 CPUtime=3.11 cores=0-31
/proc/28289/task/28306/stat : 28306 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10431 0 0 0 284 27 0 0 18 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446744071566928744 0 0 -1 8 0 0 0
[pid=28289/tid=28307] ppid=28287 vsize=2873688 CPUtime=3.33 cores=0-31
/proc/28289/task/28307/stat : 28307 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 9650 0 0 0 294 39 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604675805470176 0 0 -1 17 0 0 0
[pid=28289/tid=28308] ppid=28287 vsize=2873688 CPUtime=2.69 cores=0-31
/proc/28289/task/28308/stat : 28308 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 8893 0 0 0 235 34 0 0 16 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604686740569568 0 0 -1 2 0 0 0
[pid=28289/tid=28309] ppid=28287 vsize=2873688 CPUtime=3.45 cores=0-31
/proc/28289/task/28309/stat : 28309 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10149 0 0 0 315 30 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604468734303712 0 0 -1 8 0 0 0
[pid=28289/tid=28310] ppid=28287 vsize=2873688 CPUtime=2.95 cores=0-31
/proc/28289/task/28310/stat : 28310 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10980 0 0 0 261 34 0 0 16 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604481658232288 0 0 -1 10 0 0 0
[pid=28289/tid=28311] ppid=28287 vsize=2873688 CPUtime=2.94 cores=0-31
/proc/28289/task/28311/stat : 28311 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 9598 0 0 0 266 28 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 4305563 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=28289/tid=28312] ppid=28287 vsize=2873688 CPUtime=3.51 cores=0-31
/proc/28289/task/28312/stat : 28312 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10716 0 0 0 320 31 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604654894276064 0 0 -1 16 0 0 0
[pid=28289/tid=28313] ppid=28287 vsize=2873688 CPUtime=3.11 cores=0-31
/proc/28289/task/28313/stat : 28313 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10198 0 0 0 277 34 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717017 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=28289/tid=28314] ppid=28287 vsize=2873688 CPUtime=2.71 cores=0-31
/proc/28289/task/28314/stat : 28314 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10670 0 0 0 233 38 0 0 16 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604654894267872 0 0 -1 18 0 0 0
[pid=28289/tid=28315] ppid=28287 vsize=2873688 CPUtime=3.46 cores=0-31
/proc/28289/task/28315/stat : 28315 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10486 0 0 0 317 29 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604646121610720 0 0 -1 20 0 0 0
[pid=28289/tid=28316] ppid=28287 vsize=2873688 CPUtime=3.44 cores=0-31
/proc/28289/task/28316/stat : 28316 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10872 0 0 0 306 38 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604682748845536 0 0 -1 25 0 0 0
[pid=28289/tid=28317] ppid=28287 vsize=2873688 CPUtime=2.71 cores=0-31
/proc/28289/task/28317/stat : 28317 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 11548 0 0 0 233 38 0 0 16 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604492749037024 0 0 -1 22 0 0 0
[pid=28289/tid=28318] ppid=28287 vsize=2873688 CPUtime=3.17 cores=0-31
/proc/28289/task/28318/stat : 28318 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 10299 0 0 0 283 34 0 0 17 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717011 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=28289/tid=28319] ppid=28287 vsize=2873688 CPUtime=3.51 cores=0-31
/proc/28289/task/28319/stat : 28319 (strangenight2-m) S 28287 28289 28205 0 -1 4202560 10383 0 0 0 315 36 0 0 18 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189717044 0 0 4096 2 18446604453245910496 0 0 -1 29 0 0 0
[pid=28289/tid=28320] ppid=28287 vsize=2873688 CPUtime=5.26 cores=0-31
/proc/28289/task/28320/stat : 28320 (strangenight2-m) R 28287 28289 28205 0 -1 4202560 3196 0 0 0 510 16 0 0 25 0 32 0 16519496 2942656512 283132 268435456000 4194304 4580107 140735215722848 18446744073709551615 47726189692459 0 0 4096 2 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 103.43
Current children cumulated vsize (KiB) 2873688

[startup+5.70222 s]
/proc/loadavg: 29.56 27.95 26.66 15/445 28321
/proc/meminfo: memFree=262301556/264257624 swapFree=67044780/67111528
[pid=28289] ppid=28287 vsize=0 CPUtime=103.86 cores=0-31
/proc/28289/stat : 28289 (strangenight2-m) Z 28287 28289 28205 0 -1 4203548 325278 0 0 0 9295 1091 0 0 17 0 2 0 16519495 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 11 0 0 0
/proc/28289/statm: 0 0 0 0 0 0 0
[pid=28289/tid=28317] ppid=28287 vsize=0 CPUtime=2.75 cores=0-31
/proc/28289/task/28317/stat : 28317 (strangenight2-m) R 28287 28289 28205 0 -1 4203588 11548 0 0 0 233 42 0 0 15 0 2 0 16519496 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 22 0 0 0
Current children cumulated CPU time (s) 103.86
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 5.7457
CPU time (s): 103.921
CPU user time (s): 92.9589
CPU system time (s): 10.9623
CPU usage (%): 1808.68
Max. virtual memory (cumulated for all children) (KiB): 2873688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.9589
system time used= 10.9623
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325278
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= 397766
involuntary context switches= 6114

runsolver used 0.098984 second user time and 0.210967 second system time

The end

Launcher Data

Begin job on node200 at 2011-06-01 07:18:55
IDJOB=3400847
IDBENCH=83457
IDSOLVER=1886
FILE ID=node200/3400847-1306905535
RUNJOBID= node200-1306905527-28219
PBS_JOBID= 13471458
Free space on /tmp= 61576 MiB

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

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

MD5SUM BENCH= 070544eadaf1d78ec6f23d6f8a90e54a
RANDOM SEED=2043559089

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      263450368 kB
Buffers:        175544 kB
Cached:         422472 kB
SwapCached:      29976 kB
Active:         156448 kB
Inactive:       473972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      263450368 kB
SwapTotal:    67111528 kB
SwapFree:     67044780 kB
Dirty:            9052 kB
Writeback:           8 kB
AnonPages:       28824 kB
Mapped:           8504 kB
Slab:            76476 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   183076 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= 61572 MiB
End job on node200 at 2011-06-01 07:19:01