Trace number 4387214

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.10OPT25 2005.4 1983.5

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.73/0.55	c Concrete v3.10.1560635388952 running
132.67/122.73	o -3978
133.64/123.44	o -3970
134.79/124.36	o -2986
140.52/129.43	o -2982
140.74/129.64	o -2981
141.16/130.08	o -1996
141.16/130.11	o -1987
145.60/134.22	o -1983
145.71/134.38	o -1980
149.69/138.27	o -1977
149.79/138.39	o -1975
150.19/138.71	o -1970
194.43/181.84	o -988
198.66/185.94	o -980
198.66/185.96	o -978
198.96/186.22	o -977
221.79/208.58	o -969
247.15/233.16	o -966
718.59/702.28	o 10
718.89/702.55	o 25
2005.29/1983.48	v <instantiation
2005.29/1983.48	v         cost = '25'>
2005.29/1983.48	v       <list>
2005.29/1983.48	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]
2005.29/1983.48	v       </list>
2005.29/1983.48	v       <values>
2005.29/1983.48	v         6 0 1 2 3 -1 7 8 14 10 4 -1 -1 -1 20 9 15 16 -1 -1 21 22 23 17 0 17 16 15 14 -1 1 2 3 12 13 -1 -1 -1 4 11 10 9 -1 -1 5 6 7 8 -6 1 -5 5 5 0 0 8 4 7 4 0 0 0 3 1 -2 -5 0 0 -5 6 0 4
2005.29/1983.48	v       </values>
2005.29/1983.48	v     </instantiation>
2005.29/1983.48	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 (6738 MiB free)
  memory of node 1: 16384 MiB (9916 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387214-1568294771/watcher-4387214-1568294771 -o /tmp/evaluation-result-4387214-1568294771/solver-4387214-1568294771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1288469608 HOME/instance-4387214-1568294771.xml 

running on 4 cores: 0,2,4,6

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=3065, runsolver pid=3062

[startup+0.10016 s]*
/proc/loadavg: 1.28 1.66 2.09 3/218 3122
/proc/meminfo: memFree=17048000/32770624 swapFree=66939688/67108860
[pid=3065] ppid=3062 vsize=9972712 memory=18332 CPUtime=0.1 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 4332 13125 0 0 1 1 5 3 20 0 6 0 405744012 10212057088 4583 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2493178 4583 1931 1 0 2481616 0
[pid=3065/tid=3118] ppid=3062 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 2138 13125 0 0 1 0 5 3 20 0 6 0 405744021 10212057088 4583 33554432000 4194304 4196468 140736860174240 139961877185104 139961897585470 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=9972712 memory=5792869726567804975 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 405744022 10212057088 4583 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=9972712 memory=139973914166912 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 405744022 10212057088 4583 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 405744022 10212057088 4583 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 6 0 405744022 10212057088 4583 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210274 s]*
/proc/loadavg: 1.28 1.66 2.09 5/227 3131
/proc/meminfo: memFree=17029108/32770624 swapFree=66939688/67108860
[pid=3065] ppid=3062 vsize=10818940 memory=37752 CPUtime=0.26 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 6766 13125 0 0 16 2 5 3 20 0 15 0 405744012 11078594560 9438 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2704735 9438 2984 1 0 2667149 0
[pid=3065/tid=3118] ppid=3062 vsize=10818940 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 3271 13125 0 0 11 1 5 3 20 0 15 0 405744021 11078594560 9438 33554432000 4194304 4196468 140736860174240 139961877181584 139961889391973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10818940 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11078594560 9438 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10818940 memory=288370350065878656 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11078594560 9438 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11078594560 9438 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405744022 11078594560 9438 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10818940 memory=139973914166912 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405744023 11078594560 9438 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405744024 11078594560 9438 33554432000 4194304 4196468 140736860174240 139961363809440 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744024 11078594560 9438 33554432000 4194304 4196468 140736860174240 139960770355952 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11078594560 9438 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 353 13125 0 0 0 0 5 3 20 0 15 0 405744026 11079643136 9438 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10819964 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 274 13125 0 0 1 0 5 3 20 0 15 0 405744026 11079643136 9438 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10819964 memory=139973914166912 CPUtime=0.11 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) R 3062 3065 31346 0 -1 4202560 632 13125 0 0 3 0 5 3 20 0 15 0 405744026 11079643136 9503 33554432000 4194304 4196468 140736860174240 139961328146928 139961905360278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11079643136 9503 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10819964 memory=139973914166912 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744027 11079643136 9503 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37752 KiB

