Trace number 4401389

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 1114.84 1092.49

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 benchmark201.766
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.74/0.55	c Concrete v3.12.2.1568631193530 running
8.24/3.68	o 127
10.58/4.54	o 126
10.58/4.56	o 125
10.58/4.58	o 123
11.33/4.96	o 114
11.33/5.01	o 113
11.49/5.05	o 111
12.44/5.77	o 107
13.98/6.88	o 104
14.22/7.03	o 103
15.68/8.40	o 101
16.35/9.09	o 100
16.35/9.09	o 99
102.64/93.92	o 98
264.00/253.23	o 97
1114.72/1092.47	v <instantiation
1114.72/1092.47	v         cost = '97'>
1114.72/1092.47	v       <list>
1114.72/1092.47	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]
1114.72/1092.47	v       </list>
1114.72/1092.47	v       <values>
1114.72/1092.47	v         0 0 0 0 18 8 8 8 5 19 15 28 25 33 11 19 48 27 35 32 18 33 53 36 41 33 40 26 45 48 41 47 58 54 78 54 48 74 41 36 57 70 67 64 50 57 54 59 68 82 62 63 83 63 66 86 65 74 90 83 90 97
1114.72/1092.47	v       </values>
1114.72/1092.47	v     </instantiation>
1114.72/1092.47	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 (14824 MiB free)
  memory of node 1: 16384 MiB (14404 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401389-1568682280/watcher-4401389-1568682280 -o /tmp/evaluation-result-4401389-1568682280/solver-4401389-1568682280 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=44979452 HOME/instance-4401389-1568682280.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=19801, runsolver pid=19798

[startup+0.100063 s]*
/proc/loadavg: 1.34 1.44 1.48 3/219 19858
/proc/meminfo: memFree=29926596/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 4423 13329 0 0 1 1 5 2 20 0 6 0 444485110 10212057088 4204 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2493178 4204 1935 1 0 2481616 0
[pid=19801/tid=19854] ppid=19798 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 2228 13329 0 0 0 0 5 2 20 0 6 0 444485119 10212057088 4204 33554432000 4194304 4196468 140727051611584 139878835671632 139878863856797 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 6 0 444485120 10212057088 4204 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=9972712 memory=140469235388864 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 6 0 444485120 10212057088 4204 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 6 0 444485120 10212057088 4204 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 2 13329 0 0 0 0 5 2 20 0 6 0 444485120 10212057088 4204 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.215478 s]*
/proc/loadavg: 1.34 1.44 1.48 3/228 19867
/proc/meminfo: memFree=29905324/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10820196 memory=42540 CPUtime=0.27 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 7546 13329 0 0 18 2 5 2 20 0 15 0 444485110 11079880704 10635 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2705049 10635 3317 1 0 2667149 0
[pid=19801/tid=19854] ppid=19798 vsize=10820196 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 4040 13329 0 0 11 1 5 2 20 0 15 0 444485119 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878835649056 139878863858749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10820196 memory=140469235388864 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 2 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 2 13329 0 0 0 0 5 2 20 0 15 0 444485122 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 13 13329 0 0 0 0 5 2 20 0 15 0 444485122 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878226453664 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485122 11079880704 10635 33554432000 4194304 4196468 140727051611584 139877622473456 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11079880704 10635 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) S 19798 19801 17336 0 -1 1077944384 489 13329 0 0 1 0 5 2 20 0 15 0 444485125 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878322133744 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) S 19798 19801 17336 0 -1 1077944384 200 13329 0 0 1 0 5 2 20 0 15 0 444485125 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878321081200 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10820196 memory=140469235369600 CPUtime=0.1 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) S 19798 19801 17336 0 -1 1077944384 580 13329 0 0 3 0 5 2 20 0 15 0 444485125 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878320028144 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11079880704 10635 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10820196 memory=140469235369600 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485126 11079880704 10635 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42540 KiB

