Trace number 4309986

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-14SAT88 250.243 247.367

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.67/0.57	c version: 2018-08-14
0.67/0.57	c seed: 2033352129
0.67/0.57	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
1.53/1.09	c Parsing done, starting search...
13.06/11.26	o 118
13.06/11.27	o 115
13.06/11.27	o 114
15.48/13.41	o 113
15.48/13.43	o 112
15.59/13.58	o 104
32.54/30.37	o 93
35.64/33.44	o 90
41.27/39.10	o 89
73.46/71.11	o 88
250.17/247.35	s SATISFIABLE
250.17/247.35	v <instantiation>
250.17/247.35	v 	<list>
250.17/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[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10]
250.17/247.35	v 	</list>
250.17/247.35	v 	<values>
250.17/247.35	v 		3 12 16 17 27 35 60 66 86 88 9 13 14 24 32 57 63 83 85 4 5 15 23 48 54 74 76 1 11 19 44 50 70 72 10 18 43 49 69 71 8 33 39 59 61 25 31 51 53 6 26 28 20 22 2 0 3 12 16 17 27 35 60 66 86 88 
250.17/247.35	v 	</values>
250.17/247.35	v </instantiation>

Verifier Data

OK	88

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309986-1534332256/watcher-4309986-1534332256 -o /tmp/evaluation-result-4309986-1534332256/solver-4309986-1534332256 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20216 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2033352129 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309986-1534332256.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=22315, runsolver pid=22312

[startup+0.100094 s]*
/proc/loadavg: 1.43 1.64 1.68 3/221 22330
/proc/meminfo: memFree=24739600/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14082736 memory=30212 CPUtime=0.12 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 6502 0 0 0 11 1 0 0 20 0 15 0 250788761 14420721664 7553 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3520684 7553 3152 1 0 3482761 0
[pid=22315/tid=22317] ppid=22312 vsize=14082736 memory=-8773748148830246017 CPUtime=0.09 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 4515 0 0 0 9 0 0 0 20 0 15 0 250788762 14420721664 7553 33554432000 4194304 4196468 140731681142176 140506332523616 140506312426846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 7553 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788764 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250788764 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505801380768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250788765 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505800328176 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) S 22312 22315 20185 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505798224368 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0.01 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) S 22312 22315 20185 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 15 0 250788767 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505796119280 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 7553 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30212 KiB

[startup+0.213041 s]*
/proc/loadavg: 1.43 1.64 1.68 6/221 22330
/proc/meminfo: memFree=24724096/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14082736 memory=46540 CPUtime=0.31 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 10250 0 0 0 29 2 0 0 20 0 15 0 250788761 14420721664 11635 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3520684 11635 3401 1 0 3482761 0
[pid=22315/tid=22317] ppid=22312 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 7846 0 0 0 19 1 0 0 20 0 15 0 250788762 14420721664 11635 33554432000 4194304 4196468 140731681142176 140506332572688 140505965639450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 11635 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14082736 memory=288371012584728192 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250788764 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250788764 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505801380768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250788765 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505800328176 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) R 22312 22315 20185 0 -1 4202560 423 0 0 0 2 0 0 0 20 0 15 0 250788767 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505798223552 140506309522268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) R 22312 22315 20185 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 15 0 250788767 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0.05 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) R 22312 22315 20185 0 -1 4202560 387 0 0 0 5 0 0 0 20 0 15 0 250788767 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505796117240 140506306882750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 11635 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46540 KiB

[startup+0.310862 s]*
/proc/loadavg: 1.43 1.64 1.68 3/221 22330
/proc/meminfo: memFree=24720436/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14082736 memory=49968 CPUtime=0.44 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 10646 0 0 0 42 2 0 0 20 0 15 0 250788761 14420721664 12492 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3520684 12492 3406 1 0 3482761 0
[pid=22315/tid=22317] ppid=22312 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 8176 0 0 0 29 1 0 0 20 0 15 0 250788762 14420721664 12492 33554432000 4194304 4196468 140731681142176 140506332557872 140506312426876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 12492 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14082736 memory=288371012584728192 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250788764 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250788764 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505801380768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250788765 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505800328176 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) S 22312 22315 20185 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 15 0 250788767 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505798224368 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) S 22312 22315 20185 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 15 0 250788767 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0.08 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) S 22312 22315 20185 0 -1 1077944384 422 0 0 0 8 0 0 0 20 0 15 0 250788767 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505796119280 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14082736 memory=140636433016448 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788767 14420721664 12492 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49968 KiB

