Trace number 4293157

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
Concrete 3.8-SuperNG 2018-06-13SAT 23.5076 10.436

General information on the benchmark

NameStripPacking/
StripPacking-C2P1_c18.xml
MD5SUMbb34988e6b0e49ae8f3222e70708ff44
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.13401
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints76
Number of domains25
Minimum domain size1
Maximum domain size40
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":73},{"size":15,"count":25},{"size":40,"count":25}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":25},{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":25},{"arity":100,"count":1}]
Number of extensional constraints25
Number of intensional constraints50
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
23.33/10.31	v <instantiation>
23.33/10.31	v       <list>
23.33/10.31	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] w[16] w[17] w[18] w[19] w[20] w[21] w[22] w[23] w[24] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] h[16] h[17] h[18] h[19] h[20] h[21] h[22] h[23] h[24] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15] r[16] r[17] r[18] r[19] r[20] r[21] r[22] r[23] r[24]
23.33/10.31	v       </list>
23.33/10.31	v       <values>
23.33/10.31	v         29 0 12 24 0 21 32 13 36 13 18 34 27 26 26 35 29 9 12 13 0 0 9 13 21 0 9 5 0 12 0 0 11 0 7 0 0 13 0 11 11 11 13 7 0 0 5 12 3 13 3 13 9 2 9 3 2 13 4 13 3 2 2 3 3 5 6 12 1 5 13 12 4 5 6 11 3 2 7 3 7 11 2 11 4 5 11 2 11 2 4 4 2 2 3 5 4 1 2 2 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0
23.33/10.31	v       </values>
23.33/10.31	v     </instantiation>
23.33/10.31	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14246 MiB free)
  memory of node 1: 16384 MiB (12804 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293157-1532308608/watcher-4293157-1532308608 -o /tmp/evaluation-result-4293157-1532308608/solver-4293157-1532308608 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=361089390 -superng HOME/instance-4293157-1532308608.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5275, runsolver pid=5272

[startup+0.10782 s]*
/proc/loadavg: 4.57 4.03 2.89 3/207 5332
/proc/meminfo: memFree=27690860/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10153664 memory=22360 CPUtime=0.09 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 4700 12903 0 0 1 1 5 2 20 0 8 0 48423972 10397351936 5525 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2546609 5590 2082 1 0 2535047 0
[pid=5275/tid=5328] ppid=5272 vsize=10355560 memory=4788341602083774359 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 2537 12903 0 0 1 0 5 2 20 0 9 0 48423981 10604093440 6127 33554432000 4194304 4196468 140735359697712 140049261887344 140049275733811 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10355560 memory=5793855648581147065 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 9 0 48423982 10604093440 6127 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10355560 memory=140397571253888 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 9 0 48423982 10604093440 6127 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 9 0 48423982 10604093440 6127 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 2 12903 0 0 0 0 5 2 20 0 9 0 48423982 10604093440 6127 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 2 12903 0 0 0 0 5 2 20 0 9 0 48423983 10604093440 6127 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 13 12903 0 0 0 0 5 2 20 0 9 0 48423984 10604093440 6127 33554432000 4194304 4196468 140735359697712 140048280314784 140049290061525 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 9 0 48423984 10604093440 6127 33554432000 4194304 4196468 140735359697712 140048078988336 140049290061525 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 22360 KiB

[startup+0.210195 s]*
/proc/loadavg: 4.57 4.03 2.89 3/216 5341
/proc/meminfo: memFree=27669372/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10818904 memory=47876 CPUtime=0.25 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 9303 12903 0 0 16 2 5 2 20 0 15 0 48423972 11078557696 11969 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2704726 11969 2971 1 0 2667149 0
[pid=5275/tid=5328] ppid=5272 vsize=10818904 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 5962 12903 0 0 10 1 5 2 20 0 15 0 48423981 11078557696 11969 33554432000 4194304 4196468 140735359697712 140049261876128 140049290072666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10818904 memory=4211974123776044426 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11078557696 11969 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10818904 memory=140397571253888 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11078557696 11969 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 2 12903 0 0 0 0 5 2 20 0 15 0 48423982 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10818904 memory=140397571253888 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 2 12903 0 0 0 0 5 2 20 0 15 0 48423983 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 13 12903 0 0 0 0 5 2 20 0 15 0 48423984 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048280314784 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423984 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048078988272 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11078557696 11969 33554432000 4194304 4196468 140735359697712 140047838697680 140049290069915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) S 5272 5275 3468 0 -1 1077944384 488 12903 0 0 1 0 5 2 20 0 15 0 48423987 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048358951408 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) S 5272 5275 3468 0 -1 1077944384 89 12903 0 0 1 0 5 2 20 0 15 0 48423987 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048357898864 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=10818904 memory=140397571253888 CPUtime=0.1 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) R 5272 5275 3468 0 -1 4202560 557 12903 0 0 3 0 5 2 20 0 15 0 48423987 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048356841360 140049290072666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11078557696 11969 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5341] ppid=5272 vsize=10818904 memory=140397571253888 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5341/stat : 5341 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423987 11078557696 11969 33554432000 4194304 4196468 140735359697712 140048355793200 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 47876 KiB

