Trace number 4312195

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
OscaR - Conflict Ordering with restarts 2018-08-17SAT61 250.036 247.371

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
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 benchmark174.462
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.67/0.55	c version: 2018-08-17
0.67/0.55	c seed: 2047565663
0.67/0.55	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.51/1.05	c Parsing done, starting search...
7.60/6.17	o 96
7.60/6.18	o 88
8.45/6.70	o 87
8.94/7.20	o 82
10.06/8.38	o 79
11.91/10.10	o 77
12.02/10.11	o 74
12.71/10.88	o 71
19.12/17.23	o 70
19.53/17.65	o 69
76.76/74.80	o 68
97.54/95.45	o 67
116.61/114.46	o 66
126.64/124.48	o 62
126.64/124.48	o 61
249.96/247.35	s SATISFIABLE
249.96/247.35	v <instantiation>
249.96/247.35	v 	<list>
249.96/247.35	v 		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] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9]
249.96/247.35	v 	</list>
249.96/247.35	v 	<values>
249.96/247.35	v 		1 6 10 18 25 45 47 58 61 5 9 17 24 44 46 57 60 4 12 19 39 41 52 55 8 15 35 37 48 51 7 27 29 40 43 20 22 33 36 2 13 16 11 14 3 0 1 6 10 18 25 45 47 58 61 
249.96/247.35	v 	</values>
249.96/247.35	v </instantiation>

Verifier Data

OK	61

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312195-1534569812/watcher-4312195-1534569812 -o /tmp/evaluation-result-4312195-1534569812/solver-4312195-1534569812 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2047565663 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312195-1534569812.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=7011, runsolver pid=7008
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.69 1.88 1.68 3/216 7026
/proc/meminfo: memFree=21472920/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14082736 memory=30788 CPUtime=0.11 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 6595 0 0 0 10 1 0 0 20 0 15 0 274544389 14420721664 7697 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3520684 7697 3157 1 0 3482761 0
[pid=7011/tid=7013] ppid=7008 vsize=14082736 memory=-8391714059189056704 CPUtime=0.09 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 4656 0 0 0 8 1 0 0 20 0 15 0 274544389 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530600196384 140530580071774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274544391 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274544392 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530137162656 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274544392 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530136110064 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0.01 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) S 7008 7011 2226 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 274544394 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530131901168 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544395 14420721664 7697 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30788 KiB

[startup+0.211289 s]*
/proc/loadavg: 1.69 1.88 1.68 7/216 7026
/proc/meminfo: memFree=21457664/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14082736 memory=46868 CPUtime=0.3 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 10377 0 0 0 27 3 0 0 20 0 15 0 274544389 14420721664 11717 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3520684 11717 3364 1 0 3482761 0
[pid=7011/tid=7013] ppid=7008 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 8088 0 0 0 18 2 0 0 20 0 15 0 274544389 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530600217184 140530580034917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14082736 memory=4121549819425502880 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274544391 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274544392 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530137162656 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274544392 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530136110064 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 274544394 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 15 0 274544394 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0.05 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) R 7008 7011 2226 0 -1 4202560 305 0 0 0 5 0 0 0 20 0 15 0 274544394 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530131898104 140530574906833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544395 14420721664 11717 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46868 KiB

[startup+0.310606 s]*
/proc/loadavg: 1.69 1.88 1.68 3/216 7026
/proc/meminfo: memFree=21454252/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14082736 memory=50452 CPUtime=0.43 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 10770 0 0 0 40 3 0 0 20 0 15 0 274544389 14420721664 12613 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3520684 12613 3367 1 0 3482761 0
[pid=7011/tid=7013] ppid=7008 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 8445 0 0 0 28 2 0 0 20 0 15 0 274544389 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530600199120 140530577554862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14082736 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14082736 memory=3978851867478111904 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274544390 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274544391 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274544392 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530137162656 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274544392 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530136110064 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 274544394 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 274544394 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0.07 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) S 7008 7011 2226 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 15 0 274544394 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530131901168 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14082736 memory=140188234462848 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544395 14420721664 12613 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50452 KiB