[startup+0.310355 s]*
/proc/loadavg: 1.28 1.66 2.09 3/227 3131
/proc/meminfo: memFree=17019888/32770624 swapFree=66939688/67108860
[pid=3065] ppid=3062 vsize=10820096 memory=48904 CPUtime=0.4 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 10467 13125 0 0 28 4 5 3 20 0 15 0 405744012 11079778304 12226 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2705024 12226 3238 1 0 2667149 0
[pid=3065/tid=3118] ppid=3062 vsize=10820096 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 6943 13125 0 0 19 3 5 3 20 0 15 0 405744021 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961877169376 139961458380080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10820096 memory=-2843874027707679902 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10820096 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405744022 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405744023 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405744024 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961363809440 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744024 11079778304 12226 33554432000 4194304 4196468 140736860174240 139960770355952 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11079778304 12226 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 354 13125 0 0 1 0 5 3 20 0 15 0 405744026 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 275 13125 0 0 1 0 5 3 20 0 15 0 405744026 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) S 3062 3065 31346 0 -1 1077944384 641 13125 0 0 5 0 5 3 20 0 15 0 405744026 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961328146928 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11079778304 12226 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744027 11079778304 12226 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48904 KiB

[startup+0.704329 s]
/proc/loadavg: 1.28 1.66 2.09 5/227 3131
/proc/meminfo: memFree=17003944/32770624 swapFree=66939688/67108860
[pid=3065] ppid=3062 vsize=10824340 memory=78544 CPUtime=1.15 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 14385 13125 0 0 101 6 5 3 20 0 15 0 405744012 11084124160 19636 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2706085 19636 3496 1 0 2668173 0
[pid=3065/tid=3118] ppid=3062 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 10067 13125 0 0 55 4 5 3 20 0 15 0 405744021 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961877175328 139961889428830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10824340 memory=279947578969872 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744022 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10824340 memory=2436051764993 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405744022 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10824340 memory=31606580 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 5 13125 0 0 0 0 5 3 20 0 15 0 405744023 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10824340 memory=-7886167514736700194 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405744024 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961363809440 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10824340 memory=7668899361229985369 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744024 11084124160 19636 33554432000 4194304 4196468 140736860174240 139960770355952 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10824340 memory=7236547281622689387 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11084124160 19636 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10824340 memory=6656426216303648864 CPUtime=0.2 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 584 13125 0 0 12 0 5 3 20 0 15 0 405744026 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 673 13125 0 0 15 0 5 3 20 0 15 0 405744026 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) R 3062 3065 31346 0 -1 4202560 806 13125 0 0 17 0 5 3 20 0 15 0 405744026 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961328146928 139961905369690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10824340 memory=279947579532864 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11084124160 19636 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10824340 memory=139977279144545 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744027 11084124160 19636 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78544 KiB

[startup+1.50073 s]
/proc/loadavg: 1.28 1.66 2.09 5/227 3131
/proc/meminfo: memFree=16938700/32770624 swapFree=66939688/67108860
[pid=3065] ppid=3062 vsize=10832608 memory=215852 CPUtime=3.05 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 24679 13125 0 0 285 12 5 3 20 0 15 0 405744012 11092590592 53963 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2708152 53963 3575 1 0 2670221 0
[pid=3065/tid=3118] ppid=3062 vsize=10832608 memory=6944656592455359580 CPUtime=1.43 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 14954 13125 0 0 128 7 5 3 20 0 15 0 405744021 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961877172864 139961890716490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10832608 memory=78544 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 65 13125 0 0 1 0 5 3 20 0 15 0 405744022 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 36 13125 0 0 1 0 5 3 20 0 15 0 405744022 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 289 13125 0 0 1 0 5 3 20 0 15 0 405744022 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 48 13125 0 0 1 0 5 3 20 0 15 0 405744022 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10832608 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 107 13125 0 0 1 0 5 3 20 0 15 0 405744023 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10832608 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405744024 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961363809504 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10832608 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405744024 11092590592 53963 33554432000 4194304 4196468 140736860174240 139960770355968 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10832608 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11092590592 53963 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10832608 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 2860 13125 0 0 56 0 5 3 20 0 15 0 405744026 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10832608 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 2195 13125 0 0 56 0 5 3 20 0 15 0 405744026 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10832608 memory=-7966001967407402336 CPUtime=0.44 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) S 3062 3065 31346 0 -1 1077944384 1877 13125 0 0 36 0 5 3 20 0 15 0 405744026 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961328146928 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10832608 memory=6944938067432061290 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11092590592 53963 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10832608 memory=7100839870102598768 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405744027 11092590592 53963 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 10832608 KiB

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

