Trace number 4302373

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.9.2OPT73 17.0657 8.33048

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-01_c18.xml
MD5SUMb03d0b9ec095e61c141836330b15b8e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark6.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size507
Distribution of domain sizes[{"size":1,"count":1},{"size":507,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":24},{"degree":5,"count":32},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1}]
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.99/0.74	c Concrete v3.9.2.1532736233296 running
9.08/4.23	o 92
9.75/4.46	o 91
9.75/4.46	o 90
9.75/4.46	o 84
9.75/4.46	o 83
10.99/4.88	o 82
11.65/5.10	o 81
11.97/5.13	o 78
12.48/5.32	o 77
13.84/6.16	o 76
14.01/6.22	o 75
14.29/6.44	o 74
16.90/8.27	o 73
17.02/8.31	v <instantiation cost="73">
17.02/8.31	v       <list>
17.02/8.31	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]
17.02/8.31	v       </list>
17.02/8.31	v       <values>
17.02/8.31	v         0 0 0 0 1 1 10 40 11 26 8 16 33 20 11 23 23 18 46 20 27 18 20 8 29 11 40 23 16 3 55 34 23 40 18 18 16 36 18 26 40 46 38 22 37 22 33 28 46 54 38 30 30 53 30 23 35 33 35 33 40 43 34 50 34 33 33 48 46 45 55 52 48 44 55 59 53 60 53 59 54 60 61 68 47 60 62 70 71 53 70 73
17.02/8.31	v       </values>
17.02/8.31	v     </instantiation>
17.02/8.31	s OPTIMUM FOUND

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302373-1532897527/watcher-4302373-1532897527 -o /tmp/evaluation-result-4302373-1532897527/solver-4302373-1532897527 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1417386397 HOME/instance-4302373-1532897527.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21476, runsolver pid=21473
Current StackSize limit: 8192 KiB


[startup+0.101393 s]*
/proc/loadavg: 1.66 1.75 1.86 3/207 21533
/proc/meminfo: memFree=27091808/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=10005480 memory=16956 CPUtime=0.1 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 4383 12836 0 0 1 1 5 3 20 0 6 0 107315854 10245611520 4239 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2501370 4239 1935 1 0 2489808 0
[pid=21476/tid=21529] ppid=21473 vsize=10005480 memory=4279135704013833869 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 2209 12836 0 0 0 0 5 3 20 0 6 0 107315863 10245611520 4239 33554432000 4194304 4196468 140721240050976 140589591261776 140589603505502 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 6 0 107315863 10245611520 4239 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=10005480 memory=139853377296000 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 6 0 107315863 10245611520 4239 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 6 0 107315863 10245611520 4239 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 6 0 107315863 10245611520 4239 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16956 KiB

[startup+0.210032 s]*
/proc/loadavg: 1.66 1.75 1.86 3/216 21542
/proc/meminfo: memFree=27070800/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=10982696 memory=45076 CPUtime=0.26 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 8651 12836 0 0 16 2 5 3 20 0 15 0 107315854 11246280704 11269 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2745674 11269 2932 1 0 2708109 0
[pid=21476/tid=21529] ppid=21473 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 5191 12836 0 0 10 1 5 3 20 0 15 0 107315863 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589591222672 140589602611845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=10982696 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=10982696 memory=139853377315061 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=10982696 memory=139853377296000 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107315865 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 13 12836 0 0 0 0 5 3 20 0 15 0 107315866 11246280704 11269 33554432000 4194304 4196468 140721240050976 140588439561760 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11246280704 11269 33554432000 4194304 4196468 140721240050976 140588238234992 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246280704 11269 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 360 12836 0 0 1 0 5 3 20 0 15 0 107315869 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 250 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=10982696 memory=139853377296000 CPUtime=0.11 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 631 12836 0 0 3 0 5 3 20 0 15 0 107315869 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246280704 11269 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=10982696 memory=139853377296000 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246280704 11269 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45076 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.66 1.75 1.86 3/216 21542
/proc/meminfo: memFree=27058768/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=10983192 memory=55444 CPUtime=0.38 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 10443 12836 0 0 27 3 5 3 20 0 15 0 107315854 11246788608 13861 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2745798 13861 3064 1 0 2708109 0
[pid=21476/tid=21529] ppid=21473 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 7122 12836 0 0 19 2 5 3 20 0 15 0 107315863 11246788608 13993 33554432000 4194304 4196468 140721240050976 140589591237024 140589599700736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 13993 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 13993 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 13993 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 13993 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107315865 11246788608 14059 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 13 12836 0 0 0 0 5 3 20 0 15 0 107315866 11246788608 14059 33554432000 4194304 4196468 140721240050976 140588439561760 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11246788608 14059 33554432000 4194304 4196468 140721240050976 140588238234992 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246788608 14059 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 361 12836 0 0 2 0 5 3 20 0 15 0 107315869 11246788608 14059 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 250 12836 0 0 1 0 5 3 20 0 15 0 107315869 11246788608 14059 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=10983192 memory=139853377296000 CPUtime=0.12 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 636 12836 0 0 4 0 5 3 20 0 15 0 107315869 11246788608 14059 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246788608 14059 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=10983192 memory=139853377296000 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246788608 14059 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55444 KiB

[startup+0.700737 s]
/proc/loadavg: 1.66 1.75 1.86 3/216 21542
/proc/meminfo: memFree=27047232/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=10983192 memory=88636 CPUtime=0.99 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 16855 12836 0 0 86 5 5 3 20 0 15 0 107315854 11246788608 22159 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2745798 22159 3237 1 0 2708109 0
[pid=21476/tid=21529] ppid=21473 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 12457 12836 0 0 55 3 5 3 20 0 15 0 107315863 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589591245304 140589603505502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=10983192 memory=139853262107440 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=10983192 memory=139857020060249 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107315863 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=10983192 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 5 12836 0 0 0 0 5 3 20 0 15 0 107315865 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 13 12836 0 0 0 0 5 3 20 0 15 0 107315866 11246788608 22159 33554432000 4194304 4196468 140721240050976 140588439561760 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=10983192 memory=8027477668130812270 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11246788608 22159 33554432000 4194304 4196468 140721240050976 140588238234992 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=10983192 memory=17468 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246788608 22159 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=10983192 memory=16148 CPUtime=0.18 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 982 12836 0 0 10 0 5 3 20 0 15 0 107315869 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=10983192 memory=4004 CPUtime=0.14 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 519 12836 0 0 6 0 5 3 20 0 15 0 107315869 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=10983192 memory=636 CPUtime=0.21 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 672 12836 0 0 13 0 5 3 20 0 15 0 107315869 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=10983192 memory=1780 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246788608 22159 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315869 11246788608 22159 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88636 KiB

[startup+1.50145 s]
/proc/loadavg: 1.66 1.75 1.86 4/216 21542
/proc/meminfo: memFree=27001148/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=10998092 memory=179100 CPUtime=2.28 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 23852 12836 0 0 209 11 5 3 20 0 15 0 107315854 11262046208 44775 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2749523 44775 3469 1 0 2711181 0
[pid=21476/tid=21529] ppid=21473 vsize=10998092 memory=65280 CPUtime=1.43 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 17955 12836 0 0 128 7 5 3 20 0 15 0 107315863 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589591242816 140589600264764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 53 12836 0 0 1 0 5 3 20 0 15 0 107315863 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=10998092 memory=279706524246176 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 24 12836 0 0 0 0 5 3 20 0 15 0 107315863 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 233 12836 0 0 1 0 5 3 20 0 15 0 107315863 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 31 12836 0 0 0 0 5 3 20 0 15 0 107315863 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 58 12836 0 0 1 0 5 3 20 0 15 0 107315865 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107315866 11262046208 44775 33554432000 4194304 4196468 140721240050976 140588439561824 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11262046208 44775 33554432000 4194304 4196468 140721240050976 140588238235008 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=10998092 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11262046208 44775 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=10998092 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 1139 12836 0 0 21 0 5 3 20 0 15 0 107315869 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=10998092 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 960 12836 0 0 18 0 5 3 20 0 15 0 107315869 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=10998092 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 1182 12836 0 0 33 0 5 3 20 0 15 0 107315869 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11262046208 44775 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=10998092 memory=279706524490624 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315869 11262046208 44775 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[pid=21476/tid=21541] ppid=21473 vsize=11077984 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 107222 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=11077984 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 12 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 107222 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 428888 KiB

[startup+7.20067 s]
/proc/loadavg: 1.78 1.77 1.87 3/216 21542
/proc/meminfo: memFree=26682260/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=11077984 memory=464044 CPUtime=15.37 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 72947 12836 0 0 1503 26 5 3 20 0 15 0 107315854 11343855616 116011 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2769496 116011 3524 1 0 2731149 0
[pid=21476/tid=21529] ppid=21473 vsize=11077984 memory=1296 CPUtime=7.04 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 43763 12836 0 0 683 13 5 3 20 0 15 0 107315863 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589591258072 140589204669492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=11077984 memory=2412 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 446 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=11077984 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 90 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=11077984 memory=6655300316396806240 CPUtime=0.12 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 266 12836 0 0 4 0 5 3 20 0 15 0 107315863 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=11077984 memory=-3689349214911541841 CPUtime=0.12 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 248 12836 0 0 4 0 5 3 20 0 15 0 107315863 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=11077984 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 3944 12836 0 0 5 0 5 3 20 0 15 0 107315865 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 116011 33554432000 4194304 4196468 140721240050976 140588439561824 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=11077984 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 116011 33554432000 4194304 4196468 140721240050976 140588238235008 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=11077984 memory=4137290303932963203 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 116011 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=11077984 memory=-7531822216213012384 CPUtime=3.21 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 6037 12836 0 0 311 2 5 3 20 0 15 0 107315869 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=11077984 memory=6944656592452807323 CPUtime=3.06 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 8487 12836 0 0 296 2 5 3 20 0 15 0 107315869 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=11077984 memory=6080819810556798049 CPUtime=1.98 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 7438 12836 0 0 188 2 5 3 20 0 15 0 107315869 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=11077984 memory=7524512692651257697 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 116011 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=11077984 memory=7233155283938928485 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 12 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 116011 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 464044 KiB

[startup+8.00077 s]*
/proc/loadavg: 1.78 1.77 1.87 3/216 21542
/proc/meminfo: memFree=26624668/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=11077984 memory=488988 CPUtime=16.68 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 73058 12836 0 0 1633 27 5 3 20 0 15 0 107315854 11343855616 122247 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2769496 122247 3525 1 0 2731149 0
[pid=21476/tid=21529] ppid=21473 vsize=11077984 memory=6791534058613427641 CPUtime=7.83 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 43774 12836 0 0 762 13 5 3 20 0 15 0 107315863 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589591258624 140589203370101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=11077984 memory=4126316290023845779 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 447 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=11077984 memory=8128038100524242582 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 93 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=11077984 memory=-7595718316223324558 CPUtime=0.12 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 268 12836 0 0 4 0 5 3 20 0 15 0 107315863 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=11077984 memory=8259761640030508194 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 251 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=11077984 memory=-7595718148655180642 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 3964 12836 0 0 5 0 5 3 20 0 15 0 107315865 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=11077984 memory=-7606742959547834223 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 122247 33554432000 4194304 4196468 140721240050976 140588439561824 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 122247 33554432000 4194304 4196468 140721240050976 140588238235008 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 122247 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=11077984 memory=17468 CPUtime=3.34 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 6055 12836 0 0 324 2 5 3 20 0 15 0 107315869 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=11077984 memory=16148 CPUtime=3.41 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 8539 12836 0 0 331 2 5 3 20 0 15 0 107315869 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=11077984 memory=4004 CPUtime=1.98 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 7439 12836 0 0 188 2 5 3 20 0 15 0 107315869 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=11077984 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 122247 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=11077984 memory=1780 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 12 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 122247 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 16.68 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 488988 KiB

[startup+8.20072 s]
/proc/loadavg: 1.78 1.77 1.87 3/216 21542
/proc/meminfo: memFree=26624668/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=11077984 memory=515612 CPUtime=16.9 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 73071 12836 0 0 1655 27 5 3 20 0 15 0 107315854 11343855616 128903 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2769496 128903 3525 1 0 2731149 0
[pid=21476/tid=21529] ppid=21473 vsize=11077984 memory=304556144700162363 CPUtime=8.03 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 43787 12836 0 0 781 14 5 3 20 0 15 0 107315863 11343855616 128903 33554432000 4194304 4196468 140721240050976 140589591257160 140589205494153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=11077984 memory=16101468159609422 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 447 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 128903 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=11077984 memory=-6518611492189750934 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 93 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 128903 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=11077984 memory=7668954370464627011 CPUtime=0.12 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 268 12836 0 0 4 0 5 3 20 0 15 0 107315863 11343855616 128903 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=11077984 memory=139853377318001 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 251 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 128903 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=11077984 memory=7307764758565185384 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 3964 12836 0 0 5 0 5 3 20 0 15 0 107315865 11343855616 128903 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=11077984 memory=7668902754339414868 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 128903 33554432000 4194304 4196468 140721240050976 140588439561824 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=11077984 memory=5787214926557761635 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 128903 33554432000 4194304 4196468 140721240050976 140588238235008 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=11077984 memory=2688 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 128903 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=11077984 memory=2241 CPUtime=3.34 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 6055 12836 0 0 324 2 5 3 20 0 15 0 107315869 11343855616 128903 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=11077984 memory=2244 CPUtime=3.44 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 8539 12836 0 0 334 2 5 3 20 0 15 0 107315869 11343855616 129415 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=11077984 memory=0 CPUtime=1.98 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 7439 12836 0 0 188 2 5 3 20 0 15 0 107315869 11343855616 129415 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=11077984 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 129415 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=11077984 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 12 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 129415 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 16.9 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 515612 KiB

[startup+8.30074 s]
/proc/loadavg: 1.78 1.77 1.87 3/216 21542
/proc/meminfo: memFree=26624668/32770624 swapFree=67108436/67108860
[pid=21476] ppid=21473 vsize=11077984 memory=532076 CPUtime=17.02 cores=1,3,5,7
/proc/21476/stat : 21476 (java) S 21473 21476 9814 0 -1 1077944320 73105 12836 0 0 1667 27 5 3 20 0 15 0 107315854 11343855616 133019 33554432000 4194304 4196468 140721240050976 140721240033520 140589619425015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
/proc/21476/statm: 2769496 133019 3525 1 0 2731149 0
[pid=21476/tid=21529] ppid=21473 vsize=11077984 memory=279706524369136 CPUtime=8.13 cores=1,3,5,7
/proc/21476/task/21529/stat : 21529 (java) R 21473 21476 9814 0 -1 4202560 43795 12836 0 0 791 14 5 3 20 0 15 0 107315863 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589591259248 140589203366976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21530] ppid=21473 vsize=11077984 memory=488988 CPUtime=0.14 cores=1,3,5,7
/proc/21476/task/21530/stat : 21530 (java) S 21473 21476 9814 0 -1 1077944384 448 12836 0 0 5 1 5 3 20 0 15 0 107315863 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589623667344 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21531] ppid=21473 vsize=11077984 memory=488908 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21531/stat : 21531 (java) S 21473 21476 9814 0 -1 1077944384 93 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589515418128 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21532] ppid=21473 vsize=11077984 memory=279706524194528 CPUtime=0.12 cores=1,3,5,7
/proc/21476/task/21532/stat : 21532 (java) S 21473 21476 9814 0 -1 1077944384 269 12836 0 0 4 0 5 3 20 0 15 0 107315863 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589514365328 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21533] ppid=21473 vsize=11077984 memory=56 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21533/stat : 21533 (java) S 21473 21476 9814 0 -1 1077944384 252 12836 0 0 4 1 5 3 20 0 15 0 107315863 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589157505296 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21534] ppid=21473 vsize=11077984 memory=4140 CPUtime=0.13 cores=1,3,5,7
/proc/21476/task/21534/stat : 21534 (java) S 21473 21476 9814 0 -1 1077944384 3987 12836 0 0 5 0 5 3 20 0 15 0 107315865 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589112556400 140589619436162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21535] ppid=21473 vsize=11077984 memory=30596 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21535/stat : 21535 (java) S 21473 21476 9814 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 133019 33554432000 4194304 4196468 140721240050976 140588439561824 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21536] ppid=21473 vsize=11077984 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21536/stat : 21536 (java) S 21473 21476 9814 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107315866 11343855616 133019 33554432000 4194304 4196468 140721240050976 140588238235008 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21537] ppid=21473 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21537/stat : 21537 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 133019 33554432000 4194304 4196468 140721240050976 140587930835280 140589619443611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21538] ppid=21473 vsize=11077984 memory=0 CPUtime=3.35 cores=1,3,5,7
/proc/21476/task/21538/stat : 21538 (java) S 21473 21476 9814 0 -1 1077944384 6055 12836 0 0 325 2 5 3 20 0 15 0 107315869 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589043542384 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21539] ppid=21473 vsize=11077984 memory=290 CPUtime=3.45 cores=1,3,5,7
/proc/21476/task/21539/stat : 21539 (java) S 21473 21476 9814 0 -1 1077944384 8539 12836 0 0 335 2 5 3 20 0 15 0 107315869 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589042489584 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21540] ppid=21473 vsize=11077984 memory=279706524255840 CPUtime=1.98 cores=1,3,5,7
/proc/21476/task/21540/stat : 21540 (java) S 21473 21476 9814 0 -1 1077944384 7439 12836 0 0 188 2 5 3 20 0 15 0 107315869 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589041436784 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21541] ppid=21473 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21541/stat : 21541 (java) S 21473 21476 9814 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 133019 33554432000 4194304 4196468 140721240050976 140587500038368 140589619435221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
[pid=21476/tid=21542] ppid=21473 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21476/task/21542/stat : 21542 (java) S 21473 21476 9814 0 -1 1077944384 12 12836 0 0 0 0 5 3 20 0 15 0 107315869 11343855616 133019 33554432000 4194304 4196468 140721240050976 140589040385200 140589619436162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140721240058481 140721240061281 140721240061281 140721240063951 0
Current children cumulated CPU time: 17.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 532076 KiB

