Trace number 4396398

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.12.2SAT (TO)116 2400.08 2352.84

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark84.9302
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.79/0.55	c Concrete v3.12.2.1568380929293 running
7.51/3.35	o 190
7.51/3.38	o 186
7.87/3.43	o 181
8.54/3.63	o 175
8.54/3.63	o 168
8.54/3.64	o 166
8.54/3.66	o 164
8.54/3.66	o 157
9.22/3.87	o 155
9.92/4.05	o 154
9.92/4.05	o 149
11.37/4.53	o 148
11.37/4.56	o 146
11.37/4.56	o 145
11.70/4.63	o 143
11.70/4.67	o 142
12.02/4.75	o 140
12.02/4.76	o 137
13.54/5.50	o 130
15.17/6.47	o 129
15.32/6.58	o 122
15.46/6.66	o 116
2400.04/2352.81	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2352.81		at concrete.MAC.mac(MAC.scala:192)
2400.04/2352.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2352.81		at scala.util.Try$.apply(Try.scala:212)
2400.04/2352.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2352.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2352.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2352.81		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2352.81		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2352.81		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2352.81		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2352.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2352.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2352.81		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2352.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2352.81		at scala.util.Success.map(Try.scala:264)
2400.04/2352.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2352.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2352.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2352.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2352.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2352.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2352.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2352.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2352.81		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2352.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2352.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2352.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2352.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2352.81		at scala.App.main(App.scala:75)
2400.04/2352.81		at scala.App.main$(App.scala:73)
2400.04/2352.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2352.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2352.82	v <instantiation
2400.04/2352.82	v         cost = '116'>
2400.04/2352.82	v       <list>
2400.04/2352.82	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2400.04/2352.82	v       </list>
2400.04/2352.82	v       <values>
2400.04/2352.82	v         14 11 10 7 6 9 5 2 0 3 4 1 8 13 12 8 5 6 6 6 7 6 4 10 4 9 14 13 10 8
2400.04/2352.82	v       </values>
2400.04/2352.82	v     </instantiation>
2400.04/2352.82	s SATISFIABLE

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396398-1568404186/watcher-4396398-1568404186 -o /tmp/evaluation-result-4396398-1568404186/solver-4396398-1568404186 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=278827101 HOME/instance-4396398-1568404186.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=17700, runsolver pid=17697

[startup+0.101079 s]*
/proc/loadavg: 1.23 1.33 1.39 3/218 17757
/proc/meminfo: memFree=26090556/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 4516 13400 0 0 1 0 5 3 20 0 6 0 416333543 10212057088 4269 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2493178 4269 1935 1 0 2481616 0
[pid=17700/tid=17753] ppid=17697 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 2329 13400 0 0 1 0 5 3 20 0 6 0 416333552 10212057088 4269 33554432000 4194304 4196468 140722171576160 140547189924432 140547203210608 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 6 0 416333553 10212057088 4269 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=9972712 memory=140328777188992 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 6 0 416333553 10212057088 4269 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 6 0 416333553 10212057088 4269 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 6 0 416333553 10212057088 4269 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209764 s]*
/proc/loadavg: 1.23 1.33 1.39 4/227 17766
/proc/meminfo: memFree=26074144/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=10819664 memory=36964 CPUtime=0.26 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 7150 13400 0 0 17 1 5 3 20 0 15 0 416333543 11079335936 9241 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2704916 9241 3140 1 0 2667149 0
[pid=17700/tid=17753] ppid=17697 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 3642 13400 0 0 11 0 5 3 20 0 15 0 416333552 11079335936 9241 33554432000 4194304 4196468 140722171576160 140547189892752 140547202168158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10819664 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079335936 9241 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10819664 memory=140328777205920 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079335936 9241 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079335936 9241 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079335936 9241 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10819664 memory=140328777188992 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 416333554 11079335936 9241 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 34 13400 0 0 0 0 5 3 20 0 15 0 416333555 11079335936 9241 33554432000 4194304 4196468 140722171576160 140546219644448 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333555 11079335936 9241 33554432000 4194304 4196468 140722171576160 140546093868400 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11079335936 9241 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 592 13400 0 0 1 0 5 3 20 0 15 0 416333558 11079335936 9241 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) S 17697 17700 16639 0 -1 1077944384 59 13400 0 0 0 0 5 3 20 0 15 0 416333558 11079335936 9241 33554432000 4194304 4196468 140722171576160 140546185033968 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10819664 memory=140328777188992 CPUtime=0.11 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) R 17697 17700 16639 0 -1 4202560 607 13400 0 0 3 0 5 3 20 0 15 0 416333558 11079335936 9241 33554432000 4194304 4196468 140722171576160 140546183981168 140547218109018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11079335936 9241 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10819664 memory=140328777188992 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333558 11079335936 9241 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36964 KiB

