Trace number 4396234

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT25 1648.06 1629.11

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-6.xml
MD5SUM0bc555941feddabd64880acf40a70a83
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark77.3481
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":12},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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.78/0.55	c Concrete v3.12.2.1568380929293 running
29.24/18.84	o -2994
32.97/21.72	o -2003
33.63/22.26	o -1997
33.74/22.38	o -1994
33.98/22.56	o -1992
34.19/22.73	o -1991
34.19/22.74	o -1990
36.86/25.26	o -1979
46.28/34.40	o -1974
85.83/73.44	o -988
85.94/73.59	o -987
86.87/74.43	o -982
90.10/77.55	o -976
352.07/338.55	o -974
352.07/338.57	o -972
492.65/478.97	o -971
498.96/485.23	o -6
500.06/486.35	o 20
520.63/506.75	o 21
522.37/508.42	o 25
1647.93/1629.09	v <instantiation
1647.93/1629.09	v         cost = '25'>
1647.93/1629.09	v       <list>
1647.93/1629.09	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23]
1647.93/1629.09	v       </list>
1647.93/1629.09	v       <values>
1647.93/1629.09	v         1 2 3 4 10 -1 0 6 7 15 9 -1 -1 -1 8 16 17 23 -1 -1 14 20 21 22 0 1 2 3 4 -1 17 16 15 6 5 -1 -1 -1 14 7 8 9 -1 -1 13 12 11 10 1 -5 5 5 4 0 -6 0 8 1 7 0 0 0 4 -2 -5 4 0 0 3 -5 6 0
1647.93/1629.09	v       </values>
1647.93/1629.09	v     </instantiation>
1647.93/1629.09	s OPTIMUM FOUND

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396234-1568401514/watcher-4396234-1568401514 -o /tmp/evaluation-result-4396234-1568401514/solver-4396234-1568401514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3095 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1532031731 HOME/instance-4396234-1568401514.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=5348, runsolver pid=5345


[startup+0.101995 s]*
/proc/loadavg: 1.32 1.33 1.38 2/217 5451
/proc/meminfo: memFree=31062844/32770624 swapFree=67002100/67108860
[pid=5348] ppid=5345 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 4356 13253 0 0 1 0 5 2 20 0 6 0 416400063 10212057088 4648 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2493178 4648 1935 1 0 2481616 0
[pid=5348/tid=5444] ppid=5345 vsize=9988792 memory=4628415773152272787 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 2215 13253 0 0 1 0 5 2 20 0 6 0 416400072 10228523008 4714 33554432000 4194304 4196468 140727266768464 140657930150480 140657943832992 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=9988792 memory=7378697629483820645 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 6 0 416400073 10228523008 4714 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=9988792 memory=139635859822208 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 6 0 416400073 10228523008 4714 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 6 0 416400073 10228523008 4714 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 6 0 416400073 10228523008 4714 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210375 s]*
/proc/loadavg: 1.32 1.33 1.38 4/229 5489
/proc/meminfo: memFree=31031180/32770624 swapFree=67002100/67108860
[pid=5348] ppid=5345 vsize=10819664 memory=42324 CPUtime=0.25 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 6905 13253 0 0 17 1 5 2 20 0 15 0 416400063 11079335936 10581 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2704916 10581 3153 1 0 2667149 0
[pid=5348/tid=5444] ppid=5345 vsize=10819664 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 3380 13253 0 0 11 0 5 2 20 0 15 0 416400072 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657930138144 140657958335645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10819664 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10819664 memory=139635859822208 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10819664 memory=139635859822208 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400074 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 33 13253 0 0 0 0 5 2 20 0 15 0 416400075 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657416812064 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400075 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657293256048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11079335936 10581 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) R 5345 5348 3063 0 -1 1077944384 458 13253 0 0 1 0 5 2 20 0 15 0 416400078 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657383254384 140657958324866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 204 13253 0 0 1 0 5 2 20 0 15 0 416400078 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10819664 memory=139635859822208 CPUtime=0.1 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) R 5345 5348 3063 0 -1 4202560 609 13253 0 0 3 0 5 2 20 0 15 0 416400078 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657381148784 140657937122707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11079335936 10581 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10819664 memory=139635859822208 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400078 11079335936 10581 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42324 KiB

