Trace number 4293886

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13OPT8 81.4014 72.4302

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.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 benchmark14.5398
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

1.00/0.73	c Concrete v3.8.1528841891564 running
7.28/3.76	o 9
7.62/3.88	o 8
81.36/72.41	v <instantiation cost="8">
81.36/72.41	v       <list>
81.36/72.41	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]
81.36/72.41	v       </list>
81.36/72.41	v       <values>
81.36/72.41	v         10 2 11 14 8 13 0 12 1 4 6 3 15 7 9 5 0 0 0 1 0 2 0 0 1 0 1 1 0 0 0 0 0 1 0 1 0
81.36/72.41	v       </values>
81.36/72.41	v     </instantiation>
81.36/72.41	s OPTIMUM FOUND

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293886-1532384785/watcher-4293886-1532384785 -o /tmp/evaluation-result-4293886-1532384785/solver-4293886-1532384785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17304 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=678924345 -superng HOME/instance-4293886-1532384785.xml 

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

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


[startup+0.100118 s]*
/proc/loadavg: 1.39 1.37 1.40 3/206 19467
/proc/meminfo: memFree=26797552/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=9988792 memory=19384 CPUtime=0.09 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 4466 12983 0 0 1 0 5 3 20 0 6 0 56041698 10228523008 4846 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2497198 4846 1973 1 0 2485636 0
[pid=19410/tid=19463] ppid=19407 vsize=10055356 memory=4279135703980474512 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 2335 12983 0 0 1 0 5 3 20 0 7 0 56041706 10296684544 4912 33554432000 4194304 4196468 140725266108160 140610443504400 140610471683229 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10055356 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 7 0 56041707 10296684544 4912 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10055356 memory=140117152654976 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 7 0 56041707 10296684544 4912 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 7 0 56041707 10296684544 4912 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10055356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 7 0 56041707 10296684544 4912 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10055356 memory=140117152654976 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 7 0 56041709 10296684544 4912 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 19384 KiB

[startup+0.209892 s]*
/proc/loadavg: 1.39 1.37 1.40 4/215 19476
/proc/meminfo: memFree=26772836/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10818904 memory=49724 CPUtime=0.26 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 9255 12983 0 0 16 2 5 3 20 0 15 0 56041698 11078557696 12431 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2704726 12431 2969 1 0 2667149 0
[pid=19410/tid=19463] ppid=19407 vsize=10819044 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 5920 12983 0 0 10 1 5 3 20 0 15 0 56041706 11078701056 12431 33554432000 4194304 4196468 140725266108160 140610443486112 140610394738550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10819044 memory=288230621904634245 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041707 11078701056 12431 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10819044 memory=288230376152041064 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041707 11078701056 12431 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10819044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041707 11078701056 12431 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10819044 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041707 11078701056 12431 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10819044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041709 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10819044 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609914397472 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10819044 memory=140117152654976 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041709 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609780180080 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10819044 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10819044 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) R 19407 19410 17273 0 -1 1077944384 477 12983 0 0 1 0 5 3 20 0 15 0 56041712 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10819044 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 86 12983 0 0 1 0 5 3 20 0 15 0 56041712 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10819044 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 564 12983 0 0 3 0 5 3 20 0 15 0 56041712 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10819044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11078701056 12431 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10819044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041712 11078701056 12431 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 49724 KiB

[startup+0.310664 s]*
/proc/loadavg: 1.39 1.37 1.40 3/215 19476
/proc/meminfo: memFree=26761300/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10819352 memory=57600 CPUtime=0.4 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 10447 12983 0 0 29 3 5 3 20 0 15 0 56041698 11079016448 14400 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2704838 14400 3088 1 0 2667149 0
[pid=19410/tid=19463] ppid=19407 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 7093 12983 0 0 19 2 5 3 20 0 15 0 56041706 11079016448 14400 33554432000 4194304 4196468 140725266108160 140610443473312 140610453224832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 14400 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 14400 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 14400 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 14400 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041709 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609914397472 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041709 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609780180080 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) S 19407 19410 17273 0 -1 1077944384 477 12983 0 0 1 0 5 3 20 0 15 0 56041712 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 87 12983 0 0 1 0 5 3 20 0 15 0 56041712 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10819352 memory=140117152654976 CPUtime=0.13 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 575 12983 0 0 5 0 5 3 20 0 15 0 56041712 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11079016448 14400 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10819352 memory=140117152654976 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041712 11079016448 14400 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57600 KiB

