Trace number 4401089

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT97 1433.14 1405.26

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark166.61
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.77/0.55	c Concrete v3.12.2.1568631193530 running
8.35/3.70	o 299
8.67/3.78	o 296
8.98/3.84	o 287
8.98/3.89	o 121
9.63/4.07	o 120
9.63/4.10	o 117
10.23/4.30	o 115
10.84/4.48	o 114
10.84/4.49	o 113
11.12/4.56	o 112
11.12/4.59	o 111
11.12/4.59	o 109
11.39/4.79	o 106
11.55/4.81	o 105
11.55/4.82	o 104
17.78/10.25	o 103
17.78/10.27	o 102
29.91/21.62	o 101
34.56/26.28	o 100
34.56/26.29	o 99
61.14/52.63	o 98
75.80/66.71	o 97
1433.06/1405.24	v <instantiation
1433.06/1405.24	v         cost = '97'>
1433.06/1405.24	v       <list>
1433.06/1405.24	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
1433.06/1405.24	v       </list>
1433.06/1405.24	v       <values>
1433.06/1405.24	v         0 0 0 0 18 8 8 8 5 19 15 28 50 32 11 19 48 27 34 33 18 33 63 35 42 33 40 25 45 52 41 47 62 54 78 54 48 74 41 36 57 69 65 64 50 57 54 59 68 73 62 63 83 76 66 86 65 78 90 83 92 97
1433.06/1405.24	v       </values>
1433.06/1405.24	v     </instantiation>
1433.06/1405.24	s OPTIMUM FOUND

Verifier Data

OK	97

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 (12973 MiB free)
  memory of node 1: 16384 MiB (15170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401089-1568684060/watcher-4401089-1568684060 -o /tmp/evaluation-result-4401089-1568684060/solver-4401089-1568684060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5122 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4401089-1568684060.xml 

running on 4 cores: 1,3,5,7

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
solver pid=7986, runsolver pid=7983
Current StackSize limit: 8192 KiB


[startup+0.108832 s]*
/proc/loadavg: 1.36 1.44 1.57 4/219 8043
/proc/meminfo: memFree=28808576/32770624 swapFree=67001964/67108860
[pid=7986] ppid=7983 vsize=10355560 memory=21700 CPUtime=0.1 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 4678 13285 0 0 2 0 5 3 20 0 9 0 444319987 10604093440 5425 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2588890 5425 2102 1 0 2551431 0
[pid=7986/tid=8039] ppid=7983 vsize=10355560 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 2438 13285 0 0 1 0 5 3 20 0 9 0 444319995 10604093440 5425 33554432000 4194304 4196468 140735568752736 140145540165488 140145568351389 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10355560 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 9 0 444319996 10604093440 5425 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10355560 memory=140372947789440 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 9 0 444319996 10604093440 5425 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 9 0 444319996 10604093440 5425 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 9 0 444319996 10604093440 5425 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10355560 memory=140372947789440 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 9 0 444319997 10604093440 5425 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 9 0 444319998 10604093440 5425 33554432000 4194304 4196468 140735568752736 140145026065184 140145568339669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 9 0 444319998 10604093440 5425 33554432000 4194304 4196468 140735568752736 140144447317168 140145568339669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21700 KiB

[startup+0.210045 s]*
/proc/loadavg: 1.36 1.44 1.57 4/228 8052
/proc/meminfo: memFree=28791724/32770624 swapFree=67001964/67108860
[pid=7986] ppid=7983 vsize=10820196 memory=41328 CPUtime=0.27 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 7245 13285 0 0 17 2 5 3 20 0 15 0 444319987 11079880704 10332 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2705049 10332 3297 1 0 2667149 0
[pid=7986/tid=8039] ppid=7983 vsize=10820196 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 3750 13285 0 0 11 1 5 3 20 0 15 0 444319995 11079880704 10332 33554432000 4194304 4196468 140735568752736 140145540150544 140145552409950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 10332 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10820196 memory=140372947789440 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 10332 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 10332 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 10332 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10820196 memory=140372947789440 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 444319997 11079880704 10332 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 15 0 444319998 11079880704 10332 33554432000 4194304 4196468 140735568752736 140145026065184 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319998 11079880704 10332 33554432000 4194304 4196468 140735568752736 140144447317104 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11079880704 10332 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) S 7983 7986 5090 0 -1 1077944384 592 13285 0 0 1 0 5 3 20 0 15 0 444320001 11079880704 10332 33554432000 4194304 4196468 140735568752736 140144992508528 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) S 7983 7986 5090 0 -1 1077944384 66 13285 0 0 0 0 5 3 20 0 15 0 444320001 11079880704 10332 33554432000 4194304 4196468 140735568752736 140144991455728 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10820196 memory=140372947789440 CPUtime=0.11 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) S 7983 7986 5090 0 -1 1077944384 596 13285 0 0 3 0 5 3 20 0 15 0 444320001 11079880704 10332 33554432000 4194304 4196468 140735568752736 140144990403440 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8051] ppid=7983 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11079880704 10332 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10820196 memory=140372947789440 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444320001 11079880704 10332 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41328 KiB