[startup+0.310597 s]*
/proc/loadavg: 1.32 1.33 1.38 3/229 5489
/proc/meminfo: memFree=31003808/32770624 swapFree=67002100/67108860
[pid=5348] ppid=5345 vsize=10820148 memory=53460 CPUtime=0.4 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 10608 13253 0 0 30 3 5 2 20 0 15 0 416400063 11079831552 13365 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2705037 13365 3285 1 0 2667149 0
[pid=5348/tid=5444] ppid=5345 vsize=10820148 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 7064 13253 0 0 19 2 5 2 20 0 15 0 416400072 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657930113632 140657942394206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10820148 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10820148 memory=7969308241958893075 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10820148 memory=-7035114785800479027 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10820148 memory=139635859832801 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400073 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10820148 memory=7667190793192566121 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400074 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 33 13253 0 0 0 0 5 2 20 0 15 0 416400075 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657416812064 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400075 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657293256048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11079831552 13365 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) R 5345 5348 3063 0 -1 1077944384 458 13253 0 0 1 0 5 2 20 0 15 0 416400078 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657383254384 140657958324866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 214 13253 0 0 2 0 5 2 20 0 15 0 416400078 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) S 5345 5348 3063 0 -1 1077944384 618 13253 0 0 5 0 5 2 20 0 15 0 416400078 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657381148784 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11079831552 13365 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400078 11079831552 13365 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53460 KiB

[startup+0.700991 s]
/proc/loadavg: 1.32 1.33 1.38 5/229 5489
/proc/meminfo: memFree=30972052/32770624 swapFree=67002100/67108860
[pid=5348] ppid=5345 vsize=10824360 memory=85640 CPUtime=1.14 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 14630 13253 0 0 103 4 5 2 20 0 15 0 416400063 11084144640 21410 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2706090 21410 3512 1 0 2668173 0
[pid=5348/tid=5444] ppid=5345 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) D 5345 5348 3063 0 -1 1077944384 9912 13253 0 0 56 3 5 2 20 0 15 0 416400072 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657930140880 140657958337597 0 4 0 16800975 18446744072101568036 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10824360 memory=8319106358720278838 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10824360 memory=4641049955599013744 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400073 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10824360 memory=7007706849814274368 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400073 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10824360 memory=5792544121342148704 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 5 13253 0 0 0 0 5 2 20 0 15 0 416400074 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 33 13253 0 0 0 0 5 2 20 0 15 0 416400075 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657416812064 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400075 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657293256048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10824360 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11084144640 21410 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10824360 memory=2241 CPUtime=0.23 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) R 5345 5348 3063 0 -1 4202560 1069 13253 0 0 16 0 5 2 20 0 15 0 416400078 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657383254384 140657939858934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10824360 memory=2244 CPUtime=0.19 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 615 13253 0 0 12 0 5 2 20 0 15 0 416400078 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) S 5345 5348 3063 0 -1 1077944384 775 13253 0 0 17 0 5 2 20 0 15 0 416400078 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657381148784 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11084144640 21410 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400078 11084144640 21410 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85640 KiB

[startup+1.50075 s]
/proc/loadavg: 1.32 1.33 1.38 8/229 5489
/proc/meminfo: memFree=30852272/32770624 swapFree=67002100/67108860
[pid=5348] ppid=5345 vsize=10834676 memory=219748 CPUtime=2.94 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 24428 13253 0 0 277 10 5 2 20 0 15 0 416400063 11094708224 54937 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2708669 54937 3587 1 0 2670733 0
[pid=5348/tid=5444] ppid=5345 vsize=10834676 memory=165 CPUtime=1.43 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 15109 13253 0 0 130 6 5 2 20 0 15 0 416400072 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657930142048 140657942394206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10834676 memory=79 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 299 13253 0 0 1 0 5 2 20 0 15 0 416400073 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 25 13253 0 0 1 0 5 2 20 0 15 0 416400073 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 97 13253 0 0 1 0 5 2 20 0 15 0 416400073 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 77 13253 0 0 1 0 5 2 20 0 15 0 416400073 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 822 13253 0 0 1 0 5 2 20 0 15 0 416400074 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 33 13253 0 0 0 0 5 2 20 0 15 0 416400075 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657416812128 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10834676 memory=-3252517613198930781 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400075 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657293256064 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10834676 memory=7679927811743456362 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11094708224 54937 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10834676 memory=6944652027076318631 CPUtime=0.54 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) S 5345 5348 3063 0 -1 1077944384 1798 13253 0 0 47 0 5 2 20 0 15 0 416400078 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657383254384 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10834676 memory=7679927811743456362 CPUtime=0.58 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 2390 13253 0 0 51 0 5 2 20 0 15 0 416400078 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10834676 memory=6944656592385698452 CPUtime=0.47 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) S 5345 5348 3063 0 -1 1077944384 1561 13253 0 0 40 0 5 2 20 0 15 0 416400078 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657381148784 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10834676 memory=6944652027076318631 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11094708224 54937 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10834676 memory=6944656592455088490 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1 13253 0 0 0 0 5 2 20 0 15 0 416400078 11094708224 54937 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10834676 KiB

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