[startup+0.310577 s]*
/proc/loadavg: 4.57 4.03 2.89 3/216 5341
/proc/meminfo: memFree=27657092/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10819352 memory=55752 CPUtime=0.38 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 10504 12903 0 0 28 3 5 2 20 0 15 0 48423972 11079016448 13938 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2704838 13938 3090 1 0 2667149 0
[pid=5275/tid=5328] ppid=5272 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 7146 12903 0 0 19 2 5 2 20 0 15 0 48423981 11079016448 13938 33554432000 4194304 4196468 140735359697712 140049261863328 140049270327151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10819352 memory=-7003737579269690708 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 13938 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 13938 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 2 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 2 12903 0 0 0 0 5 2 20 0 15 0 48423983 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 13 12903 0 0 0 0 5 2 20 0 15 0 48423984 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048280314784 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423984 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048078988272 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11079016448 13938 33554432000 4194304 4196468 140735359697712 140047838697680 140049290069915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) S 5272 5275 3468 0 -1 1077944384 488 12903 0 0 1 0 5 2 20 0 15 0 48423987 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048358951408 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) S 5272 5275 3468 0 -1 1077944384 90 12903 0 0 1 0 5 2 20 0 15 0 48423987 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048357898864 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=10819352 memory=140397571253888 CPUtime=0.12 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) S 5272 5275 3468 0 -1 1077944384 565 12903 0 0 5 0 5 2 20 0 15 0 48423987 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048356846320 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11079016448 13938 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5341] ppid=5272 vsize=10819352 memory=140397571253888 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5341/stat : 5341 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423987 11079016448 13938 33554432000 4194304 4196468 140735359697712 140048355793200 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55752 KiB

[startup+0.700766 s]
/proc/loadavg: 4.57 4.03 2.89 3/216 5341
/proc/meminfo: memFree=27647680/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10819352 memory=88444 CPUtime=0.99 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 16775 12903 0 0 87 5 5 2 20 0 15 0 48423972 11079016448 22111 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2704838 22111 3237 1 0 2667149 0
[pid=5275/tid=5328] ppid=5272 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 12370 12903 0 0 56 3 5 2 20 0 15 0 48423981 11079016448 22111 33554432000 4194304 4196468 140735359697712 140049261872144 140049290065206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 22111 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 22111 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 2 12903 0 0 0 0 5 2 20 0 15 0 48423982 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 6 12903 0 0 0 0 5 2 20 0 15 0 48423983 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10819352 memory=280794895828768 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 13 12903 0 0 0 0 5 2 20 0 15 0 48423984 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048280314784 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10819352 memory=280794896099392 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423984 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048078988272 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=10819352 memory=280794896099584 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11079016448 22111 33554432000 4194304 4196468 140735359697712 140047838697680 140049290069915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=10819352 memory=280794896099776 CPUtime=0.16 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) S 5272 5275 3468 0 -1 1077944384 1054 12903 0 0 9 0 5 2 20 0 15 0 48423987 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048358951408 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=10819352 memory=280794896099968 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) S 5272 5275 3468 0 -1 1077944384 488 12903 0 0 7 0 5 2 20 0 15 0 48423987 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048357898864 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=10819352 memory=280794896100160 CPUtime=0.2 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) S 5272 5275 3468 0 -1 1077944384 644 12903 0 0 13 0 5 2 20 0 15 0 48423987 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048356846320 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=10819352 memory=280794895568256 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11079016448 22111 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5341] ppid=5272 vsize=10819352 memory=280794895568448 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5341/stat : 5341 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423987 11079016448 22111 33554432000 4194304 4196468 140735359697712 140048355793200 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88444 KiB