[startup+0.310844 s]*
/proc/loadavg: 1.36 1.44 1.57 3/228 8052
/proc/meminfo: memFree=28780404/32770624 swapFree=67001964/67108860
[pid=7986] ppid=7983 vsize=10820196 memory=50480 CPUtime=0.4 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 10351 13285 0 0 29 3 5 3 20 0 15 0 444319987 11079880704 12620 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2705049 12620 3307 1 0 2667149 0
[pid=7986/tid=8039] ppid=7983 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 6832 13285 0 0 19 2 5 3 20 0 15 0 444319995 11079880704 12620 33554432000 4194304 4196468 140735568752736 140145540147552 140145568351389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 12620 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10820196 memory=-6733704525061579059 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 12620 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 12620 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 444319996 11079880704 12620 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 444319997 11079880704 12620 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 15 0 444319998 11079880704 12620 33554432000 4194304 4196468 140735568752736 140145026065184 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319998 11079880704 12620 33554432000 4194304 4196468 140735568752736 140144447317104 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11079880704 12620 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) S 7983 7986 5090 0 -1 1077944384 592 13285 0 0 2 0 5 3 20 0 15 0 444320001 11079880704 12620 33554432000 4194304 4196468 140735568752736 140144992508528 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) S 7983 7986 5090 0 -1 1077944384 67 13285 0 0 1 0 5 3 20 0 15 0 444320001 11079880704 12620 33554432000 4194304 4196468 140735568752736 140144991455728 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10820196 memory=140372947789440 CPUtime=0.13 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) S 7983 7986 5090 0 -1 1077944384 604 13285 0 0 5 0 5 3 20 0 15 0 444320001 11079880704 12620 33554432000 4194304 4196468 140735568752736 140144990403440 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8051] ppid=7983 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11079880704 12620 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10820196 memory=140372947789440 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444320001 11079880704 12620 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50480 KiB