[pid=3065/tid=3130] ppid=3062 vsize=10849012 memory=1871524 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11109388288 467881 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10849012 memory=10604 CPUtime=1.02 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 2171 13125 0 0 51 43 5 3 20 0 15 0 405744027 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 1999.46 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1871524 KiB

[startup+1980.8 s]
/proc/loadavg: 1.57 1.56 1.60 3/228 3441
/proc/meminfo: memFree=15861492/32770624 swapFree=66939700/67108860
[pid=3065] ppid=3062 vsize=10849012 memory=1871524 CPUtime=2002.66 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 418129 13125 0 0 200081 177 5 3 20 0 15 0 405744012 11109388288 467881 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2712253 467881 3624 1 0 2674317 0
[pid=3065/tid=3118] ppid=3062 vsize=10849012 memory=984 CPUtime=1977.89 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 104054 13125 0 0 197736 45 5 3 20 0 15 0 405744021 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961877184384 139961884547733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10849012 memory=8112282956445269571 CPUtime=1.56 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 19978 13125 0 0 129 19 5 3 20 0 15 0 405744022 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10849012 memory=1408 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 20122 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10849012 memory=2996 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 21711 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10849012 memory=8112282956445269571 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 27912 13125 0 0 131 18 5 3 20 0 15 0 405744022 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10849012 memory=2832 CPUtime=1.02 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 21778 13125 0 0 87 7 5 3 20 0 15 0 405744023 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10849012 memory=1192 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 51 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961363809568 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10849012 memory=940 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467881 33554432000 4194304 4196468 140736860174240 139960770355968 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10849012 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11109388288 467881 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10849012 memory=1871524 CPUtime=6.84 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 74118 13125 0 0 667 9 5 3 20 0 15 0 405744026 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10849012 memory=12040 CPUtime=6.33 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 64768 13125 0 0 618 7 5 3 20 0 15 0 405744026 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10849012 memory=18000 CPUtime=3.91 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) S 3062 3065 31346 0 -1 1077944384 59237 13125 0 0 373 10 5 3 20 0 15 0 405744026 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961328146928 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10849012 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11109388288 467881 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10849012 memory=500 CPUtime=1.03 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 2171 13125 0 0 52 43 5 3 20 0 15 0 405744027 11109388288 467881 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 2002.66 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1871524 KiB

[startup+1982.4 s]
/proc/loadavg: 1.68 1.58 1.60 3/228 3441
/proc/meminfo: memFree=15861584/32770624 swapFree=66939700/67108860
[pid=3065] ppid=3062 vsize=10849012 memory=1871536 CPUtime=2004.29 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 422518 13125 0 0 200243 178 5 3 20 0 15 0 405744012 11109388288 467884 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2712253 467884 3624 1 0 2674317 0
[pid=3065/tid=3118] ppid=3062 vsize=10849012 memory=1871536 CPUtime=1979.49 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 104590 13125 0 0 197896 45 5 3 20 0 15 0 405744021 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961877178032 139961461920123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10849012 memory=1871536 CPUtime=1.56 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 20078 13125 0 0 129 19 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10849012 memory=10604 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 21753 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10849012 memory=728 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 21717 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10849012 memory=780 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 27919 13125 0 0 131 18 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10849012 memory=8112282956445269571 CPUtime=1.02 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 22008 13125 0 0 87 7 5 3 20 0 15 0 405744023 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10849012 memory=1871524 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 51 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961363809568 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10849012 memory=1552 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960770355968 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10849012 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10849012 memory=0 CPUtime=6.84 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 74121 13125 0 0 667 9 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10849012 memory=6944656592455350634 CPUtime=6.33 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 66271 13125 0 0 618 7 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10849012 memory=7300710274529575021 CPUtime=3.91 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) S 3062 3065 31346 0 -1 1077944384 59594 13125 0 0 373 10 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961328146928 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10849012 memory=7372767868533948519 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10849012 memory=3620 CPUtime=1.03 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 2187 13125 0 0 52 43 5 3 20 0 15 0 405744027 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 2004.29 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1871536 KiB

