Trace number 4396513

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.2OPT103 703.943 688.597

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-01.xml
MD5SUM90855c6c3ff0f3816786e6ae00e0aae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark80.7366
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size332
Distribution of domain sizes[{"size":1,"count":1},{"size":332,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":9},{"degree":5,"count":20},{"degree":6,"count":15},{"degree":7,"count":14},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":112},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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.78/0.55	c Concrete v3.12.2.1568380929293 running
9.27/3.99	o 126
9.63/4.02	o 125
9.63/4.05	o 124
9.63/4.10	o 123
10.24/4.20	o 122
10.57/4.30	o 120
11.08/4.58	o 119
11.53/4.83	o 118
12.02/5.13	o 113
14.22/6.80	o 112
14.62/7.12	o 111
14.75/7.24	o 109
15.23/7.69	o 108
15.72/8.00	o 107
24.04/15.81	o 106
177.96/167.79	o 105
389.91/377.64	o 104
390.01/377.70	o 103
703.83/688.58	v <instantiation
703.83/688.58	v         cost = '103'>
703.83/688.58	v       <list>
703.83/688.58	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]
703.83/688.58	v       </list>
703.83/688.58	v       <values>
703.83/688.58	v         0 4 0 0 3 8 8 24 24 15 31 38 23 39 8 8 31 40 49 73 37 28 38 18 41 49 43 47 44 57 31 56 76 67 48 41 28 49 65 66 57 70 57 77 66 76 86 77 77 87 79 87 94 85 94 75 74 93 98 102 77 103
703.83/688.58	v       </values>
703.83/688.58	v     </instantiation>
703.83/688.58	s OPTIMUM FOUND

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396513-1568401575/watcher-4396513-1568401575 -o /tmp/evaluation-result-4396513-1568401575/solver-4396513-1568401575 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1473419438 HOME/instance-4396513-1568401575.xml 

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

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=8701, runsolver pid=8698

[startup+0.100122 s]*
/proc/loadavg: 1.51 1.56 1.50 3/219 8758
/proc/meminfo: memFree=25151604/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 4318 13041 0 0 1 0 5 3 20 0 6 0 416071353 10212057088 4582 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2493178 4582 1933 1 0 2481616 0
[pid=8701/tid=8754] ppid=8698 vsize=9972712 memory=-8889949278721851327 CPUtime=0.09 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 2122 13041 0 0 1 0 5 3 20 0 6 0 416071362 10212057088 4582 33554432000 4194304 4196468 140731585015840 140016098447952 140016111734128 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 6 0 416071363 10212057088 4582 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=9972712 memory=140464077260416 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 6 0 416071363 10212057088 4582 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 6 0 416071363 10212057088 4582 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2 13041 0 0 0 0 5 3 20 0 6 0 416071363 10212057088 4582 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210062 s]*
/proc/loadavg: 1.51 1.56 1.50 3/228 8767
/proc/meminfo: memFree=25135168/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10819664 memory=40200 CPUtime=0.27 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 6861 13041 0 0 17 2 5 3 20 0 15 0 416071353 11079335936 10050 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2704916 10050 3167 1 0 2667149 0
[pid=8701/tid=8754] ppid=8698 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 3351 13041 0 0 11 1 5 3 20 0 15 0 416071362 11079335936 10050 33554432000 4194304 4196468 140731585015840 140016098426032 140016110691678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10819664 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079335936 10050 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10819664 memory=140464077269181 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079335936 10050 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079335936 10050 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079335936 10050 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10819664 memory=140464077260416 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 2 13041 0 0 0 0 5 3 20 0 15 0 416071364 11079335936 10050 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 33 13041 0 0 0 0 5 3 20 0 15 0 416071365 11079335936 10050 33554432000 4194304 4196468 140731585015840 140015128483488 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071365 11079335936 10050 33554432000 4194304 4196468 140731585015840 140014994318576 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11079335936 10050 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 198 13041 0 0 1 0 5 3 20 0 15 0 416071368 11079335936 10050 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) S 8698 8701 3758 0 -1 1077944384 448 13041 0 0 0 0 5 3 20 0 15 0 416071368 11079335936 10050 33554432000 4194304 4196468 140731585015840 140015093873008 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10819664 memory=140464077260416 CPUtime=0.11 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) R 8698 8701 3758 0 -1 4202560 624 13041 0 0 3 0 5 3 20 0 15 0 416071368 11079335936 10050 33554432000 4194304 4196468 140731585015840 140015092819952 140016118848318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11079335936 10050 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10819664 memory=140464077260416 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071368 11079335936 10050 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40200 KiB