[startup+0.700748 s]
/proc/loadavg: 1.39 1.37 1.40 5/215 19476
/proc/meminfo: memFree=26751996/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10819352 memory=90832 CPUtime=1 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 16741 12983 0 0 87 5 5 3 20 0 15 0 56041698 11079016448 22708 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2704838 22708 3240 1 0 2667149 0
[pid=19410/tid=19463] ppid=19407 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 12291 12983 0 0 56 3 5 3 20 0 15 0 56041706 11079016448 22708 33554432000 4194304 4196468 140725266108160 140610443482128 140610453224880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 22708 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 22708 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10819352 memory=140116999946864 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 22708 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10819352 memory=140119013065310 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041707 11079016448 22708 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10819352 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 5 12983 0 0 0 0 5 3 20 0 15 0 56041709 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10819352 memory=7014751519633986897 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609914397472 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10819352 memory=11432 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041709 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609780180080 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10819352 memory=4052 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10819352 memory=18444 CPUtime=0.15 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) S 19407 19410 17273 0 -1 1077944384 877 12983 0 0 7 0 5 3 20 0 15 0 56041712 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10819352 memory=640 CPUtime=0.17 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 692 12983 0 0 9 0 5 3 20 0 15 0 56041712 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10819352 memory=1784 CPUtime=0.21 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 663 12983 0 0 13 0 5 3 20 0 15 0 56041712 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10819352 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11079016448 22708 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10819352 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041712 11079016448 22708 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90832 KiB

[startup+1.50074 s]
/proc/loadavg: 1.39 1.37 1.40 4/215 19476
/proc/meminfo: memFree=26705620/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10834252 memory=181804 CPUtime=2.26 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 24015 12983 0 0 208 10 5 3 20 0 15 0 56041698 11094274048 45451 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2708563 45451 3466 1 0 2670221 0
[pid=19410/tid=19463] ppid=19407 vsize=10834252 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 17967 12983 0 0 130 6 5 3 20 0 15 0 56041706 11094274048 45451 33554432000 4194304 4196468 140725266108160 140610443493312 140610457356288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 44 12983 0 0 0 0 5 3 20 0 15 0 56041707 11094274048 45451 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 25 12983 0 0 1 0 5 3 20 0 15 0 56041707 11094274048 45451 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10834252 memory=140116999981584 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 203 12983 0 0 1 0 5 3 20 0 15 0 56041707 11094274048 45451 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10834252 memory=140116999981584 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 55 12983 0 0 1 0 5 3 20 0 15 0 56041707 11094274048 45451 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 56 12983 0 0 1 0 5 3 20 0 15 0 56041709 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10834252 memory=13275743914299 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609914397536 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10834252 memory=7667206185478533176 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041709 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609780180096 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10834252 memory=5794280500334126945 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10834252 memory=7668035235420596832 CPUtime=0.26 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) S 19407 19410 17273 0 -1 1077944384 1023 12983 0 0 18 0 5 3 20 0 15 0 56041712 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10834252 memory=7237116841495128423 CPUtime=0.31 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 1175 12983 0 0 23 0 5 3 20 0 15 0 56041712 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10834252 memory=6655300316396806240 CPUtime=0.38 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 1259 12983 0 0 30 0 5 3 20 0 15 0 56041712 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10834252 memory=7822038052226416701 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11094274048 45451 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10834252 memory=7739526568034855524 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 56041712 11094274048 45451 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0

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

[pid=19410/tid=19475] ppid=19407 vsize=10916192 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147411 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10916192 memory=2428 CPUtime=0.1 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1306 12983 0 0 1 1 5 3 20 0 15 0 56041712 11178180608 147411 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 76.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 589644 KiB

[startup+70.4007 s]
/proc/loadavg: 1.38 1.39 1.40 2/215 19737
/proc/meminfo: memFree=26421596/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10916192 memory=588616 CPUtime=79.34 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 117455 12983 0 0 7889 37 5 3 20 0 15 0 56041698 11178180608 147154 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2729048 147154 3520 1 0 2690701 0
[pid=19410/tid=19463] ppid=19407 vsize=10916192 memory=17884 CPUtime=69.7 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 52777 12983 0 0 6945 17 5 3 20 0 15 0 56041706 11178180608 147154 33554432000 4194304 4196468 140725266108160 140610443495936 140610078697506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10916192 memory=1296 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2062 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147154 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10916192 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 773 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147154 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10916192 memory=2428 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 4358 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147154 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10916192 memory=1728 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 486 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147154 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10916192 memory=1004 CPUtime=0.17 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 3983 12983 0 0 9 0 5 3 20 0 15 0 56041709 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609914397536 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10916192 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609780180096 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10916192 memory=288230376152043370 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10916192 memory=7523662718556395110 CPUtime=4.11 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) S 19407 19410 17273 0 -1 1077944384 21848 12983 0 0 399 4 5 3 20 0 15 0 56041712 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10916192 memory=592208 CPUtime=3.36 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 15304 12983 0 0 325 3 5 3 20 0 15 0 56041712 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10916192 memory=592208 CPUtime=1.79 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 12351 12983 0 0 170 1 5 3 20 0 15 0 56041712 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10916192 memory=592208 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147154 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10916192 memory=4028 CPUtime=0.11 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1306 12983 0 0 2 1 5 3 20 0 15 0 56041712 11178180608 147154 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 79.34 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 588616 KiB