[startup+0.700821 s]
/proc/loadavg: 1.36 1.44 1.57 4/228 8052
/proc/meminfo: memFree=28765732/32770624 swapFree=67001964/67108860
[pid=7986] ppid=7983 vsize=10824364 memory=83000 CPUtime=1.15 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 14458 13285 0 0 101 6 5 3 20 0 15 0 444319987 11084148736 20750 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2706091 20750 3508 1 0 2668173 0
[pid=7986/tid=8039] ppid=7983 vsize=10824364 memory=11852 CPUtime=0.67 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 9882 13285 0 0 55 4 5 3 20 0 15 0 444319995 11084148736 20750 33554432000 4194304 4196468 140735568752736 140145540156624 140145568351389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10824364 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11084148736 20750 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10824364 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11084148736 20750 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10824364 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319996 11084148736 20750 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10824364 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 444319996 11084148736 20750 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10824364 memory=7305218370954224976 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 5 13285 0 0 0 0 5 3 20 0 15 0 444319997 11084148736 20750 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10824364 memory=7739276948478060650 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 15 0 444319998 11084148736 20750 33554432000 4194304 4196468 140735568752736 140145026065184 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10824364 memory=5788907178048901200 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444319998 11084148736 20750 33554432000 4194304 4196468 140735568752736 140144447317104 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10824364 memory=5450909908396307978 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11084148736 20750 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10824364 memory=-7533522213388100735 CPUtime=0.23 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) R 7983 7986 5090 0 -1 4202560 1077 13285 0 0 15 0 5 3 20 0 15 0 444320001 11084148736 20750 33554432000 4194304 4196468 140735568752736 140144992508528 140145546115052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10824364 memory=6944656591801717918 CPUtime=0.21 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) R 7983 7986 5090 0 -1 4202560 402 13285 0 0 13 0 5 3 20 0 15 0 444320001 11084148736 20750 33554432000 4194304 4196468 140735568752736 140144991442272 140145551714256 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) R 7983 7986 5090 0 -1 4202560 837 13285 0 0 16 0 5 3 20 0 15 0 444320001 11084148736 20750 33554432000 4194304 4196468 140735568752736 140144990403440 140145547034408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8051] ppid=7983 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11084148736 20750 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10824364 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 444320001 11084148736 20750 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83000 KiB

[startup+1.50074 s]
/proc/loadavg: 1.36 1.44 1.57 5/228 8052
/proc/meminfo: memFree=28720852/32770624 swapFree=67001964/67108860
[pid=7986] ppid=7983 vsize=10834680 memory=170956 CPUtime=2.48 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 21506 13285 0 0 230 10 5 3 20 0 15 0 444319987 11094712320 42739 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2708670 42739 3575 1 0 2670733 0
[pid=7986/tid=8039] ppid=7983 vsize=10834680 memory=55 CPUtime=1.44 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 14830 13285 0 0 130 6 5 3 20 0 15 0 444319995 11094712320 42739 33554432000 4194304 4196468 140735568752736 140145540128656 140145568351389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 88 13285 0 0 1 0 5 3 20 0 15 0 444319996 11094712320 42739 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 25 13285 0 0 0 0 5 3 20 0 15 0 444319996 11094712320 42739 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10834680 memory=18141941861341 CPUtime=0.09 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 349 13285 0 0 1 0 5 3 20 0 15 0 444319996 11094712320 42739 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10834680 memory=-5587106307024652944 CPUtime=0.09 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 57 13285 0 0 1 0 5 3 20 0 15 0 444319996 11094712320 42739 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10834680 memory=-2892745056951965031 CPUtime=0.09 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 483 13285 0 0 1 0 5 3 20 0 15 0 444319997 11094712320 42739 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10834680 memory=-7161732098441943118 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 15 0 444319998 11094712320 42739 33554432000 4194304 4196468 140735568752736 140145026065184 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10834680 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444319998 11094712320 42739 33554432000 4194304 4196468 140735568752736 140144447317088 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10834680 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11094712320 42739 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10834680 memory=-2605811476043407915 CPUtime=0.36 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) S 7983 7986 5090 0 -1 1077944384 1325 13285 0 0 28 0 5 3 20 0 15 0 444320001 11094712320 42739 33554432000 4194304 4196468 140735568752736 140144992508528 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10834680 memory=6944656575208382560 CPUtime=0.3 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) S 7983 7986 5090 0 -1 1077944384 513 13285 0 0 22 0 5 3 20 0 15 0 444320001 11094712320 42739 33554432000 4194304 4196468 140735568752736 140144991455728 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10834680 memory=8128038100524242582 CPUtime=0.51 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) R 7983 7986 5090 0 -1 4202560 1584 13285 0 0 42 1 5 3 20 0 15 0 444320001 11094712320 42739 33554432000 4194304 4196468 140735568752736 140144990403440 140145546695848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0

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

[pid=7986/tid=8051] ppid=7983 vsize=10846988 memory=580 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10846988 memory=1696 CPUtime=0.87 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1007 13285 0 0 35 44 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 1429.41 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 742032 KiB