[startup+0.310522 s]*
/proc/loadavg: 1.51 1.56 1.50 4/228 8767
/proc/meminfo: memFree=25123116/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10820148 memory=49024 CPUtime=0.4 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 10536 13041 0 0 29 3 5 3 20 0 15 0 416071353 11079831552 12256 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2705037 12256 3299 1 0 2667149 0
[pid=8701/tid=8754] ppid=8698 vsize=10820148 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 6991 13041 0 0 19 3 5 3 20 0 15 0 416071362 11079831552 12256 33554432000 4194304 4196468 140731585015840 140016098431408 140016126623126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079831552 12256 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079831552 12256 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079831552 12256 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2 13041 0 0 0 0 5 3 20 0 15 0 416071363 11079831552 12256 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 2 13041 0 0 0 0 5 3 20 0 15 0 416071364 11079831552 12256 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 33 13041 0 0 0 0 5 3 20 0 15 0 416071365 11079831552 12256 33554432000 4194304 4196468 140731585015840 140015128483488 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071365 11079831552 12256 33554432000 4194304 4196468 140731585015840 140014994318576 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11079831552 12256 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 207 13041 0 0 2 0 5 3 20 0 15 0 416071368 11079831552 12256 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) S 8698 8701 3758 0 -1 1077944384 449 13041 0 0 1 0 5 3 20 0 15 0 416071368 11079831552 12256 33554432000 4194304 4196468 140731585015840 140015093873008 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10820148 memory=140464077260416 CPUtime=0.13 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) R 8698 8701 3758 0 -1 4202560 633 13041 0 0 5 0 5 3 20 0 15 0 416071368 11079831552 12256 33554432000 4194304 4196468 140731585015840 140015092819952 140016111776830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11079831552 12256 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10820148 memory=140464077260416 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071368 11079831552 12256 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49024 KiB

[startup+0.700747 s]
/proc/loadavg: 1.51 1.56 1.50 3/228 8767
/proc/meminfo: memFree=25107856/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10824360 memory=81604 CPUtime=1.15 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 14674 13041 0 0 102 5 5 3 20 0 15 0 416071353 11084144640 20401 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2706090 20401 3501 1 0 2668173 0
[pid=8701/tid=8754] ppid=8698 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 9973 13041 0 0 55 4 5 3 20 0 15 0 416071362 11084144640 20401 33554432000 4194304 4196468 140731585015840 140016098440736 140016118848318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11084144640 20401 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11084144640 20401 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10824360 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071363 11084144640 20401 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2 13041 0 0 0 0 5 3 20 0 15 0 416071363 11084144640 20401 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 5 13041 0 0 0 0 5 3 20 0 15 0 416071364 11084144640 20401 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10824360 memory=140463952769744 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 33 13041 0 0 0 0 5 3 20 0 15 0 416071365 11084144640 20401 33554432000 4194304 4196468 140731585015840 140015128483488 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10824360 memory=140466905416269 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071365 11084144640 20401 33554432000 4194304 4196468 140731585015840 140014994318576 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10824360 memory=1096 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11084144640 20401 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10824360 memory=7089886620845893184 CPUtime=0.22 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 695 13041 0 0 14 0 5 3 20 0 15 0 416071368 11084144640 20401 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10824360 memory=7739276948478389095 CPUtime=0.21 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) R 8698 8701 3758 0 -1 4202560 918 13041 0 0 13 0 5 3 20 0 15 0 416071368 11084144640 20401 33554432000 4194304 4196468 140731585015840 140015093873008 140016110111734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10824360 memory=6148935659200796009 CPUtime=0.25 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) S 8698 8701 3758 0 -1 1077944384 831 13041 0 0 17 0 5 3 20 0 15 0 416071368 11084144640 20401 33554432000 4194304 4196468 140731585015840 140015092819952 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10824360 memory=3512 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11084144640 20401 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071368 11084144640 20401 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81604 KiB