[startup+0.311814 s]*
/proc/loadavg: 1.34 1.44 1.48 3/228 19867
/proc/meminfo: memFree=29892568/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10820196 memory=50556 CPUtime=0.39 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 10866 13329 0 0 28 4 5 2 20 0 15 0 444485110 11079880704 12639 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2705049 12639 3327 1 0 2667149 0
[pid=19801/tid=19854] ppid=19798 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 7354 13329 0 0 19 3 5 2 20 0 15 0 444485119 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878835643824 139878849201552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 2 13329 0 0 0 0 5 2 20 0 15 0 444485120 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10820196 memory=140469235369599 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 2 13329 0 0 0 0 5 2 20 0 15 0 444485122 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 13 13329 0 0 0 0 5 2 20 0 15 0 444485122 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878226453664 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485122 11079880704 12639 33554432000 4194304 4196468 140727051611584 139877622473456 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11079880704 12639 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) S 19798 19801 17336 0 -1 1077944384 490 13329 0 0 2 0 5 2 20 0 15 0 444485125 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878322133744 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) S 19798 19801 17336 0 -1 1077944384 200 13329 0 0 2 0 5 2 20 0 15 0 444485125 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878321081200 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10820196 memory=140469235369600 CPUtime=0.12 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) S 19798 19801 17336 0 -1 1077944384 587 13329 0 0 5 0 5 2 20 0 15 0 444485125 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878320028144 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11079880704 12639 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10820196 memory=140469235369600 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485126 11079880704 12639 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50556 KiB

[startup+0.700735 s]
/proc/loadavg: 1.34 1.44 1.48 4/228 19867
/proc/meminfo: memFree=29877784/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10824364 memory=83736 CPUtime=1.1 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 15113 13329 0 0 97 6 5 2 20 0 15 0 444485110 11084148736 20934 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2706091 20934 3510 1 0 2668173 0
[pid=19801/tid=19854] ppid=19798 vsize=10824364 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 10439 13329 0 0 55 4 5 2 20 0 15 0 444485119 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878835662496 139878856071998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10824364 memory=1416 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10824364 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485120 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 2 13329 0 0 0 0 5 2 20 0 15 0 444485120 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 5 13329 0 0 0 0 5 2 20 0 15 0 444485122 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 13 13329 0 0 0 0 5 2 20 0 15 0 444485122 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878226453664 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485122 11084148736 20934 33554432000 4194304 4196468 140727051611584 139877622473456 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11084148736 20934 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) R 19798 19801 17336 0 -1 4202560 991 13329 0 0 12 0 5 2 20 0 15 0 444485125 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878322133744 139878847827680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) R 19798 19801 17336 0 -1 4202560 606 13329 0 0 12 0 5 2 20 0 15 0 444485125 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878321081200 139878847331765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) S 19798 19801 17336 0 -1 1077944384 838 13329 0 0 16 0 5 2 20 0 15 0 444485125 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878320028144 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11084148736 20934 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10824364 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485126 11084148736 20934 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83736 KiB

[startup+1.50069 s]
/proc/loadavg: 1.34 1.44 1.48 3/228 19867
/proc/meminfo: memFree=29835412/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10834680 memory=171320 CPUtime=2.43 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 21761 13329 0 0 225 11 5 2 20 0 15 0 444485110 11094712320 42830 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2708670 42830 3578 1 0 2670733 0
[pid=19801/tid=19854] ppid=19798 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 15334 13329 0 0 129 6 5 2 20 0 15 0 444485119 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878835633040 139878863846806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10834680 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 77 13329 0 0 1 0 5 2 20 0 15 0 444485120 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10834680 memory=7378113797262696784 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 336 13329 0 0 0 0 5 2 20 0 15 0 444485120 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10834680 memory=7667209424811287125 CPUtime=0.08 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 53 13329 0 0 1 0 5 2 20 0 15 0 444485120 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10834680 memory=280938240452960 CPUtime=0.08 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 28 13329 0 0 1 0 5 2 20 0 15 0 444485120 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10834680 memory=225498667981553 CPUtime=0.08 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 174 13329 0 0 1 0 5 2 20 0 15 0 444485122 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10834680 memory=225498667981554 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 14 13329 0 0 0 0 5 2 20 0 15 0 444485122 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878226453728 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10834680 memory=225498667981555 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485122 11094712320 42830 33554432000 4194304 4196468 140727051611584 139877622473472 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10834680 memory=225498667981556 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11094712320 42830 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10834680 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) S 19798 19801 17336 0 -1 1077944384 1095 13329 0 0 22 0 5 2 20 0 15 0 444485125 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878322133744 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10834680 memory=280938240047024 CPUtime=0.32 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) S 19798 19801 17336 0 -1 1077944384 821 13329 0 0 25 0 5 2 20 0 15 0 444485125 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878321081200 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10834680 memory=280938240045168 CPUtime=0.48 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) R 19798 19801 17336 0 -1 4202560 1613 13329 0 0 41 0 5 2 20 0 15 0 444485125 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878320028144 139878847915358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10834680 memory=280938240045232 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11094712320 42830 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10834680 memory=280938240492752 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1 13329 0 0 0 0 5 2 20 0 15 0 444485126 11094712320 42830 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19801/tid=19866] ppid=19798 vsize=10846988 memory=912 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10846988 memory=1984 CPUtime=0.77 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1250 13329 0 0 36 34 5 2 20 0 15 0 444485126 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 1110.27 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 748660 KiB

