Trace number 4403010

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.3OPT72 2125.65 2088.23

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark885.287
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.79/0.54	c Concrete v3.12.3.1568965526260 running
7.02/3.38	o 103
7.02/3.39	o 102
7.35/3.42	o 97
7.35/3.48	o 96
7.35/3.49	o 90
7.67/3.54	o 89
8.28/3.74	o 86
9.97/4.83	o 84
10.25/5.03	o 83
10.56/5.32	o 82
11.01/5.77	o 80
14.31/8.66	o 78
16.22/10.34	o 77
21.44/15.32	o 74
103.10/96.07	o 72
2125.61/2088.22	v <instantiation
2125.61/2088.22	v         cost = '72'>
2125.61/2088.22	v       <list>
2125.61/2088.22	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
2125.61/2088.22	v       </list>
2125.61/2088.22	v       <values>
2125.61/2088.22	v         0 1 9 19 24 31 52 56 58 69 72 1 9 19 24 31 52 56 58 69 72 8 18 23 30 51 55 57 68 71 10 15 22 43 47 49 60 63 5 12 33 37 39 50 53 7 28 32 34 45 48 21 25 27 38 41 4 6 17 20 2 13 16 11 14 3
2125.61/2088.22	v       </values>
2125.61/2088.22	v     </instantiation>
2125.61/2088.22	s OPTIMUM FOUND

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403010-1568987892/watcher-4403010-1568987892 -o /tmp/evaluation-result-4403010-1568987892/solver-4403010-1568987892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1554163371 HOME/instance-4403010-1568987892.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=2143, runsolver pid=2140

[startup+0.100058 s]*
/proc/loadavg: 2.04 1.75 1.57 3/218 2200
/proc/meminfo: memFree=8558232/32770624 swapFree=67002116/67108860
[pid=2143] ppid=2140 vsize=9988792 memory=17344 CPUtime=0.09 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 4607 13320 0 0 1 0 5 3 20 0 6 0 474950731 10228523008 4336 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2497198 4336 1958 1 0 2485636 0
[pid=2143/tid=2196] ppid=2140 vsize=10055356 memory=576460756329955604 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 2501 13320 0 0 1 0 5 3 20 0 7 0 474950740 10296684544 4468 33554432000 4194304 4196468 140735391275056 139720788577040 139720800814430 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 7 0 474950741 10296684544 4468 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10055356 memory=3434058 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 7 0 474950741 10296684544 4468 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 7 0 474950741 10296684544 4468 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 2 13320 0 0 0 0 5 3 20 0 7 0 474950741 10296684544 4468 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 2 13320 0 0 0 0 5 3 20 0 7 0 474950742 10296684544 4468 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17344 KiB

[startup+0.209989 s]*
/proc/loadavg: 2.04 1.75 1.57 4/227 2209
/proc/meminfo: memFree=8539752/32770624 swapFree=67002116/67108860
[pid=2143] ppid=2140 vsize=10820196 memory=40520 CPUtime=0.27 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 8358 13320 0 0 17 2 5 3 20 0 15 0 474950731 11079880704 10130 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2705305 10130 3303 1 0 2667405 0
[pid=2143/tid=2196] ppid=2140 vsize=10821220 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 5425 13320 0 0 10 1 5 3 20 0 15 0 474950740 11080929280 10723 33554432000 4194304 4196468 140735391275056 139720788546304 139720809413661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10821220 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11080929280 10723 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10821220 memory=3616591433351227040 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11080929280 10723 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11080929280 10723 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 2 13320 0 0 0 0 5 3 20 0 15 0 474950741 11080929280 10789 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10821220 memory=140252435637888 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 2 13320 0 0 0 0 5 3 20 0 15 0 474950742 11080929280 10789 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 13 13320 0 0 0 0 5 3 20 0 15 0 474950742 11080929280 10789 33554432000 4194304 4196468 140735391275056 139719930275232 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 21 13320 0 0 0 0 5 3 20 0 15 0 474950743 11080929280 10789 33554432000 4194304 4196468 140735391275056 139719896716784 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11080929280 10789 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) S 2140 2143 29733 0 -1 1077944384 346 13320 0 0 1 0 5 3 20 0 15 0 474950745 11080929280 10855 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10821220 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) S 2140 2143 29733 0 -1 1077944384 309 13320 0 0 1 0 5 3 20 0 15 0 474950745 11080929280 10855 33554432000 4194304 4196468 140735391275056 139720274126960 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10821220 memory=140252435637888 CPUtime=0.11 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) S 2140 2143 29733 0 -1 1077944384 627 13320 0 0 3 0 5 3 20 0 15 0 474950745 11080929280 10855 33554432000 4194304 4196468 140735391275056 139720273074416 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11080929280 10855 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10821220 memory=140252435637888 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950746 11080929280 10921 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40520 KiB