[startup+0.700791 s]
/proc/loadavg: 1.43 1.64 1.68 3/221 22330
/proc/meminfo: memFree=24698360/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14084804 memory=88132 CPUtime=0.99 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 17394 0 0 0 95 4 0 0 20 0 15 0 250788761 14422839296 22033 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3521201 22033 3503 1 0 3483273 0
[pid=22315/tid=22317] ppid=22312 vsize=14084804 memory=1784 CPUtime=0.68 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 14471 0 0 0 65 3 0 0 20 0 15 0 250788762 14422839296 22033 33554432000 4194304 4196468 140731681142176 140506332570464 140506312426846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14422839296 22033 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14084804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14084804 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14084804 memory=5728 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14084804 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250788764 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14084804 memory=1092 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250788764 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505801380768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250788765 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505800328176 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14084804 memory=10692 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14084804 memory=7450174591119418944 CPUtime=0.07 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) S 22312 22315 20185 0 -1 1077944384 585 0 0 0 7 0 0 0 20 0 15 0 250788767 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505798224368 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14084804 memory=6444198537895111255 CPUtime=0.07 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) S 22312 22315 20185 0 -1 1077944384 404 0 0 0 7 0 0 0 20 0 15 0 250788767 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14084804 memory=7523071198212214892 CPUtime=0.15 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) S 22312 22315 20185 0 -1 1077944384 551 0 0 0 15 0 0 0 20 0 15 0 250788767 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505796119280 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14084804 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788767 14422839296 22033 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88132 KiB

[startup+1.50107 s]
/proc/loadavg: 1.43 1.64 1.68 3/221 22330
/proc/meminfo: memFree=24663868/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14090948 memory=138892 CPUtime=2.98 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 25061 0 0 0 292 6 0 0 20 0 15 0 250788761 14429130752 34723 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3522737 34723 3537 1 0 3484809 0
[pid=22315/tid=22317] ppid=22312 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 19073 0 0 0 143 4 0 0 20 0 15 0 250788762 14429130752 34723 33554432000 4194304 4196468 140731681142176 140506332581488 140505968908610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14090948 memory=-8253362762724047225 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14429130752 34723 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14090948 memory=-8609294068986781045 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14429130752 34723 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14090948 memory=-6517102902069810590 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250788763 14429130752 34723 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250788763 14429130752 34723 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 250788764 14429130752 34723 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0

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

[pid=22315/tid=22329] ppid=22312 vsize=14090948 memory=68292 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14090948 memory=1100 CPUtime=0.06 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 247.66 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 170496 KiB

[startup+246.401 s]
/proc/loadavg: 1.41 1.38 1.55 3/218 22411
/proc/meminfo: memFree=24158756/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14090948 memory=170496 CPUtime=249.26 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 48526 0 0 0 24904 22 0 0 20 0 15 0 250788761 14429130752 42624 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3522737 42624 3569 1 0 3484809 0
[pid=22315/tid=22317] ppid=22312 vsize=14090948 memory=170496 CPUtime=245.6 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 25869 0 0 0 24554 6 0 0 20 0 15 0 250788762 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506332584544 140505969255119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14090948 memory=3500 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2007 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14090948 memory=5787239132993441872 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 2313 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14090948 memory=6370450899878897514 CPUtime=0.26 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 684 0 0 0 23 3 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 1691 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.32 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 1891 0 0 0 29 3 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14090948 memory=170496 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505801380832 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14090948 memory=68292 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250788765 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505800328192 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14090948 memory=6791534058613427641 CPUtime=0.85 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) S 22312 22315 20185 0 -1 1077944384 3353 0 0 0 85 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505798224368 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14090948 memory=752 CPUtime=0.86 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) S 22312 22315 20185 0 -1 1077944384 3016 0 0 0 85 1 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14090948 memory=1224 CPUtime=0.46 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) S 22312 22315 20185 0 -1 1077944384 5192 0 0 0 46 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505796119280 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14090948 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.06 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 249.26 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 170496 KiB