[startup+71.2007 s]
/proc/loadavg: 1.75 1.46 1.43 4/215 19737
/proc/meminfo: memFree=26238184/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10916192 memory=588104 CPUtime=80.15 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 117483 12983 0 0 7970 37 5 3 20 0 15 0 56041698 11178180608 147026 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2729048 147026 3520 1 0 2690701 0
[pid=19410/tid=19463] ppid=19407 vsize=10916192 memory=6791534058613427641 CPUtime=70.49 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 52779 12983 0 0 7024 17 5 3 20 0 15 0 56041706 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610443495840 140610077520817 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10916192 memory=6944656575208382560 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2064 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10916192 memory=15107 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 773 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10916192 memory=280233999597808 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 4358 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10916192 memory=6297832524912873570 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 487 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10916192 memory=280234000220512 CPUtime=0.17 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 3985 12983 0 0 9 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10916192 memory=140117152662849 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609914397536 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10916192 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609780180096 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10916192 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10916192 memory=6656426216303648864 CPUtime=4.12 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) S 19407 19410 17273 0 -1 1077944384 21858 12983 0 0 400 4 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10916192 memory=589128 CPUtime=3.36 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 15304 12983 0 0 325 3 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10916192 memory=2428 CPUtime=1.79 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 12353 12983 0 0 170 1 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10916192 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10916192 memory=1004 CPUtime=0.11 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1315 12983 0 0 2 1 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 80.15 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 588104 KiB

[startup+72.0118 s]*
/proc/loadavg: 1.75 1.46 1.43 3/215 19737
/proc/meminfo: memFree=26088688/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10916192 memory=588104 CPUtime=80.97 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 117484 12983 0 0 8052 37 5 3 20 0 15 0 56041698 11178180608 147026 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2729048 147026 3520 1 0 2690701 0
[pid=19410/tid=19463] ppid=19407 vsize=10916192 memory=4612 CPUtime=71.31 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 52780 12983 0 0 7106 17 5 3 20 0 15 0 56041706 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610443493184 140610078697248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10916192 memory=8376 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2064 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10916192 memory=588104 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 773 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10916192 memory=4126316290023845779 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 4358 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10916192 memory=1408 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 487 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10916192 memory=2500 CPUtime=0.17 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 3985 12983 0 0 9 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10916192 memory=689292 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609914397536 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609780180096 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10916192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10916192 memory=248536 CPUtime=4.12 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) S 19407 19410 17273 0 -1 1077944384 21858 12983 0 0 400 4 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10916192 memory=6791534058613427641 CPUtime=3.36 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 15304 12983 0 0 325 3 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10916192 memory=4126316290023845779 CPUtime=1.79 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 12353 12983 0 0 170 1 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10916192 memory=2428 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10916192 memory=593232 CPUtime=0.11 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1315 12983 0 0 2 1 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 80.97 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 588104 KiB

