Trace number 4392173

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.10OPT3 1824.73 1790.41

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.89685
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.74/0.54	c Concrete v3.10.1560635388952 running
6.60/3.03	o 78
6.90/3.21	o 77
7.51/3.31	o 76
7.82/3.42	o 75
7.82/3.48	o 74
8.15/3.51	o 73
8.15/3.55	o 72
8.15/3.57	o 71
8.48/3.61	o 70
8.48/3.64	o 69
8.48/3.67	o 68
8.48/3.70	o 67
8.80/3.72	o 66
8.80/3.75	o 65
8.80/3.77	o 64
8.80/3.79	o 63
9.10/3.80	o 62
9.10/3.80	o 61
9.10/3.80	o 60
9.10/3.81	o 3
1824.70/1790.40	v <instantiation
1824.70/1790.40	v         cost = '3'>
1824.70/1790.40	v       <list>
1824.70/1790.40	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78]
1824.70/1790.40	v       </list>
1824.70/1790.40	v       <values>
1824.70/1790.40	v         0 1 2 1 2 0 2 1 0 0 2 1 0 2 1 3 1 3 1 1 1 0 0 2 2 0 0 0 0 0 3 0 2 1 3 0 2 2 1 2 1 1 1 3 3 1 2 3 0 3 0 0 0 0 2 1 0 0 1 0 1 0 1 2 1 2 3 2 2 2 0 3 2 3 0 2 0 0 1
1824.70/1790.40	v       </values>
1824.70/1790.40	v     </instantiation>
1824.70/1790.40	s OPTIMUM FOUND

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392173-1568308122/watcher-4392173-1568308122 -o /tmp/evaluation-result-4392173-1568308122/solver-4392173-1568308122 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=847719132 HOME/instance-4392173-1568308122.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=6455, runsolver pid=6452

[startup+0.10006 s]*
/proc/loadavg: 1.76 1.53 1.45 3/218 6512
/proc/meminfo: memFree=22965952/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 4388 13373 0 0 1 0 5 3 20 0 6 0 407065311 10212057088 4648 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2493178 4648 1933 1 0 2481616 0
[pid=6455/tid=6508] ppid=6452 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 2186 13373 0 0 0 0 5 3 20 0 6 0 407065320 10212057088 4648 33554432000 4194304 4196468 140731528852816 140412818022992 140412838423358 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 6 0 407065320 10212057088 4648 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=9972712 memory=16242363908191896 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 6 0 407065320 10212057088 4648 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 6 0 407065320 10212057088 4648 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 6 0 407065320 10212057088 4648 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210087 s]*
/proc/loadavg: 1.76 1.53 1.45 3/227 6521
/proc/meminfo: memFree=22948000/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10818940 memory=36288 CPUtime=0.27 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 6945 13373 0 0 18 1 5 3 20 0 15 0 407065311 11078594560 9072 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2704735 9072 2981 1 0 2667149 0
[pid=6455/tid=6508] ppid=6452 vsize=10818940 memory=734403540614644017 CPUtime=0.19 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 3429 13373 0 0 11 0 5 3 20 0 15 0 407065320 11078594560 9072 33554432000 4194304 4196468 140731528852816 140412818018432 140412830266718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11078594560 9072 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10818940 memory=16242363908191896 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11078594560 9072 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11078594560 9072 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065320 11078594560 9072 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065322 11078594560 9072 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 407065322 11078594560 9072 33554432000 4194304 4196468 140731528852816 140411848480160 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065322 11078594560 9137 33554432000 4194304 4196468 140731528852816 140411741922800 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11078594560 9137 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 353 13373 0 0 1 0 5 3 20 0 15 0 407065325 11078594560 9137 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 279 13373 0 0 1 0 5 3 20 0 15 0 407065325 11078594560 9137 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10818940 memory=139800431261312 CPUtime=0.11 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) S 6452 6455 14487 0 -1 1077944384 641 13373 0 0 3 0 5 3 20 0 15 0 407065325 11078594560 9137 33554432000 4194304 4196468 140731528852816 140411812817136 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11078594560 9137 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10818940 memory=139800431261312 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065325 11078594560 9137 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36288 KiB