[startup+0.310448 s]*
/proc/loadavg: 2.04 1.75 1.57 3/227 2209
/proc/meminfo: memFree=8530056/32770624 swapFree=67002116/67108860
[pid=2143] ppid=2140 vsize=10820196 memory=48728 CPUtime=0.4 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 10920 13320 0 0 29 3 5 3 20 0 15 0 474950731 11079880704 12182 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2705049 12182 3315 1 0 2667149 0
[pid=2143/tid=2196] ppid=2140 vsize=10820196 memory=5450916389569530688 CPUtime=0.29 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 7374 13320 0 0 19 2 5 3 20 0 15 0 474950740 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720788542864 139720816755869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10820196 memory=140252435637888 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10820196 memory=140252435637888 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 2 13320 0 0 0 0 5 3 20 0 15 0 474950741 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10820196 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 2 13320 0 0 0 0 5 3 20 0 15 0 474950742 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 13 13320 0 0 0 0 5 3 20 0 15 0 474950742 11079880704 12182 33554432000 4194304 4196468 140735391275056 139719930275232 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10820196 memory=140252435637888 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 21 13320 0 0 0 0 5 3 20 0 15 0 474950743 11079880704 12182 33554432000 4194304 4196468 140735391275056 139719896716784 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11079880704 12182 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) S 2140 2143 29733 0 -1 1077944384 347 13320 0 0 2 0 5 3 20 0 15 0 474950745 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) S 2140 2143 29733 0 -1 1077944384 309 13320 0 0 1 0 5 3 20 0 15 0 474950745 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720274126960 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) R 2140 2143 29733 0 -1 4202560 635 13320 0 0 5 0 5 3 20 0 15 0 474950745 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720273070368 139720816755290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11079880704 12182 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950746 11079880704 12182 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48728 KiB

[startup+0.709451 s]
/proc/loadavg: 2.04 1.75 1.57 4/227 2209
/proc/meminfo: memFree=8514180/32770624 swapFree=67002116/67108860
[pid=2143] ppid=2140 vsize=10824364 memory=82632 CPUtime=1.17 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 15541 13320 0 0 104 5 5 3 20 0 15 0 474950731 11084148736 20658 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2706091 20658 3514 1 0 2668173 0
[pid=2143/tid=2196] ppid=2140 vsize=10824364 memory=1416 CPUtime=0.68 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 10775 13320 0 0 56 4 5 3 20 0 15 0 474950740 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720788560384 139720816745878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10824364 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10824364 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10824364 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950741 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10824364 memory=7548 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 2 13320 0 0 0 0 5 3 20 0 15 0 474950741 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 5 13320 0 0 0 0 5 3 20 0 15 0 474950742 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10824364 memory=140256452018759 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 13 13320 0 0 0 0 5 3 20 0 15 0 474950742 11084148736 20658 33554432000 4194304 4196468 140735391275056 139719930275232 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10824364 memory=140256452018764 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 21 13320 0 0 0 0 5 3 20 0 15 0 474950743 11084148736 20658 33554432000 4194304 4196468 140735391275056 139719896716784 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10824364 memory=140256452018765 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11084148736 20658 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10824364 memory=140256452018767 CPUtime=0.2 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) R 2140 2143 29733 0 -1 1077944384 756 13320 0 0 12 0 5 3 20 0 15 0 474950745 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10824364 memory=140256452018774 CPUtime=0.25 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) R 2140 2143 29733 0 -1 4202560 924 13320 0 0 17 0 5 3 20 0 15 0 474950745 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720274126960 139720816745878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10824364 memory=140256452018792 CPUtime=0.25 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) R 2140 2143 29733 0 -1 4202560 825 13320 0 0 17 0 5 3 20 0 15 0 474950745 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720273074416 139720816745878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10824364 memory=142897856905867 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11084148736 20658 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10824364 memory=6408091206839 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950746 11084148736 20658 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82632 KiB