[startup+1089.6 s]
/proc/loadavg: 1.37 1.37 1.40 3/229 20124
/proc/meminfo: memFree=29790328/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10846988 memory=748660 CPUtime=1111.88 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 166095 13329 0 0 111008 173 5 2 20 0 15 0 444485110 11107315712 187165 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2711747 187165 3632 1 0 2673805 0
[pid=19801/tid=19854] ppid=19798 vsize=10846988 memory=14012 CPUtime=1078.16 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 48396 13329 0 0 107778 31 5 2 20 0 15 0 444485119 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878835670208 139878457619143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10846988 memory=6791534058613427641 CPUtime=5 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 8690 13329 0 0 468 25 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10846988 memory=47272 CPUtime=5.02 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 6780 13329 0 0 469 26 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10846988 memory=988 CPUtime=5 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 8027 13329 0 0 468 25 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10846988 memory=2004 CPUtime=5.02 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 14119 13329 0 0 467 28 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10846988 memory=6791534058613427641 CPUtime=4.75 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 9495 13329 0 0 443 25 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10846988 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 21 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878226453728 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10846988 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 8 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877622473472 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10846988 memory=3220 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10846988 memory=748660 CPUtime=3.46 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) S 19798 19801 17336 0 -1 1077944384 20155 13329 0 0 337 2 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878322133744 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10846988 memory=748660 CPUtime=3.4 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) S 19798 19801 17336 0 -1 1077944384 28356 13329 0 0 329 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878321081200 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10846988 memory=748660 CPUtime=1.82 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) S 19798 19801 17336 0 -1 1077944384 18583 13329 0 0 171 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878320028144 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10846988 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10846988 memory=47272 CPUtime=0.77 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1250 13329 0 0 36 34 5 2 20 0 15 0 444485126 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 1111.88 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 748660 KiB

[startup+1091.2 s]
/proc/loadavg: 1.37 1.37 1.40 3/230 20126
/proc/meminfo: memFree=29789504/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10846988 memory=748660 CPUtime=1113.5 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 166107 13329 0 0 111170 173 5 2 20 0 15 0 444485110 11107315712 187165 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2711747 187165 3632 1 0 2673805 0
[pid=19801/tid=19854] ppid=19798 vsize=10846988 memory=796 CPUtime=1079.74 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 48406 13329 0 0 107936 31 5 2 20 0 15 0 444485119 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878835670880 139878459595001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10846988 memory=6791534058613427641 CPUtime=5 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 8690 13329 0 0 468 25 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10846988 memory=47272 CPUtime=5.02 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 6781 13329 0 0 469 26 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10846988 memory=988 CPUtime=5.01 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 8027 13329 0 0 469 25 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10846988 memory=2004 CPUtime=5.03 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 14119 13329 0 0 468 28 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10846988 memory=6791534058613427641 CPUtime=4.76 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 9496 13329 0 0 444 25 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10846988 memory=1668 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 21 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878226453728 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10846988 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 8 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877622473472 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10846988 memory=912 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10846988 memory=1984 CPUtime=3.46 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) S 19798 19801 17336 0 -1 1077944384 20155 13329 0 0 337 2 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878322133744 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10846988 memory=748660 CPUtime=3.4 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) S 19798 19801 17336 0 -1 1077944384 28356 13329 0 0 329 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878321081200 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10846988 memory=4132 CPUtime=1.82 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) S 19798 19801 17336 0 -1 1077944384 18583 13329 0 0 171 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878320028144 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10846988 memory=1112 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10846988 memory=6048 CPUtime=0.77 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1250 13329 0 0 36 34 5 2 20 0 15 0 444485126 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 1113.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 748660 KiB