[startup+1403.2 s]
/proc/loadavg: 1.08 1.35 1.46 3/228 8440
/proc/meminfo: memFree=29872256/32770624 swapFree=67001972/67108860
[pid=7986] ppid=7983 vsize=10846988 memory=742032 CPUtime=1431.03 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 179261 13285 0 0 142879 216 5 3 20 0 15 0 444319987 11107315712 185508 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2711747 185508 3631 1 0 2673805 0
[pid=7986/tid=8039] ppid=7983 vsize=10846988 memory=280745638092592 CPUtime=1388.14 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 52717 13285 0 0 138774 32 5 3 20 0 15 0 444319995 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145540164640 140145149793952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10846988 memory=-3620173217431270332 CPUtime=6.76 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 10813 13285 0 0 635 33 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10846988 memory=742032 CPUtime=6.75 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 9171 13285 0 0 632 35 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10846988 memory=742032 CPUtime=6.78 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 12667 13285 0 0 638 32 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10846988 memory=8112282956445269571 CPUtime=6.78 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 12346 13285 0 0 636 34 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10846988 memory=988 CPUtime=6.44 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 11472 13285 0 0 602 34 5 3 20 0 15 0 444319997 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10846988 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 38 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145026065312 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10846988 memory=1240 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144447317120 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10846988 memory=45180 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10846988 memory=988 CPUtime=3.68 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) S 7983 7986 5090 0 -1 1077944384 21380 13285 0 0 357 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144992508528 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10846988 memory=2012 CPUtime=3.62 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) S 7983 7986 5090 0 -1 1077944384 23293 13285 0 0 351 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144991455728 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10846988 memory=1240 CPUtime=1.83 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) S 7983 7986 5090 0 -1 1077944384 22139 13285 0 0 170 5 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144990403440 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8051] ppid=7983 vsize=10846988 memory=580 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10846988 memory=1696 CPUtime=0.87 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1007 13285 0 0 35 44 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 1431.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 742032 KiB

[startup+1404 s]*
/proc/loadavg: 1.07 1.34 1.45 6/228 8440
/proc/meminfo: memFree=29786944/32770624 swapFree=67001972/67108860
[pid=7986] ppid=7983 vsize=10846988 memory=742032 CPUtime=1431.85 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 179267 13285 0 0 142961 216 5 3 20 0 15 0 444319987 11107315712 185508 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2711747 185508 3631 1 0 2673805 0
[pid=7986/tid=8039] ppid=7983 vsize=10846988 memory=1804 CPUtime=1388.94 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 52722 13285 0 0 138854 32 5 3 20 0 15 0 444319995 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145540165504 140145150252490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10846988 memory=920 CPUtime=6.77 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 10814 13285 0 0 636 33 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10846988 memory=4126316290023845779 CPUtime=6.76 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 9171 13285 0 0 633 35 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10846988 memory=14008 CPUtime=6.79 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 12667 13285 0 0 639 32 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10846988 memory=2116 CPUtime=6.78 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 12346 13285 0 0 636 34 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10846988 memory=24496 CPUtime=6.45 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 11472 13285 0 0 603 34 5 3 20 0 15 0 444319997 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10846988 memory=742032 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 38 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145026065312 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10846988 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144447317120 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10846988 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10846988 memory=742032 CPUtime=3.68 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) S 7983 7986 5090 0 -1 1077944384 21380 13285 0 0 357 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144992508528 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10846988 memory=742032 CPUtime=3.62 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) S 7983 7986 5090 0 -1 1077944384 23293 13285 0 0 351 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144991455728 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10846988 memory=4126316290023845779 CPUtime=1.83 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) S 7983 7986 5090 0 -1 1077944384 22139 13285 0 0 170 5 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144990403440 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8051] ppid=7983 vsize=10846988 memory=1332 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10846988 memory=2648 CPUtime=0.87 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1007 13285 0 0 35 44 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 1431.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 742032 KiB