[startup+1.50523 s]
/proc/loadavg: 2.04 1.75 1.57 4/227 2209
/proc/meminfo: memFree=8469140/32770624 swapFree=67002116/67108860
[pid=2143] ppid=2140 vsize=10834680 memory=168460 CPUtime=2.49 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 22270 13320 0 0 230 11 5 3 20 0 15 0 474950731 11094712320 42115 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2708670 42115 3582 1 0 2670733 0
[pid=2143/tid=2196] ppid=2140 vsize=10834680 memory=6940165117639028842 CPUtime=1.45 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 15440 13320 0 0 130 7 5 3 20 0 15 0 474950740 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720788538080 139720816745878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10834680 memory=1416 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 79 13320 0 0 1 0 5 3 20 0 15 0 474950741 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10834680 memory=6442213876373613151 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 425 13320 0 0 1 0 5 3 20 0 15 0 474950741 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10834680 memory=7305510845626802275 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 24 13320 0 0 1 0 5 3 20 0 15 0 474950741 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10834680 memory=7305510845626802275 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 90 13320 0 0 1 0 5 3 20 0 15 0 474950741 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10834680 memory=7089625035796669284 CPUtime=0.09 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 209 13320 0 0 1 0 5 3 20 0 15 0 474950742 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 14 13320 0 0 0 0 5 3 20 0 15 0 474950742 11094712320 42115 33554432000 4194304 4196468 140735391275056 139719930275296 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 42 13320 0 0 0 0 5 3 20 0 15 0 474950743 11094712320 42115 33554432000 4194304 4196468 140735391275056 139719896716800 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10834680 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11094712320 42115 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10834680 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) S 2140 2143 29733 0 -1 1077944384 885 13320 0 0 21 0 5 3 20 0 15 0 474950745 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10834680 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) R 2140 2143 29733 0 -1 4202560 1148 13320 0 0 29 0 5 3 20 0 15 0 474950745 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720274126960 139720809718985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10834680 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) S 2140 2143 29733 0 -1 1077944384 1697 13320 0 0 41 0 5 3 20 0 15 0 474950745 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720273074416 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11094712320 42115 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10834680 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 1 13320 0 0 0 0 5 3 20 0 15 0 474950746 11094712320 42115 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0

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

[pid=2143/tid=2208] ppid=2140 vsize=10846988 memory=7548 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10846988 memory=951472 CPUtime=1.24 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 806 13320 0 0 48 68 5 3 20 0 15 0 474950746 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 2120.52 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951472 KiB