[startup+0.700761 s]
/proc/loadavg: 1.69 1.88 1.68 3/216 7026
/proc/meminfo: memFree=21429696/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14084804 memory=89104 CPUtime=0.98 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 17630 0 0 0 93 5 0 0 20 0 15 0 274544389 14422839296 22276 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3521201 22276 3498 1 0 3483273 0
[pid=7011/tid=7013] ppid=7008 vsize=14084804 memory=1764 CPUtime=0.68 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 14900 0 0 0 64 4 0 0 20 0 15 0 274544389 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530600206192 140530596013213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14084804 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14084804 memory=756 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14084804 memory=9168 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14084804 memory=872 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274544390 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14084804 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274544391 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14084804 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274544392 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530137162656 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274544392 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530136110064 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14084804 memory=3920 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14084804 memory=7302135314614015848 CPUtime=0.07 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 561 0 0 0 7 0 0 0 20 0 15 0 274544394 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14084804 memory=7885332796437780070 CPUtime=0.07 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 375 0 0 0 7 0 0 0 20 0 15 0 274544394 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14084804 memory=4641048821391970388 CPUtime=0.14 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) S 7008 7011 2226 0 -1 1077944384 412 0 0 0 14 0 0 0 20 0 15 0 274544394 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530131901168 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544395 14422839296 22276 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89104 KiB

[startup+1.50133 s]
/proc/loadavg: 1.69 1.88 1.68 3/216 7026
/proc/meminfo: memFree=21396320/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14090948 memory=141564 CPUtime=2.95 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 25806 0 0 0 288 7 0 0 20 0 15 0 274544389 14429130752 35391 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3522737 35391 3537 1 0 3484809 0
[pid=7011/tid=7013] ppid=7008 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 19277 0 0 0 141 6 0 0 20 0 15 0 274544389 14429130752 35391 33554432000 4194304 4196468 140726838998096 140530600224480 140530210299512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14090948 memory=-8253362664378450063 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14429130752 35391 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14090948 memory=7245577299922993209 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14429130752 35391 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14090948 memory=-8412656559033194355 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274544390 14429130752 35391 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14090948 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274544390 14429130752 35391 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 274544391 14429130752 35391 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0

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

[pid=7011/tid=7025] ppid=7008 vsize=14090948 memory=7307477854782188142 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14090948 memory=7307477854782188142 CPUtime=0.05 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 945 0 0 0 2 3 0 0 20 0 15 0 274544395 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 247.46 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 173216 KiB

[startup+246.401 s]
/proc/loadavg: 1.42 1.62 1.61 3/215 7107
/proc/meminfo: memFree=21323092/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14090948 memory=173216 CPUtime=249.06 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 51273 0 0 0 24884 22 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3522737 43304 3567 1 0 3484809 0
[pid=7011/tid=7013] ppid=7008 vsize=14090948 memory=173176 CPUtime=245.38 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 25888 0 0 0 24531 7 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530600229488 140530206982936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14090948 memory=3684 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1414 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14090948 memory=6860 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 2332 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14090948 memory=6300 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1745 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14090948 memory=1224 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 1887 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14090948 memory=3920 CPUtime=0.34 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 2200 0 0 0 33 1 0 0 20 0 15 0 274544391 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14090948 memory=1288 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530137162720 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530136110080 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14090948 memory=171128 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14090948 memory=928 CPUtime=0.8 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 2920 0 0 0 80 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14090948 memory=1168 CPUtime=0.86 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 4512 0 0 0 86 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14090948 memory=8112282956445269571 CPUtime=0.44 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) S 7008 7011 2226 0 -1 1077944384 6010 0 0 0 44 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530131901168 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14090948 memory=9168 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14090948 memory=872 CPUtime=0.05 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 945 0 0 0 2 3 0 0 20 0 15 0 274544395 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 249.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 173216 KiB

