Trace number 4273602

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 2017-07-26OPT8 96.305298 94.080498

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16d.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark13.4442
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.24/0.39	c version: 2017-07-26
0.24/0.39	c seed: 1294840482
0.24/0.39	c timeout: 2520
0.24/0.39	c memlimit: 11000
0.24/0.39	c nbcore: 4
0.43/0.42	c Parsing instance...
1.08/0.85	c Parsing done, starting search...
1.32/0.92	o 35
1.32/0.93	o 34
1.32/0.93	o 33
1.32/0.93	o 32
1.32/0.93	o 31
1.32/0.93	o 29
1.32/0.93	o 27
1.32/0.93	o 25
1.32/0.93	o 24
1.32/0.93	o 22
1.32/0.94	o 21
1.32/0.95	o 20
5.13/3.30	o 18
5.13/3.31	o 17
5.43/3.67	o 16
22.24/20.39	o 15
22.24/20.39	o 14
49.41/47.46	o 12
76.24/74.18	o 10
76.24/74.18	o 8
96.22/94.07	s OPTIMUM FOUND
96.22/94.07	v <instantiation>
96.22/94.07	v 	<list>
96.22/94.07	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
96.22/94.07	v 	</list>
96.22/94.07	v 	<values>
96.22/94.07	v 		9 10 0 8 11 1 6 7 15 5 13 14 4 12 2 3 0 0 1 1 0 0 0 0 1 1 0 0 0 0 2 0 0 1 0 1 0 
96.22/94.07	v 	</values>
96.22/94.07	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273602-1502742890/watcher-4273602-1502742890 -o /tmp/evaluation-result-4273602-1502742890/solver-4273602-1502742890 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1294840482 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273602-1502742890.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26226, runsolver pid=26223

[startup+0.10006 s]*
/proc/loadavg: 1.22 1.33 1.39 2/199 26228
/proc/meminfo: memFree=31229528/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13358552 memory=15920 CPUtime=0 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 3314 0 0 0 0 0 0 0 20 0 6 0 76484372 13679157248 3980 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3339638 3980 1875 1 0 3329135 0
[pid=26226/tid=26228] ppid=26223 vsize=13358552 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 2012 0 0 0 0 0 0 0 20 0 6 0 76484381 13679157248 3980 18446744073709551615 4194304 4196468 140727565731408 140010052665936 140010034112341 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13358552 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 76484382 13679157248 3980 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13358552 memory=140142682887808 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76484382 13679157248 3980 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76484382 13679157248 3980 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13358552 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76484382 13679157248 3980 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 15920 KiB

[startup+0.215766 s]*
/proc/loadavg: 1.22 1.33 1.39 3/212 26241
/proc/meminfo: memFree=31215424/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13975920 memory=31224 CPUtime=0.09 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 6602 0 0 0 8 1 0 0 20 0 15 0 76484372 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3493980 7806 3372 1 0 3482759 0
[pid=26226/tid=26228] ppid=26223 vsize=13975920 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 4619 0 0 0 6 1 0 0 20 0 15 0 76484381 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140010052665904 140010048441750 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13975920 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13975920 memory=140142683626343 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13975920 memory=140142682887808 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76484383 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76484384 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009188578080 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76484384 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009187525744 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) S 26223 26226 12560 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 76484386 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13975920 memory=140142682887808 CPUtime=0.01 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) R 26223 26226 12560 0 -1 4202560 293 0 0 0 1 0 0 0 20 0 15 0 76484386 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010027869503 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13975920 memory=140142682887808 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484391 14311342080 7806 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 31224 KiB

[startup+0.310464 s]*
/proc/loadavg: 1.22 1.33 1.39 3/212 26241
/proc/meminfo: memFree=31205140/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13975920 memory=40536 CPUtime=0.24 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 9858 0 0 0 21 3 0 0 20 0 15 0 76484372 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3493980 10134 3535 1 0 3482759 0
[pid=26226/tid=26228] ppid=26223 vsize=13975920 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 7583 0 0 0 14 2 0 0 20 0 15 0 76484381 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140010052651760 140010048451741 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13975920 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13975920 memory=140142683626343 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13975920 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13975920 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13975920 memory=3472468438910305968 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76484383 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13975920 memory=734424513545242937 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76484384 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009188578080 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76484384 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009187525744 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13975920 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) S 26223 26226 12560 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 15 0 76484386 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13975920 memory=3472328296227418159 CPUtime=0.01 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 15 0 76484386 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13975920 memory=7959527285107656621 CPUtime=0.04 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) R 26223 26226 12560 0 -1 4202560 376 0 0 0 4 0 0 0 20 0 15 0 76484386 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010048441750 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13975920 memory=140142682887808 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484391 14311342080 10134 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40536 KiB