[startup+0.310366 s]*
/proc/loadavg: 1.76 1.53 1.45 4/227 6521
/proc/meminfo: memFree=22937764/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10820096 memory=48156 CPUtime=0.4 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 10708 13373 0 0 30 2 5 3 20 0 15 0 407065311 11079778304 12039 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2705024 12039 3296 1 0 2667149 0
[pid=6455/tid=6508] ppid=6452 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 7153 13373 0 0 19 2 5 3 20 0 15 0 407065320 11079778304 12039 33554432000 4194304 4196468 140731528852816 140412818013904 140412846198166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10820096 memory=-7384621950708166502 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11079778304 12039 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10820096 memory=4134692831991783777 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11079778304 12039 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11079778304 12039 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065320 11079778304 12039 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065322 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 407065322 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411848480160 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065322 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411741922800 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 354 13373 0 0 2 0 5 3 20 0 15 0 407065325 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 280 13373 0 0 1 0 5 3 20 0 15 0 407065325 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) R 6452 6455 14487 0 -1 4202560 666 13373 0 0 5 0 5 3 20 0 15 0 407065325 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411812817136 140412846207578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065325 11079778304 12039 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48156 KiB

[startup+0.70071 s]
/proc/loadavg: 1.76 1.53 1.45 6/227 6521
/proc/meminfo: memFree=22921288/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10824340 memory=78708 CPUtime=1.15 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 14904 13373 0 0 103 4 5 3 20 0 15 0 407065311 11084124160 19677 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2706085 19677 3507 1 0 2668173 0
[pid=6455/tid=6508] ppid=6452 vsize=10824340 memory=3504 CPUtime=0.67 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 10508 13373 0 0 56 3 5 3 20 0 15 0 407065320 11084124160 19677 33554432000 4194304 4196468 140731528852816 140412818015600 140412830298288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11084124160 19677 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10824340 memory=37732 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11084124160 19677 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10824340 memory=3028 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065320 11084124160 19677 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10824340 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065320 11084124160 19677 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 5 13373 0 0 0 0 5 3 20 0 15 0 407065322 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10824340 memory=-6592860228303572950 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 407065322 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411848480160 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10824340 memory=3470692292451393600 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065322 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411741922800 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10824340 memory=4207095701905760320 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10824340 memory=7742969266734009136 CPUtime=0.21 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 595 13373 0 0 13 0 5 3 20 0 15 0 407065325 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10824340 memory=6935649255911810368 CPUtime=0.22 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 663 13373 0 0 14 0 5 3 20 0 15 0 407065325 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10824340 memory=7250080924377825376 CPUtime=0.25 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) R 6452 6455 14487 0 -1 4202560 878 13373 0 0 17 0 5 3 20 0 15 0 407065325 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411812817136 140412825901012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10824340 memory=4627829255015776352 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10824340 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065325 11084124160 19677 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78708 KiB

[startup+1.501 s]
/proc/loadavg: 1.78 1.54 1.45 5/227 6521
/proc/meminfo: memFree=22879016/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10834656 memory=166436 CPUtime=2.45 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 23975 13373 0 0 229 8 5 3 20 0 15 0 407065311 11094687744 41609 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2708664 41609 3579 1 0 2670733 0
[pid=6455/tid=6508] ppid=6452 vsize=10834656 memory=8 CPUtime=1.43 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 15576 13373 0 0 131 4 5 3 20 0 15 0 407065320 11094687744 41609 33554432000 4194304 4196468 140731528852816 140412817988576 140412429932484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10834656 memory=37732 CPUtime=0.09 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 68 13373 0 0 1 0 5 3 20 0 15 0 407065320 11094687744 41609 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10834656 memory=3028 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 10 13373 0 0 0 0 5 3 20 0 15 0 407065320 11094687744 41609 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10834656 memory=2012 CPUtime=0.09 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 103 13373 0 0 1 0 5 3 20 0 15 0 407065320 11094687744 41609 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 399 13373 0 0 1 0 5 3 20 0 15 0 407065320 11094687744 41609 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10834656 memory=667680 CPUtime=0.09 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 2203 13373 0 0 1 0 5 3 20 0 15 0 407065322 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10834656 memory=10 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 34 13373 0 0 0 0 5 3 20 0 15 0 407065322 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411848480224 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10834656 memory=10 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065322 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411741922800 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10834656 memory=3471202396320837713 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10834656 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 966 13373 0 0 26 0 5 3 20 0 15 0 407065325 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10834656 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 737 13373 0 0 23 0 5 3 20 0 15 0 407065325 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10834656 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) S 6452 6455 14487 0 -1 1077944384 1661 13373 0 0 41 0 5 3 20 0 15 0 407065325 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411812817136 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 407065325 11094687744 41609 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