[startup+2086.4 s]
/proc/loadavg: 1.58 1.44 1.40 3/227 2568
/proc/meminfo: memFree=8269936/32770624 swapFree=67002124/67108860
[pid=2143] ppid=2140 vsize=10846988 memory=951472 CPUtime=2123.79 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 149394 13320 0 0 212029 342 5 3 20 0 15 0 474950731 11107315712 237868 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2711747 237868 3626 1 0 2673805 0
[pid=2143/tid=2196] ppid=2140 vsize=10846988 memory=951472 CPUtime=2062.95 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 56008 13320 0 0 206240 47 5 3 20 0 15 0 474950740 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720788570352 139720413728165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10846988 memory=6943526294502006880 CPUtime=10.88 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 7835 13320 0 0 1025 55 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10846988 memory=3588 CPUtime=10.85 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 8406 13320 0 0 1022 55 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10846988 memory=54108 CPUtime=10.86 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 9395 13320 0 0 1021 57 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10846988 memory=984 CPUtime=10.89 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 8944 13320 0 0 1030 51 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10846988 memory=949424 CPUtime=10.11 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 11342 13320 0 0 945 58 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10846988 memory=949424 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 25 13320 0 0 0 0 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719930275360 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10846988 memory=31044 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 51 13320 0 0 0 0 5 3 20 0 15 0 474950743 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719896716800 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10846988 memory=54108 CPUtime=2.51 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) S 2140 2143 29733 0 -1 1077944384 14877 13320 0 0 239 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10846988 memory=984 CPUtime=2.55 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) S 2140 2143 29733 0 -1 1077944384 18412 13320 0 0 245 2 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720274126960 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10846988 memory=8112282956445269571 CPUtime=1.53 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) S 2140 2143 29733 0 -1 1077944384 11077 13320 0 0 141 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720273074416 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10846988 memory=27556 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10846988 memory=14068 CPUtime=1.24 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 806 13320 0 0 48 68 5 3 20 0 15 0 474950746 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 2123.79 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951472 KiB

[startup+2087.2 s]
/proc/loadavg: 1.58 1.44 1.40 3/227 2568
/proc/meminfo: memFree=8269936/32770624 swapFree=67002124/67108860
[pid=2143] ppid=2140 vsize=10846988 memory=951472 CPUtime=2124.6 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 149400 13320 0 0 212110 342 5 3 20 0 15 0 474950731 11107315712 237868 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2711747 237868 3626 1 0 2673805 0
[pid=2143/tid=2196] ppid=2140 vsize=10846988 memory=951472 CPUtime=2063.75 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 56014 13320 0 0 206319 48 5 3 20 0 15 0 474950740 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720788570048 139720413995302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10846988 memory=951472 CPUtime=10.89 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 7835 13320 0 0 1026 55 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10846988 memory=111632 CPUtime=10.85 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 8406 13320 0 0 1022 55 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10846988 memory=4104 CPUtime=10.87 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 9395 13320 0 0 1022 57 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10846988 memory=804 CPUtime=10.89 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 8944 13320 0 0 1030 51 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10846988 memory=1560 CPUtime=10.11 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 11342 13320 0 0 945 58 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10846988 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 25 13320 0 0 0 0 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719930275360 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10846988 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 51 13320 0 0 0 0 5 3 20 0 15 0 474950743 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719896716800 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10846988 memory=912 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10846988 memory=8112282956445269571 CPUtime=2.51 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) S 2140 2143 29733 0 -1 1077944384 14877 13320 0 0 239 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10846988 memory=2456 CPUtime=2.55 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) S 2140 2143 29733 0 -1 1077944384 18412 13320 0 0 245 2 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720274126960 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10846988 memory=1412 CPUtime=1.53 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) S 2140 2143 29733 0 -1 1077944384 11077 13320 0 0 141 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720273074416 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10846988 memory=8112282956445269571 CPUtime=1.24 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 806 13320 0 0 48 68 5 3 20 0 15 0 474950746 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 2124.6 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951472 KiB

