Trace number 4304673

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.2OPT1297 860.654 835.055

General information on the benchmark

NameKnapsack/
Knapsack-50-200-01_c18.xml
MD5SUMf3af09ab16e693c32f4df19e0bf70cc2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1297
Best CPU time to get the best result obtained on this benchmark21.2146
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
6.20/3.20	o 698
6.20/3.22	o 717
6.20/3.23	o 736
6.20/3.24	o 760
6.20/3.26	o 763
6.20/3.26	o 779
6.20/3.27	o 798
6.20/3.27	o 803
6.20/3.28	o 822
6.20/3.28	o 864
6.53/3.30	o 897
6.53/3.31	o 910
6.53/3.31	o 912
6.53/3.31	o 947
6.53/3.36	o 950
6.53/3.37	o 987
6.53/3.38	o 1023
6.88/3.40	o 1055
6.88/3.42	o 1097
6.88/3.43	o 1127
6.88/3.43	o 1129
6.88/3.43	o 1130
6.88/3.45	o 1136
6.88/3.45	o 1144
6.88/3.48	o 1188
6.88/3.48	o 1195
7.22/3.52	o 1225
7.22/3.58	o 1240
8.14/3.85	o 1247
8.14/3.87	o 1250
8.14/3.87	o 1259
9.35/4.26	o 1263
9.35/4.26	o 1264
9.35/4.26	o 1272
10.02/4.50	o 1281
10.02/4.50	o 1284
11.85/5.71	o 1288
12.28/5.98	o 1297
860.59/835.03	v <instantiation cost="1297">
860.59/835.03	v       <list>
860.59/835.03	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]
860.59/835.03	v       </list>
860.59/835.03	v       <values>
860.59/835.03	v         0 0 0 1 1 1 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1
860.59/835.03	v       </values>
860.59/835.03	v     </instantiation>
860.59/835.03	s OPTIMUM FOUND

Verifier Data

OK	1297

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304673-1534125031/watcher-4304673-1534125031 -o /tmp/evaluation-result-4304673-1534125031/solver-4304673-1534125031 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1291065581 HOME/instance-4304673-1534125031.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=3037, runsolver pid=3034

[startup+0.10006 s]*
/proc/loadavg: 1.22 1.24 1.36 3/207 3094
/proc/meminfo: memFree=21673568/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=10005480 memory=18324 CPUtime=0.09 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 4223 13140 0 0 1 1 5 2 20 0 6 0 230066260 10245611520 4581 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2501370 4581 1930 1 0 2489808 0
[pid=3037/tid=3090] ppid=3034 vsize=10005480 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 2046 13140 0 0 0 0 5 2 20 0 6 0 230066269 10245611520 4581 33554432000 4194304 4196468 140736259756160 139911154209360 139911168055125 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=10005480 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 6 0 230066269 10245611520 4581 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=10005480 memory=140470400820864 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 6 0 230066269 10245611520 4581 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 230066269 10245611520 4581 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 6 0 230066270 10245611520 4581 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210135 s]*
/proc/loadavg: 1.22 1.24 1.36 3/216 3103
/proc/meminfo: memFree=21648284/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=10982744 memory=46000 CPUtime=0.25 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 7611 13140 0 0 16 2 5 2 20 0 15 0 230066260 11246329856 11500 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2745686 11500 2976 1 0 2708109 0
[pid=3037/tid=3090] ppid=3034 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 4352 13140 0 0 10 1 5 2 20 0 15 0 230066269 11246329856 11632 33554432000 4194304 4196468 140736259756160 139911154194696 139911182394525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=10982744 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246329856 11632 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=10982744 memory=140470400842292 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246329856 11632 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246329856 11632 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066270 11246329856 11632 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=10982744 memory=140470400820864 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066271 11246329856 11632 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 230066271 11246329856 11632 33554432000 4194304 4196468 140736259756160 139909968946848 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066272 11246329856 11632 33554432000 4194304 4196468 140736259756160 139909767619824 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11246329856 11632 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) R 3034 3037 30220 0 -1 1077944384 265 13140 0 0 1 0 5 2 20 0 15 0 230066274 11246329856 11632 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 341 13140 0 0 1 0 5 2 20 0 15 0 230066274 11246329856 11632 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=10982744 memory=140470400820864 CPUtime=0.1 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) R 3034 3037 30220 0 -1 4202560 615 13140 0 0 3 0 5 2 20 0 15 0 230066274 11246329856 11632 33554432000 4194304 4196468 140736259756160 139910349527024 139911161046670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11246329856 11632 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=10982744 memory=140470400820864 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066275 11246329856 11632 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46000 KiB