[startup+1.50075 s]
/proc/loadavg: 1.51 1.56 1.50 3/228 8767
/proc/meminfo: memFree=25063436/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10834676 memory=171912 CPUtime=2.48 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 21421 13041 0 0 230 10 5 3 20 0 15 0 416071353 11094708224 42978 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2708669 42978 3577 1 0 2670733 0
[pid=8701/tid=8754] ppid=8698 vsize=10834676 memory=9174 CPUtime=1.44 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 14893 13041 0 0 130 6 5 3 20 0 15 0 416071362 11094708224 42978 33554432000 4194304 4196468 140731585015840 140016098411248 140016126633117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 50 13041 0 0 1 0 5 3 20 0 15 0 416071363 11094708224 42978 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 29 13041 0 0 0 0 5 3 20 0 15 0 416071363 11094708224 42978 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10834676 memory=604 CPUtime=0.09 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 84 13041 0 0 1 0 5 3 20 0 15 0 416071363 11094708224 42978 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10834676 memory=81604 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 369 13041 0 0 0 0 5 3 20 0 15 0 416071363 11094708224 42978 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 150 13041 0 0 1 0 5 3 20 0 15 0 416071364 11094708224 42978 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10834676 memory=280927905481200 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 34 13041 0 0 0 0 5 3 20 0 15 0 416071365 11094708224 42978 33554432000 4194304 4196468 140731585015840 140015128483488 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10834676 memory=280927905532000 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071365 11094708224 42978 33554432000 4194304 4196468 140731585015840 140014994318592 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11094708224 42978 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10834676 memory=6935649255759568960 CPUtime=0.32 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 885 13041 0 0 24 0 5 3 20 0 15 0 416071368 11094708224 42978 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10834676 memory=280927905815424 CPUtime=0.34 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) R 8698 8701 3758 0 -1 1077944384 1077 13041 0 0 26 0 5 3 20 0 15 0 416071368 11094708224 42978 33554432000 4194304 4196468 140731585015840 140015093873008 140016126622338 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10834676 memory=6944656425123290226 CPUtime=0.51 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) R 8698 8701 3758 0 -1 4202560 1633 13041 0 0 43 0 5 3 20 0 15 0 416071368 11094708224 42978 33554432000 4194304 4196468 140731585015840 140015092819952 140016105220339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10834676 memory=-7233780906022716832 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11094708224 42978 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10834676 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 1 13041 0 0 0 0 5 3 20 0 15 0 416071368 11094708224 42978 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834676 KiB

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

[pid=8701/tid=8766] ppid=8698 vsize=10846984 memory=4008 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10846984 memory=1096 CPUtime=0.46 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 862 13041 0 0 17 21 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 701.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608548 KiB

[startup+687.201 s]
/proc/loadavg: 1.49 1.41 1.43 3/226 8828
/proc/meminfo: memFree=24608480/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10846984 memory=608548 CPUtime=702.51 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 137745 13041 0 0 70143 100 5 3 20 0 15 0 416071353 11107311616 152137 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2711746 152137 3631 1 0 2673805 0
[pid=8701/tid=8754] ppid=8698 vsize=10846984 memory=3512 CPUtime=682.02 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 37589 13041 0 0 68175 19 5 3 20 0 15 0 416071362 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016098447392 140015695471391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10846984 memory=40096 CPUtime=2.26 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 6406 13041 0 0 204 14 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10846984 memory=2020 CPUtime=2.25 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 3762 13041 0 0 204 13 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10846984 memory=8112282956445269571 CPUtime=2.26 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 6956 13041 0 0 206 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10846984 memory=12040 CPUtime=2.23 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2065 13041 0 0 203 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10846984 memory=2124 CPUtime=2.17 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 7170 13041 0 0 198 11 5 3 20 0 15 0 416071364 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10846984 memory=21492 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 39 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015128483616 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10846984 memory=492 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 5 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014994318592 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10846984 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10846984 memory=608548 CPUtime=3.65 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 25225 13041 0 0 354 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10846984 memory=988 CPUtime=3.88 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) S 8698 8701 3758 0 -1 1077944384 21306 13041 0 0 377 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015093873008 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10846984 memory=1368 CPUtime=1.93 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) S 8698 8701 3758 0 -1 1077944384 24145 13041 0 0 181 4 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015092819952 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10846984 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10846984 memory=1716 CPUtime=0.46 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 862 13041 0 0 17 21 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 702.51 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608548 KiB

[startup+688.001 s]*
/proc/loadavg: 1.49 1.41 1.43 3/226 8828
/proc/meminfo: memFree=24608480/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10846984 memory=608548 CPUtime=703.33 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 137749 13041 0 0 70225 100 5 3 20 0 15 0 416071353 11107311616 152137 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2711746 152137 3631 1 0 2673805 0
[pid=8701/tid=8754] ppid=8698 vsize=10846984 memory=111632 CPUtime=682.83 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 37593 13041 0 0 68256 19 5 3 20 0 15 0 416071362 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016098446464 140015697550496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10846984 memory=4126316290023845779 CPUtime=2.26 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 6406 13041 0 0 204 14 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10846984 memory=1408 CPUtime=2.26 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 3762 13041 0 0 205 13 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10846984 memory=3256 CPUtime=2.27 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 6956 13041 0 0 207 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10846984 memory=1625888 CPUtime=2.24 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2065 13041 0 0 204 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10846984 memory=1408 CPUtime=2.17 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 7170 13041 0 0 198 11 5 3 20 0 15 0 416071364 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10846984 memory=3200 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 39 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015128483616 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10846984 memory=608548 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 5 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014994318592 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10846984 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10846984 memory=1164 CPUtime=3.65 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 25225 13041 0 0 354 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10846984 memory=4126316290023845779 CPUtime=3.88 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) S 8698 8701 3758 0 -1 1077944384 21306 13041 0 0 377 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015093873008 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10846984 memory=2600 CPUtime=1.93 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) S 8698 8701 3758 0 -1 1077944384 24145 13041 0 0 181 4 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015092819952 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10846984 memory=2772 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10846984 memory=1408 CPUtime=0.46 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 862 13041 0 0 17 21 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 703.33 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608548 KiB