[startup+246.801 s]
/proc/loadavg: 1.42 1.62 1.61 3/215 7107
/proc/meminfo: memFree=21323092/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14090948 memory=173216 CPUtime=249.46 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 51281 0 0 0 24924 22 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3522737 43304 3567 1 0 3484809 0
[pid=7011/tid=7013] ppid=7008 vsize=14090948 memory=173176 CPUtime=245.77 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 25889 0 0 0 24570 7 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530600229376 140530210682255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14090948 memory=6860 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1416 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14090948 memory=2148 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 2332 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14090948 memory=3460 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1745 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14090948 memory=1104 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 1887 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14090948 memory=14912 CPUtime=0.34 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 2205 0 0 0 33 1 0 0 20 0 15 0 274544391 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14090948 memory=3364 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530137162720 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14090948 memory=3840 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530136110080 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14090948 memory=280376271624512 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14090948 memory=6944656592455360604 CPUtime=0.8 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 2920 0 0 0 80 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14090948 memory=173176 CPUtime=0.86 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 4512 0 0 0 86 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14090948 memory=6944656592455360604 CPUtime=0.44 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) S 7008 7011 2226 0 -1 1077944384 6010 0 0 0 44 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530131901168 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14090948 memory=173216 CPUtime=0.05 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 945 0 0 0 2 3 0 0 20 0 15 0 274544395 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 249.46 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 173216 KiB

[startup+247.201 s]
/proc/loadavg: 1.42 1.62 1.61 3/215 7107
/proc/meminfo: memFree=21323092/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14090948 memory=173216 CPUtime=249.86 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 51282 0 0 0 24964 22 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3522737 43304 3567 1 0 3484809 0
[pid=7011/tid=7013] ppid=7008 vsize=14090948 memory=1288 CPUtime=246.17 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 25890 0 0 0 24610 7 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530600229376 140530210713389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14090948 memory=3684 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1416 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14090948 memory=6860 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 2332 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14090948 memory=2148 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1745 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14090948 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 1887 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14090948 memory=2804 CPUtime=0.34 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 2205 0 0 0 33 1 0 0 20 0 15 0 274544391 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14090948 memory=175248 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530137162720 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14090948 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530136110080 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14090948 memory=1160 CPUtime=0.8 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 2920 0 0 0 80 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14090948 memory=1764 CPUtime=0.86 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 4512 0 0 0 86 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14090948 memory=1616 CPUtime=0.44 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) S 7008 7011 2226 0 -1 1077944384 6010 0 0 0 44 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530131901168 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14090948 memory=2092 CPUtime=0.05 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 945 0 0 0 2 3 0 0 20 0 15 0 274544395 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 249.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 173216 KiB