[startup+0.310412 s]*
/proc/loadavg: 1.22 1.24 1.36 3/216 3103
/proc/meminfo: memFree=21636996/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=10983192 memory=57228 CPUtime=0.37 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 10288 13140 0 0 27 3 5 2 20 0 15 0 230066260 11246788608 14307 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2745798 14307 3095 1 0 2708109 0
[pid=3037/tid=3090] ppid=3034 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 6845 13140 0 0 19 2 5 2 20 0 15 0 230066269 11246788608 14307 33554432000 4194304 4196468 140736259756160 139911154184608 139911166453086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246788608 14307 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=10983192 memory=-8389222452898340213 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246788608 14307 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=10983192 memory=1328725297981317182 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246788608 14307 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066270 11246788608 14307 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066271 11246788608 14307 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 230066271 11246788608 14307 33554432000 4194304 4196468 140736259756160 139909968946848 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066272 11246788608 14307 33554432000 4194304 4196468 140736259756160 139909767619824 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11246788608 14307 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) S 3034 3037 30220 0 -1 1077944384 268 13140 0 0 1 0 5 2 20 0 15 0 230066274 11246788608 14307 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 341 13140 0 0 1 0 5 2 20 0 15 0 230066274 11246788608 14307 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) S 3034 3037 30220 0 -1 1077944384 621 13140 0 0 4 0 5 2 20 0 15 0 230066274 11246788608 14307 33554432000 4194304 4196468 140736259756160 139910349527024 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11246788608 14307 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066275 11246788608 14307 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57228 KiB

[startup+0.700779 s]
/proc/loadavg: 1.22 1.24 1.36 3/216 3103
/proc/meminfo: memFree=21625940/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=10983192 memory=89268 CPUtime=0.98 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 16418 13140 0 0 86 5 5 2 20 0 15 0 230066260 11246788608 22317 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2745798 22317 3238 1 0 2708109 0
[pid=3037/tid=3090] ppid=3034 vsize=10983192 memory=2 CPUtime=0.65 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 11936 13140 0 0 55 3 5 2 20 0 15 0 230066269 11246788608 22317 33554432000 4194304 4196468 140736259756160 139911154193424 139911162648437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246788608 22317 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=10983192 memory=8174711894690511157 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246788608 22317 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=10983192 memory=5787220510366524249 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066269 11246788608 22317 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=10983192 memory=5865491479076426066 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066270 11246788608 22317 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=10983192 memory=4638778398332769633 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 230066271 11246788608 22317 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 230066271 11246788608 22317 33554432000 4194304 4196468 140736259756160 139909968946848 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=10983192 memory=140470400819697 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066272 11246788608 22317 33554432000 4194304 4196468 140736259756160 139909767619824 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11246788608 22317 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) S 3034 3037 30220 0 -1 1077944384 628 13140 0 0 6 0 5 2 20 0 15 0 230066274 11246788608 22317 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 956 13140 0 0 10 0 5 2 20 0 15 0 230066274 11246788608 22317 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) S 3034 3037 30220 0 -1 1077944384 672 13140 0 0 13 0 5 2 20 0 15 0 230066274 11246788608 22317 33554432000 4194304 4196468 140736259756160 139910349527024 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11246788608 22317 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066275 11246788608 22317 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89268 KiB