[startup+0.700735 s]
/proc/loadavg: 1.22 1.33 1.39 3/212 26241
/proc/meminfo: memFree=31191168/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13977988 memory=68976 CPUtime=0.94 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 13470 0 0 0 89 5 0 0 20 0 15 0 76484372 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3494497 17244 3728 1 0 3483271 0
[pid=26226/tid=26228] ppid=26223 vsize=13977988 memory=19031000092388 CPUtime=0.54 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 10116 0 0 0 50 4 0 0 20 0 15 0 76484381 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140010052664832 140010032510302 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76484382 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76484383 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76484384 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009188578080 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13977988 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76484384 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009187525744 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13977988 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13977988 memory=8624 CPUtime=0.09 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) R 26223 26226 12560 0 -1 1077944384 669 0 0 0 9 0 0 0 20 0 15 0 76484386 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13977988 memory=1716 CPUtime=0.11 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 639 0 0 0 11 0 0 0 20 0 15 0 76484386 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13977988 memory=33 CPUtime=0.17 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) S 26223 26226 12560 0 -1 1077944384 665 0 0 0 17 0 0 0 20 0 15 0 76484386 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13977988 memory=737 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484391 14313459712 17244 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68976 KiB

[startup+1.50077 s]
/proc/loadavg: 1.22 1.33 1.39 5/212 26242
/proc/meminfo: memFree=31146056/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13980036 memory=143500 CPUtime=3.14 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 26136 0 0 0 305 9 0 0 20 0 15 0 76484372 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3495009 35875 3764 1 0 3483783 0
[pid=26226/tid=26228] ppid=26223 vsize=13980036 memory=42456 CPUtime=1.34 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 13104 0 0 0 128 6 0 0 20 0 15 0 76484381 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140010052665952 140009646354700 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13980036 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76484382 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13980036 memory=280285137100640 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13980036 memory=6944937900100196217 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13980036 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76484382 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13980036 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76484383 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13980036 memory=5793990212118078307 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009188578080 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13980036 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009187525744 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13980036 memory=7379819144195827286 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13980036 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) S 26223 26226 12560 0 -1 1077944384 5239 0 0 0 72 1 0 0 20 0 15 0 76484386 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13980036 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 4901 0 0 0 72 0 0 0 20 0 15 0 76484386 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13980036 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) S 26223 26226 12560 0 -1 1077944384 1508 0 0 0 31 0 0 0 20 0 15 0 76484386 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484391 14315556864 35875 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 13980036 KiB

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

[pid=26226/tid=26240] ppid=26223 vsize=13980036 memory=42456 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13980036 memory=1292 CPUtime=0.02 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 228 0 0 0 0 2 0 0 20 0 15 0 76484391 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 91.8 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 148372 KiB

[startup+91.2007 s]
/proc/loadavg: 1.50 1.39 1.41 3/209 26244
/proc/meminfo: memFree=31095976/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13980036 memory=148372 CPUtime=93.4 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 40187 0 0 0 9322 18 0 0 20 0 15 0 76484372 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3495009 37093 3793 1 0 3483783 0
[pid=26226/tid=26228] ppid=26223 vsize=13980036 memory=148372 CPUtime=90.71 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 16856 0 0 0 9064 7 0 0 20 0 15 0 76484381 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140010052668336 140009646248192 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13980036 memory=-8774313645642428999 CPUtime=0.11 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 857 0 0 0 10 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13980036 memory=6944656592455097440 CPUtime=0.11 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1096 0 0 0 10 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13980036 memory=6944656592455097440 CPUtime=0.11 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 953 0 0 0 10 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13980036 memory=6944652177228980320 CPUtime=0.1 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1774 0 0 0 9 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13980036 memory=6655300316396806240 CPUtime=0.13 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 1425 0 0 0 12 1 0 0 20 0 15 0 76484383 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13980036 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009188578144 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13980036 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009187525760 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13980036 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13980036 memory=1196 CPUtime=0.81 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) S 26223 26226 12560 0 -1 1077944384 5874 0 0 0 80 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13980036 memory=8624 CPUtime=0.86 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 6538 0 0 0 85 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13980036 memory=1716 CPUtime=0.34 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) S 26223 26226 12560 0 -1 1077944384 3161 0 0 0 33 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13980036 memory=5808 CPUtime=0.02 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 228 0 0 0 0 2 0 0 20 0 15 0 76484391 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 93.4 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 148372 KiB