[startup+1.50067 s]
/proc/loadavg: 4.57 4.03 2.89 5/216 5341
/proc/meminfo: memFree=27601056/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10834252 memory=181688 CPUtime=2.31 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 24361 12903 0 0 214 10 5 2 20 0 15 0 48423972 11094274048 45422 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2708563 45422 3469 1 0 2670221 0
[pid=5275/tid=5328] ppid=5272 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 17947 12903 0 0 130 5 5 2 20 0 15 0 48423981 11094274048 45422 33554432000 4194304 4196468 140735359697712 140049261883248 140049271938653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 23 12903 0 0 1 0 5 2 20 0 15 0 48423982 11094274048 45422 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 255 12903 0 0 1 0 5 2 20 0 15 0 48423982 11094274048 45422 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 61 12903 0 0 1 0 5 2 20 0 15 0 48423982 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10834252 memory=280794895558624 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 26 12903 0 0 0 0 5 2 20 0 15 0 48423982 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10834252 memory=280794895563072 CPUtime=0.08 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 259 12903 0 0 1 0 5 2 20 0 15 0 48423983 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 14 12903 0 0 0 0 5 2 20 0 15 0 48423984 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048280314848 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423984 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048078988288 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=10834252 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11094274048 45422 33554432000 4194304 4196468 140735359697712 140047838697680 140049290069915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=10834252 memory=-9060852955730752048 CPUtime=0.27 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) S 5272 5275 3468 0 -1 1077944384 1261 12903 0 0 20 0 5 2 20 0 15 0 48423987 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048358951408 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=10834252 memory=280794895995424 CPUtime=0.29 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) S 5272 5275 3468 0 -1 1077944384 1063 12903 0 0 22 0 5 2 20 0 15 0 48423987 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048357898864 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=10834252 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) R 5272 5275 3468 0 -1 4202560 1257 12903 0 0 34 0 5 2 20 0 15 0 48423987 11094274048 45422 33554432000 4194304 4196468 140735359697712 140048356846320 140049290063254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0

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

[pid=5275/tid=5339] ppid=5272 vsize=10918240 memory=1 CPUtime=2.09 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) S 5272 5275 3468 0 -1 1077944384 8133 12903 0 0 200 2 5 2 20 0 15 0 48423987 11180277760 112935 33554432000 4194304 4196468 140735359697712 140048356846320 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=10918240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 112935 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5341] ppid=5272 vsize=10918240 memory=296 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5341/stat : 5341 (java) S 5272 5275 3468 0 -1 1077944384 978 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 112935 33554432000 4194304 4196468 140735359697712 140048355793200 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 15.58 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 451740 KiB

[startup+8.00082 s]*
/proc/loadavg: 4.24 3.98 2.89 3/216 5341
/proc/meminfo: memFree=27119216/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10918240 memory=594184 CPUtime=18.06 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 85701 12903 0 0 1768 31 5 2 20 0 15 0 48423972 11180277760 148546 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2729560 148546 3529 1 0 2691213 0
[pid=5275/tid=5328] ppid=5272 vsize=10918240 memory=2273 CPUtime=7.8 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 46448 12903 0 0 758 15 5 2 20 0 15 0 48423981 11180277760 148546 33554432000 4194304 4196468 140735359697712 140049261882984 140048909593143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10918240 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 666 12903 0 0 5 1 5 2 20 0 15 0 48423982 11180277760 148546 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10918240 memory=3618276068835227184 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1255 12903 0 0 6 0 5 2 20 0 15 0 48423982 11180277760 148546 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10918240 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 225 12903 0 0 5 1 5 2 20 0 15 0 48423982 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10918240 memory=301741395000164375 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 608 12903 0 0 5 1 5 2 20 0 15 0 48423982 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10918240 memory=5402 CPUtime=0.12 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 1707 12903 0 0 5 0 5 2 20 0 15 0 48423983 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10918240 memory=4137282578176515228 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 14 12903 0 0 0 0 5 2 20 0 15 0 48423984 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048280314912 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10918240 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423984 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048078988288 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=10918240 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 148546 33554432000 4194304 4196468 140735359697712 140047838697680 140049290069915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=10918240 memory=0 CPUtime=3.6 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) S 5272 5275 3468 0 -1 1077944384 7184 12903 0 0 351 2 5 2 20 0 15 0 48423987 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048358951408 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=10918240 memory=664956484428259650 CPUtime=4.34 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) S 5272 5275 3468 0 -1 1077944384 15877 12903 0 0 424 3 5 2 20 0 15 0 48423987 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048357898864 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=10918240 memory=8316437741449649647 CPUtime=2.14 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) S 5272 5275 3468 0 -1 1077944384 8539 12903 0 0 204 3 5 2 20 0 15 0 48423987 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048356846320 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=10918240 memory=3472328296227680299 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 148546 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5341] ppid=5272 vsize=10918240 memory=140397571256819 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5341/stat : 5341 (java) S 5272 5275 3468 0 -1 1077944384 984 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 148546 33554432000 4194304 4196468 140735359697712 140048355793200 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 18.06 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 594184 KiB

