Trace number 4396506

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.2OPT68 241.62 230.745

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-06-08.xml
MD5SUM8d7da43fda8420e04b4d8dcd0c7711ab
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark35.3822
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size505
Distribution of domain sizes[{"size":1,"count":1},{"size":505,"count":91}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":26},{"degree":5,"count":23},{"degree":6,"count":22},{"degree":7,"count":11}]
Minimum constraint arity2
Maximum constraint arity48
Distribution of constraint arities[{"arity":2,"count":138},{"arity":42,"count":1},{"arity":43,"count":1},{"arity":48,"count":2}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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.56	c Concrete v3.12.2.1568380929293 running
10.65/4.45	o 79
10.97/4.55	o 78
11.21/4.66	o 77
11.63/4.94	o 74
11.63/4.98	o 73
16.19/8.50	o 72
18.88/10.80	o 71
20.42/12.38	o 69
39.34/30.47	o 68
241.54/230.73	v <instantiation
241.54/230.73	v         cost = '68'>
241.54/230.73	v       <list>
241.54/230.73	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] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
241.54/230.73	v       </list>
241.54/230.73	v       <values>
241.54/230.73	v         0 0 0 0 6 4 8 18 9 20 6 31 16 33 8 4 13 37 13 17 60 22 13 16 8 46 27 14 30 15 26 23 13 15 16 19 27 17 9 23 22 32 35 42 33 9 39 11 19 39 40 32 18 53 29 37 40 28 4 9 28 41 37 39 35 37 37 31 41 33 43 46 45 44 54 54 32 48 43 46 47 55 46 55 54 57 51 59 64 65 62 68
241.54/230.73	v       </values>
241.54/230.73	v     </instantiation>
241.54/230.73	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396506-1568401710/watcher-4396506-1568401710 -o /tmp/evaluation-result-4396506-1568401710/solver-4396506-1568401710 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=278827101 HOME/instance-4396506-1568401710.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=17091, runsolver pid=17088

[startup+0.10004 s]*
/proc/loadavg: 2.39 1.82 1.38 4/218 17148
/proc/meminfo: memFree=24928716/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=9972712 memory=14912 CPUtime=0.08 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 4506 13055 0 0 1 0 4 3 20 0 6 0 416085875 10212057088 3728 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2493178 3728 1935 1 0 2481616 0
[pid=17091/tid=17144] ppid=17088 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 2317 13055 0 0 0 0 4 3 20 0 6 0 416085884 10212057088 3794 33554432000 4194304 4196468 140722847306224 140523653825104 140523666068830 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 6 0 416085885 10212057088 3794 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=9972712 memory=139776428385920 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 6 0 416085885 10212057088 3794 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 6 0 416085885 10212057088 3794 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 2 13055 0 0 0 0 4 3 20 0 6 0 416085885 10212057088 3794 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210087 s]*
/proc/loadavg: 2.39 1.82 1.38 3/227 17157
/proc/meminfo: memFree=24907144/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10819664 memory=41124 CPUtime=0.25 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 7106 13055 0 0 17 1 4 3 20 0 15 0 416085875 11079335936 10281 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2704916 10281 3164 1 0 2667149 0
[pid=17091/tid=17144] ppid=17088 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 3587 13055 0 0 11 1 4 3 20 0 15 0 416085884 11079335936 10281 33554432000 4194304 4196468 140722847306224 140523653821360 140523666068830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10819664 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079335936 10281 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10819664 memory=288370152580097664 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079335936 10281 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079335936 10281 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 2 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079335936 10281 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10819664 memory=139776428385920 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 2 13055 0 0 0 0 4 3 20 0 15 0 416085886 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 13 13055 0 0 0 0 4 3 20 0 15 0 416085887 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522605765536 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085887 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522471547888 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 474 13055 0 0 1 0 4 3 20 0 15 0 416085890 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 184 13055 0 0 0 0 4 3 20 0 15 0 416085890 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10819664 memory=139776428385920 CPUtime=0.1 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) R 17088 17091 16639 0 -1 4202560 631 13055 0 0 3 0 4 3 20 0 15 0 416085890 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522681244400 140523660948178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10819664 memory=139776428385920 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085890 11079335936 10281 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41124 KiB