[startup+0.310949 s]*
/proc/loadavg: 1.23 1.33 1.39 3/227 17766
/proc/meminfo: memFree=26061328/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=10820148 memory=48368 CPUtime=0.4 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 10855 13400 0 0 29 3 5 3 20 0 15 0 416333543 11079831552 12092 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2705037 12092 3297 1 0 2667149 0
[pid=17700/tid=17753] ppid=17697 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 7325 13400 0 0 19 2 5 3 20 0 15 0 416333552 11079831552 12092 33554432000 4194304 4196468 140722171576160 140547189893776 140547202168158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079831552 12092 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079831552 12092 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079831552 12092 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 416333553 11079831552 12092 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 416333554 11079831552 12092 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 34 13400 0 0 0 0 5 3 20 0 15 0 416333555 11079831552 12092 33554432000 4194304 4196468 140722171576160 140546219644448 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333555 11079831552 12092 33554432000 4194304 4196468 140722171576160 140546093868400 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11079831552 12092 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 593 13400 0 0 2 0 5 3 20 0 15 0 416333558 11079831552 12092 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) S 17697 17700 16639 0 -1 1077944384 68 13400 0 0 1 0 5 3 20 0 15 0 416333558 11079831552 12092 33554432000 4194304 4196468 140722171576160 140546185033968 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10820148 memory=140328777188992 CPUtime=0.13 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) S 17697 17700 16639 0 -1 1077944384 616 13400 0 0 5 0 5 3 20 0 15 0 416333558 11079831552 12092 33554432000 4194304 4196468 140722171576160 140546183981168 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11079831552 12092 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10820148 memory=140328777188992 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333558 11079831552 12092 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48368 KiB

[startup+0.700705 s]
/proc/loadavg: 1.23 1.33 1.39 4/227 17766
/proc/meminfo: memFree=26046748/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=10824360 memory=82072 CPUtime=1.12 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 15243 13400 0 0 99 5 5 3 20 0 15 0 416333543 11084144640 20518 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2706090 20518 3503 1 0 2668173 0
[pid=17700/tid=17753] ppid=17697 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 10393 13400 0 0 55 4 5 3 20 0 15 0 416333552 11084144640 20518 33554432000 4194304 4196468 140722171576160 140547189917216 140547218109597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11084144640 20518 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11084144640 20518 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10824360 memory=140328661299408 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333553 11084144640 20518 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10824360 memory=140329466462827 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 416333553 11084144640 20518 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10824360 memory=1076 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 5 13400 0 0 0 0 5 3 20 0 15 0 416333554 11084144640 20518 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10824360 memory=7014751519650698577 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 34 13400 0 0 0 0 5 3 20 0 15 0 416333555 11084144640 20518 33554432000 4194304 4196468 140722171576160 140546219644448 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10824360 memory=8027782147104397675 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333555 11084144640 20518 33554432000 4194304 4196468 140722171576160 140546093868400 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10824360 memory=14056 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11084144640 20518 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10824360 memory=2116 CPUtime=0.24 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 1214 13400 0 0 16 0 5 3 20 0 15 0 416333558 11084144640 20518 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10824360 memory=520 CPUtime=0.17 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) R 17697 17700 16639 0 -1 4202560 484 13400 0 0 9 0 5 3 20 0 15 0 416333558 11084144640 20518 33554432000 4194304 4196468 140722171576160 140546185033968 140547211193406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10824360 memory=1560 CPUtime=0.25 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) S 17697 17700 16639 0 -1 1077944384 894 13400 0 0 17 0 5 3 20 0 15 0 416333558 11084144640 20518 33554432000 4194304 4196468 140722171576160 140546183981168 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10824360 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11084144640 20518 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10824360 memory=3688 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333558 11084144640 20518 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82072 KiB