[startup+688.401 s]
/proc/loadavg: 1.49 1.41 1.43 3/226 8828
/proc/meminfo: memFree=24608480/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10846984 memory=608548 CPUtime=703.73 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 137763 13041 0 0 70265 100 5 3 20 0 15 0 416071353 11107311616 152137 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2711746 152137 3631 1 0 2673805 0
[pid=8701/tid=8754] ppid=8698 vsize=10846984 memory=1768 CPUtime=683.21 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 37595 13041 0 0 68294 19 5 3 20 0 15 0 416071362 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016098447408 140015697093888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10846984 memory=8112282956445269571 CPUtime=2.27 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 6406 13041 0 0 205 14 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10846984 memory=8112282956445269571 CPUtime=2.26 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 3763 13041 0 0 205 13 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10846984 memory=0 CPUtime=2.27 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 6957 13041 0 0 207 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10846984 memory=140466905416280 CPUtime=2.24 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2066 13041 0 0 204 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10846984 memory=140466905416285 CPUtime=2.17 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 7179 13041 0 0 198 11 5 3 20 0 15 0 416071364 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10846984 memory=142906446840459 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 39 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015128483616 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10846984 memory=140466905416566 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 5 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014994318592 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10846984 memory=896 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10846984 memory=1980 CPUtime=3.65 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 25225 13041 0 0 354 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10846984 memory=2520 CPUtime=3.88 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) S 8698 8701 3758 0 -1 1077944384 21306 13041 0 0 377 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015093873008 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10846984 memory=1760 CPUtime=1.93 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) S 8698 8701 3758 0 -1 1077944384 24145 13041 0 0 181 4 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015092819952 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10846984 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10846984 memory=111632 CPUtime=0.46 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 862 13041 0 0 17 21 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 703.73 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608548 KiB