[startup+247.301 s]
/proc/loadavg: 1.42 1.62 1.61 3/215 7107
/proc/meminfo: memFree=21323092/32770624 swapFree=67108368/67108860
[pid=7011] ppid=7008 vsize=14090948 memory=173216 CPUtime=249.96 cores=1,3,5,7
/proc/7011/stat : 7011 (java) S 7008 7011 2226 0 -1 1077944320 51282 0 0 0 24974 22 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140726838980640 140530595991287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
/proc/7011/statm: 3522737 43304 3567 1 0 3484809 0
[pid=7011/tid=7013] ppid=7008 vsize=14090948 memory=173216 CPUtime=246.27 cores=1,3,5,7
/proc/7011/task/7013/stat : 7013 (java) R 7008 7011 2226 0 -1 4202560 25890 0 0 0 24620 7 0 0 20 0 15 0 274544389 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530600229376 140530210563936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7014] ppid=7008 vsize=14090948 memory=173216 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7014/stat : 7014 (java) S 7008 7011 2226 0 -1 1077944384 1416 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530526079760 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7015] ppid=7008 vsize=14090948 memory=171128 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7015/stat : 7015 (java) S 7008 7011 2226 0 -1 1077944384 2332 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530190826384 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7016] ppid=7008 vsize=14090948 memory=173176 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7016/stat : 7016 (java) S 7008 7011 2226 0 -1 1077944384 1745 0 0 0 24 3 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530189773840 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7017] ppid=7008 vsize=14090948 memory=173176 CPUtime=0.27 cores=1,3,5,7
/proc/7011/task/7017/stat : 7017 (java) S 7008 7011 2226 0 -1 1077944384 1887 0 0 0 25 2 0 0 20 0 15 0 274544390 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530188721296 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7018] ppid=7008 vsize=14090948 memory=171128 CPUtime=0.34 cores=1,3,5,7
/proc/7011/task/7018/stat : 7018 (java) S 7008 7011 2226 0 -1 1077944384 2205 0 0 0 33 1 0 0 20 0 15 0 274544391 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530138216432 140530596002434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7019] ppid=7008 vsize=14090948 memory=171128 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7019/stat : 7019 (java) S 7008 7011 2226 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530137162720 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7020] ppid=7008 vsize=14090948 memory=171128 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7020/stat : 7020 (java) S 7008 7011 2226 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274544392 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530136110080 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7021] ppid=7008 vsize=14090948 memory=173216 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7021/stat : 7021 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530135058640 140530596009883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7022] ppid=7008 vsize=14090948 memory=173216 CPUtime=0.8 cores=1,3,5,7
/proc/7011/task/7022/stat : 7022 (java) S 7008 7011 2226 0 -1 1077944384 2920 0 0 0 80 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530134006256 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7023] ppid=7008 vsize=14090948 memory=1920 CPUtime=0.86 cores=1,3,5,7
/proc/7011/task/7023/stat : 7023 (java) S 7008 7011 2226 0 -1 1077944384 4512 0 0 0 86 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530132953712 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7024] ppid=7008 vsize=14090948 memory=173216 CPUtime=0.44 cores=1,3,5,7
/proc/7011/task/7024/stat : 7024 (java) S 7008 7011 2226 0 -1 1077944384 6010 0 0 0 44 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530131901168 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7025] ppid=7008 vsize=14090948 memory=173216 CPUtime=0 cores=1,3,5,7
/proc/7011/task/7025/stat : 7025 (java) S 7008 7011 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274544394 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530130848864 140530596001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
[pid=7011/tid=7026] ppid=7008 vsize=14090948 memory=173216 CPUtime=0.05 cores=1,3,5,7
/proc/7011/task/7026/stat : 7026 (java) S 7008 7011 2226 0 -1 1077944384 945 0 0 0 2 3 0 0 20 0 15 0 274544395 14429130752 43304 33554432000 4194304 4196468 140726838998096 140530129795376 140530596002434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 37781504 140726839002190 140726839002382 140726839002382 140726839005135 0
Current children cumulated CPU time: 249.96 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 173216 KiB

Child status: 0
Real time (s): 247.371
CPU time (s): 250.036
CPU user time (s): 249.807
CPU system time (s): 0.229389
CPU usage (%): 101.077
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 232348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.807
system time used= 0.229389
maximum resident set size= 233108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52453
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16860
involuntary context switches= 388


# summary of solver processes directly reported to runsolver:
#   pid: 7011
#   total CPU time (s): 250.036
#   total CPU user time (s): 249.807
#   total CPU system time (s): 0.229389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.69441 second user time and 2.08397 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-18 07:23:32
IDJOB=4312195
IDBENCH=141365
IDSOLVER=2800
FILE ID=node148/4312195-1534569812
RUNJOBID= node148-1534568587-5848
PBS_JOBID= 21038631
Free space on /tmp= 49636 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312195-1534569812/watcher-4312195-1534569812 -o /tmp/evaluation-result-4312195-1534569812/solver-4312195-1534569812 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2047565663 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312195-1534569812.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=2047565663

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.50
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.50
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.50
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.50
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:        21491684 kB
MemAvailable:   31735508 kB
Buffers:          221108 kB
Cached:         10281088 kB
SwapCached:            4 kB
Active:          7051540 kB
Inactive:        3658740 kB
Active(anon):     180560 kB
Inactive(anon):    96196 kB
Active(file):    6870980 kB
Inactive(file):  3562544 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             36064 kB
Writeback:             0 kB
AnonPages:        215512 kB
Mapped:            32608 kB
Shmem:             65972 kB
Slab:             267700 kB
SReclaimable:     238760 kB
SUnreclaim:        28940 kB
KernelStack:        3552 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1238760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 49600 MiB
End job on node148 at 2018-08-18 07:27:40