Trace number 4304547

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2OPT55 40.1538 33.261

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark7.68873
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"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.98/0.75	c Concrete v3.9.2.1532736233296 running
7.92/3.82	o 100
7.92/3.85	o 94
7.92/3.86	o 93
7.92/3.88	o 92
8.27/3.99	o 85
8.27/4.00	o 84
8.62/4.01	o 83
8.62/4.02	o 82
8.62/4.04	o 80
8.62/4.04	o 79
8.62/4.05	o 77
8.97/4.18	o 76
8.97/4.18	o 75
8.97/4.18	o 74
9.26/4.20	o 72
9.63/4.47	o 71
9.79/4.50	o 70
9.96/4.65	o 68
10.37/4.84	o 65
10.82/5.12	o 64
11.26/5.53	o 63
11.26/5.55	o 62
12.48/6.61	o 61
12.78/6.81	o 60
15.16/8.69	o 59
25.64/18.94	o 55
40.07/33.24	v <instantiation cost="55">
40.07/33.24	v       <list>
40.07/33.24	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
40.07/33.24	v       </list>
40.07/33.24	v       <values>
40.07/33.24	v         0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
40.07/33.24	v       </values>
40.07/33.24	v     </instantiation>
40.07/33.24	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304547-1534101902/watcher-4304547-1534101902 -o /tmp/evaluation-result-4304547-1534101902/solver-4304547-1534101902 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1450997578 HOME/instance-4304547-1534101902.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
solver pid=14100, runsolver pid=14097
Current StackSize limit: 8192 KiB


[startup+0.109468 s]*
/proc/loadavg: 1.43 1.33 1.40 3/206 14157
/proc/meminfo: memFree=15404036/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=10088124 memory=18128 CPUtime=0.09 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 4684 12976 0 0 2 0 4 3 20 0 7 0 227753437 10330238976 4532 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2522031 4532 2058 1 0 2510469 0
[pid=14100/tid=14153] ppid=14097 vsize=10219200 memory=5852833030029869469 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 2505 12976 0 0 1 0 4 3 20 0 8 0 227753446 10464460800 5044 33554432000 4194304 4196468 140730157489616 139804787950000 139804816131229 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=10219200 memory=5793854955183847865 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 8 0 227753447 10464460800 5044 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=10219200 memory=139704173954688 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 8 0 227753447 10464460800 5044 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=10219200 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 8 0 227753447 10464460800 5044 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=10219200 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 8 0 227753447 10464460800 5044 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=10219200 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 8 0 227753448 10464460800 5044 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=10219200 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 12 12976 0 0 0 0 4 3 20 0 8 0 227753449 10464460800 5044 33554432000 4194304 4196468 140730157489616 139803668505040 139804816119509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 18128 KiB

[startup+0.210506 s]*
/proc/loadavg: 1.43 1.33 1.40 4/215 14166
/proc/meminfo: memFree=15383872/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=10982744 memory=42288 CPUtime=0.24 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 7243 12976 0 0 15 2 4 3 20 0 15 0 227753437 11246329856 10572 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2745686 10572 2961 1 0 2708109 0
[pid=14100/tid=14153] ppid=14097 vsize=10982744 memory=-8540663193526752614 CPUtime=0.17 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 3815 12976 0 0 10 0 4 3 20 0 15 0 227753446 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804787931208 139804797672832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=10982744 memory=4211973430378745226 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=10982744 memory=139704173954688 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=10982744 memory=139704173954688 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 227753448 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 13 12976 0 0 0 0 4 3 20 0 15 0 227753449 11246329856 10572 33554432000 4194304 4196468 140730157489616 139803668506144 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=10982744 memory=139704173954688 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753449 11246329856 10572 33554432000 4194304 4196468 140730157489616 139803467179376 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246329856 10572 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 415 12976 0 0 1 0 4 3 20 0 15 0 227753452 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 186 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 608 12976 0 0 2 0 4 3 20 0 15 0 227753452 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246329856 10572 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246329856 10572 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42288 KiB