[startup+688.501 s]
/proc/loadavg: 1.49 1.41 1.43 3/226 8828
/proc/meminfo: memFree=24608480/32770624 swapFree=66957012/67108860
[pid=8701] ppid=8698 vsize=10846984 memory=608548 CPUtime=703.83 cores=1,3,5,7
/proc/8701/stat : 8701 (java) S 8698 8701 3758 0 -1 1077944320 137763 13041 0 0 70275 100 5 3 20 0 15 0 416071353 11107311616 152137 33554432000 4194304 4196468 140731585015840 140731584998384 140016126611191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
/proc/8701/statm: 2711746 152137 3631 1 0 2673805 0
[pid=8701/tid=8754] ppid=8698 vsize=10846984 memory=608548 CPUtime=683.31 cores=1,3,5,7
/proc/8701/task/8754/stat : 8754 (java) R 8698 8701 3758 0 -1 4202560 37595 13041 0 0 68304 19 5 3 20 0 15 0 416071362 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016098447408 140015695111848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8755] ppid=8698 vsize=10846984 memory=608548 CPUtime=2.27 cores=1,3,5,7
/proc/8701/task/8755/stat : 8755 (java) S 8698 8701 3758 0 -1 1077944384 6406 13041 0 0 205 14 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016130853392 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8756] ppid=8698 vsize=10846984 memory=608548 CPUtime=2.26 cores=1,3,5,7
/proc/8701/task/8756/stat : 8756 (java) S 8698 8701 3758 0 -1 1077944384 3763 13041 0 0 205 13 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016019126928 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8757] ppid=8698 vsize=10846984 memory=608492 CPUtime=2.27 cores=1,3,5,7
/proc/8701/task/8757/stat : 8757 (java) S 8698 8701 3758 0 -1 1077944384 6957 13041 0 0 207 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016018073872 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8758] ppid=8698 vsize=10846984 memory=608424 CPUtime=2.24 cores=1,3,5,7
/proc/8701/task/8758/stat : 8758 (java) S 8698 8701 3758 0 -1 1077944384 2066 13041 0 0 204 12 5 3 20 0 15 0 416071363 11107311616 152137 33554432000 4194304 4196468 140731585015840 140016017021328 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8759] ppid=8698 vsize=10846984 memory=608492 CPUtime=2.17 cores=1,3,5,7
/proc/8701/task/8759/stat : 8759 (java) S 8698 8701 3758 0 -1 1077944384 7179 13041 0 0 198 11 5 3 20 0 15 0 416071364 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015129537264 140016126622338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8760] ppid=8698 vsize=10846984 memory=608548 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8760/stat : 8760 (java) S 8698 8701 3758 0 -1 1077944384 39 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015128483616 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8761] ppid=8698 vsize=10846984 memory=6153985703205688937 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8761/stat : 8761 (java) S 8698 8701 3758 0 -1 1077944384 5 13041 0 0 0 0 5 3 20 0 15 0 416071365 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014994318592 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8762] ppid=8698 vsize=10846984 memory=608548 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8762/stat : 8762 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014686919120 140016126629787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8763] ppid=8698 vsize=10846984 memory=608548 CPUtime=3.65 cores=1,3,5,7
/proc/8701/task/8763/stat : 8763 (java) S 8698 8701 3758 0 -1 1077944384 25225 13041 0 0 354 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015094925552 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8764] ppid=8698 vsize=10846984 memory=3848 CPUtime=3.88 cores=1,3,5,7
/proc/8701/task/8764/stat : 8764 (java) S 8698 8701 3758 0 -1 1077944384 21306 13041 0 0 377 3 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015093873008 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8765] ppid=8698 vsize=10846984 memory=2600 CPUtime=1.93 cores=1,3,5,7
/proc/8701/task/8765/stat : 8765 (java) S 8698 8701 3758 0 -1 1077944384 24145 13041 0 0 181 4 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015092819952 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8766] ppid=8698 vsize=10846984 memory=608548 CPUtime=0.08 cores=1,3,5,7
/proc/8701/task/8766/stat : 8766 (java) S 8698 8701 3758 0 -1 1077944384 3 13041 0 0 0 0 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140014653360480 140016126621397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
[pid=8701/tid=8767] ppid=8698 vsize=10846984 memory=1164 CPUtime=0.46 cores=1,3,5,7
/proc/8701/task/8767/stat : 8767 (java) S 8698 8701 3758 0 -1 1077944384 862 13041 0 0 17 21 5 3 20 0 15 0 416071368 11107311616 152137 33554432000 4194304 4196468 140731585015840 140015091768368 140016126622338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140731585018607 140731585021125 140731585021125 140731585023951 0
Current children cumulated CPU time: 703.83 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608548 KiB

Child status: 0
Real time (s): 688.597
CPU time (s): 703.943
CPU user time (s): 702.891
CPU system time (s): 1.05193
CPU usage (%): 102.229
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 620928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.891
system time used= 1.05193
maximum resident set size= 622976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152343
page faults= 0
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65350
involuntary context switches= 1747


# summary of solver processes directly reported to runsolver:
#   pid: 8701
#   total CPU time (s): 703.943
#   total CPU user time (s): 702.891
#   total CPU system time (s): 1.05193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14613 second user time and 5.36727 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 21:05:32
IDJOB=4396513
IDBENCH=128339
IDSOLVER=2847
FILE ID=node147/4396513-1568401575
RUNJOBID= node147-1568394074-6200
PBS_JOBID= 21701856
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396513-1568401575/watcher-4396513-1568401575 -o /tmp/evaluation-result-4396513-1568401575/solver-4396513-1568401575 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1473419438 HOME/instance-4396513-1568401575.xml

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

MD5SUM BENCH= 90855c6c3ff0f3816786e6ae00e0aae6
RANDOM SEED=1473419438

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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:        25160496 kB
MemAvailable:   30153456 kB
Buffers:          175252 kB
Cached:          5045108 kB
SwapCached:        48500 kB
Active:          3729536 kB
Inactive:        3200920 kB
Active(anon):    1661912 kB
Inactive(anon):    89344 kB
Active(file):    2067624 kB
Inactive(file):  3111576 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             35796 kB
Writeback:             0 kB
AnonPages:       1631952 kB
Mapped:            58136 kB
Shmem:             32768 kB
Slab:             271612 kB
SReclaimable:     242220 kB
SUnreclaim:        29392 kB
KernelStack:        3904 kB
PageTables:         8864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2818264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1478656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58808 MiB
End job on node147 at 2019-09-13 21:17:01