[startup+1.50078 s]
/proc/loadavg: 1.23 1.33 1.39 3/227 17766
/proc/meminfo: memFree=26001708/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=10834676 memory=169888 CPUtime=2.43 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 22038 13400 0 0 225 10 5 3 20 0 15 0 416333543 11094708224 42472 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2708669 42472 3581 1 0 2670733 0
[pid=17700/tid=17753] ppid=17697 vsize=10834676 memory=166272 CPUtime=1.43 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 15139 13400 0 0 129 6 5 3 20 0 15 0 416333552 11094708224 42472 33554432000 4194304 4196468 140722171576160 140547189900864 140546781817984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10834676 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 461 13400 0 0 1 0 5 3 20 0 15 0 416333553 11094708224 42472 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10834676 memory=7976406965554101975 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 80 13400 0 0 0 0 5 3 20 0 15 0 416333553 11094708224 42472 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 34 13400 0 0 1 0 5 3 20 0 15 0 416333553 11094708224 42472 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 100 13400 0 0 1 0 5 3 20 0 15 0 416333553 11094708224 42472 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 156 13400 0 0 1 0 5 3 20 0 15 0 416333554 11094708224 42472 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 34 13400 0 0 0 0 5 3 20 0 15 0 416333555 11094708224 42472 33554432000 4194304 4196468 140722171576160 140546219644512 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 4 13400 0 0 0 0 5 3 20 0 15 0 416333555 11094708224 42472 33554432000 4194304 4196468 140722171576160 140546093868416 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11094708224 42472 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10834676 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 1406 13400 0 0 27 0 5 3 20 0 15 0 416333558 11094708224 42472 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10834676 memory=4580 CPUtime=0.28 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) S 17697 17700 16639 0 -1 1077944384 701 13400 0 0 20 0 5 3 20 0 15 0 416333558 11094708224 42472 33554432000 4194304 4196468 140722171576160 140546185033968 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10834676 memory=7809924981443881576 CPUtime=0.48 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) R 17697 17700 16639 0 -1 4202560 1710 13400 0 0 40 0 5 3 20 0 15 0 416333558 11094708224 42472 33554432000 4194304 4196468 140722171576160 140546183981168 140547197442584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10834676 memory=4639904328588480592 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11094708224 42472 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10834676 memory=7812734264103167825 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 416333558 11094708224 42472 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 63002 13400 0 0 217757 47 5 3 20 0 15 0 416333552 11109421056 208269 33554432000 4194304 4196468 140722171576160 140547189922576 140546796159819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10849044 memory=833076 CPUtime=11.27 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 7263 13400 0 0 1064 55 5 3 20 0 15 0 416333553 11109421056 208269 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10849044 memory=833076 CPUtime=11.24 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 11555 13400 0 0 1064 52 5 3 20 0 15 0 416333553 11109421056 208269 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10849044 memory=833076 CPUtime=11.25 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 10976 13400 0 0 1064 53 5 3 20 0 15 0 416333553 11109421056 208269 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10849044 memory=833076 CPUtime=11.23 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 11092 13400 0 0 1062 53 5 3 20 0 15 0 416333553 11109421056 208269 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10849044 memory=833076 CPUtime=10.04 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 13893 13400 0 0 943 53 5 3 20 0 15 0 416333554 11109421056 208269 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10849044 memory=833076 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 39 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 208269 33554432000 4194304 4196468 140722171576160 140546219644512 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10849044 memory=833076 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 208269 33554432000 4194304 4196468 140722171576160 140546093868416 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10849044 memory=2580 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 208269 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10849044 memory=1760 CPUtime=4.84 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 19155 13400 0 0 472 4 5 3 20 0 15 0 416333558 11109421056 208269 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10849044 memory=833076 CPUtime=4.62 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) S 17697 17700 16639 0 -1 1077944384 25227 13400 0 0 450 4 5 3 20 0 15 0 416333558 11109421056 208269 33554432000 4194304 4196468 140722171576160 140546185033968 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10849044 memory=833076 CPUtime=3.89 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) S 17697 17700 16639 0 -1 1077944384 30203 13400 0 0 375 6 5 3 20 0 15 0 416333558 11109421056 208269 33554432000 4194304 4196468 140722171576160 140546183981168 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10849044 memory=833076 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 208269 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10849044 memory=40188 CPUtime=1.29 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1194 13400 0 0 57 64 5 3 20 0 15 0 416333558 11109421056 208269 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 2247.19 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 833076 KiB