[startup+9.6007 s]
/proc/loadavg: 4.24 3.98 2.89 5/216 5341
/proc/meminfo: memFree=27034504/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10918240 memory=761828 CPUtime=21.19 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 95292 12903 0 0 2077 35 5 2 20 0 15 0 48423972 11180277760 190457 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2729560 190457 3529 1 0 2691213 0
[pid=5275/tid=5328] ppid=5272 vsize=10918240 memory=8112282956445269571 CPUtime=9.37 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 47570 12903 0 0 913 17 5 2 20 0 15 0 48423981 11180277760 190457 33554432000 4194304 4196468 140735359697712 140049261881392 140048897204820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10918240 memory=325 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 669 12903 0 0 6 1 5 2 20 0 15 0 48423982 11180277760 190457 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10918240 memory=526072 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1260 12903 0 0 7 0 5 2 20 0 15 0 48423982 11180277760 190457 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10918240 memory=203 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 230 12903 0 0 5 1 5 2 20 0 15 0 48423982 11180277760 190457 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10918240 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 612 12903 0 0 5 1 5 2 20 0 15 0 48423982 11180277760 190457 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10918240 memory=682156 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 3193 12903 0 0 6 0 5 2 20 0 15 0 48423983 11180277760 190457 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10918240 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 14 12903 0 0 0 0 5 2 20 0 15 0 48423984 11180277760 190457 33554432000 4194304 4196468 140735359697712 140048280314912 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10918240 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 1 12903 0 0 0 0 5 2 20 0 15 0 48423984 11180277760 190457 33554432000 4194304 4196468 140735359697712 140048078988288 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=10918240 memory=2344 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 190457 33554432000 4194304 4196468 140735359697712 140047838697680 140049290069915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=10918240 memory=1724 CPUtime=4.25 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) R 5272 5275 3468 0 -1 4202560 10485 12903 0 0 416 2 5 2 20 0 15 0 48423987 11180277760 190457 33554432000 4194304 4196468 140735359697712 140048358941264 140049273538150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=10918240 memory=1004 CPUtime=5.09 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) R 5272 5275 3468 0 -1 4202560 17261 12903 0 0 498 4 5 2 20 0 15 0 48423987 11180277760 190457 33554432000 4194304 4196468 140735359697712 140048357884160 140049273548107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=10918240 memory=14004 CPUtime=2.26 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) S 5272 5275 3468 0 -1 1077944384 10820 12903 0 0 216 3 5 2 20 0 15 0 48423987 11180277760 190969 33554432000 4194304 4196468 140735359697712 140048356846320 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=10918240 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 190969 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5341] ppid=5272 vsize=10918240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5341/stat : 5341 (java) S 5272 5275 3468 0 -1 1077944384 984 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 190969 33554432000 4194304 4196468 140735359697712 140048355793200 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 21.19 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 761828 KiB