[startup+72.4007 s]
/proc/loadavg: 1.75 1.46 1.43 3/215 19737
/proc/meminfo: memFree=26088688/32770624 swapFree=67108860/67108860
[pid=19410] ppid=19407 vsize=10916192 memory=588104 CPUtime=81.36 cores=0,2,4,6
/proc/19410/stat : 19410 (java) S 19407 19410 17273 0 -1 1077944320 117485 12983 0 0 8091 37 5 3 20 0 15 0 56041698 11178180608 147026 33554432000 4194304 4196468 140725266108160 140725266090704 140610471661303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
/proc/19410/statm: 2729048 147026 3520 1 0 2690701 0
[pid=19410/tid=19463] ppid=19407 vsize=10916192 memory=4052 CPUtime=71.69 cores=0,2,4,6
/proc/19410/task/19463/stat : 19463 (java) R 19407 19410 17273 0 -1 4202560 52780 12983 0 0 7144 17 5 3 20 0 15 0 56041706 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610443493184 140610078429109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19464] ppid=19407 vsize=10916192 memory=18444 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19464/stat : 19464 (java) S 19407 19410 17273 0 -1 1077944384 2064 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610475903888 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19465] ppid=19407 vsize=10916192 memory=640 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19465/stat : 19465 (java) S 19407 19410 17273 0 -1 1077944384 773 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610390723344 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19466] ppid=19407 vsize=10916192 memory=1784 CPUtime=0.19 cores=0,2,4,6
/proc/19410/task/19466/stat : 19466 (java) S 19407 19410 17273 0 -1 1077944384 4358 12983 0 0 9 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610389671056 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19467] ppid=19407 vsize=10916192 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/19410/task/19467/stat : 19467 (java) S 19407 19410 17273 0 -1 1077944384 487 12983 0 0 8 2 5 3 20 0 15 0 56041707 11178180608 147026 33554432000 4194304 4196468 140725266108160 140610388618256 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19468] ppid=19407 vsize=10916192 memory=4124 CPUtime=0.17 cores=0,2,4,6
/proc/19410/task/19468/stat : 19468 (java) S 19407 19410 17273 0 -1 1077944384 3985 12983 0 0 9 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609998338160 140610471672450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19469] ppid=19407 vsize=10916192 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19469/stat : 19469 (java) S 19407 19410 17273 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609914397536 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19470] ppid=19407 vsize=10916192 memory=8148 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19470/stat : 19470 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041709 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609780180096 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19471] ppid=19407 vsize=10916192 memory=848 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19471/stat : 19471 (java) S 19407 19410 17273 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609176201296 140610471679899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19472] ppid=19407 vsize=10916192 memory=1800 CPUtime=4.12 cores=0,2,4,6
/proc/19410/task/19472/stat : 19472 (java) S 19407 19410 17273 0 -1 1077944384 21858 12983 0 0 400 4 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609997286000 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19473] ppid=19407 vsize=10916192 memory=920 CPUtime=3.37 cores=0,2,4,6
/proc/19410/task/19473/stat : 19473 (java) S 19407 19410 17273 0 -1 1077944384 15304 12983 0 0 326 3 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609996233200 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19474] ppid=19407 vsize=10916192 memory=1236 CPUtime=1.79 cores=0,2,4,6
/proc/19410/task/19474/stat : 19474 (java) S 19407 19410 17273 0 -1 1077944384 12354 12983 0 0 170 1 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609995180912 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19475] ppid=19407 vsize=10916192 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/19410/task/19475/stat : 19475 (java) S 19407 19410 17273 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140608706440160 140610471671509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
[pid=19410/tid=19476] ppid=19407 vsize=10916192 memory=2340 CPUtime=0.11 cores=0,2,4,6
/proc/19410/task/19476/stat : 19476 (java) S 19407 19410 17273 0 -1 1077944384 1315 12983 0 0 2 1 5 3 20 0 15 0 56041712 11178180608 147026 33554432000 4194304 4196468 140725266108160 140609994127792 140610471672450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35078144 140725266114732 140725266117980 140725266117980 140725266120655 0
Current children cumulated CPU time: 81.36 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 588104 KiB

Child status: 0
Real time (s): 72.4302
CPU time (s): 81.4014
CPU user time (s): 80.9794
CPU system time (s): 0.422004
CPU usage (%): 112.386
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 623500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9794
system time used= 0.422004
maximum resident set size= 623500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10772
involuntary context switches= 261


# summary of solver processes directly reported to runsolver:
#   pid: 19410
#   total CPU time (s): 81.4014
#   total CPU user time (s): 80.9794
#   total CPU system time (s): 0.422004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.37144 second user time and 0.790981 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-24 00:26:25
IDJOB=4293886
IDBENCH=141256
IDSOLVER=2751
FILE ID=node151/4293886-1532384785
RUNJOBID= node151-1532369950-17304
PBS_JOBID= 21021572
Free space on /tmp= 55044 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293886-1532384785/watcher-4293886-1532384785 -o /tmp/evaluation-result-4293886-1532384785/solver-4293886-1532384785 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17304 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=678924345 -superng HOME/instance-4293886-1532384785.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=678924345

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26806868 kB
MemAvailable:   31270764 kB
Buffers:          144868 kB
Cached:          4560952 kB
SwapCached:            0 kB
Active:          1624244 kB
Inactive:        3821040 kB
Active(anon):     690156 kB
Inactive(anon):    69340 kB
Active(file):     934088 kB
Inactive(file):  3751700 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26584 kB
Writeback:             0 kB
AnonPages:        748072 kB
Mapped:            50508 kB
Shmem:             17032 kB
Slab:             215348 kB
SReclaimable:     187884 kB
SUnreclaim:        27464 kB
KernelStack:        3568 kB
PageTables:         7024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1703724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    647168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55020 MiB
End job on node151 at 2018-07-24 00:27:38