[startup+0.310105 s]*
/proc/loadavg: 1.43 1.33 1.40 3/215 14166
/proc/meminfo: memFree=15371716/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=10983192 memory=53896 CPUtime=0.37 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 10015 12976 0 0 27 3 4 3 20 0 15 0 227753437 11246788608 13474 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2745798 13474 3080 1 0 2708109 0
[pid=14100/tid=14153] ppid=14097 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 6644 12976 0 0 19 1 4 3 20 0 15 0 227753446 11246788608 13538 33554432000 4194304 4196468 140730157489616 139804787921312 139804796385131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=10983192 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 13538 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 13538 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 13538 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 13538 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 227753448 11246788608 13538 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 13 12976 0 0 0 0 4 3 20 0 15 0 227753449 11246788608 13538 33554432000 4194304 4196468 140730157489616 139803668506144 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753449 11246788608 13538 33554432000 4194304 4196468 140730157489616 139803467179376 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246788608 13538 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 417 12976 0 0 1 0 4 3 20 0 15 0 227753452 11246788608 13604 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 186 12976 0 0 1 0 4 3 20 0 15 0 227753452 11246788608 13604 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 618 12976 0 0 4 0 4 3 20 0 15 0 227753452 11246788608 13604 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246788608 13604 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246788608 13604 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53896 KiB

[startup+0.700807 s]
/proc/loadavg: 1.43 1.33 1.40 3/215 14166
/proc/meminfo: memFree=15360924/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=10983192 memory=88348 CPUtime=0.98 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 16750 12976 0 0 86 5 4 3 20 0 15 0 227753437 11246788608 22087 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2745798 22087 3238 1 0 2708109 0
[pid=14100/tid=14153] ppid=14097 vsize=10983192 memory=4032 CPUtime=0.65 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 12247 12976 0 0 55 3 4 3 20 0 15 0 227753446 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804787904088 139804800189790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=10983192 memory=17816 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=10983192 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=10983192 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=10983192 memory=6296143700806424935 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 227753447 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=10983192 memory=7739276948477864808 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 5 12976 0 0 0 0 4 3 20 0 15 0 227753448 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=10983192 memory=7444843076533644388 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 13 12976 0 0 0 0 4 3 20 0 15 0 227753449 11246788608 22087 33554432000 4194304 4196468 140730157489616 139803668506144 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=10983192 memory=-5874771483550381248 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753449 11246788608 22087 33554432000 4194304 4196468 140730157489616 139803467179376 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=10983192 memory=-8033973737701895300 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246788608 22087 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=10983192 memory=-7025452035940392864 CPUtime=0.13 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 840 12976 0 0 6 0 4 3 20 0 15 0 227753452 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=10983192 memory=4137293581110450563 CPUtime=0.17 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 743 12976 0 0 10 0 4 3 20 0 15 0 227753452 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 699 12976 0 0 13 0 4 3 20 0 15 0 227753452 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246788608 22087 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=10983192 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753452 11246788608 22087 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88348 KiB

[startup+1.50074 s]
/proc/loadavg: 1.43 1.33 1.40 3/215 14166
/proc/meminfo: memFree=15316816/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=10998092 memory=179592 CPUtime=2.24 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 24051 12976 0 0 207 10 4 3 20 0 15 0 227753437 11262046208 44898 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2749523 44898 3472 1 0 2711181 0
[pid=14100/tid=14153] ppid=14097 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 17966 12976 0 0 129 6 4 3 20 0 15 0 227753446 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804787940816 139804801476036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 27 12976 0 0 1 0 4 3 20 0 15 0 227753447 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=10998092 memory=279408024060640 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 16 12976 0 0 1 0 4 3 20 0 15 0 227753447 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=10998092 memory=7162220273922498640 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 246 12976 0 0 1 0 4 3 20 0 15 0 227753447 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 74 12976 0 0 0 0 4 3 20 0 15 0 227753447 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 52 12976 0 0 1 0 4 3 20 0 15 0 227753448 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 14 12976 0 0 0 0 4 3 20 0 15 0 227753449 11262046208 44898 33554432000 4194304 4196468 140730157489616 139803668506208 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 227753449 11262046208 44898 33554432000 4194304 4196468 140730157489616 139803467179392 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=10998092 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11262046208 44898 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=10998092 memory=4211973430378745226 CPUtime=0.22 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 1037 12976 0 0 15 0 4 3 20 0 15 0 227753452 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=10998092 memory=2241 CPUtime=0.31 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 1208 12976 0 0 24 0 4 3 20 0 15 0 227753452 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=10998092 memory=139704012107712 CPUtime=0.37 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 1212 12976 0 0 30 0 4 3 20 0 15 0 227753452 11262046208 44898 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11262046208 44898 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0

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