[pid=6455/tid=6520] ppid=6452 vsize=10844916 memory=853 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10844916 memory=853 CPUtime=1.14 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 944 13373 0 0 54 52 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 1819.82 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 752888 KiB

[startup+1788.8 s]
/proc/loadavg: 1.17 1.28 1.36 3/227 6815
/proc/meminfo: memFree=20413812/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10844916 memory=752888 CPUtime=1823.07 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 128167 13373 0 0 182011 288 5 3 20 0 15 0 407065311 11105193984 188222 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2711229 188222 3616 1 0 2673293 0
[pid=6455/tid=6508] ppid=6452 vsize=10844916 memory=752888 CPUtime=1769.23 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 49307 13373 0 0 176875 40 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412818022272 140412440930451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10844916 memory=500 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 6765 13373 0 0 806 51 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10844916 memory=1560 CPUtime=8.63 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 7602 13373 0 0 807 48 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10844916 memory=932 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 6126 13373 0 0 814 43 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10844916 memory=37788 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 7481 13373 0 0 808 49 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10844916 memory=3028 CPUtime=8.49 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 10175 13373 0 0 795 46 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10844916 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 40 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411848480288 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10844916 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411741922816 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10844916 memory=752888 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10844916 memory=1980 CPUtime=3.72 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 12874 13373 0 0 360 4 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10844916 memory=2512 CPUtime=3.55 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 11885 13373 0 0 344 3 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10844916 memory=752888 CPUtime=2.98 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) S 6452 6455 14487 0 -1 1077944384 12750 13373 0 0 285 5 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411812817136 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10844916 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10844916 memory=3500 CPUtime=1.14 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 944 13373 0 0 54 52 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 1823.07 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 752888 KiB

[startup+1789.6 s]
/proc/loadavg: 1.17 1.28 1.36 3/227 6815
/proc/meminfo: memFree=20413804/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10844916 memory=752888 CPUtime=1823.89 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 128179 13373 0 0 182092 289 5 3 20 0 15 0 407065311 11105193984 188222 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2711229 188222 3616 1 0 2673293 0
[pid=6455/tid=6508] ppid=6452 vsize=10844916 memory=752888 CPUtime=1770.02 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 49313 13373 0 0 176954 40 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412818022352 140412441929415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10844916 memory=752888 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 6765 13373 0 0 806 51 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10844916 memory=796 CPUtime=8.64 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 7602 13373 0 0 808 48 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10844916 memory=2604 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 6126 13373 0 0 814 43 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10844916 memory=2736 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 7481 13373 0 0 808 49 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10844916 memory=8112282956445269571 CPUtime=8.49 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 10179 13373 0 0 795 46 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10844916 memory=3500 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 40 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411848480288 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10844916 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411741922816 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10844916 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10844916 memory=1020 CPUtime=3.72 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 12874 13373 0 0 360 4 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10844916 memory=5968 CPUtime=3.55 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 11885 13373 0 0 344 3 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10844916 memory=14008 CPUtime=2.98 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) S 6452 6455 14487 0 -1 1077944384 12750 13373 0 0 285 5 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411812817136 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10844916 memory=2124 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10844916 memory=20696 CPUtime=1.14 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 946 13373 0 0 54 52 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 1823.89 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 752888 KiB