[pid=5348/tid=5475] ppid=5345 vsize=10849032 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10849032 memory=1056 CPUtime=0.78 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1695 13253 0 0 33 38 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 1644.51 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1720124 KiB

[startup+1627.2 s]
/proc/loadavg: 1.43 1.43 1.49 3/228 5771
/proc/meminfo: memFree=27433552/32770624 swapFree=67002108/67108860
[pid=5348] ppid=5345 vsize=10849032 memory=1720124 CPUtime=1646.11 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 270556 13253 0 0 164467 137 5 2 20 0 15 0 416400063 11109408768 430031 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2712258 430031 3632 1 0 2674317 0
[pid=5348/tid=5444] ppid=5345 vsize=10849032 memory=14004 CPUtime=1624.4 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 83639 13253 0 0 162394 39 5 2 20 0 15 0 416400072 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657930135184 140657527188431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10849032 memory=3616 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 19687 13253 0 0 147 11 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10849032 memory=38780 CPUtime=1.63 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 16626 13253 0 0 144 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10849032 memory=988 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 11764 13253 0 0 148 10 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10849032 memory=2024 CPUtime=1.64 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 17455 13253 0 0 145 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10849032 memory=1428 CPUtime=1.2 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 15492 13253 0 0 104 9 5 2 20 0 15 0 416400074 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10849032 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 44 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657416812192 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10849032 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 28 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657293256224 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10849032 memory=1244 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10849032 memory=10472 CPUtime=5.58 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) S 5345 5348 3063 0 -1 1077944384 38896 13253 0 0 545 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657383254384 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10849032 memory=1720 CPUtime=5.96 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 41048 13253 0 0 583 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10849032 memory=5720 CPUtime=2.14 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) S 5345 5348 3063 0 -1 1077944384 21968 13253 0 0 203 4 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657381148784 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10849032 memory=636 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10849032 memory=2832 CPUtime=0.78 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1695 13253 0 0 33 38 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 1646.11 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1720124 KiB

[startup+1628 s]*
/proc/loadavg: 1.48 1.44 1.50 3/228 5771
/proc/meminfo: memFree=27433552/32770624 swapFree=67002108/67108860
[pid=5348] ppid=5345 vsize=10849032 memory=1720124 CPUtime=1646.92 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 270563 13253 0 0 164548 137 5 2 20 0 15 0 416400063 11109408768 430031 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2712258 430031 3632 1 0 2674317 0
[pid=5348/tid=5444] ppid=5345 vsize=10849032 memory=1920036 CPUtime=1625.21 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 83640 13253 0 0 162475 39 5 2 20 0 15 0 416400072 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657930149408 140657527321218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10849032 memory=1568 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 19687 13253 0 0 147 11 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10849032 memory=4126316290023845779 CPUtime=1.63 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 16626 13253 0 0 144 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10849032 memory=1244 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 11765 13253 0 0 148 10 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10849032 memory=10472 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 17455 13253 0 0 146 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10849032 memory=1720 CPUtime=1.2 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 15497 13253 0 0 104 9 5 2 20 0 15 0 416400074 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10849032 memory=5720 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 44 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657416812192 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10849032 memory=636 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 28 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657293256224 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10849032 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10849032 memory=1056 CPUtime=5.58 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) S 5345 5348 3063 0 -1 1077944384 38896 13253 0 0 545 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657383254384 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10849032 memory=1568 CPUtime=5.96 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 41048 13253 0 0 583 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10849032 memory=1040 CPUtime=2.14 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) S 5345 5348 3063 0 -1 1077944384 21968 13253 0 0 203 4 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657381148784 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10849032 memory=14004 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10849032 memory=12040 CPUtime=0.78 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1695 13253 0 0 33 38 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 1646.92 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1720124 KiB