[startup+2262.3 s]
/proc/loadavg: 1.43 1.42 1.46 3/227 18258
/proc/meminfo: memFree=25187036/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=10849044 memory=835124 CPUtime=2308.1 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 197520 13400 0 0 230461 341 5 3 20 0 15 0 416333543 11109421056 208781 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2712261 208781 3627 1 0 2674317 0
[pid=17700/tid=17753] ppid=17697 vsize=10849044 memory=835124 CPUtime=2237.51 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 63787 13400 0 0 223695 48 5 3 20 0 15 0 416333552 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547189922896 140546792720216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.57 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 7329 13400 0 0 1093 56 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.55 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 11667 13400 0 0 1093 54 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.56 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 11227 13400 0 0 1094 54 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.55 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 11137 13400 0 0 1092 55 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10849044 memory=1436 CPUtime=10.31 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 14105 13400 0 0 968 55 5 3 20 0 15 0 416333554 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10849044 memory=835124 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 39 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546219644512 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10849044 memory=835124 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546093868416 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10849044 memory=835124 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10849044 memory=833076 CPUtime=4.84 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 19157 13400 0 0 472 4 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10849044 memory=835124 CPUtime=4.62 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) S 17697 17700 16639 0 -1 1077944384 25437 13400 0 0 450 4 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546185033968 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10849044 memory=835124 CPUtime=3.89 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) S 17697 17700 16639 0 -1 1077944384 30205 13400 0 0 375 6 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546183981168 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10849044 memory=835124 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10849044 memory=6944656575208382560 CPUtime=1.32 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1211 13400 0 0 58 66 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 2308.1 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 835124 KiB