[startup+246.801 s]
/proc/loadavg: 1.41 1.38 1.55 3/218 22411
/proc/meminfo: memFree=24158756/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14090948 memory=170496 CPUtime=249.67 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 48527 0 0 0 24945 22 0 0 20 0 15 0 250788761 14429130752 42624 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3522737 42624 3569 1 0 3484809 0
[pid=22315/tid=22317] ppid=22312 vsize=14090948 memory=2356 CPUtime=246 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 25870 0 0 0 24594 6 0 0 20 0 15 0 250788762 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506332584528 140505969124457 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14090948 memory=1784 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2007 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14090948 memory=752 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 2313 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14090948 memory=1224 CPUtime=0.26 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 684 0 0 0 23 3 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14090948 memory=1828 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 1691 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14090948 memory=5728 CPUtime=0.32 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 1891 0 0 0 29 3 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14090948 memory=38628 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505801380832 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14090948 memory=16320 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250788765 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505800328192 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14090948 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14090948 memory=1168 CPUtime=0.85 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) S 22312 22315 20185 0 -1 1077944384 3353 0 0 0 85 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505798224368 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14090948 memory=508 CPUtime=0.86 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) S 22312 22315 20185 0 -1 1077944384 3016 0 0 0 85 1 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14090948 memory=924 CPUtime=0.46 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) S 22312 22315 20185 0 -1 1077944384 5192 0 0 0 46 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505796119280 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14090948 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14090948 memory=1532 CPUtime=0.06 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 249.67 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 170496 KiB

[startup+247.201 s]
/proc/loadavg: 1.41 1.38 1.55 3/218 22411
/proc/meminfo: memFree=24158760/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14090948 memory=170496 CPUtime=250.07 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 48528 0 0 0 24985 22 0 0 20 0 15 0 250788761 14429130752 42624 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3522737 42624 3569 1 0 3484809 0
[pid=22315/tid=22317] ppid=22312 vsize=14090948 memory=1224 CPUtime=246.4 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 25871 0 0 0 24634 6 0 0 20 0 15 0 250788762 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506332584592 140505969560525 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14090948 memory=1828 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2007 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14090948 memory=5728 CPUtime=0.26 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 2313 0 0 0 24 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.26 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 684 0 0 0 23 3 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14090948 memory=2592 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 1691 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14090948 memory=68292 CPUtime=0.32 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 1891 0 0 0 29 3 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14090948 memory=1100 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505801380832 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14090948 memory=2356 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250788765 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505800328192 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14090948 memory=16320 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14090948 memory=1720 CPUtime=0.85 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) S 22312 22315 20185 0 -1 1077944384 3353 0 0 0 85 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505798224368 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14090948 memory=1168 CPUtime=0.86 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) S 22312 22315 20185 0 -1 1077944384 3016 0 0 0 85 1 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14090948 memory=508 CPUtime=0.46 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) S 22312 22315 20185 0 -1 1077944384 5192 0 0 0 46 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505796119280 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14090948 memory=924 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14090948 memory=2372 CPUtime=0.06 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 250.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 170496 KiB