[startup+1628.8 s]
/proc/loadavg: 1.48 1.44 1.50 3/228 5771
/proc/meminfo: memFree=27433552/32770624 swapFree=67002108/67108860
[pid=5348] ppid=5345 vsize=10849032 memory=1720124 CPUtime=1647.72 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 270563 13253 0 0 164628 137 5 2 20 0 15 0 416400063 11109408768 430031 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2712258 430031 3632 1 0 2674317 0
[pid=5348/tid=5444] ppid=5345 vsize=10849032 memory=6947473588641491008 CPUtime=1626 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 83640 13253 0 0 162554 39 5 2 20 0 15 0 416400072 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657930149408 140657527188493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10849032 memory=3616 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 19687 13253 0 0 147 11 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10849032 memory=38780 CPUtime=1.63 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 16626 13253 0 0 144 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10849032 memory=988 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 11765 13253 0 0 148 10 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10849032 memory=3848 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 17455 13253 0 0 146 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10849032 memory=2884 CPUtime=1.2 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 15497 13253 0 0 104 9 5 2 20 0 15 0 416400074 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10849032 memory=2668 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 44 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657416812192 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10849032 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 28 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657293256224 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10849032 memory=1244 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10849032 memory=10472 CPUtime=5.58 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) S 5345 5348 3063 0 -1 1077944384 38896 13253 0 0 545 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657383254384 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10849032 memory=1720 CPUtime=5.96 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 41048 13253 0 0 583 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10849032 memory=8112282956445269571 CPUtime=2.14 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) S 5345 5348 3063 0 -1 1077944384 21968 13253 0 0 203 4 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657381148784 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10849032 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10849032 memory=1720124 CPUtime=0.78 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1695 13253 0 0 33 38 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 1647.72 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1720124 KiB