[startup+10.0008 s]*
/proc/loadavg: 4.24 3.98 2.89 5/216 5341
/proc/meminfo: memFree=26921880/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=10918240 memory=790752 CPUtime=22.43 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 95512 12903 0 0 2200 36 5 2 20 0 15 0 48423972 11180277760 197688 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2729560 197688 3529 1 0 2691213 0
[pid=5275/tid=5328] ppid=5272 vsize=10918240 memory=32213995742560408 CPUtime=9.78 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) R 5272 5275 3468 0 -1 4202560 47587 12903 0 0 953 18 5 2 20 0 15 0 48423981 11180277760 197688 33554432000 4194304 4196468 140735359697712 140049261877800 140048907498344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=10918240 memory=291045354441539607 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 673 12903 0 0 6 1 5 2 20 0 15 0 48423982 11180277760 197688 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=10918240 memory=14558534937126552 CPUtime=0.15 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1262 12903 0 0 7 1 5 2 20 0 15 0 48423982 11180277760 197688 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=10918240 memory=14412609760011947 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 234 12903 0 0 6 1 5 2 20 0 15 0 48423982 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=10918240 memory=7236794701666519653 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 613 12903 0 0 6 1 5 2 20 0 15 0 48423982 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=10918240 memory=3618842282783721097 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 3248 12903 0 0 6 0 5 2 20 0 15 0 48423983 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048360003568 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=10918240 memory=3472328296227680299 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 14 12903 0 0 0 0 5 2 20 0 15 0 48423984 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048280314912 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=10918240 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 4 12903 0 0 0 0 5 2 20 0 15 0 48423984 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048078988288 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=10918240 memory=6655300316396806192 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 197688 33554432000 4194304 4196468 140735359697712 140047838697680 140049290069915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=10918240 memory=0 CPUtime=4.66 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) R 5272 5275 3468 0 -1 4202560 10596 12903 0 0 457 2 5 2 20 0 15 0 48423987 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048358932704 140049276065700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=10918240 memory=-1 CPUtime=5.5 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) R 5272 5275 3468 0 -1 4202560 17284 12903 0 0 539 4 5 2 20 0 15 0 48423987 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048357884160 140049273462191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=10918240 memory=280795018995448 CPUtime=2.26 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) S 5272 5275 3468 0 -1 1077944384 10820 12903 0 0 216 3 5 2 20 0 15 0 48423987 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048356846320 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=10918240 memory=140397447741559 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 197688 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5341] ppid=5272 vsize=10918240 memory=280795019238560 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5341/stat : 5341 (java) S 5272 5275 3468 0 -1 1077944384 984 12903 0 0 0 0 5 2 20 0 15 0 48423987 11180277760 197688 33554432000 4194304 4196468 140735359697712 140048355793200 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 22.43 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 790752 KiB