[startup+1.50068 s]
/proc/loadavg: 1.22 1.24 1.36 3/216 3103
/proc/meminfo: memFree=21580228/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=10998092 memory=181592 CPUtime=2.23 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 23575 13140 0 0 205 11 5 2 20 0 15 0 230066260 11262046208 45398 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2749523 45398 3471 1 0 2711181 0
[pid=3037/tid=3090] ppid=3034 vsize=10998092 memory=2600 CPUtime=1.42 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 17543 13140 0 0 129 6 5 2 20 0 15 0 230066269 11262046208 45398 33554432000 4194304 4196468 140736259756160 139911154201168 139911182384534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=10998092 memory=2916 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 78 13140 0 0 1 0 5 2 20 0 15 0 230066269 11262046208 45398 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=10998092 memory=280940521995744 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 12 13140 0 0 1 0 5 2 20 0 15 0 230066269 11262046208 45398 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=10998092 memory=7522818332012209768 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 41 13140 0 0 1 0 5 2 20 0 15 0 230066269 11262046208 45398 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=10998092 memory=3472328296227679313 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 271 13140 0 0 0 0 5 2 20 0 15 0 230066270 11262046208 45398 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 76 13140 0 0 1 0 5 2 20 0 15 0 230066271 11262046208 45398 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 230066271 11262046208 45398 33554432000 4194304 4196468 140736259756160 139909968946912 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 230066272 11262046208 45398 33554432000 4194304 4196468 140736259756160 139909767619840 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=10998092 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11262046208 45398 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=10998092 memory=6944656592387989600 CPUtime=0.24 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) S 3034 3037 30220 0 -1 1077944384 846 13140 0 0 16 1 5 2 20 0 15 0 230066274 11262046208 45398 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=10998092 memory=280940522279696 CPUtime=0.31 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 1400 13140 0 0 24 0 5 2 20 0 15 0 230066274 11262046208 45398 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=10998092 memory=11716 CPUtime=0.36 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) R 3034 3037 30220 0 -1 4202560 1094 13140 0 0 29 0 5 2 20 0 15 0 230066274 11262046208 45398 33554432000 4194304 4196468 140736259756160 139910349527024 139911182384534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=10998092 memory=24398 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11262046208 45398 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 230066275 11262046208 45398 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

[pid=3037/tid=3102] ppid=3034 vsize=11077984 memory=1068 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=11077984 memory=1220 CPUtime=0.58 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1342 13140 0 0 20 31 5 2 20 0 15 0 230066275 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 857.52 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 825832 KiB

[startup+833.601 s]
/proc/loadavg: 1.66 1.51 1.45 3/216 3276
/proc/meminfo: memFree=22136948/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=11077984 memory=825832 CPUtime=859.14 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 138917 13140 0 0 85746 161 5 2 20 0 15 0 230066260 11343855616 206458 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2769496 206458 3515 1 0 2731149 0
[pid=3037/tid=3090] ppid=3034 vsize=11077984 memory=825832 CPUtime=824.62 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 57126 13140 0 0 82423 32 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911154208288 139910735954394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=11077984 memory=3316 CPUtime=3.97 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 8927 13140 0 0 369 21 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=11077984 memory=488 CPUtime=3.97 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 6519 13140 0 0 365 25 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=11077984 memory=1068 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 5670 13140 0 0 370 21 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=11077984 memory=15064 CPUtime=3.97 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 7848 13140 0 0 365 25 5 2 20 0 15 0 230066270 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=11077984 memory=3812 CPUtime=3.87 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 7759 13140 0 0 358 22 5 2 20 0 15 0 230066271 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=11077984 memory=62600 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 15 13140 0 0 0 0 5 2 20 0 15 0 230066271 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909968946976 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=11077984 memory=1100 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 4 13140 0 0 0 0 5 2 20 0 15 0 230066272 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909767619840 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=11077984 memory=2144 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=11077984 memory=8112282956445269571 CPUtime=5.77 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) S 3034 3037 30220 0 -1 1077944384 15236 13140 0 0 565 5 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=11077984 memory=1404 CPUtime=6 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 10437 13140 0 0 590 3 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=11077984 memory=3080 CPUtime=2.94 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) S 3034 3037 30220 0 -1 1077944384 15835 13140 0 0 282 5 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910349527024 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=11077984 memory=825832 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=11077984 memory=8112282956445269571 CPUtime=0.58 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1342 13140 0 0 20 31 5 2 20 0 15 0 230066275 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 859.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 825832 KiB