[startup+1983.2 s]
/proc/loadavg: 1.68 1.58 1.60 3/228 3441
/proc/meminfo: memFree=15861708/32770624 swapFree=66939700/67108860
[pid=3065] ppid=3062 vsize=10849012 memory=1871536 CPUtime=2005.09 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 422527 13125 0 0 200323 178 5 3 20 0 15 0 405744012 11109388288 467884 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2712253 467884 3624 1 0 2674317 0
[pid=3065/tid=3118] ppid=3062 vsize=10849012 memory=940 CPUtime=1980.29 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 104597 13125 0 0 197976 45 5 3 20 0 15 0 405744021 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961877169392 139961461919892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10849012 memory=8112282956445269571 CPUtime=1.56 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 20078 13125 0 0 129 19 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10849012 memory=984 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 21754 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10849012 memory=2004 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 21717 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10849012 memory=1376 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 27919 13125 0 0 131 18 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10849012 memory=8112282956445269571 CPUtime=1.02 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 22009 13125 0 0 87 7 5 3 20 0 15 0 405744023 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10849012 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 51 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961363809568 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10849012 memory=2604 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960770355968 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10849012 memory=2604 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10849012 memory=6935054825532540783 CPUtime=6.84 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 74121 13125 0 0 667 9 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10849012 memory=3248 CPUtime=6.33 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 66271 13125 0 0 618 7 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10849012 memory=1724 CPUtime=3.91 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) S 3062 3065 31346 0 -1 1077944384 59594 13125 0 0 373 10 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961328146928 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10849012 memory=5956 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10849012 memory=10604 CPUtime=1.03 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 2187 13125 0 0 52 43 5 3 20 0 15 0 405744027 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 2005.09 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1871536 KiB