[startup+2322.3 s]
/proc/loadavg: 1.47 1.43 1.46 3/227 18264
/proc/meminfo: memFree=25216568/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=10849044 memory=835124 CPUtime=2369.04 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 198935 13400 0 0 236547 349 5 3 20 0 15 0 416333543 11109421056 208781 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2712261 208781 3627 1 0 2674317 0
[pid=17700/tid=17753] ppid=17697 vsize=10849044 memory=835124 CPUtime=2296.88 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 64536 13400 0 0 229631 49 5 3 20 0 15 0 416333552 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547189922896 140546791623936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.89 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 7381 13400 0 0 1124 57 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.85 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 11712 13400 0 0 1122 55 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.88 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 11333 13400 0 0 1124 56 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10849044 memory=835124 CPUtime=11.87 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 11360 13400 0 0 1122 57 5 3 20 0 15 0 416333553 11109421056 208781 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10849044 memory=835124 CPUtime=10.58 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 14332 13400 0 0 994 56 5 3 20 0 15 0 416333554 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10849044 memory=835124 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 39 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546219644512 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10849044 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546093868416 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10849044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10849044 memory=0 CPUtime=4.85 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 19159 13400 0 0 473 4 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10849044 memory=835124 CPUtime=4.62 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) S 17697 17700 16639 0 -1 1077944384 25439 13400 0 0 450 4 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546185033968 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10849044 memory=988 CPUtime=3.89 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) S 17697 17700 16639 0 -1 1077944384 30207 13400 0 0 375 6 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546183981168 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10849044 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10849044 memory=40188 CPUtime=1.35 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1218 13400 0 0 60 67 5 3 20 0 15 0 416333558 11109421056 208781 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 2369.04 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 835124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.8 s]
/proc/loadavg: 1.45 1.44 1.46 3/227 18265
/proc/meminfo: memFree=25216296/32770624 swapFree=66939840/67108860
[pid=17700] ppid=17697 vsize=10849044 memory=837172 CPUtime=2400.04 cores=1,3,5,7
/proc/17700/stat : 17700 (java) S 17697 17700 16639 0 -1 1077944320 199620 13400 0 0 239641 355 5 3 20 0 15 0 416333543 11109421056 209293 33554432000 4194304 4196468 140722171576160 140722171558704 140547218087671 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
/proc/17700/statm: 2712261 209293 3627 1 0 2674317 0
[pid=17700/tid=17753] ppid=17697 vsize=10849044 memory=837172 CPUtime=2327.02 cores=1,3,5,7
/proc/17700/task/17753/stat : 17753 (java) R 17697 17700 16639 0 -1 4202560 64841 13400 0 0 232645 49 5 3 20 0 15 0 416333552 11109421056 209293 33554432000 4194304 4196468 140722171576160 140547189922784 140547199736756 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17754] ppid=17697 vsize=10849044 memory=837172 CPUtime=12.06 cores=1,3,5,7
/proc/17700/task/17754/stat : 17754 (java) S 17697 17700 16639 0 -1 1077944384 7387 13400 0 0 1140 58 5 3 20 0 15 0 416333553 11109421056 209293 33554432000 4194304 4196468 140722171576160 140547222330000 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17755] ppid=17697 vsize=10849044 memory=837172 CPUtime=12.03 cores=1,3,5,7
/proc/17700/task/17755/stat : 17755 (java) S 17697 17700 16639 0 -1 1077944384 11755 13400 0 0 1138 57 5 3 20 0 15 0 416333553 11109421056 209293 33554432000 4194304 4196468 140722171576160 140547110603280 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17756] ppid=17697 vsize=10849044 memory=3504 CPUtime=12.05 cores=1,3,5,7
/proc/17700/task/17756/stat : 17756 (java) S 17697 17700 16639 0 -1 1077944384 11396 13400 0 0 1141 56 5 3 20 0 15 0 416333553 11109421056 209293 33554432000 4194304 4196468 140722171576160 140547109550480 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17757] ppid=17697 vsize=10849044 memory=4872558044660077418 CPUtime=12.03 cores=1,3,5,7
/proc/17700/task/17757/stat : 17757 (java) S 17697 17700 16639 0 -1 1077944384 11431 13400 0 0 1138 57 5 3 20 0 15 0 416333553 11109421056 209293 33554432000 4194304 4196468 140722171576160 140547108497680 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17758] ppid=17697 vsize=10849044 memory=988 CPUtime=10.72 cores=1,3,5,7
/proc/17700/task/17758/stat : 17758 (java) S 17697 17700 16639 0 -1 1077944384 14516 13400 0 0 1007 57 5 3 20 0 15 0 416333554 11109421056 209293 33554432000 4194304 4196468 140722171576160 140546220698480 140547218098818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17759] ppid=17697 vsize=10849044 memory=2008 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17759/stat : 17759 (java) S 17697 17700 16639 0 -1 1077944384 39 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 209293 33554432000 4194304 4196468 140722171576160 140546219644512 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17760] ppid=17697 vsize=10849044 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17760/stat : 17760 (java) S 17697 17700 16639 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 416333555 11109421056 209293 33554432000 4194304 4196468 140722171576160 140546093868416 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17761] ppid=17697 vsize=10849044 memory=4164 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17761/stat : 17761 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 209293 33554432000 4194304 4196468 140722171576160 140545786468688 140547218106267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17762] ppid=17697 vsize=10849044 memory=837172 CPUtime=4.85 cores=1,3,5,7
/proc/17700/task/17762/stat : 17762 (java) S 17697 17700 16639 0 -1 1077944384 19159 13400 0 0 473 4 5 3 20 0 15 0 416333558 11109421056 209293 33554432000 4194304 4196468 140722171576160 140546186086768 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17763] ppid=17697 vsize=10849044 memory=924 CPUtime=4.62 cores=1,3,5,7
/proc/17700/task/17763/stat : 17763 (java) S 17697 17700 16639 0 -1 1077944384 25439 13400 0 0 450 4 5 3 20 0 15 0 416333558 11109421056 209293 33554432000 4194304 4196468 140722171576160 140546185033968 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17764] ppid=17697 vsize=10849044 memory=837172 CPUtime=3.89 cores=1,3,5,7
/proc/17700/task/17764/stat : 17764 (java) S 17697 17700 16639 0 -1 1077944384 30207 13400 0 0 375 6 5 3 20 0 15 0 416333558 11109421056 209293 33554432000 4194304 4196468 140722171576160 140546183981168 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17765] ppid=17697 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17700/task/17765/stat : 17765 (java) S 17697 17700 16639 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 416333558 11109421056 209293 33554432000 4194304 4196468 140722171576160 140545752910048 140547218097877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
[pid=17700/tid=17766] ppid=17697 vsize=10849044 memory=1076 CPUtime=1.37 cores=1,3,5,7
/proc/17700/task/17766/stat : 17766 (java) S 17697 17700 16639 0 -1 1077944384 1231 13400 0 0 60 69 5 3 20 0 15 0 416333558 11109421056 209293 33554432000 4194304 4196468 140722171576160 140546182929584 140547218098818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12460032 140722171579120 140722171581637 140722171581637 140722171584463 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 837172 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2352.84 s]
# the end of solver process 17700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.48 s, system=3.59525 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2352.84
CPU time (s): 2400.08
CPU user time (s): 2396.48
CPU system time (s): 3.59525
CPU usage (%): 102.008
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 837172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 3.59525
maximum resident set size= 841384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280756
involuntary context switches= 6459