[startup+834.401 s]
/proc/loadavg: 1.66 1.51 1.45 3/216 3276
/proc/meminfo: memFree=22136948/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=11077984 memory=825832 CPUtime=859.95 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 138922 13140 0 0 85827 161 5 2 20 0 15 0 230066260 11343855616 206458 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2769496 206458 3515 1 0 2731149 0
[pid=3037/tid=3090] ppid=3034 vsize=11077984 memory=1276 CPUtime=825.41 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 57131 13140 0 0 82502 32 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911154208128 139910735758767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=11077984 memory=1068 CPUtime=3.97 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 8927 13140 0 0 369 21 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=11077984 memory=15064 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 6519 13140 0 0 366 25 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=11077984 memory=825832 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 5670 13140 0 0 370 21 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=11077984 memory=1620 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 7848 13140 0 0 366 25 5 2 20 0 15 0 230066270 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=11077984 memory=1220 CPUtime=3.88 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 7759 13140 0 0 359 22 5 2 20 0 15 0 230066271 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=11077984 memory=825832 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 15 13140 0 0 0 0 5 2 20 0 15 0 230066271 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909968946976 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=11077984 memory=3812 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 4 13140 0 0 0 0 5 2 20 0 15 0 230066272 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909767619840 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=11077984 memory=1276 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=11077984 memory=1068 CPUtime=5.77 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) S 3034 3037 30220 0 -1 1077944384 15236 13140 0 0 565 5 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=11077984 memory=15064 CPUtime=6 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 10437 13140 0 0 590 3 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=11077984 memory=34512 CPUtime=2.94 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) S 3034 3037 30220 0 -1 1077944384 15835 13140 0 0 282 5 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910349527024 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=11077984 memory=13756 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=11077984 memory=62600 CPUtime=0.58 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1342 13140 0 0 20 31 5 2 20 0 15 0 230066275 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 859.95 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 825832 KiB

[startup+834.801 s]
/proc/loadavg: 1.66 1.51 1.45 3/216 3276
/proc/meminfo: memFree=22136948/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=11077984 memory=825832 CPUtime=860.36 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 138925 13140 0 0 85867 162 5 2 20 0 15 0 230066260 11343855616 206458 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2769496 206458 3515 1 0 2731149 0
[pid=3037/tid=3090] ppid=3034 vsize=11077984 memory=3047711553219693942 CPUtime=825.81 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 57134 13140 0 0 82542 32 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911154207840 139910735954479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=11077984 memory=4629546024076873078 CPUtime=3.97 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 8927 13140 0 0 369 21 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=11077984 memory=-7521736447810188379 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 6519 13140 0 0 366 25 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=11077984 memory=-8412652160765825907 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 5670 13140 0 0 370 21 5 2 20 0 15 0 230066269 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=11077984 memory=7100839878645619564 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 7848 13140 0 0 366 25 5 2 20 0 15 0 230066270 11343855616 206458 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=11077984 memory=-8634980985311628903 CPUtime=3.88 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 7759 13140 0 0 359 22 5 2 20 0 15 0 230066271 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=11077984 memory=7897517683652307531 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 15 13140 0 0 0 0 5 2 20 0 15 0 230066271 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909968946976 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=11077984 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 4 13140 0 0 0 0 5 2 20 0 15 0 230066272 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909767619840 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=11077984 memory=1068 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=11077984 memory=15064 CPUtime=5.77 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) S 3034 3037 30220 0 -1 1077944384 15236 13140 0 0 565 5 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=11077984 memory=8026090101739044964 CPUtime=6 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 10437 13140 0 0 590 3 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=11077984 memory=7163936457091932774 CPUtime=2.94 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) S 3034 3037 30220 0 -1 1077944384 15835 13140 0 0 282 5 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910349527024 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=11077984 memory=7594031500767948642 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206458 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=11077984 memory=288230574492221466 CPUtime=0.58 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1342 13140 0 0 20 31 5 2 20 0 15 0 230066275 11343855616 206458 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 860.36 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 825832 KiB