[pid=14100/tid=14165] ppid=14097 vsize=11077984 memory=1140 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 244346 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 541 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 244346 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 35.66 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 977384 KiB

[startup+30.4007 s]
/proc/loadavg: 1.57 1.38 1.41 3/215 14166
/proc/meminfo: memFree=14447388/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=11077984 memory=979432 CPUtime=37.26 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 88065 12976 0 0 3676 43 4 3 20 0 15 0 227753437 11343855616 244858 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2769496 244858 3526 1 0 2731149 0
[pid=14100/tid=14153] ppid=14097 vsize=11077984 memory=976 CPUtime=30.15 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 50974 12976 0 0 2986 22 4 3 20 0 15 0 227753446 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804787943216 139804368144908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=11077984 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 2066 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=11077984 memory=1140 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 455 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=11077984 memory=15244 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 970 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=11077984 memory=35252 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 769 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=11077984 memory=4032 CPUtime=0.13 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 2496 12976 0 0 6 0 4 3 20 0 15 0 227753448 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=11077984 memory=17816 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 19 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 244858 33554432000 4194304 4196468 140730157489616 139803668506208 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=11077984 memory=11200 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 5 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 244858 33554432000 4194304 4196468 140730157489616 139803467179392 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=11077984 memory=5060 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 244858 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=11077984 memory=792 CPUtime=2.68 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 14147 12976 0 0 258 3 4 3 20 0 15 0 227753452 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=11077984 memory=1128 CPUtime=2.51 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 5372 12976 0 0 242 2 4 3 20 0 15 0 227753452 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=11077984 memory=1944 CPUtime=1.63 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 8054 12976 0 0 153 3 4 3 20 0 15 0 227753452 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=11077984 memory=1384 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 244858 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 541 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 244858 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 37.26 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 979432 KiB

[startup+32.0007 s]*
/proc/loadavg: 1.52 1.37 1.41 3/215 14166
/proc/meminfo: memFree=14431004/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=11077984 memory=995852 CPUtime=38.88 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 88105 12976 0 0 3837 44 4 3 20 0 15 0 227753437 11343855616 248963 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2769496 248963 3526 1 0 2731149 0
[pid=14100/tid=14153] ppid=14097 vsize=11077984 memory=2244 CPUtime=31.75 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 50991 12976 0 0 3146 22 4 3 20 0 15 0 227753446 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804787943872 139804368384439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=11077984 memory=4124 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 2067 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=11077984 memory=2092 CPUtime=0.16 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 459 12976 0 0 7 2 4 3 20 0 15 0 227753447 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=11077984 memory=-7003737579269690708 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 971 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=11077984 memory=1240 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 773 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=11077984 memory=2196 CPUtime=0.13 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 2509 12976 0 0 6 0 4 3 20 0 15 0 227753448 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=11077984 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 19 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 248963 33554432000 4194304 4196468 140730157489616 139803668506208 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=11077984 memory=976 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 5 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 248963 33554432000 4194304 4196468 140730157489616 139803467179392 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=11077984 memory=11200 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 248963 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=11077984 memory=5060 CPUtime=2.68 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 14147 12976 0 0 258 3 4 3 20 0 15 0 227753452 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=11077984 memory=792 CPUtime=2.51 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 5372 12976 0 0 242 2 4 3 20 0 15 0 227753452 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=11077984 memory=1128 CPUtime=1.63 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 8054 12976 0 0 153 3 4 3 20 0 15 0 227753452 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=11077984 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 248963 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=11077984 memory=4639924115538006630 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 541 12976 0 0 0 1 4 3 20 0 15 0 227753452 11343855616 248963 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 38.88 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 995852 KiB