[startup+1404.8 s]
/proc/loadavg: 1.07 1.34 1.45 6/228 8440
/proc/meminfo: memFree=29786944/32770624 swapFree=67001972/67108860
[pid=7986] ppid=7983 vsize=10846988 memory=742032 CPUtime=1432.66 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 179272 13285 0 0 143042 216 5 3 20 0 15 0 444319987 11107315712 185508 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2711747 185508 3631 1 0 2673805 0
[pid=7986/tid=8039] ppid=7983 vsize=10846988 memory=742032 CPUtime=1389.72 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 52727 13285 0 0 138932 32 5 3 20 0 15 0 444319995 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145540164400 140145142815259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10846988 memory=742032 CPUtime=6.77 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 10814 13285 0 0 636 33 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10846988 memory=1768 CPUtime=6.76 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 9171 13285 0 0 633 35 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10846988 memory=8112282956445269571 CPUtime=6.79 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 12667 13285 0 0 639 32 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10846988 memory=1696 CPUtime=6.79 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 12346 13285 0 0 637 34 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10846988 memory=4000 CPUtime=6.45 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 11472 13285 0 0 603 34 5 3 20 0 15 0 444319997 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10846988 memory=7548 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 38 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145026065312 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144447317120 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10846988 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10846988 memory=1564 CPUtime=3.68 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) S 7983 7986 5090 0 -1 1077944384 21380 13285 0 0 357 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144992508528 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10846988 memory=928 CPUtime=3.62 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) S 7983 7986 5090 0 -1 1077944384 23293 13285 0 0 351 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144991455728 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10846988 memory=8112282956445269571 CPUtime=1.83 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) S 7983 7986 5090 0 -1 1077944384 22139 13285 0 0 170 5 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144990403440 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8051] ppid=7983 vsize=10846988 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10846988 memory=1556 CPUtime=0.87 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1007 13285 0 0 35 44 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 1432.66 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 742032 KiB