[startup+1790.01 s]*
/proc/loadavg: 1.17 1.28 1.36 3/227 6815
/proc/meminfo: memFree=20413308/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10844916 memory=752888 CPUtime=1824.31 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 128182 13373 0 0 182134 289 5 3 20 0 15 0 407065311 11105193984 188222 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2711229 188222 3616 1 0 2673293 0
[pid=6455/tid=6508] ppid=6452 vsize=10844916 memory=8317482817917895235 CPUtime=1770.43 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 49316 13373 0 0 176995 40 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412818021680 140412440974740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10844916 memory=37788 CPUtime=8.66 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 6765 13373 0 0 807 51 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10844916 memory=3028 CPUtime=8.64 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 7602 13373 0 0 808 48 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10844916 memory=2012 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 6126 13373 0 0 814 43 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10844916 memory=1388 CPUtime=8.66 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 7481 13373 0 0 809 49 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10844916 memory=776 CPUtime=8.5 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 10179 13373 0 0 796 46 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10844916 memory=3500 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 40 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411848480288 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10844916 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411741922816 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10844916 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10844916 memory=1060 CPUtime=3.72 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 12874 13373 0 0 360 4 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10844916 memory=1548 CPUtime=3.55 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 11885 13373 0 0 344 3 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10844916 memory=8488 CPUtime=2.98 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) S 6452 6455 14487 0 -1 1077944384 12750 13373 0 0 285 5 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411812817136 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10844916 memory=1704 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10844916 memory=1112 CPUtime=1.14 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 946 13373 0 0 54 52 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 1824.31 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 752888 KiB

[startup+1790.4 s]
/proc/loadavg: 1.17 1.28 1.36 3/227 6815
/proc/meminfo: memFree=20413308/32770624 swapFree=66997112/67108860
[pid=6455] ppid=6452 vsize=10844916 memory=752888 CPUtime=1824.7 cores=1,3,5,7
/proc/6455/stat : 6455 (java) S 6452 6455 14487 0 -1 1077944320 128185 13373 0 0 182173 289 5 3 20 0 15 0 407065311 11105193984 188222 33554432000 4194304 4196468 140731528852816 140731528835360 140412846186231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
/proc/6455/statm: 2711229 188222 3616 1 0 2673293 0
[pid=6455/tid=6508] ppid=6452 vsize=10844916 memory=1560 CPUtime=1770.81 cores=1,3,5,7
/proc/6455/task/6508/stat : 6508 (java) R 6452 6455 14487 0 -1 4202560 49318 13373 0 0 177033 40 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412818022608 140412439625813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6509] ppid=6452 vsize=10844916 memory=932 CPUtime=8.66 cores=1,3,5,7
/proc/6455/task/6509/stat : 6509 (java) S 6452 6455 14487 0 -1 1077944384 6765 13373 0 0 807 51 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412850428176 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6510] ppid=6452 vsize=10844916 memory=3640 CPUtime=8.64 cores=1,3,5,7
/proc/6455/task/6510/stat : 6510 (java) S 6452 6455 14487 0 -1 1077944384 7602 13373 0 0 808 48 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412419172752 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6511] ppid=6452 vsize=10844916 memory=8112282956445269571 CPUtime=8.65 cores=1,3,5,7
/proc/6455/task/6511/stat : 6511 (java) S 6452 6455 14487 0 -1 1077944384 6127 13373 0 0 814 43 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412418120208 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6512] ppid=6452 vsize=10844916 memory=2512 CPUtime=8.66 cores=1,3,5,7
/proc/6455/task/6512/stat : 6512 (java) S 6452 6455 14487 0 -1 1077944384 7481 13373 0 0 809 49 5 3 20 0 15 0 407065320 11105193984 188222 33554432000 4194304 4196468 140731528852816 140412417067664 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6513] ppid=6452 vsize=10844916 memory=1436 CPUtime=8.5 cores=1,3,5,7
/proc/6455/task/6513/stat : 6513 (java) S 6452 6455 14487 0 -1 1077944384 10179 13373 0 0 796 46 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411849533936 140412846197378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6514] ppid=6452 vsize=10844916 memory=812 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6514/stat : 6514 (java) S 6452 6455 14487 0 -1 1077944384 40 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411848480288 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6515] ppid=6452 vsize=10844916 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6515/stat : 6515 (java) S 6452 6455 14487 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 407065322 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411741922816 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6516] ppid=6452 vsize=10844916 memory=752888 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6516/stat : 6516 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411434523344 140412846204827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6517] ppid=6452 vsize=10844916 memory=1980 CPUtime=3.72 cores=1,3,5,7
/proc/6455/task/6517/stat : 6517 (java) S 6452 6455 14487 0 -1 1077944384 12874 13373 0 0 360 4 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411814922224 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6518] ppid=6452 vsize=10844916 memory=2512 CPUtime=3.55 cores=1,3,5,7
/proc/6455/task/6518/stat : 6518 (java) S 6452 6455 14487 0 -1 1077944384 11885 13373 0 0 344 3 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411813869680 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6519] ppid=6452 vsize=10844916 memory=1436 CPUtime=2.98 cores=1,3,5,7
/proc/6455/task/6519/stat : 6519 (java) S 6452 6455 14487 0 -1 1077944384 12750 13373 0 0 285 5 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411812817136 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6520] ppid=6452 vsize=10844916 memory=812 CPUtime=0.08 cores=1,3,5,7
/proc/6455/task/6520/stat : 6520 (java) S 6452 6455 14487 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411400964704 140412846196437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
[pid=6455/tid=6521] ppid=6452 vsize=10844916 memory=752888 CPUtime=1.14 cores=1,3,5,7
/proc/6455/task/6521/stat : 6521 (java) S 6452 6455 14487 0 -1 1077944384 946 13373 0 0 54 52 5 3 20 0 15 0 407065325 11105193984 188222 33554432000 4194304 4196468 140731528852816 140411811765040 140412846197378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20779008 140731528854262 140731528856773 140731528856773 140731528859599 0
Current children cumulated CPU time: 1824.7 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 752888 KiB