[startup+32.8006 s]
/proc/loadavg: 1.52 1.37 1.41 3/215 14166
/proc/meminfo: memFree=14431004/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=11077984 memory=1010216 CPUtime=39.67 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 88121 12976 0 0 3916 44 4 3 20 0 15 0 227753437 11343855616 252554 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2769496 252554 3526 1 0 2731149 0
[pid=14100/tid=14153] ppid=14097 vsize=11077984 memory=916 CPUtime=32.54 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 50999 12976 0 0 3225 22 4 3 20 0 15 0 227753446 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804787944208 139804371855335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=11077984 memory=3852 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 2067 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=11077984 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 459 12976 0 0 7 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=11077984 memory=1384 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 971 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=11077984 memory=960 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 773 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=11077984 memory=2096 CPUtime=0.13 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 2517 12976 0 0 6 0 4 3 20 0 15 0 227753448 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=11077984 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 19 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 252554 33554432000 4194304 4196468 140730157489616 139803668506208 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=11077984 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 5 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 252554 33554432000 4194304 4196468 140730157489616 139803467179392 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=11077984 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=11077984 memory=995852 CPUtime=2.68 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 14147 12976 0 0 258 3 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=11077984 memory=6791534058613427641 CPUtime=2.51 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 5372 12976 0 0 242 2 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=11077984 memory=279408024694576 CPUtime=1.63 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 8054 12976 0 0 153 3 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=11077984 memory=607 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=11077984 memory=-3621219749712857441 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 541 12976 0 0 0 1 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 39.67 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1010216 KiB