[startup+1983.4 s]
/proc/loadavg: 1.68 1.58 1.60 3/228 3441
/proc/meminfo: memFree=15861708/32770624 swapFree=66939700/67108860
[pid=3065] ppid=3062 vsize=10849012 memory=1871536 CPUtime=2005.29 cores=0,2,4,6
/proc/3065/stat : 3065 (java) S 3062 3065 31346 0 -1 1077944320 422527 13125 0 0 200343 178 5 3 20 0 15 0 405744012 11109388288 467884 33554432000 4194304 4196468 140736860174240 140736860156784 139961905348343 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
/proc/3065/statm: 2712253 467884 3624 1 0 2674317 0
[pid=3065/tid=3118] ppid=3062 vsize=10849012 memory=8112282956445269571 CPUtime=1980.49 cores=0,2,4,6
/proc/3065/task/3118/stat : 3118 (java) R 3062 3065 31346 0 -1 4202560 104597 13125 0 0 197996 45 5 3 20 0 15 0 405744021 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961877169392 139961461917775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3119] ppid=3062 vsize=10849012 memory=2004 CPUtime=1.56 cores=0,2,4,6
/proc/3065/task/3119/stat : 3119 (java) S 3062 3065 31346 0 -1 1077944384 20078 13125 0 0 129 19 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961909591056 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3120] ppid=3062 vsize=10849012 memory=1376 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3120/stat : 3120 (java) S 3062 3065 31346 0 -1 1077944384 21754 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961797864592 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3121] ppid=3062 vsize=10849012 memory=1060 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3121/stat : 3121 (java) S 3062 3065 31346 0 -1 1077944384 21717 13125 0 0 132 17 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961796811536 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3122] ppid=3062 vsize=10849012 memory=3248 CPUtime=1.57 cores=0,2,4,6
/proc/3065/task/3122/stat : 3122 (java) S 3062 3065 31346 0 -1 1077944384 27919 13125 0 0 131 18 5 3 20 0 15 0 405744022 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961795758992 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3123] ppid=3062 vsize=10849012 memory=1724 CPUtime=1.02 cores=0,2,4,6
/proc/3065/task/3123/stat : 3123 (java) S 3062 3065 31346 0 -1 1077944384 22009 13125 0 0 87 7 5 3 20 0 15 0 405744023 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961364863216 139961905359490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3124] ppid=3062 vsize=10849012 memory=5956 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3124/stat : 3124 (java) S 3062 3065 31346 0 -1 1077944384 51 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961363809568 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3125] ppid=3062 vsize=10849012 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3125/stat : 3125 (java) S 3062 3065 31346 0 -1 1077944384 17 13125 0 0 0 0 5 3 20 0 15 0 405744024 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960770355968 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3126] ppid=3062 vsize=10849012 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3126/stat : 3126 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960462956496 139961905366939 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3127] ppid=3062 vsize=10849012 memory=18000 CPUtime=6.84 cores=0,2,4,6
/proc/3065/task/3127/stat : 3127 (java) S 3062 3065 31346 0 -1 1077944384 74121 13125 0 0 667 9 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961330252528 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3128] ppid=3062 vsize=10849012 memory=2120 CPUtime=6.33 cores=0,2,4,6
/proc/3065/task/3128/stat : 3128 (java) S 3062 3065 31346 0 -1 1077944384 66271 13125 0 0 618 7 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961329199984 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3129] ppid=3062 vsize=10849012 memory=500 CPUtime=3.91 cores=0,2,4,6
/proc/3065/task/3129/stat : 3129 (java) S 3062 3065 31346 0 -1 1077944384 59594 13125 0 0 373 10 5 3 20 0 15 0 405744026 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961328146928 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3130] ppid=3062 vsize=10849012 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/3065/task/3130/stat : 3130 (java) S 3062 3065 31346 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405744027 11109388288 467884 33554432000 4194304 4196468 140736860174240 139960429398880 139961905358549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
[pid=3065/tid=3131] ppid=3062 vsize=10849012 memory=928 CPUtime=1.03 cores=0,2,4,6
/proc/3065/task/3131/stat : 3131 (java) S 3062 3065 31346 0 -1 1077944384 2187 13125 0 0 52 43 5 3 20 0 15 0 405744027 11109388288 467884 33554432000 4194304 4196468 140736860174240 139961327094320 139961905359490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 9019392 140736860179189 140736860181701 140736860181701 140736860184527 0
Current children cumulated CPU time: 2005.29 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1871536 KiB

Child status: 0
Real time (s): 1983.5
CPU time (s): 2005.4
CPU user time (s): 2003.57
CPU system time (s): 1.83013
CPU usage (%): 101.104
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 2135044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2003.57
system time used= 1.83013
maximum resident set size= 2137092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436690
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77255
involuntary context switches= 2589


# summary of solver processes directly reported to runsolver:
#   pid: 3065
#   total CPU time (s): 2005.4
#   total CPU user time (s): 2003.57
#   total CPU system time (s): 1.83013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1619 second user time and 18.1366 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 15:25:29
IDJOB=4387214
IDBENCH=127979
IDSOLVER=2823
FILE ID=node125/4387214-1568294771
RUNJOBID= node125-1568286041-32306
PBS_JOBID= 21701079
Free space on /tmp= 55060 MiB

SOLVER NAME= Concrete 3.10
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-4387214-1568294771/watcher-4387214-1568294771 -o /tmp/evaluation-result-4387214-1568294771/solver-4387214-1568294771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1288469608 HOME/instance-4387214-1568294771.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=1288469608

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17055040 kB
MemAvailable:   30468500 kB
Buffers:          167076 kB
Cached:         13373284 kB
SwapCached:        66696 kB
Active:          2475412 kB
Inactive:       12461048 kB
Active(anon):    1334068 kB
Inactive(anon):   103148 kB
Active(file):    1141344 kB
Inactive(file): 12357900 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939688 kB
Dirty:             35040 kB
Writeback:             0 kB
AnonPages:       1440360 kB
Mapped:            55340 kB
Shmem:             32108 kB
Slab:             371216 kB
SReclaimable:     342676 kB
SUnreclaim:        28540 kB
KernelStack:        3776 kB
PageTables:         8676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2587104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 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= 55028 MiB
End job on node125 at 2019-09-12 15:58:33