[startup+0.3124 s]*
/proc/loadavg: 2.39 1.82 1.38 4/227 17157
/proc/meminfo: memFree=24894960/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10820148 memory=50020 CPUtime=0.4 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 10763 13055 0 0 29 4 4 3 20 0 15 0 416085875 11079831552 12505 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2705037 12505 3296 1 0 2667149 0
[pid=17091/tid=17144] ppid=17088 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 7218 13055 0 0 19 2 4 3 20 0 15 0 416085884 11079831552 12505 33554432000 4194304 4196468 140722847306224 140523653788256 140523666068830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079831552 12505 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079831552 12505 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079831552 12505 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 2 13055 0 0 0 0 4 3 20 0 15 0 416085885 11079831552 12505 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 2 13055 0 0 0 0 4 3 20 0 15 0 416085886 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 13 13055 0 0 0 0 4 3 20 0 15 0 416085887 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522605765536 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085887 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522471547888 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 475 13055 0 0 2 0 4 3 20 0 15 0 416085890 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 189 13055 0 0 1 0 4 3 20 0 15 0 416085890 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10820148 memory=139776428385920 CPUtime=0.12 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) S 17088 17091 16639 0 -1 1077944384 650 13055 0 0 5 0 4 3 20 0 15 0 416085890 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522681244400 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10820148 memory=139776428385920 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085890 11079831552 12505 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50020 KiB

[startup+0.700766 s]
/proc/loadavg: 2.39 1.82 1.38 3/227 17157
/proc/meminfo: memFree=24879816/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10824360 memory=83388 CPUtime=1.14 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 15153 13055 0 0 101 6 4 3 20 0 15 0 416085875 11084144640 20847 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2706090 20847 3504 1 0 2668173 0
[pid=17091/tid=17144] ppid=17088 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 10438 13055 0 0 55 4 4 3 20 0 15 0 416085884 11084144640 20908 33554432000 4194304 4196468 140722847306224 140523653799792 140523663383549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11084144640 20908 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11084144640 20908 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10824360 memory=139776288239824 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085885 11084144640 20908 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10824360 memory=139779710648939 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 2 13055 0 0 0 0 4 3 20 0 15 0 416085885 11084144640 20908 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10824360 memory=1076 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 6 13055 0 0 0 0 4 3 20 0 15 0 416085886 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10824360 memory=7014751519650698577 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 13 13055 0 0 0 0 4 3 20 0 15 0 416085887 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522605765536 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10824360 memory=8027782147104397669 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085887 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522471547888 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10824360 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10824360 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 908 13055 0 0 12 0 4 3 20 0 15 0 416085890 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10824360 memory=520 CPUtime=0.22 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 721 13055 0 0 15 0 4 3 20 0 15 0 416085890 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10824360 memory=1560 CPUtime=0.24 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) S 17088 17091 16639 0 -1 1077944384 853 13055 0 0 17 0 4 3 20 0 15 0 416085890 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522681244400 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10824360 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10824360 memory=3688 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085890 11084144640 20908 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83388 KiB