[startup+1405.2 s]
/proc/loadavg: 1.07 1.34 1.45 5/228 8440
/proc/meminfo: memFree=29725168/32770624 swapFree=67001972/67108860
[pid=7986] ppid=7983 vsize=10846988 memory=742032 CPUtime=1433.06 cores=1,3,5,7
/proc/7986/stat : 7986 (java) S 7983 7986 5090 0 -1 1077944320 179275 13285 0 0 143082 216 5 3 20 0 15 0 444319987 11107315712 185508 33554432000 4194304 4196468 140735568752736 140735568735280 140145568329463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
/proc/7986/statm: 2711747 185508 3631 1 0 2673805 0
[pid=7986/tid=8039] ppid=7983 vsize=10846988 memory=3616 CPUtime=1390.12 cores=1,3,5,7
/proc/7986/task/8039/stat : 8039 (java) R 7983 7986 5090 0 -1 4202560 52730 13285 0 0 138972 32 5 3 20 0 15 0 444319995 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145540164112 140145148331520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8040] ppid=7983 vsize=10846988 memory=8112282956445269571 CPUtime=6.78 cores=1,3,5,7
/proc/7986/task/8040/stat : 8040 (java) S 7983 7986 5090 0 -1 1077944384 10814 13285 0 0 637 33 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145572572048 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8041] ppid=7983 vsize=10846988 memory=0 CPUtime=6.76 cores=1,3,5,7
/proc/7986/task/8041/stat : 8041 (java) S 7983 7986 5090 0 -1 1077944384 9171 13285 0 0 633 35 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145460845328 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8042] ppid=7983 vsize=10846988 memory=-7595158423499395630 CPUtime=6.79 cores=1,3,5,7
/proc/7986/task/8042/stat : 8042 (java) S 7983 7986 5090 0 -1 1077944384 12667 13285 0 0 639 32 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145459793040 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8043] ppid=7983 vsize=10846988 memory=-7175753904026764170 CPUtime=6.79 cores=1,3,5,7
/proc/7986/task/8043/stat : 8043 (java) S 7983 7986 5090 0 -1 1077944384 12346 13285 0 0 637 34 5 3 20 0 15 0 444319996 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145458740240 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8044] ppid=7983 vsize=10846988 memory=-2895008908443480685 CPUtime=6.45 cores=1,3,5,7
/proc/7986/task/8044/stat : 8044 (java) S 7983 7986 5090 0 -1 1077944384 11472 13285 0 0 603 34 5 3 20 0 15 0 444319997 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145027119216 140145568340610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8045] ppid=7983 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8045/stat : 8045 (java) S 7983 7986 5090 0 -1 1077944384 38 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140145026065312 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8046] ppid=7983 vsize=10846988 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8046/stat : 8046 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444319998 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144447317120 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8047] ppid=7983 vsize=10846988 memory=15817794159643256 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8047/stat : 8047 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144139917392 140145568348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8048] ppid=7983 vsize=10846988 memory=11852 CPUtime=3.68 cores=1,3,5,7
/proc/7986/task/8048/stat : 8048 (java) S 7983 7986 5090 0 -1 1077944384 21380 13285 0 0 357 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144992508528 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8049] ppid=7983 vsize=10846988 memory=532 CPUtime=3.62 cores=1,3,5,7
/proc/7986/task/8049/stat : 8049 (java) S 7983 7986 5090 0 -1 1077944384 23293 13285 0 0 351 3 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144991455728 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8050] ppid=7983 vsize=10846988 memory=1564 CPUtime=1.83 cores=1,3,5,7
/proc/7986/task/8050/stat : 8050 (java) S 7983 7986 5090 0 -1 1077944384 22139 13285 0 0 170 5 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144990403440 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8051] ppid=7983 vsize=10846988 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/7986/task/8051/stat : 8051 (java) S 7983 7986 5090 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144106359776 140145568339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
[pid=7986/tid=8052] ppid=7983 vsize=10846988 memory=1980 CPUtime=0.87 cores=1,3,5,7
/proc/7986/task/8052/stat : 8052 (java) S 7983 7986 5090 0 -1 1077944384 1007 13285 0 0 35 44 5 3 20 0 15 0 444320001 11107315712 185508 33554432000 4194304 4196468 140735568752736 140144989350320 140145568340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140735568759535 140735568762053 140735568762053 140735568764879 0
Current children cumulated CPU time: 1433.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 742032 KiB

Child status: 0
Real time (s): 1405.26
CPU time (s): 1433.14
CPU user time (s): 1430.92
CPU system time (s): 2.21178
CPU usage (%): 101.984
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 742032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1430.92
system time used= 2.21178
maximum resident set size= 744124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169049
involuntary context switches= 4563


# summary of solver processes directly reported to runsolver:
#   pid: 7986
#   total CPU time (s): 1433.14
#   total CPU user time (s): 1430.92
#   total CPU system time (s): 2.21178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.07124 second user time and 12.4161 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 03:33:39
IDJOB=4401089
IDBENCH=128305
IDSOLVER=2857
FILE ID=node146/4401089-1568684060
RUNJOBID= node146-1568673290-5122
PBS_JOBID= 21703776
Free space on /tmp= 58968 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401089-1568684060/watcher-4401089-1568684060 -o /tmp/evaluation-result-4401089-1568684060/solver-4401089-1568684060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5122 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4401089-1568684060.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=1612266580

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        28820164 kB
MemAvailable:   30015636 kB
Buffers:          228512 kB
Cached:          1238140 kB
SwapCached:         4436 kB
Active:          2613440 kB
Inactive:         711056 kB
Active(anon):    1875472 kB
Inactive(anon):    30424 kB
Active(file):     737968 kB
Inactive(file):   680632 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67001964 kB
Dirty:             35404 kB
Writeback:             0 kB
AnonPages:       1966448 kB
Mapped:            60872 kB
Shmem:             39012 kB
Slab:             216072 kB
SReclaimable:     185416 kB
SUnreclaim:        30656 kB
KernelStack:        3712 kB
PageTables:         9576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3011276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1808384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58936 MiB
End job on node146 at 2019-09-17 03:57:05