[startup+2088 s]*
/proc/loadavg: 1.62 1.45 1.41 3/227 2568
/proc/meminfo: memFree=8269936/32770624 swapFree=67002124/67108860
[pid=2143] ppid=2140 vsize=10846988 memory=951472 CPUtime=2125.42 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 149407 13320 0 0 212192 342 5 3 20 0 15 0 474950731 11107315712 237868 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2711747 237868 3626 1 0 2673805 0
[pid=2143/tid=2196] ppid=2140 vsize=10846988 memory=1398722017469774279 CPUtime=2064.55 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 56021 13320 0 0 206399 48 5 3 20 0 15 0 474950740 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720788569488 139720414053159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10846988 memory=3216 CPUtime=10.89 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 7835 13320 0 0 1026 55 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10846988 memory=951472 CPUtime=10.86 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 8406 13320 0 0 1023 55 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10846988 memory=1408 CPUtime=10.87 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 9395 13320 0 0 1022 57 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10846988 memory=1760 CPUtime=10.91 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 8944 13320 0 0 1031 52 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10846988 memory=3208 CPUtime=10.12 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 11342 13320 0 0 946 58 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10846988 memory=784684 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 25 13320 0 0 0 0 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719930275360 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10846988 memory=1160 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 51 13320 0 0 0 0 5 3 20 0 15 0 474950743 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719896716800 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10846988 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10846988 memory=1096 CPUtime=2.51 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) S 2140 2143 29733 0 -1 1077944384 14877 13320 0 0 239 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10846988 memory=6128 CPUtime=2.55 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) S 2140 2143 29733 0 -1 1077944384 18412 13320 0 0 245 2 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720274126960 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10846988 memory=14012 CPUtime=1.53 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) S 2140 2143 29733 0 -1 1077944384 11077 13320 0 0 141 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720273074416 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10846988 memory=27556 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10846988 memory=14068 CPUtime=1.24 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 806 13320 0 0 48 68 5 3 20 0 15 0 474950746 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 2125.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951472 KiB

[startup+2088.2 s]
/proc/loadavg: 1.62 1.45 1.41 3/227 2568
/proc/meminfo: memFree=8269936/32770624 swapFree=67002124/67108860
[pid=2143] ppid=2140 vsize=10846988 memory=951472 CPUtime=2125.61 cores=1,3,5,7
/proc/2143/stat : 2143 (java) S 2140 2143 29733 0 -1 1077944320 149408 13320 0 0 212211 342 5 3 20 0 15 0 474950731 11107315712 237868 33554432000 4194304 4196468 140735391275056 140735391257600 139720816733943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
/proc/2143/statm: 2711747 237868 3626 1 0 2673805 0
[pid=2143/tid=2196] ppid=2140 vsize=10846988 memory=7548 CPUtime=2064.74 cores=1,3,5,7
/proc/2143/task/2196/stat : 2196 (java) R 2140 2143 29733 0 -1 4202560 56022 13320 0 0 206418 48 5 3 20 0 15 0 474950740 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720788569456 139720415313643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2197] ppid=2140 vsize=10846988 memory=3620 CPUtime=10.9 cores=1,3,5,7
/proc/2143/task/2197/stat : 2197 (java) S 2140 2143 29733 0 -1 1077944384 7835 13320 0 0 1026 56 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720820975888 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2198] ppid=2140 vsize=10846988 memory=2832 CPUtime=10.86 cores=1,3,5,7
/proc/2143/task/2198/stat : 2198 (java) S 2140 2143 29733 0 -1 1077944384 8406 13320 0 0 1023 55 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720725178768 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2199] ppid=2140 vsize=10846988 memory=776 CPUtime=10.87 cores=1,3,5,7
/proc/2143/task/2199/stat : 2199 (java) S 2140 2143 29733 0 -1 1077944384 9395 13320 0 0 1022 57 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720724126224 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2200] ppid=2140 vsize=10846988 memory=1160 CPUtime=10.91 cores=1,3,5,7
/proc/2143/task/2200/stat : 2200 (java) S 2140 2143 29733 0 -1 1077944384 8944 13320 0 0 1031 52 5 3 20 0 15 0 474950741 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720723073680 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2201] ppid=2140 vsize=10846988 memory=1716 CPUtime=10.12 cores=1,3,5,7
/proc/2143/task/2201/stat : 2201 (java) S 2140 2143 29733 0 -1 1077944384 11342 13320 0 0 946 58 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720276232688 139720816745090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2202] ppid=2140 vsize=10846988 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2202/stat : 2202 (java) S 2140 2143 29733 0 -1 1077944384 25 13320 0 0 0 0 5 3 20 0 15 0 474950742 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719930275360 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2203] ppid=2140 vsize=10846988 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2203/stat : 2203 (java) S 2140 2143 29733 0 -1 1077944384 51 13320 0 0 0 0 5 3 20 0 15 0 474950743 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719896716800 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2204] ppid=2140 vsize=10846988 memory=14136666633799908 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2204/stat : 2204 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719407917776 139720816752539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2205] ppid=2140 vsize=10846988 memory=27556 CPUtime=2.51 cores=1,3,5,7
/proc/2143/task/2205/stat : 2205 (java) S 2140 2143 29733 0 -1 1077944384 14877 13320 0 0 239 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720275179504 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2206] ppid=2140 vsize=10846988 memory=14068 CPUtime=2.55 cores=1,3,5,7
/proc/2143/task/2206/stat : 2206 (java) S 2140 2143 29733 0 -1 1077944384 18412 13320 0 0 245 2 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720274126960 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2207] ppid=2140 vsize=10846988 memory=2120 CPUtime=1.53 cores=1,3,5,7
/proc/2143/task/2207/stat : 2207 (java) S 2140 2143 29733 0 -1 1077944384 11077 13320 0 0 141 4 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720273074416 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2208] ppid=2140 vsize=10846988 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/2143/task/2208/stat : 2208 (java) S 2140 2143 29733 0 -1 1077944384 3 13320 0 0 0 0 5 3 20 0 15 0 474950745 11107315712 237868 33554432000 4194304 4196468 140735391275056 139719374359136 139720816744149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
[pid=2143/tid=2209] ppid=2140 vsize=10846988 memory=1560 CPUtime=1.24 cores=1,3,5,7
/proc/2143/task/2209/stat : 2209 (java) S 2140 2143 29733 0 -1 1077944384 806 13320 0 0 48 68 5 3 20 0 15 0 474950746 11107315712 237868 33554432000 4194304 4196468 140735391275056 139720272022320 139720816745090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140735391279855 140735391282373 140735391282373 140735391285199 0
Current children cumulated CPU time: 2125.61 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951472 KiB