Child status: 0
Real time (s): 1790.41
CPU time (s): 1824.73
CPU user time (s): 1821.79
CPU system time (s): 2.93223
CPU usage (%): 101.916
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 752888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1821.79
system time used= 2.93223
maximum resident set size= 754980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 238483
involuntary context switches= 5689


# summary of solver processes directly reported to runsolver:
#   pid: 6455
#   total CPU time (s): 1824.73
#   total CPU user time (s): 1821.79
#   total CPU system time (s): 2.93223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.69651 second user time and 18.6202 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 19:07:43
IDJOB=4392173
IDBENCH=120617
IDSOLVER=2837
FILE ID=node103/4392173-1568308122
RUNJOBID= node103-1568301258-4658
PBS_JOBID= 21701108
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392173-1568308122/watcher-4392173-1568308122 -o /tmp/evaluation-result-4392173-1568308122/solver-4392173-1568308122 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=847719132 HOME/instance-4392173-1568308122.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=847719132

node103.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.74
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.74
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.74
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.74
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:        22973052 kB
MemAvailable:   31059928 kB
Buffers:          134692 kB
Cached:          8172560 kB
SwapCached:         8920 kB
Active:          2547812 kB
Inactive:        6564704 kB
Active(anon):     793428 kB
Inactive(anon):    53084 kB
Active(file):    1754384 kB
Inactive(file):  6511620 kB
Unevictable:      107416 kB
Mlocked:          107416 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             34976 kB
Writeback:             0 kB
AnonPages:        904696 kB
Mapped:            56184 kB
Shmem:             32812 kB
Slab:             279364 kB
SReclaimable:     249332 kB
SUnreclaim:        30032 kB
KernelStack:        3680 kB
PageTables:         7284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2032852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 19:37:34