[startup+1092 s]*
/proc/loadavg: 1.37 1.37 1.40 3/229 20126
/proc/meminfo: memFree=29789460/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10846988 memory=748660 CPUtime=1114.32 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 166114 13329 0 0 111252 173 5 2 20 0 15 0 444485110 11107315712 187165 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2711747 187165 3632 1 0 2673805 0
[pid=19801/tid=19854] ppid=19798 vsize=10846988 memory=8317482817917895235 CPUtime=1080.54 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 48411 13329 0 0 108016 31 5 2 20 0 15 0 444485119 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878835669808 139878460502747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10846988 memory=712296 CPUtime=5.01 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 8690 13329 0 0 469 25 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10846988 memory=1164 CPUtime=5.03 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 6783 13329 0 0 470 26 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10846988 memory=8317482817917895235 CPUtime=5.02 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 8027 13329 0 0 470 25 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10846988 memory=8317482817917895235 CPUtime=5.03 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 14119 13329 0 0 468 28 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10846988 memory=1984 CPUtime=4.76 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 9496 13329 0 0 444 25 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10846988 memory=2480 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 21 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878226453728 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10846988 memory=1768 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 8 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877622473472 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10846988 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10846988 memory=796 CPUtime=3.46 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) S 19798 19801 17336 0 -1 1077944384 20155 13329 0 0 337 2 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878322133744 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10846988 memory=0 CPUtime=3.4 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) S 19798 19801 17336 0 -1 1077944384 28356 13329 0 0 329 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878321081200 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10846988 memory=712296 CPUtime=1.82 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) S 19798 19801 17336 0 -1 1077944384 18583 13329 0 0 171 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878320028144 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10846988 memory=1164 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10846988 memory=2608 CPUtime=0.77 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1250 13329 0 0 36 34 5 2 20 0 15 0 444485126 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 1114.32 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 748660 KiB