Child status: 0
Real time (s): 2088.23
CPU time (s): 2125.65
CPU user time (s): 2122.19
CPU system time (s): 3.46529
CPU usage (%): 101.792
Max. virtual memory (cumulated for all children) (KiB): 10849764
Max. memory (cumulated for all children) (KiB): 951472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2122.19
system time used= 3.46529
maximum resident set size= 953556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163273
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 264244
involuntary context switches= 6771


# summary of solver processes directly reported to runsolver:
#   pid: 2143
#   total CPU time (s): 2125.65
#   total CPU user time (s): 2122.19
#   total CPU system time (s): 3.46529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.03 second user time and 19.5923 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 15:57:34
IDJOB=4403010
IDBENCH=141364
IDSOLVER=2861
FILE ID=node148/4403010-1568987892
RUNJOBID= node148-1568967599-29765
PBS_JOBID= 21704612
Free space on /tmp= 21624 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403010-1568987892/watcher-4403010-1568987892 -o /tmp/evaluation-result-4403010-1568987892/solver-4403010-1568987892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1554163371 HOME/instance-4403010-1568987892.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=1554163371

node148.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.13
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.13
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.13
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.13
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:         8568520 kB
MemAvailable:   30433784 kB
Buffers:          112532 kB
Cached:         21938404 kB
SwapCached:         2776 kB
Active:         12407392 kB
Inactive:       11064832 kB
Active(anon):    1419816 kB
Inactive(anon):    48896 kB
Active(file):   10987576 kB
Inactive(file): 11015936 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002116 kB
Dirty:             35420 kB
Writeback:             0 kB
AnonPages:       1645972 kB
Mapped:            65084 kB
Shmem:             38440 kB
Slab:             318932 kB
SReclaimable:     290212 kB
SUnreclaim:        28720 kB
KernelStack:        4032 kB
PageTables:        10980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2464304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1511424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 21592 MiB
End job on node148 at 2019-09-20 16:32:23