[startup+835.001 s]*
/proc/loadavg: 1.66 1.51 1.45 3/216 3276
/proc/meminfo: memFree=22136948/32770624 swapFree=67108372/67108860
[pid=3037] ppid=3034 vsize=11077984 memory=825836 CPUtime=860.59 cores=1,3,5,7
/proc/3037/stat : 3037 (java) S 3034 3037 30220 0 -1 1077944320 141280 13140 0 0 85890 162 5 2 20 0 15 0 230066260 11343855616 206459 33554432000 4194304 4196468 140736259756160 140736259738704 139911182372599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
/proc/3037/statm: 2769496 206459 3515 1 0 2731149 0
[pid=3037/tid=3090] ppid=3034 vsize=11077984 memory=6935054825532540783 CPUtime=826.01 cores=1,3,5,7
/proc/3037/task/3090/stat : 3090 (java) R 3034 3037 30220 0 -1 4202560 57194 13140 0 0 82562 32 5 2 20 0 15 0 230066269 11343855616 206459 33554432000 4194304 4196468 140736259756160 139911154208096 139910735758729 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3091] ppid=3034 vsize=11077984 memory=4126316290023845779 CPUtime=3.97 cores=1,3,5,7
/proc/3037/task/3091/stat : 3091 (java) S 3034 3037 30220 0 -1 1077944384 8929 13140 0 0 369 21 5 2 20 0 15 0 230066269 11343855616 206459 33554432000 4194304 4196468 140736259756160 139911186614800 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3092] ppid=3034 vsize=11077984 memory=-7531822216213012384 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3092/stat : 3092 (java) S 3034 3037 30220 0 -1 1077944384 6519 13140 0 0 366 25 5 2 20 0 15 0 230066269 11343855616 206459 33554432000 4194304 4196468 140736259756160 139911051950736 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3093] ppid=3034 vsize=11077984 memory=6944656592455360608 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3093/stat : 3093 (java) S 3034 3037 30220 0 -1 1077944384 5670 13140 0 0 370 21 5 2 20 0 15 0 230066269 11343855616 206459 33554432000 4194304 4196468 140736259756160 139911050897680 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3094] ppid=3034 vsize=11077984 memory=-7522837583129502606 CPUtime=3.98 cores=1,3,5,7
/proc/3037/task/3094/stat : 3094 (java) S 3034 3037 30220 0 -1 1077944384 7848 13140 0 0 366 25 5 2 20 0 15 0 230066270 11343855616 206459 33554432000 4194304 4196468 140736259756160 139911049845136 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3095] ppid=3034 vsize=11077984 memory=6944613755445342871 CPUtime=3.88 cores=1,3,5,7
/proc/3037/task/3095/stat : 3095 (java) S 3034 3037 30220 0 -1 1077944384 7761 13140 0 0 359 22 5 2 20 0 15 0 230066271 11343855616 206459 33554432000 4194304 4196468 140736259756160 139910352685808 139911182383746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3096] ppid=3034 vsize=11077984 memory=6944656425123290226 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3096/stat : 3096 (java) S 3034 3037 30220 0 -1 1077944384 15 13140 0 0 0 0 5 2 20 0 15 0 230066271 11343855616 206459 33554432000 4194304 4196468 140736259756160 139909968946976 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3097] ppid=3034 vsize=11077984 memory=-7384994778349281184 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3097/stat : 3097 (java) S 3034 3037 30220 0 -1 1077944384 4 13140 0 0 0 0 5 2 20 0 15 0 230066272 11343855616 206459 33554432000 4194304 4196468 140736259756160 139909767619840 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3098] ppid=3034 vsize=11077984 memory=-9001734013606258791 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3098/stat : 3098 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206459 33554432000 4194304 4196468 140736259756160 139909460220368 139911182391195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3099] ppid=3034 vsize=11077984 memory=576583242059703325 CPUtime=5.79 cores=1,3,5,7
/proc/3037/task/3099/stat : 3099 (java) S 3034 3037 30220 0 -1 1077944384 16582 13140 0 0 567 5 5 2 20 0 15 0 230066274 11343855616 206459 33554432000 4194304 4196468 140736259756160 139910351632624 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3100] ppid=3034 vsize=11077984 memory=1028 CPUtime=6 cores=1,3,5,7
/proc/3037/task/3100/stat : 3100 (java) S 3034 3037 30220 0 -1 1077944384 11382 13140 0 0 590 3 5 2 20 0 15 0 230066274 11343855616 206459 33554432000 4194304 4196468 140736259756160 139910350580080 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3101] ppid=3034 vsize=11077984 memory=6944656592455360608 CPUtime=2.94 cores=1,3,5,7
/proc/3037/task/3101/stat : 3101 (java) S 3034 3037 30220 0 -1 1077944384 15835 13140 0 0 282 5 5 2 20 0 15 0 230066274 11343855616 206459 33554432000 4194304 4196468 140736259756160 139910349527024 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3102] ppid=3034 vsize=11077984 memory=-7384994778349281184 CPUtime=0.07 cores=1,3,5,7
/proc/3037/task/3102/stat : 3102 (java) S 3034 3037 30220 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 230066274 11343855616 206459 33554432000 4194304 4196468 140736259756160 139909029423456 139911182382805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
[pid=3037/tid=3103] ppid=3034 vsize=11077984 memory=6944656592452807316 CPUtime=0.58 cores=1,3,5,7
/proc/3037/task/3103/stat : 3103 (java) S 3034 3037 30220 0 -1 1077944384 1342 13140 0 0 20 31 5 2 20 0 15 0 230066275 11343855616 206459 33554432000 4194304 4196468 140736259756160 139910348475440 139911182383746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9732096 140736259758700 140736259761500 140736259761500 140736259764175 0
Current children cumulated CPU time: 860.59 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 825836 KiB