[startup+1092.4 s]
/proc/loadavg: 1.37 1.37 1.40 3/229 20126
/proc/meminfo: memFree=29789460/32770624 swapFree=66977388/67108860
[pid=19801] ppid=19798 vsize=10846988 memory=748660 CPUtime=1114.72 cores=0,2,4,6
/proc/19801/stat : 19801 (java) S 19798 19801 17336 0 -1 1077944320 166117 13329 0 0 111291 174 5 2 20 0 15 0 444485110 11107315712 187165 33554432000 4194304 4196468 140727051611584 140727051594128 139878863834871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
/proc/19801/statm: 2711747 187165 3632 1 0 2673805 0
[pid=19801/tid=19854] ppid=19798 vsize=10846988 memory=1668 CPUtime=1080.92 cores=0,2,4,6
/proc/19801/task/19854/stat : 19854 (java) R 19798 19801 17336 0 -1 4202560 48414 13329 0 0 108054 31 5 2 20 0 15 0 444485119 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878835670896 139878460502747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19855] ppid=19798 vsize=10846988 memory=1440 CPUtime=5.02 cores=0,2,4,6
/proc/19801/task/19855/stat : 19855 (java) S 19798 19801 17336 0 -1 1077944384 8690 13329 0 0 469 26 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878868077584 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19856] ppid=19798 vsize=10846988 memory=912 CPUtime=5.03 cores=0,2,4,6
/proc/19801/task/19856/stat : 19856 (java) S 19798 19801 17336 0 -1 1077944384 6783 13329 0 0 470 26 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878766967952 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19857] ppid=19798 vsize=10846988 memory=6791534058613427641 CPUtime=5.02 cores=0,2,4,6
/proc/19801/task/19857/stat : 19857 (java) S 19798 19801 17336 0 -1 1077944384 8027 13329 0 0 470 25 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878765914896 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19858] ppid=19798 vsize=10846988 memory=1556 CPUtime=5.03 cores=0,2,4,6
/proc/19801/task/19858/stat : 19858 (java) S 19798 19801 17336 0 -1 1077944384 14119 13329 0 0 468 28 5 2 20 0 15 0 444485120 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878764862352 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19859] ppid=19798 vsize=10846988 memory=780 CPUtime=4.76 cores=0,2,4,6
/proc/19801/task/19859/stat : 19859 (java) S 19798 19801 17336 0 -1 1077944384 9496 13329 0 0 444 25 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878323185904 139878863846018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19860] ppid=19798 vsize=10846988 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19860/stat : 19860 (java) S 19798 19801 17336 0 -1 1077944384 21 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878226453728 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19861] ppid=19798 vsize=10846988 memory=1112 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19861/stat : 19861 (java) S 19798 19801 17336 0 -1 1077944384 8 13329 0 0 0 0 5 2 20 0 15 0 444485122 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877622473472 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19862] ppid=19798 vsize=10846988 memory=748660 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19862/stat : 19862 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877382182864 139878863853467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19863] ppid=19798 vsize=10846988 memory=7552 CPUtime=3.46 cores=0,2,4,6
/proc/19801/task/19863/stat : 19863 (java) S 19798 19801 17336 0 -1 1077944384 20155 13329 0 0 337 2 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878322133744 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19864] ppid=19798 vsize=10846988 memory=1808 CPUtime=3.4 cores=0,2,4,6
/proc/19801/task/19864/stat : 19864 (java) S 19798 19801 17336 0 -1 1077944384 28356 13329 0 0 329 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878321081200 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19865] ppid=19798 vsize=10846988 memory=920 CPUtime=1.82 cores=0,2,4,6
/proc/19801/task/19865/stat : 19865 (java) S 19798 19801 17336 0 -1 1077944384 18583 13329 0 0 171 4 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878320028144 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19866] ppid=19798 vsize=10846988 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/19801/task/19866/stat : 19866 (java) S 19798 19801 17336 0 -1 1077944384 3 13329 0 0 0 0 5 2 20 0 15 0 444485125 11107315712 187165 33554432000 4194304 4196468 140727051611584 139877348625248 139878863845077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
[pid=19801/tid=19867] ppid=19798 vsize=10846988 memory=2608 CPUtime=0.77 cores=0,2,4,6
/proc/19801/task/19867/stat : 19867 (java) S 19798 19801 17336 0 -1 1077944384 1250 13329 0 0 36 34 5 2 20 0 15 0 444485126 11107315712 187165 33554432000 4194304 4196468 140727051611584 139878318975536 139878863846018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 7073792 140727051619057 140727051621573 140727051621573 140727051624399 0
Current children cumulated CPU time: 1114.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 748660 KiB

Child status: 0
Real time (s): 1092.49
CPU time (s): 1114.84
CPU user time (s): 1113.05
CPU system time (s): 1.78787
CPU usage (%): 102.046
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 748660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1113.05
system time used= 1.78787
maximum resident set size= 750748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128688
involuntary context switches= 4263


# summary of solver processes directly reported to runsolver:
#   pid: 19801
#   total CPU time (s): 1114.84
#   total CPU user time (s): 1113.05
#   total CPU system time (s): 1.78787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.19969 second user time and 10.6075 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 01:54:21
IDJOB=4401389
IDBENCH=128305
IDSOLVER=2858
FILE ID=node104/4401389-1568682280
RUNJOBID= node104-1568669113-17367
PBS_JOBID= 21703796
Free space on /tmp= 58976 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-4401389-1568682280/watcher-4401389-1568682280 -o /tmp/evaluation-result-4401389-1568682280/solver-4401389-1568682280 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=44979452 HOME/instance-4401389-1568682280.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=44979452

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        29931244 kB
MemAvailable:   30568716 kB
Buffers:           86064 kB
Cached:           848768 kB
SwapCached:        32304 kB
Active:          1936860 kB
Inactive:         329836 kB
Active(anon):    1300380 kB
Inactive(anon):    80716 kB
Active(file):     636480 kB
Inactive(file):   249120 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977388 kB
Dirty:             35452 kB
Writeback:             0 kB
AnonPages:       1411236 kB
Mapped:            61528 kB
Shmem:             40472 kB
Slab:             165008 kB
SReclaimable:     135416 kB
SUnreclaim:        29592 kB
KernelStack:        3744 kB
PageTables:         8376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2470320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1251328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58944 MiB
End job on node104 at 2019-09-17 02:12:34