[startup+92.8007 s]
/proc/loadavg: 1.50 1.39 1.41 3/209 26244
/proc/meminfo: memFree=31095976/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13980036 memory=148372 CPUtime=95.01 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 40196 0 0 0 9483 18 0 0 20 0 15 0 76484372 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3495009 37093 3793 1 0 3483783 0
[pid=26226/tid=26228] ppid=26223 vsize=13980036 memory=-8774313645642428999 CPUtime=92.3 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 16861 0 0 0 9223 7 0 0 20 0 15 0 76484381 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140010052668144 140009646484746 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13980036 memory=4088 CPUtime=0.12 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 857 0 0 0 11 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13980036 memory=1620 CPUtime=0.11 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1096 0 0 0 10 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13980036 memory=920 CPUtime=0.12 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 953 0 0 0 11 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13980036 memory=1412 CPUtime=0.1 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1774 0 0 0 9 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13980036 memory=15584 CPUtime=0.13 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 1427 0 0 0 12 1 0 0 20 0 15 0 76484383 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13980036 memory=25956 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009188578144 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13980036 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009187525760 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13980036 memory=644 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13980036 memory=1 CPUtime=0.81 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) S 26223 26226 12560 0 -1 1077944384 5874 0 0 0 80 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13980036 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 6538 0 0 0 85 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13980036 memory=1963 CPUtime=0.34 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) S 26223 26226 12560 0 -1 1077944384 3161 0 0 0 33 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13980036 memory=410 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13980036 memory=128 CPUtime=0.02 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 230 0 0 0 0 2 0 0 20 0 15 0 76484391 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 95.01 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 148372 KiB

[startup+93.6007 s]
/proc/loadavg: 1.50 1.39 1.41 3/209 26244
/proc/meminfo: memFree=31095976/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13980036 memory=148372 CPUtime=95.81 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 40201 0 0 0 9563 18 0 0 20 0 15 0 76484372 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3495009 37093 3793 1 0 3483783 0
[pid=26226/tid=26228] ppid=26223 vsize=13980036 memory=164 CPUtime=93.1 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 16864 0 0 0 9303 7 0 0 20 0 15 0 76484381 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140010052668144 140009646432668 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13980036 memory=8026377048185137767 CPUtime=0.12 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 857 0 0 0 11 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13980036 memory=280285137454048 CPUtime=0.11 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1097 0 0 0 10 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13980036 memory=-6520471753822164382 CPUtime=0.12 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 953 0 0 0 11 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13980036 memory=-8774313645642428999 CPUtime=0.1 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1775 0 0 0 9 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13980036 memory=1292 CPUtime=0.13 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 1427 0 0 0 12 1 0 0 20 0 15 0 76484383 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13980036 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009188578144 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13980036 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009187525760 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13980036 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13980036 memory=4612 CPUtime=0.81 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) S 26223 26226 12560 0 -1 1077944384 5874 0 0 0 80 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13980036 memory=1004 CPUtime=0.86 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 6538 0 0 0 85 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13980036 memory=2016 CPUtime=0.34 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) S 26223 26226 12560 0 -1 1077944384 3161 0 0 0 33 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13980036 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13980036 memory=8624 CPUtime=0.02 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 230 0 0 0 0 2 0 0 20 0 15 0 76484391 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 95.81 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 148372 KiB