[startup+1.50076 s]
/proc/loadavg: 2.39 1.82 1.38 3/227 17157
/proc/meminfo: memFree=24837804/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10834676 memory=173456 CPUtime=2.5 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 21744 13055 0 0 233 10 4 3 20 0 15 0 416085875 11094708224 43364 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2708669 43364 3577 1 0 2670733 0
[pid=17091/tid=17144] ppid=17088 vsize=10834676 memory=170352 CPUtime=1.42 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 15316 13055 0 0 129 6 4 3 20 0 15 0 416085884 11094708224 43364 33554432000 4194304 4196468 140722847306224 140523653780272 140523666031973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10834676 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 81 13055 0 0 1 0 4 3 20 0 15 0 416085885 11094708224 43364 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10834676 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 83 13055 0 0 1 0 4 3 20 0 15 0 416085885 11094708224 43364 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 298 13055 0 0 1 0 4 3 20 0 15 0 416085885 11094708224 43364 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 38 13055 0 0 1 0 4 3 20 0 15 0 416085885 11094708224 43364 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 141 13055 0 0 1 0 4 3 20 0 15 0 416085886 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 13 13055 0 0 0 0 4 3 20 0 15 0 416085887 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522605765536 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 2 13055 0 0 0 0 4 3 20 0 15 0 416085887 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522471547888 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 1136 13055 0 0 25 0 4 3 20 0 15 0 416085890 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10834676 memory=4580 CPUtime=0.36 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 832 13055 0 0 29 0 4 3 20 0 15 0 416085890 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10834676 memory=8099274707962717272 CPUtime=0.49 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) S 17088 17091 16639 0 -1 1077944384 1593 13055 0 0 41 1 4 3 20 0 15 0 416085890 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522681244400 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10834676 memory=7597132098393106257 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10834676 memory=7957697184317663057 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1 13055 0 0 0 0 4 3 20 0 15 0 416085890 11094708224 43364 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834676 KiB

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

[pid=17091/tid=17156] ppid=17088 vsize=10846984 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10846984 memory=520 CPUtime=0.19 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1055 13055 0 0 6 6 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 239.63 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 537328 KiB

[startup+229.601 s]
/proc/loadavg: 1.46 1.70 1.43 3/229 17183
/proc/meminfo: memFree=24435344/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10846984 memory=537328 CPUtime=240.44 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 113086 13055 0 0 23988 49 4 3 20 0 15 0 416085875 11107311616 134332 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2711746 134332 3629 1 0 2673805 0
[pid=17091/tid=17144] ppid=17088 vsize=10846984 memory=6791534058613427641 CPUtime=228.37 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 33538 13055 0 0 22814 16 4 3 20 0 15 0 416085884 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523653823984 140523298640768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10846984 memory=988 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 2749 13055 0 0 47 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10846984 memory=2008 CPUtime=0.55 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 2605 13055 0 0 45 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10846984 memory=1436 CPUtime=0.56 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1981 13055 0 0 46 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10846984 memory=4164 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 4343 13055 0 0 46 4 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10846984 memory=1548 CPUtime=0.55 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 5463 13055 0 0 46 2 4 3 20 0 15 0 416085886 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10846984 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 14 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522605765664 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10846984 memory=7988 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 4 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522471547904 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10846984 memory=9580 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10846984 memory=1052 CPUtime=3.45 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 18599 13055 0 0 335 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10846984 memory=776 CPUtime=4.22 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 23904 13055 0 0 412 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10846984 memory=2832 CPUtime=1.92 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) S 17088 17091 16639 0 -1 1077944384 16620 13055 0 0 181 4 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522681244400 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10846984 memory=668 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10846984 memory=1256 CPUtime=0.19 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1055 13055 0 0 6 6 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 240.44 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 537328 KiB

[startup+230.401 s]
/proc/loadavg: 1.46 1.70 1.43 3/229 17183
/proc/meminfo: memFree=24435344/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10846984 memory=537328 CPUtime=241.24 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 113089 13055 0 0 24068 49 4 3 20 0 15 0 416085875 11107311616 134332 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2711746 134332 3629 1 0 2673805 0
[pid=17091/tid=17144] ppid=17088 vsize=10846984 memory=1774484 CPUtime=229.16 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 33541 13055 0 0 22893 16 4 3 20 0 15 0 416085884 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523653823664 140523299568455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 2749 13055 0 0 47 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.56 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 2605 13055 0 0 46 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10846984 memory=3504 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1981 13055 0 0 46 4 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10846984 memory=40084 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 4343 13055 0 0 46 4 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10846984 memory=988 CPUtime=0.56 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 5463 13055 0 0 47 2 4 3 20 0 15 0 416085886 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10846984 memory=2008 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 14 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522605765664 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10846984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 4 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522471547904 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10846984 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10846984 memory=6944656592455360604 CPUtime=3.45 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 18599 13055 0 0 335 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10846984 memory=3504 CPUtime=4.22 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 23904 13055 0 0 412 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10846984 memory=40084 CPUtime=1.92 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) S 17088 17091 16639 0 -1 1077944384 16620 13055 0 0 181 4 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522681244400 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10846984 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10846984 memory=1436 CPUtime=0.19 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1055 13055 0 0 6 6 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 241.24 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 537328 KiB