[startup+10.4007 s]
/proc/loadavg: 4.24 3.98 2.89 5/216 5341
/proc/meminfo: memFree=26921880/32770624 swapFree=67108860/67108860
[pid=5275] ppid=5272 vsize=11016548 memory=792852 CPUtime=23.46 cores=0,2,4,6
/proc/5275/stat : 5275 (java) S 5272 5275 3468 0 -1 1077944320 98603 12903 0 0 2303 36 5 2 20 0 14 0 48423972 11280945152 198213 33554432000 4194304 4196468 140735359697712 140735359680256 140049290051319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
/proc/5275/statm: 2754137 198213 3531 1 0 2715790 0
[pid=5275/tid=5328] ppid=5272 vsize=11016548 memory=8112282956445269571 CPUtime=10.08 cores=0,2,4,6
/proc/5275/task/5328/stat : 5328 (java) S 5272 5275 3468 0 -1 1077944384 48706 12903 0 0 983 18 5 2 20 0 14 0 48423981 11280945152 198213 33554432000 4194304 4196468 140735359697712 140049261894800 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5329] ppid=5272 vsize=11016548 memory=140397448164316 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5329/stat : 5329 (java) S 5272 5275 3468 0 -1 1077944384 673 12903 0 0 6 1 5 2 20 0 14 0 48423982 11280945152 198213 33554432000 4194304 4196468 140735359697712 140049294293776 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5330] ppid=5272 vsize=11016548 memory=8360 CPUtime=0.15 cores=0,2,4,6
/proc/5275/task/5330/stat : 5330 (java) S 5272 5275 3468 0 -1 1077944384 1262 12903 0 0 7 1 5 2 20 0 14 0 48423982 11280945152 198213 33554432000 4194304 4196468 140735359697712 140049221774224 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5331] ppid=5272 vsize=11016548 memory=5520 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5331/stat : 5331 (java) S 5272 5275 3468 0 -1 1077944384 234 12903 0 0 6 1 5 2 20 0 14 0 48423982 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048861867024 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5332] ppid=5272 vsize=11016548 memory=4616 CPUtime=0.14 cores=0,2,4,6
/proc/5275/task/5332/stat : 5332 (java) S 5272 5275 3468 0 -1 1077944384 613 12903 0 0 6 1 5 2 20 0 14 0 48423982 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048860814480 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5333] ppid=5272 vsize=11016548 memory=1424 CPUtime=0.13 cores=0,2,4,6
/proc/5275/task/5333/stat : 5333 (java) S 5272 5275 3468 0 -1 1077944384 3248 12903 0 0 6 0 5 2 20 0 14 0 48423983 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048360003776 140049290062466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5334] ppid=5272 vsize=11016548 memory=163336868388548 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5334/stat : 5334 (java) S 5272 5275 3468 0 -1 1077944384 14 12903 0 0 0 0 5 2 20 0 14 0 48423984 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048280314912 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5335] ppid=5272 vsize=11016548 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5335/stat : 5335 (java) S 5272 5275 3468 0 -1 1077944384 4 12903 0 0 0 0 5 2 20 0 14 0 48423984 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048078988288 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5336] ppid=5272 vsize=11016548 memory=288370014984339743 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5336/stat : 5336 (java) S 5272 5275 3468 0 -1 1077944384 6 12903 0 0 0 0 5 2 20 0 14 0 48423987 11280945152 198213 33554432000 4194304 4196468 140735359697712 140047838697328 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5337] ppid=5272 vsize=11016548 memory=288283385594643674 CPUtime=4.97 cores=0,2,4,6
/proc/5275/task/5337/stat : 5337 (java) S 5272 5275 3468 0 -1 1077944384 10611 12903 0 0 488 2 5 2 20 0 14 0 48423987 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048358930448 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5338] ppid=5272 vsize=11016548 memory=0 CPUtime=5.89 cores=0,2,4,6
/proc/5275/task/5338/stat : 5338 (java) R 5272 5275 3468 0 -1 4202560 19114 12903 0 0 578 4 5 2 20 0 14 0 48423987 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048357884160 140049271596280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5339] ppid=5272 vsize=11016548 memory=0 CPUtime=2.28 cores=0,2,4,6
/proc/5275/task/5339/stat : 5339 (java) S 5272 5275 3468 0 -1 1077944384 10923 12903 0 0 218 3 5 2 20 0 14 0 48423987 11280945152 198213 33554432000 4194304 4196468 140735359697712 140048356846320 140049290062466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
[pid=5275/tid=5340] ppid=5272 vsize=11016548 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5275/task/5340/stat : 5340 (java) S 5272 5275 3468 0 -1 1077944384 3 12903 0 0 0 0 5 2 20 0 14 0 48423987 11280945152 198213 33554432000 4194304 4196468 140735359697712 140047805140064 140049290061525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9916416 140735359699116 140735359702364 140735359702364 140735359705039 0
Current children cumulated CPU time: 23.46 s
Current children cumulated vsize: 11016548 KiB
Current children cumulated memory: 792852 KiB

Child status: 0
Real time (s): 10.436
CPU time (s): 23.5076
CPU user time (s): 23.0988
CPU system time (s): 0.408784
CPU usage (%): 225.254
Max. virtual memory (cumulated for all children) (KiB): 11016548
Max. memory (cumulated for all children) (KiB): 792852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.0988
system time used= 0.408784
maximum resident set size= 793608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9315
involuntary context switches= 125


# summary of solver processes directly reported to runsolver:
#   pid: 5275
#   total CPU time (s): 23.5076
#   total CPU user time (s): 23.0988
#   total CPU system time (s): 0.408784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080542 second user time and 0.149435 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 03:16:48
IDJOB=4293157
IDBENCH=141127
IDSOLVER=2751
FILE ID=node149/4293157-1532308608
RUNJOBID= node149-1532298084-3499
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-C2P1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293157-1532308608/watcher-4293157-1532308608 -o /tmp/evaluation-result-4293157-1532308608/solver-4293157-1532308608 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=361089390 -superng HOME/instance-4293157-1532308608.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bb34988e6b0e49ae8f3222e70708ff44
RANDOM SEED=361089390

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27701316 kB
MemAvailable:   30535608 kB
Buffers:          140268 kB
Cached:          2953292 kB
SwapCached:            0 kB
Active:          3076440 kB
Inactive:        1509228 kB
Active(anon):    1441644 kB
Inactive(anon):    70184 kB
Active(file):    1634796 kB
Inactive(file):  1439044 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:       1497320 kB
Mapped:            49248 kB
Shmem:             17064 kB
Slab:             180900 kB
SReclaimable:     152576 kB
SUnreclaim:        28324 kB
KernelStack:        3456 kB
PageTables:         8352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2460124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1243136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51792 MiB
End job on node149 at 2018-07-23 03:16:58