[startup+94.0007 s]*
/proc/loadavg: 1.50 1.39 1.41 3/209 26244
/proc/meminfo: memFree=31095976/32770624 swapFree=67105588/67108860
[pid=26226] ppid=26223 vsize=13980036 memory=148372 CPUtime=96.22 cores=1,3,5,7
/proc/26226/stat : 26226 (java) S 26223 26226 12560 0 -1 1077944320 40202 0 0 0 9604 18 0 0 20 0 15 0 76484372 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140727565713952 140010048429815 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
/proc/26226/statm: 3495009 37093 3793 1 0 3483783 0
[pid=26226/tid=26228] ppid=26223 vsize=13980036 memory=-8774313645642428999 CPUtime=93.51 cores=1,3,5,7
/proc/26226/task/26228/stat : 26228 (java) R 26223 26226 12560 0 -1 4202560 16865 0 0 0 9344 7 0 0 20 0 15 0 76484381 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140010052668448 140009645804015 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26229] ppid=26223 vsize=13980036 memory=4872558044660077418 CPUtime=0.12 cores=1,3,5,7
/proc/26226/task/26229/stat : 26229 (java) S 26223 26226 12560 0 -1 1077944384 857 0 0 0 11 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009967844240 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26230] ppid=26223 vsize=13980036 memory=1196 CPUtime=0.11 cores=1,3,5,7
/proc/26226/task/26230/stat : 26230 (java) S 26223 26226 12560 0 -1 1077944384 1097 0 0 0 10 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009966791440 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26231] ppid=26223 vsize=13980036 memory=8624 CPUtime=0.12 cores=1,3,5,7
/proc/26226/task/26231/stat : 26231 (java) S 26223 26226 12560 0 -1 1077944384 953 0 0 0 11 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009965739152 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26232] ppid=26223 vsize=13980036 memory=148372 CPUtime=0.1 cores=1,3,5,7
/proc/26226/task/26232/stat : 26232 (java) S 26223 26226 12560 0 -1 1077944384 1775 0 0 0 9 1 0 0 20 0 15 0 76484382 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009964686352 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26233] ppid=26223 vsize=13980036 memory=4144 CPUtime=0.13 cores=1,3,5,7
/proc/26226/task/26233/stat : 26233 (java) S 26223 26226 12560 0 -1 1077944384 1427 0 0 0 12 1 0 0 20 0 15 0 76484383 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009189632112 140010048440962 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26234] ppid=26223 vsize=13980036 memory=2868 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26234/stat : 26234 (java) S 26223 26226 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009188578144 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26235] ppid=26223 vsize=13980036 memory=148360 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26235/stat : 26235 (java) S 26223 26226 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 76484384 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009187525760 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26236] ppid=26223 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26236/stat : 26236 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009186474064 140010048448411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26237] ppid=26223 vsize=13980036 memory=4872558044660077418 CPUtime=0.81 cores=1,3,5,7
/proc/26226/task/26237/stat : 26237 (java) S 26223 26226 12560 0 -1 1077944384 5874 0 0 0 80 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009185421936 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26238] ppid=26223 vsize=13980036 memory=4612 CPUtime=0.86 cores=1,3,5,7
/proc/26226/task/26238/stat : 26238 (java) S 26223 26226 12560 0 -1 1077944384 6538 0 0 0 85 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009184369136 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26239] ppid=26223 vsize=13980036 memory=1004 CPUtime=0.34 cores=1,3,5,7
/proc/26226/task/26239/stat : 26239 (java) S 26223 26226 12560 0 -1 1077944384 3161 0 0 0 33 1 0 0 20 0 15 0 76484386 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009183316848 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26240] ppid=26223 vsize=13980036 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/26226/task/26240/stat : 26240 (java) S 26223 26226 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76484387 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009182264288 140010048440021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
[pid=26226/tid=26241] ppid=26223 vsize=13980036 memory=1196 CPUtime=0.02 cores=1,3,5,7
/proc/26226/task/26241/stat : 26241 (java) S 26223 26226 12560 0 -1 1077944384 230 0 0 0 0 2 0 0 20 0 15 0 76484391 14315556864 37093 18446744073709551615 4194304 4196468 140727565731408 140009181211056 140010048440962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727565738350 140727565738537 140727565738537 140727565742031 0
Current children cumulated CPU time: 96.22 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 148372 KiB

Child status: 0
Real time (s): 94.0805
CPU time (s): 96.3053
CPU user time (s): 96.1159
CPU system time (s): 0.189407
CPU usage (%): 102.365
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 215800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.1159
system time used= 0.189407
maximum resident set size= 217484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41098
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7601
involuntary context switches= 281


# summary of solver processes directly reported to runsolver:
#   pid: 26226
#   total CPU time (s): 96.3053
#   total CPU user time (s): 96.1159
#   total CPU system time (s): 0.189407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.810008 second user time and 0.655287 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 22:20:48
IDJOB=4273602
IDBENCH=123124
IDSOLVER=2666
FILE ID=node126/4273602-1502742890
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16d.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273602-1502742890/watcher-4273602-1502742890 -o /tmp/evaluation-result-4273602-1502742890/solver-4273602-1502742890 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1294840482 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273602-1502742890.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1294840482

node126.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.81
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.81
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.81
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.81
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:        31232928 kB
MemAvailable:   31732724 kB
Buffers:          314088 kB
Cached:           454080 kB
SwapCached:          524 kB
Active:           811600 kB
Inactive:         242584 kB
Active(anon):     234084 kB
Inactive(anon):    85388 kB
Active(file):     577516 kB
Inactive(file):   157196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42256 kB
Writeback:            40 kB
AnonPages:        285624 kB
Mapped:            64928 kB
Shmem:             33440 kB
Slab:             187980 kB
SReclaimable:     161840 kB
SUnreclaim:        26140 kB
KernelStack:        3440 kB
PageTables:         6088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1168000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 22:22:22