[startup+230.601 s]
/proc/loadavg: 1.46 1.70 1.43 3/229 17183
/proc/meminfo: memFree=24435344/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10846984 memory=537328 CPUtime=241.44 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 113090 13055 0 0 24088 49 4 3 20 0 15 0 416085875 11107311616 134332 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2711746 134332 3629 1 0 2673805 0
[pid=17091/tid=17144] ppid=17088 vsize=10846984 memory=2008 CPUtime=229.36 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 33542 13055 0 0 22913 16 4 3 20 0 15 0 416085884 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523653823760 140523301852007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10846984 memory=6791534058613427641 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 2749 13055 0 0 47 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10846984 memory=776 CPUtime=0.56 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 2605 13055 0 0 46 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10846984 memory=2832 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1981 13055 0 0 46 4 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10846984 memory=668 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 4343 13055 0 0 46 4 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10846984 memory=6791534058613427641 CPUtime=0.56 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 5463 13055 0 0 47 2 4 3 20 0 15 0 416085886 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10846984 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 14 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522605765664 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10846984 memory=520 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 4 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522471547904 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10846984 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10846984 memory=6791534058613427641 CPUtime=3.45 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 18599 13055 0 0 335 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10846984 memory=4096 CPUtime=4.22 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 23904 13055 0 0 412 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10846984 memory=1804 CPUtime=1.92 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) S 17088 17091 16639 0 -1 1077944384 16620 13055 0 0 181 4 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522681244400 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10846984 memory=920 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10846984 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1055 13055 0 0 6 6 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 241.44 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 537328 KiB