[startup+1629 s]*
/proc/loadavg: 1.48 1.44 1.50 3/228 5771
/proc/meminfo: memFree=27433552/32770624 swapFree=67002108/67108860
[pid=5348] ppid=5345 vsize=10849032 memory=1720124 CPUtime=1647.93 cores=1,3,5,7
/proc/5348/stat : 5348 (java) S 5345 5348 3063 0 -1 1077944320 270564 13253 0 0 164649 137 5 2 20 0 15 0 416400063 11109408768 430031 33554432000 4194304 4196468 140727266768464 140727266751008 140657958313719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
/proc/5348/statm: 2712258 430031 3632 1 0 2674317 0
[pid=5348/tid=5444] ppid=5345 vsize=10849032 memory=8112282956445269571 CPUtime=1626.2 cores=1,3,5,7
/proc/5348/task/5444/stat : 5444 (java) R 5345 5348 3063 0 -1 4202560 83641 13253 0 0 162574 39 5 2 20 0 15 0 416400072 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657930149568 140657527187600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5446] ppid=5345 vsize=10849032 memory=4126316290023845779 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5446/stat : 5446 (java) S 5345 5348 3063 0 -1 1077944384 19687 13253 0 0 147 11 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657962556048 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5447] ppid=5345 vsize=10849032 memory=1040 CPUtime=1.64 cores=1,3,5,7
/proc/5348/task/5447/stat : 5447 (java) S 5345 5348 3063 0 -1 1077944384 16626 13253 0 0 145 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657850829328 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5448] ppid=5345 vsize=10849032 memory=14004 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5448/stat : 5448 (java) S 5345 5348 3063 0 -1 1077944384 11765 13253 0 0 148 10 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657849776528 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5449] ppid=5345 vsize=10849032 memory=12040 CPUtime=1.65 cores=1,3,5,7
/proc/5348/task/5449/stat : 5449 (java) S 5345 5348 3063 0 -1 1077944384 17455 13253 0 0 146 12 5 2 20 0 15 0 416400073 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657848723728 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5452] ppid=5345 vsize=10849032 memory=2120 CPUtime=1.2 cores=1,3,5,7
/proc/5348/task/5452/stat : 5452 (java) S 5345 5348 3063 0 -1 1077944384 15497 13253 0 0 104 9 5 2 20 0 15 0 416400074 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657417866096 140657958324866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5453] ppid=5345 vsize=10849032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5453/stat : 5453 (java) S 5345 5348 3063 0 -1 1077944384 44 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657416812192 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5454] ppid=5345 vsize=10849032 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5454/stat : 5454 (java) S 5345 5348 3063 0 -1 1077944384 28 13253 0 0 0 0 5 2 20 0 15 0 416400075 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657293256224 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5471] ppid=5345 vsize=10849032 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5471/stat : 5471 (java) S 5345 5348 3063 0 -1 1077944384 2 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656689277264 140657958332315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5472] ppid=5345 vsize=10849032 memory=3276 CPUtime=5.58 cores=1,3,5,7
/proc/5348/task/5472/stat : 5472 (java) S 5345 5348 3063 0 -1 1077944384 38896 13253 0 0 545 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657383254384 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5473] ppid=5345 vsize=10849032 memory=1720124 CPUtime=5.96 cores=1,3,5,7
/proc/5348/task/5473/stat : 5473 (java) S 5345 5348 3063 0 -1 1077944384 41048 13253 0 0 583 6 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657382201584 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5474] ppid=5345 vsize=10849032 memory=1408 CPUtime=2.14 cores=1,3,5,7
/proc/5348/task/5474/stat : 5474 (java) S 5345 5348 3063 0 -1 1077944384 21968 13253 0 0 203 4 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657381148784 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5475] ppid=5345 vsize=10849032 memory=3212 CPUtime=0.07 cores=1,3,5,7
/proc/5348/task/5475/stat : 5475 (java) S 5345 5348 3063 0 -1 1077944384 3 13253 0 0 0 0 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140656219515104 140657958323925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
[pid=5348/tid=5480] ppid=5345 vsize=10849032 memory=1920120 CPUtime=0.78 cores=1,3,5,7
/proc/5348/task/5480/stat : 5480 (java) S 5345 5348 3063 0 -1 1077944384 1695 13253 0 0 33 38 5 2 20 0 15 0 416400078 11109408768 430031 33554432000 4194304 4196468 140727266768464 140657380097200 140657958324866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20070400 140727266769647 140727266772165 140727266772165 140727266774991 0
Current children cumulated CPU time: 1647.93 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1720124 KiB

Child status: 0
Real time (s): 1629.11
CPU time (s): 1648.06
CPU user time (s): 1646.64
CPU system time (s): 1.41805
CPU usage (%): 101.163
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1797084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1646.64
system time used= 1.41805
maximum resident set size= 1799132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284217
page faults= 0
swaps= 0
block input operations= 32
block output operations= 2080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65095
involuntary context switches= 1115


# summary of solver processes directly reported to runsolver:
#   pid: 5348
#   total CPU time (s): 1648.06
#   total CPU user time (s): 1646.64
#   total CPU system time (s): 1.41805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.26089 second user time and 16.0107 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 21:04:30
IDJOB=4396234
IDBENCH=127979
IDSOLVER=2846
FILE ID=node136/4396234-1568401514
RUNJOBID= node136-1568393371-3095
PBS_JOBID= 21701864
Free space on /tmp= 61132 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396234-1568401514/watcher-4396234-1568401514 -o /tmp/evaluation-result-4396234-1568401514/solver-4396234-1568401514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3095 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1532031731 HOME/instance-4396234-1568401514.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=1532031731

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31085304 kB
MemAvailable:   31908836 kB
Buffers:           56952 kB
Cached:          1057688 kB
SwapCached:         3108 kB
Active:           631252 kB
Inactive:         489220 kB
Active(anon):       5484 kB
Inactive(anon):    42020 kB
Active(file):     625768 kB
Inactive(file):   447200 kB
Unevictable:      107856 kB
Mlocked:          107856 kB
SwapTotal:      67108860 kB
SwapFree:       67002100 kB
Dirty:             71812 kB
Writeback:             0 kB
AnonPages:        241776 kB
Mapped:            44136 kB
Shmem:             31904 kB
Slab:             161452 kB
SReclaimable:     132796 kB
SUnreclaim:        28656 kB
KernelStack:        4016 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61096 MiB
End job on node136 at 2019-09-13 21:31:39