[startup+33.2007 s]
/proc/loadavg: 1.52 1.37 1.41 3/215 14166
/proc/meminfo: memFree=14416544/32770624 swapFree=67108196/67108860
[pid=14100] ppid=14097 vsize=11077984 memory=1010216 CPUtime=40.07 cores=1,3,5,7
/proc/14100/stat : 14100 (java) S 14097 14100 13143 0 -1 1077944320 88121 12976 0 0 3956 44 4 3 20 0 15 0 227753437 11343855616 252554 33554432000 4194304 4196468 140730157489616 140730157472160 139804816109303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
/proc/14100/statm: 2769496 252554 3526 1 0 2731149 0
[pid=14100/tid=14153] ppid=14097 vsize=11077984 memory=6791534058613427641 CPUtime=32.94 cores=1,3,5,7
/proc/14100/task/14153/stat : 14153 (java) R 14097 14100 13143 0 -1 4202560 50999 12976 0 0 3265 22 4 3 20 0 15 0 227753446 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804787944208 139804369221205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14154] ppid=14097 vsize=11077984 memory=316096618745299259 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14154/stat : 14154 (java) S 14097 14100 13143 0 -1 1077944384 2067 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804820351632 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14155] ppid=14097 vsize=11077984 memory=14126766767740366 CPUtime=0.16 cores=1,3,5,7
/proc/14100/task/14155/stat : 14155 (java) S 14097 14100 13143 0 -1 1077944384 459 12976 0 0 7 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804685687312 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14156] ppid=14097 vsize=11077984 memory=3762814887450141590 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14156/stat : 14156 (java) S 14097 14100 13143 0 -1 1077944384 971 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804684634512 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14157] ppid=14097 vsize=11077984 memory=6153434878364444776 CPUtime=0.15 cores=1,3,5,7
/proc/14100/task/14157/stat : 14157 (java) S 14097 14100 13143 0 -1 1077944384 773 12976 0 0 6 2 4 3 20 0 15 0 227753447 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804683581712 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14158] ppid=14097 vsize=11077984 memory=4642197910265684584 CPUtime=0.13 cores=1,3,5,7
/proc/14100/task/14158/stat : 14158 (java) S 14097 14100 13143 0 -1 1077944384 2517 12976 0 0 6 0 4 3 20 0 15 0 227753448 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804241857392 139804816120450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14159] ppid=14097 vsize=11077984 memory=7649399379986560049 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14159/stat : 14159 (java) S 14097 14100 13143 0 -1 1077944384 19 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 252554 33554432000 4194304 4196468 140730157489616 139803668506208 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14160] ppid=14097 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14160/stat : 14160 (java) S 14097 14100 13143 0 -1 1077944384 5 12976 0 0 0 0 4 3 20 0 15 0 227753449 11343855616 252554 33554432000 4194304 4196468 140730157489616 139803467179392 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14161] ppid=14097 vsize=11077984 memory=16596 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14161/stat : 14161 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139803159779664 139804816127899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14162] ppid=14097 vsize=11077984 memory=7445121239671203904 CPUtime=2.68 cores=1,3,5,7
/proc/14100/task/14162/stat : 14162 (java) S 14097 14100 13143 0 -1 1077944384 14147 12976 0 0 258 3 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804240804208 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14163] ppid=14097 vsize=11077984 memory=7084552817044116849 CPUtime=2.51 cores=1,3,5,7
/proc/14100/task/14163/stat : 14163 (java) S 14097 14100 13143 0 -1 1077944384 5372 12976 0 0 242 2 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804239751408 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14164] ppid=14097 vsize=11077984 memory=-7737605721172012177 CPUtime=1.63 cores=1,3,5,7
/proc/14100/task/14164/stat : 14164 (java) S 14097 14100 13143 0 -1 1077944384 8054 12976 0 0 153 3 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804238698608 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14165] ppid=14097 vsize=11077984 memory=8028910361931835474 CPUtime=0.07 cores=1,3,5,7
/proc/14100/task/14165/stat : 14165 (java) S 14097 14100 13143 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139802728982752 139804816119509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
[pid=14100/tid=14166] ppid=14097 vsize=11077984 memory=-3621219749712857441 CPUtime=0.08 cores=1,3,5,7
/proc/14100/task/14166/stat : 14166 (java) S 14097 14100 13143 0 -1 1077944384 541 12976 0 0 0 1 4 3 20 0 15 0 227753452 11343855616 252554 33554432000 4194304 4196468 140730157489616 139804237647024 139804816120450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20287488 140730157492844 140730157495644 140730157495644 140730157498319 0
Current children cumulated CPU time: 40.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1010216 KiB

Child status: 0
Real time (s): 33.261
CPU time (s): 40.1538
CPU user time (s): 39.658
CPU system time (s): 0.49588
CPU usage (%): 120.724
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1010216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.658
system time used= 0.49588
maximum resident set size= 1012348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8690
involuntary context switches= 135


# summary of solver processes directly reported to runsolver:
#   pid: 14100
#   total CPU time (s): 40.1538
#   total CPU user time (s): 39.658
#   total CPU system time (s): 0.49588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.222155 second user time and 0.344961 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 21:25:02
IDJOB=4304547
IDBENCH=141371
IDSOLVER=2780
FILE ID=node151/4304547-1534101902
RUNJOBID= node151-1534096964-13175
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304547-1534101902/watcher-4304547-1534101902 -o /tmp/evaluation-result-4304547-1534101902/solver-4304547-1534101902 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1450997578 HOME/instance-4304547-1534101902.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1450997578

node151.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.87
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.87
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.87
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.87
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:        15414212 kB
MemAvailable:   28625548 kB
Buffers:          191676 kB
Cached:         13133284 kB
SwapCached:           16 kB
Active:          9067228 kB
Inactive:        7585276 kB
Active(anon):    3277016 kB
Inactive(anon):   102580 kB
Active(file):    5790212 kB
Inactive(file):  7482696 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:       3347452 kB
Mapped:            72832 kB
Shmem:             49524 kB
Slab:             394932 kB
SReclaimable:     366888 kB
SUnreclaim:        28044 kB
KernelStack:        3792 kB
PageTables:        11516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4315472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3055616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-12 21:25:36