[startup+230.701 s]
/proc/loadavg: 1.46 1.70 1.43 3/229 17183
/proc/meminfo: memFree=24435344/32770624 swapFree=66939840/67108860
[pid=17091] ppid=17088 vsize=10846984 memory=537328 CPUtime=241.54 cores=0,2,4,6
/proc/17091/stat : 17091 (java) S 17088 17091 16639 0 -1 1077944320 113090 13055 0 0 24098 49 4 3 20 0 15 0 416085875 11107311616 134332 33554432000 4194304 4196468 140722847306224 140722847288768 140523681988343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
/proc/17091/statm: 2711746 134332 3629 1 0 2673805 0
[pid=17091/tid=17144] ppid=17088 vsize=10846984 memory=537328 CPUtime=229.46 cores=0,2,4,6
/proc/17091/task/17144/stat : 17144 (java) R 17088 17091 16639 0 -1 4202560 33542 13055 0 0 22923 16 4 3 20 0 15 0 416085884 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523653823760 140523300468772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17145] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17145/stat : 17145 (java) S 17088 17091 16639 0 -1 1077944384 2749 13055 0 0 47 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523686230800 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17146] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.56 cores=0,2,4,6
/proc/17091/task/17146/stat : 17146 (java) S 17088 17091 16639 0 -1 1077944384 2605 13055 0 0 46 3 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523613711248 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17147] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17147/stat : 17147 (java) S 17088 17091 16639 0 -1 1077944384 1981 13055 0 0 46 4 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523254426640 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17148] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.57 cores=0,2,4,6
/proc/17091/task/17148/stat : 17148 (java) S 17088 17091 16639 0 -1 1077944384 4343 13055 0 0 46 4 4 3 20 0 15 0 416085885 11107311616 134332 33554432000 4194304 4196468 140722847306224 140523253374096 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17149] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.56 cores=0,2,4,6
/proc/17091/task/17149/stat : 17149 (java) S 17088 17091 16639 0 -1 1077944384 5463 13055 0 0 47 2 4 3 20 0 15 0 416085886 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522684401648 140523681999490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17150] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17150/stat : 17150 (java) S 17088 17091 16639 0 -1 1077944384 14 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522605765664 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17151] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17151/stat : 17151 (java) S 17088 17091 16639 0 -1 1077944384 4 13055 0 0 0 0 4 3 20 0 15 0 416085887 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522471547904 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17152] ppid=17088 vsize=10846984 memory=537328 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17152/stat : 17152 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522231257296 140523682006939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17153] ppid=17088 vsize=10846984 memory=1256 CPUtime=3.45 cores=0,2,4,6
/proc/17091/task/17153/stat : 17153 (java) S 17088 17091 16639 0 -1 1077944384 18599 13055 0 0 335 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522683349488 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17154] ppid=17088 vsize=10846984 memory=537328 CPUtime=4.22 cores=0,2,4,6
/proc/17091/task/17154/stat : 17154 (java) S 17088 17091 16639 0 -1 1077944384 23904 13055 0 0 412 3 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522682296944 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17155] ppid=17088 vsize=10846984 memory=537328 CPUtime=1.92 cores=0,2,4,6
/proc/17091/task/17155/stat : 17155 (java) S 17088 17091 16639 0 -1 1077944384 16620 13055 0 0 181 4 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522681244400 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17156] ppid=17088 vsize=10846984 memory=4164 CPUtime=0.07 cores=0,2,4,6
/proc/17091/task/17156/stat : 17156 (java) S 17088 17091 16639 0 -1 1077944384 3 13055 0 0 0 0 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522197699680 140523681998549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
[pid=17091/tid=17157] ppid=17088 vsize=10846984 memory=1548 CPUtime=0.19 cores=0,2,4,6
/proc/17091/task/17157/stat : 17157 (java) S 17088 17091 16639 0 -1 1077944384 1055 13055 0 0 6 6 4 3 20 0 15 0 416085890 11107311616 134332 33554432000 4194304 4196468 140722847306224 140522680191280 140523681999490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12070912 140722847308528 140722847311045 140722847311045 140722847313871 0
Current children cumulated CPU time: 241.54 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 537328 KiB

Child status: 0
Real time (s): 230.745
CPU time (s): 241.62
CPU user time (s): 241.069
CPU system time (s): 0.550238
CPU usage (%): 104.713
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 561320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.069
system time used= 0.550238
maximum resident set size= 561320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22224
involuntary context switches= 585


# summary of solver processes directly reported to runsolver:
#   pid: 17091
#   total CPU time (s): 241.62
#   total CPU user time (s): 241.069
#   total CPU system time (s): 0.550238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40568 second user time and 2.24799 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 21:07:50
IDJOB=4396506
IDBENCH=128773
IDSOLVER=2847
FILE ID=node119/4396506-1568401710
RUNJOBID= node119-1568401197-16670
PBS_JOBID= 21701879
Free space on /tmp= 61468 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-06-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396506-1568401710/watcher-4396506-1568401710 -o /tmp/evaluation-result-4396506-1568401710/solver-4396506-1568401710 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=278827101 HOME/instance-4396506-1568401710.xml

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

MD5SUM BENCH= 8d7da43fda8420e04b4d8dcd0c7711ab
RANDOM SEED=278827101

node119.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.47
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.47
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.47
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.47
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:        24933244 kB
MemAvailable:   30030180 kB
Buffers:          194420 kB
Cached:          5169336 kB
SwapCached:        61108 kB
Active:          3700168 kB
Inactive:        3518188 kB
Active(anon):    1793600 kB
Inactive(anon):   102440 kB
Active(file):    1906568 kB
Inactive(file):  3415748 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             35552 kB
Writeback:             0 kB
AnonPages:       1903052 kB
Mapped:            58012 kB
Shmem:             32816 kB
Slab:             210896 kB
SReclaimable:     180908 kB
SUnreclaim:        29988 kB
KernelStack:        3680 kB
PageTables:         9228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2930116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1748992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 21:11:41