Child status: 0
Real time (s): 835.055
CPU time (s): 860.654
CPU user time (s): 858.984
CPU system time (s): 1.66982
CPU usage (%): 103.066
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 825836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 858.984
system time used= 1.66982
maximum resident set size= 827964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156017
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112817
involuntary context switches= 2267


# summary of solver processes directly reported to runsolver:
#   pid: 3037
#   total CPU time (s): 860.654
#   total CPU user time (s): 858.984
#   total CPU system time (s): 1.66982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.25186 second user time and 7.84336 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 03:50:31
IDJOB=4304673
IDBENCH=141532
IDSOLVER=2780
FILE ID=node137/4304673-1534125031
RUNJOBID= node137-1534096381-30252
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-50-200-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304673-1534125031/watcher-4304673-1534125031 -o /tmp/evaluation-result-4304673-1534125031/solver-4304673-1534125031 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1291065581 HOME/instance-4304673-1534125031.xml

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

MD5SUM BENCH= f3af09ab16e693c32f4df19e0bf70cc2
RANDOM SEED=1291065581

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:        21680080 kB
MemAvailable:   29789292 kB
Buffers:           95436 kB
Cached:          8208052 kB
SwapCached:            8 kB
Active:          6160740 kB
Inactive:        4309128 kB
Active(anon):    2112920 kB
Inactive(anon):   105396 kB
Active(file):    4047820 kB
Inactive(file):  4203732 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26572 kB
Writeback:             0 kB
AnonPages:       2173460 kB
Mapped:            66528 kB
Shmem:             49624 kB
Slab:             315008 kB
SReclaimable:     286120 kB
SUnreclaim:        28888 kB
KernelStack:        3616 kB
PageTables:         9728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3435516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1925120 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= 26488 MiB
End job on node137 at 2018-08-13 04:04:26