# summary of solver processes directly reported to runsolver:
#   pid: 17700
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.48
#   total CPU system time (s): 3.59525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0701 second user time and 22.2729 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 21:49:07
IDJOB=4396398
IDBENCH=135733
IDSOLVER=2847
FILE ID=node119/4396398-1568404186
RUNJOBID= node119-1568401197-16671
PBS_JOBID= 21701879
Free space on /tmp= 61468 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396398-1568404186/watcher-4396398-1568404186 -o /tmp/evaluation-result-4396398-1568404186/solver-4396398-1568404186 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=278827101 HOME/instance-4396398-1568404186.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=278827101

node119.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.47
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.47
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.47
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.47
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:        26098548 kB
MemAvailable:   31197484 kB
Buffers:          196192 kB
Cached:          5169396 kB
SwapCached:        61108 kB
Active:          2535932 kB
Inactive:        3519836 kB
Active(anon):     629048 kB
Inactive(anon):   102440 kB
Active(file):    1906884 kB
Inactive(file):  3417396 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             35348 kB
Writeback:             0 kB
AnonPages:        738464 kB
Mapped:            57964 kB
Shmem:             32816 kB
Slab:             210996 kB
SReclaimable:     180980 kB
SUnreclaim:        30016 kB
KernelStack:        4000 kB
PageTables:         6732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1856888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 22:28:20