Child status: 0
Real time (s): 8.33048
CPU time (s): 17.0657
CPU user time (s): 16.7427
CPU system time (s): 0.322983
CPU usage (%): 204.859
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 532076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7427
system time used= 0.322983
maximum resident set size= 534196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86026
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8652
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 21476
#   total CPU time (s): 17.0657
#   total CPU user time (s): 16.7427
#   total CPU system time (s): 0.322983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069748 second user time and 0.128331 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:52:07
IDJOB=4302373
IDBENCH=141468
IDSOLVER=2776
FILE ID=node137/4302373-1532897527
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302373-1532897527/watcher-4302373-1532897527 -o /tmp/evaluation-result-4302373-1532897527/solver-4302373-1532897527 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1417386397 HOME/instance-4302373-1532897527.xml

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

MD5SUM BENCH= b03d0b9ec095e61c141836330b15b8e7
RANDOM SEED=1417386397

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27100524 kB
MemAvailable:   30914448 kB
Buffers:          220780 kB
Cached:          3828904 kB
SwapCached:           32 kB
Active:          2820456 kB
Inactive:        2302592 kB
Active(anon):    1021140 kB
Inactive(anon):    79972 kB
Active(file):    1799316 kB
Inactive(file):  2222620 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26528 kB
Writeback:             0 kB
AnonPages:       1084768 kB
Mapped:            55756 kB
Shmem:             25052 kB
Slab:             244132 kB
SReclaimable:     215648 kB
SUnreclaim:        28484 kB
KernelStack:        3712 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2230904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:52:15