[startup+247.301 s]
/proc/loadavg: 1.41 1.38 1.55 3/218 22411
/proc/meminfo: memFree=24158760/32770624 swapFree=67108840/67108860
[pid=22315] ppid=22312 vsize=14090948 memory=170496 CPUtime=250.17 cores=0,2,4,6
/proc/22315/stat : 22315 (java) S 22312 22315 20185 0 -1 1077944320 48528 0 0 0 24995 22 0 0 20 0 15 0 250788761 14429130752 42624 33554432000 4194304 4196468 140731681142176 140731681124720 140506328346359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
/proc/22315/statm: 3522737 42624 3569 1 0 3484809 0
[pid=22315/tid=22317] ppid=22312 vsize=14090948 memory=170496 CPUtime=246.5 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (java) R 22312 22315 20185 0 -1 4202560 25871 0 0 0 24644 6 0 0 20 0 15 0 250788762 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506332584592 140505968883768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22318] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (java) S 22312 22315 20185 0 -1 1077944384 2007 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140506300189456 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22319] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.26 cores=0,2,4,6
/proc/22315/task/22319/stat : 22319 (java) S 22312 22315 20185 0 -1 1077944384 2313 0 0 0 24 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505922771856 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22320] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.26 cores=0,2,4,6
/proc/22315/task/22320/stat : 22320 (java) S 22312 22315 20185 0 -1 1077944384 684 0 0 0 23 3 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505921719312 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22321] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.25 cores=0,2,4,6
/proc/22315/task/22321/stat : 22321 (java) S 22312 22315 20185 0 -1 1077944384 1691 0 0 0 23 2 0 0 20 0 15 0 250788763 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505920666768 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22322] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.32 cores=0,2,4,6
/proc/22315/task/22322/stat : 22322 (java) S 22312 22315 20185 0 -1 1077944384 1891 0 0 0 29 3 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505802434544 140506328357506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22323] ppid=22312 vsize=14090948 memory=170496 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22323/stat : 22323 (java) S 22312 22315 20185 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250788764 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505801380832 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22324] ppid=22312 vsize=14090948 memory=170496 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22324/stat : 22324 (java) S 22312 22315 20185 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250788765 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505800328192 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22325] ppid=22312 vsize=14090948 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22325/stat : 22325 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505799276752 140506328364955 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22326] ppid=22312 vsize=14090948 memory=168420 CPUtime=0.85 cores=0,2,4,6
/proc/22315/task/22326/stat : 22326 (java) S 22312 22315 20185 0 -1 1077944384 3353 0 0 0 85 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505798224368 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22327] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.86 cores=0,2,4,6
/proc/22315/task/22327/stat : 22327 (java) S 22312 22315 20185 0 -1 1077944384 3016 0 0 0 85 1 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505797171824 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22328] ppid=22312 vsize=14090948 memory=170496 CPUtime=0.46 cores=0,2,4,6
/proc/22315/task/22328/stat : 22328 (java) S 22312 22315 20185 0 -1 1077944384 5192 0 0 0 46 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505796119280 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22329] ppid=22312 vsize=14090948 memory=170496 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22329/stat : 22329 (java) S 22312 22315 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505795066976 140506328356565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
[pid=22315/tid=22330] ppid=22312 vsize=14090948 memory=65 CPUtime=0.06 cores=0,2,4,6
/proc/22315/task/22330/stat : 22330 (java) S 22312 22315 20185 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 250788767 14429130752 42624 33554432000 4194304 4196468 140731681142176 140505794013488 140506328357506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28377088 140731681150030 140731681150222 140731681150222 140731681152975 0
Current children cumulated CPU time: 250.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 170496 KiB

Child status: 0
Real time (s): 247.367
CPU time (s): 250.243
CPU user time (s): 250.01
CPU system time (s): 0.232357
CPU usage (%): 101.162
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 229332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.01
system time used= 0.232357
maximum resident set size= 230372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49247
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15960
involuntary context switches= 758


# summary of solver processes directly reported to runsolver:
#   pid: 22315
#   total CPU time (s): 250.243
#   total CPU user time (s): 250.01
#   total CPU system time (s): 0.232357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.50363 second user time and 2.3581 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 13:24:16
IDJOB=4309986
IDBENCH=141375
IDSOLVER=2795
FILE ID=node135/4309986-1534332256
RUNJOBID= node135-1534329094-20216
PBS_JOBID= 21038158
Free space on /tmp= 49592 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309986-1534332256/watcher-4309986-1534332256 -o /tmp/evaluation-result-4309986-1534332256/solver-4309986-1534332256 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20216 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2033352129 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309986-1534332256.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=2033352129

node135.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:        24756084 kB
MemAvailable:   31738316 kB
Buffers:          162888 kB
Cached:          7065064 kB
SwapCached:           20 kB
Active:          4097124 kB
Inactive:        3343992 kB
Active(anon):     162724 kB
Inactive(anon):   111460 kB
Active(file):    3934400 kB
Inactive(file):  3232532 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             35588 kB
Writeback:             0 kB
AnonPages:        308700 kB
Mapped:            71396 kB
Shmem:             57996 kB
Slab:             272448 kB
SReclaimable:     243760 kB
SUnreclaim:        28688 kB
KernelStack:        3904 kB
PageTables:         6244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1232328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 49560 MiB
End job on node135 at 2018-08-15 13:28:23