Trace number 4400977

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)1289 2520.07 2477.93

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-04.xml
MD5SUM9de932a4b5bfbe7a07e43c684f6299af
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1289
Best CPU time to get the best result obtained on this benchmark48.1299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.75/0.54	c Concrete v3.12.2.1568631193530 running
5.37/2.69	o 842
5.37/2.70	o 850
5.73/2.71	o 903
5.73/2.72	o 967
5.73/2.75	o 969
5.73/2.75	o 975
5.73/2.79	o 977
6.04/2.80	o 989
6.04/2.81	o 993
6.04/2.81	o 1021
6.04/2.84	o 1038
6.04/2.85	o 1048
6.40/2.91	o 1062
6.40/2.92	o 1077
6.40/2.92	o 1083
6.75/3.05	o 1132
6.75/3.05	o 1139
7.32/3.26	o 1179
7.63/3.34	o 1193
7.93/3.42	o 1205
7.93/3.43	o 1208
7.93/3.43	o 1227
7.93/3.43	o 1247
9.76/4.01	o 1255
10.39/4.40	o 1262
10.39/4.40	o 1289
2520.04/2477.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2477.90		at concrete.MAC.mac(MAC.scala:192)
2520.04/2477.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2477.90		at scala.util.Try$.apply(Try.scala:212)
2520.04/2477.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2477.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2477.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2477.90		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2477.90		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2477.90		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2477.90		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2477.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2477.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2477.90		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2477.90		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2477.90		at scala.util.Success.map(Try.scala:264)
2520.04/2477.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2477.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2477.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2477.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2477.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2477.90		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2477.90		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2477.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2477.90		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2477.90		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2477.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2477.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2477.90		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2477.90		at scala.App.main(App.scala:75)
2520.04/2477.90		at scala.App.main$(App.scala:73)
2520.04/2477.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2477.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2477.91	v <instantiation
2520.04/2477.91	v         cost = '1289'>
2520.04/2477.91	v       <list>
2520.04/2477.91	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2520.04/2477.91	v       </list>
2520.04/2477.91	v       <values>
2520.04/2477.91	v         1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0
2520.04/2477.91	v       </values>
2520.04/2477.91	v     </instantiation>
2520.04/2477.91	s SATISFIABLE

Verifier Data

OK	1289

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400977-1568685729/watcher-4400977-1568685729 -o /tmp/evaluation-result-4400977-1568685729/solver-4400977-1568685729 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4400977-1568685729.xml 

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

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


[startup+0.100057 s]*
/proc/loadavg: 1.36 1.34 1.32 3/219 21371
/proc/meminfo: memFree=30813664/32770624 swapFree=66938156/67108860
[pid=21314] ppid=21311 vsize=10055356 memory=19124 CPUtime=0.09 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 4504 13114 0 0 1 0 5 3 20 0 7 0 444844270 10296684544 4781 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2513839 4781 2016 1 0 2502277 0
[pid=21314/tid=21367] ppid=21311 vsize=10055356 memory=4279135703980080784 CPUtime=0.09 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 2296 13114 0 0 1 0 5 3 20 0 7 0 444844279 10296684544 4781 33554432000 4194304 4196468 140721676679680 140118962354960 140118922311280 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10055356 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 7 0 444844279 10296684544 4781 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10055356 memory=140415054083712 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 7 0 444844279 10296684544 4781 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 7 0 444844279 10296684544 4781 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 7 0 444844279 10296684544 4781 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10055356 memory=140415054083712 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 7 0 444844281 10296684544 4781 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19124 KiB

[startup+0.209865 s]*
/proc/loadavg: 1.36 1.34 1.32 4/228 21380
/proc/meminfo: memFree=30796220/32770624 swapFree=66938156/67108860
[pid=21314] ppid=21311 vsize=10820196 memory=41372 CPUtime=0.28 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 7165 13114 0 0 18 2 5 3 20 0 15 0 444844270 11079880704 10343 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2705049 10343 3320 1 0 2667149 0
[pid=21314/tid=21367] ppid=21311 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 3627 13114 0 0 11 1 5 3 20 0 15 0 444844279 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118962326048 140118560184912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10820196 memory=140415054103783 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10820196 memory=140415054083712 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844281 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 33 13114 0 0 0 0 5 3 20 0 15 0 444844281 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118448882464 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844281 11079880704 10343 33554432000 4194304 4196468 140721676679680 140117872206960 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11079880704 10343 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) S 21311 21314 18105 0 -1 1077944384 379 13114 0 0 1 0 5 3 20 0 15 0 444844284 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118415325808 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 306 13114 0 0 1 0 5 3 20 0 15 0 444844284 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10820196 memory=140415054083712 CPUtime=0.11 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) S 21311 21314 18105 0 -1 1077944384 599 13114 0 0 3 0 5 3 20 0 15 0 444844284 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118413220720 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11079880704 10343 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10820196 memory=140415054083712 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844284 11079880704 10343 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41372 KiB

[startup+0.310472 s]*
/proc/loadavg: 1.36 1.34 1.32 3/228 21380
/proc/meminfo: memFree=30784516/32770624 swapFree=66938156/67108860
[pid=21314] ppid=21311 vsize=10820268 memory=50680 CPUtime=0.42 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 10613 13114 0 0 30 4 5 3 20 0 15 0 444844270 11079954432 12670 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2705067 12670 3338 1 0 2667149 0
[pid=21314/tid=21367] ppid=21311 vsize=10820268 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 7066 13114 0 0 19 3 5 3 20 0 15 0 444844279 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118962337392 140118990533789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844279 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844281 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 33 13114 0 0 0 0 5 3 20 0 15 0 444844281 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118448882464 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844281 11079954432 12670 33554432000 4194304 4196468 140721676679680 140117872206960 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11079954432 12670 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) S 21311 21314 18105 0 -1 1077944384 379 13114 0 0 2 0 5 3 20 0 15 0 444844284 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118415325808 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10820268 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 307 13114 0 0 1 0 5 3 20 0 15 0 444844284 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10820268 memory=140415054083712 CPUtime=0.13 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) S 21311 21314 18105 0 -1 1077944384 607 13114 0 0 5 0 5 3 20 0 15 0 444844284 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118413220720 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11079954432 12670 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10820268 memory=140415054083712 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844284 11079954432 12670 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 50680 KiB

[startup+0.700691 s]
/proc/loadavg: 1.36 1.34 1.32 3/228 21380
/proc/meminfo: memFree=30770972/32770624 swapFree=66938156/67108860
[pid=21314] ppid=21311 vsize=10824364 memory=82928 CPUtime=1.15 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 14812 13114 0 0 102 5 5 3 20 0 15 0 444844270 11084148736 20732 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2706091 20732 3507 1 0 2668173 0
[pid=21314/tid=21367] ppid=21311 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 10145 13114 0 0 56 4 5 3 20 0 15 0 444844279 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118962329792 140118990533789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844279 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10824364 memory=2559330748161 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844279 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10824364 memory=546658091 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844279 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10824364 memory=-7886167514736700194 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844279 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10824364 memory=6220151040703026534 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 5 13114 0 0 0 0 5 3 20 0 15 0 444844281 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10824364 memory=7380106142448641111 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 33 13114 0 0 0 0 5 3 20 0 15 0 444844281 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118448882464 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10824364 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844281 11084148736 20732 33554432000 4194304 4196468 140721676679680 140117872206960 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10824364 memory=2124 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11084148736 20732 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10824364 memory=11832 CPUtime=0.22 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) R 21311 21314 18105 0 -1 4202560 854 13114 0 0 14 0 5 3 20 0 15 0 444844284 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118415313120 140118969759790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10824364 memory=504 CPUtime=0.21 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 754 13114 0 0 13 0 5 3 20 0 15 0 444844284 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10824364 memory=1564 CPUtime=0.25 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) S 21311 21314 18105 0 -1 1077944384 802 13114 0 0 17 0 5 3 20 0 15 0 444844284 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118413220720 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10824364 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11084148736 20732 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10824364 memory=1420 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844284 11084148736 20732 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82928 KiB

[startup+1.50074 s]
/proc/loadavg: 1.36 1.34 1.32 4/228 21380
/proc/meminfo: memFree=30723388/32770624 swapFree=66938156/67108860
[pid=21314] ppid=21311 vsize=10834680 memory=168432 CPUtime=2.47 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 20002 13114 0 0 229 10 5 3 20 0 15 0 444844270 11094712320 42108 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2708670 42108 3573 1 0 2670733 0
[pid=21314/tid=21367] ppid=21311 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 14466 13114 0 0 130 6 5 3 20 0 15 0 444844279 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118962330592 140118913585429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 19 13114 0 0 1 0 5 3 20 0 15 0 444844279 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10834680 memory=280829792441216 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 36 13114 0 0 0 0 5 3 20 0 15 0 444844279 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10834680 memory=140414896228976 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 20 13114 0 0 0 0 5 3 20 0 15 0 444844279 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 33 13114 0 0 1 0 5 3 20 0 15 0 444844279 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10834680 memory=280829792452192 CPUtime=0.09 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 43 13114 0 0 1 0 5 3 20 0 15 0 444844281 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10834680 memory=14323715934760 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 33 13114 0 0 0 0 5 3 20 0 15 0 444844281 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118448882528 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10834680 memory=6944656591646896176 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844281 11094712320 42108 33554432000 4194304 4196468 140721676679680 140117872206976 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10834680 memory=6944656592452807316 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11094712320 42108 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10834680 memory=6944656592452807316 CPUtime=0.32 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) S 21311 21314 18105 0 -1 1077944384 918 13114 0 0 24 0 5 3 20 0 15 0 444844284 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118415325808 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10834680 memory=7681905605394137914 CPUtime=0.34 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 818 13114 0 0 26 0 5 3 20 0 15 0 444844284 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10834680 memory=6655300316396806240 CPUtime=0.49 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) R 21311 21314 18105 0 -1 4202560 1402 13114 0 0 41 0 5 3 20 0 15 0 444844284 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118413220720 140118969647523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10834680 memory=6944613755328037012 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11094712320 42108 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10834680 memory=6944656592452807316 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 444844284 11094712320 42108 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0

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

/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 54772 13114 0 0 235332 52 5 3 20 0 15 0 444844279 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118962348240 140118571562320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10844940 memory=792888 CPUtime=12.34 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 8441 13114 0 0 1164 62 5 3 20 0 15 0 444844279 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10844940 memory=792860 CPUtime=12.35 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 10272 13114 0 0 1164 63 5 3 20 0 15 0 444844279 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10844940 memory=792860 CPUtime=12.32 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 6214 13114 0 0 1159 65 5 3 20 0 15 0 444844279 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10844940 memory=792836 CPUtime=12.39 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 9673 13114 0 0 1161 70 5 3 20 0 15 0 444844279 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10844940 memory=792836 CPUtime=12.28 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 12371 13114 0 0 1150 70 5 3 20 0 15 0 444844281 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10844940 memory=792836 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 36 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118448882528 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10844940 memory=792888 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198222 33554432000 4194304 4196468 140721676679680 140117872206976 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10844940 memory=792888 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198222 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10844940 memory=792888 CPUtime=2.38 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) S 21311 21314 18105 0 -1 1077944384 8137 13114 0 0 228 2 5 3 20 0 15 0 444844284 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118415325808 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10844940 memory=2832 CPUtime=2.78 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 13658 13114 0 0 268 2 5 3 20 0 15 0 444844284 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10844940 memory=3620 CPUtime=1.32 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) S 21311 21314 18105 0 -1 1077944384 8943 13114 0 0 121 3 5 3 20 0 15 0 444844284 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118413220720 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10844940 memory=32996 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198222 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10844940 memory=3620 CPUtime=1.53 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1256 13114 0 0 69 76 5 3 20 0 15 0 444844284 11105218560 198222 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 2423 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 792888 KiB

[startup+2442.3 s]
/proc/loadavg: 1.12 1.30 1.37 3/228 21735
/proc/meminfo: memFree=29651936/32770624 swapFree=66938160/67108860
[pid=21314] ppid=21311 vsize=10844940 memory=792984 CPUtime=2483.9 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 137317 13114 0 0 247986 396 5 3 20 0 15 0 444844270 11105218560 198246 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2711235 198246 3622 1 0 2673293 0
[pid=21314/tid=21367] ppid=21311 vsize=10844940 memory=792984 CPUtime=2413.15 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 55548 13114 0 0 241254 53 5 3 20 0 15 0 444844279 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118962347792 140118571165068 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10844940 memory=288230574492221466 CPUtime=12.67 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 8501 13114 0 0 1194 65 5 3 20 0 15 0 444844279 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.68 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 10446 13114 0 0 1195 65 5 3 20 0 15 0 444844279 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.65 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 6243 13114 0 0 1190 67 5 3 20 0 15 0 444844279 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.71 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 9747 13114 0 0 1191 72 5 3 20 0 15 0 444844279 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10844940 memory=792836 CPUtime=12.61 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 12575 13114 0 0 1181 72 5 3 20 0 15 0 444844281 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10844940 memory=792920 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 36 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118448882528 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10844940 memory=792984 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198246 33554432000 4194304 4196468 140721676679680 140117872206976 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10844940 memory=792984 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198246 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10844940 memory=792984 CPUtime=2.38 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) S 21311 21314 18105 0 -1 1077944384 8139 13114 0 0 228 2 5 3 20 0 15 0 444844284 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118415325808 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10844940 memory=792984 CPUtime=2.79 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 13660 13114 0 0 269 2 5 3 20 0 15 0 444844284 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10844940 memory=6791534058613427641 CPUtime=1.32 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) S 21311 21314 18105 0 -1 1077944384 8945 13114 0 0 121 3 5 3 20 0 15 0 444844284 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118413220720 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198246 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10844940 memory=1408 CPUtime=1.57 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1264 13114 0 0 71 78 5 3 20 0 15 0 444844284 11105218560 198246 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 2483.9 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 792984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.9 s]
/proc/loadavg: 1.40 1.35 1.39 3/228 21738
/proc/meminfo: memFree=29650384/32770624 swapFree=66938160/67108860
[pid=21314] ppid=21311 vsize=10844940 memory=793020 CPUtime=2520.04 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 137672 13114 0 0 251595 401 5 3 20 0 15 0 444844270 11105218560 198255 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2711235 198255 3622 1 0 2673293 0
[pid=21314/tid=21367] ppid=21311 vsize=10844940 memory=792984 CPUtime=2448.3 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 55867 13114 0 0 244769 53 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118962347888 140118571623402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.86 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 8514 13114 0 0 1213 65 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.87 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 10451 13114 0 0 1213 66 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.85 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 6249 13114 0 0 1208 69 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.9 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 9753 13114 0 0 1210 72 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10844940 memory=793020 CPUtime=12.79 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 12579 13114 0 0 1199 72 5 3 20 0 15 0 444844281 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10844940 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 36 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118448882528 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10844940 memory=793020 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198255 33554432000 4194304 4196468 140721676679680 140117872206976 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10844940 memory=793020 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10844940 memory=793020 CPUtime=2.38 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) S 21311 21314 18105 0 -1 1077944384 8139 13114 0 0 228 2 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118415325808 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10844940 memory=793020 CPUtime=2.79 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 13660 13114 0 0 269 2 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10844940 memory=793020 CPUtime=1.32 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) S 21311 21314 18105 0 -1 1077944384 8945 13114 0 0 121 3 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118413220720 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10844940 memory=1408 CPUtime=1.59 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1266 13114 0 0 72 79 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 793020 KiB

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

[startup+2477.93 s]
# the end of solver process 21314 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.02 s, system=4.05108 s

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

[startup+2477.9 s]
/proc/loadavg: 1.40 1.35 1.39 3/228 21738
/proc/meminfo: memFree=29650384/32770624 swapFree=66938160/67108860
[pid=21314] ppid=21311 vsize=10844940 memory=793020 CPUtime=2520.04 cores=1,3,5,7
/proc/21314/stat : 21314 (java) S 21311 21314 18105 0 -1 1077944320 137672 13114 0 0 251595 401 5 3 20 0 15 0 444844270 11105218560 198255 33554432000 4194304 4196468 140721676679680 140721676662224 140118990511863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
/proc/21314/statm: 2711235 198255 3622 1 0 2673293 0
[pid=21314/tid=21367] ppid=21311 vsize=10844940 memory=792984 CPUtime=2448.3 cores=1,3,5,7
/proc/21314/task/21367/stat : 21367 (java) R 21311 21314 18105 0 -1 4202560 55867 13114 0 0 244769 53 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118962347888 140118571623402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21368] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.86 cores=1,3,5,7
/proc/21314/task/21368/stat : 21368 (java) S 21311 21314 18105 0 -1 1077944384 8514 13114 0 0 1213 65 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118994754448 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21369] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.87 cores=1,3,5,7
/proc/21314/task/21369/stat : 21369 (java) S 21311 21314 18105 0 -1 1077944384 10451 13114 0 0 1213 66 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118883027728 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21370] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.85 cores=1,3,5,7
/proc/21314/task/21370/stat : 21370 (java) S 21311 21314 18105 0 -1 1077944384 6249 13114 0 0 1208 69 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118881975440 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21371] ppid=21311 vsize=10844940 memory=792984 CPUtime=12.9 cores=1,3,5,7
/proc/21314/task/21371/stat : 21371 (java) S 21311 21314 18105 0 -1 1077944384 9753 13114 0 0 1210 72 5 3 20 0 15 0 444844279 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118880922640 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21372] ppid=21311 vsize=10844940 memory=793020 CPUtime=12.79 cores=1,3,5,7
/proc/21314/task/21372/stat : 21372 (java) S 21311 21314 18105 0 -1 1077944384 12579 13114 0 0 1199 72 5 3 20 0 15 0 444844281 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118449936496 140118990523010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21373] ppid=21311 vsize=10844940 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21373/stat : 21373 (java) S 21311 21314 18105 0 -1 1077944384 36 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118448882528 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21374] ppid=21311 vsize=10844940 memory=793020 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21374/stat : 21374 (java) S 21311 21314 18105 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 444844281 11105218560 198255 33554432000 4194304 4196468 140721676679680 140117872206976 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21375] ppid=21311 vsize=10844940 memory=793020 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21375/stat : 21375 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140117564807248 140118990530459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21376] ppid=21311 vsize=10844940 memory=793020 CPUtime=2.38 cores=1,3,5,7
/proc/21314/task/21376/stat : 21376 (java) S 21311 21314 18105 0 -1 1077944384 8139 13114 0 0 228 2 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118415325808 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21377] ppid=21311 vsize=10844940 memory=793020 CPUtime=2.79 cores=1,3,5,7
/proc/21314/task/21377/stat : 21377 (java) S 21311 21314 18105 0 -1 1077944384 13660 13114 0 0 269 2 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118414273008 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21378] ppid=21311 vsize=10844940 memory=793020 CPUtime=1.32 cores=1,3,5,7
/proc/21314/task/21378/stat : 21378 (java) S 21311 21314 18105 0 -1 1077944384 8945 13114 0 0 121 3 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118413220720 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21379] ppid=21311 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21314/task/21379/stat : 21379 (java) S 21311 21314 18105 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140117531249632 140118990522069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
[pid=21314/tid=21380] ppid=21311 vsize=10844940 memory=1408 CPUtime=1.59 cores=1,3,5,7
/proc/21314/task/21380/stat : 21380 (java) S 21311 21314 18105 0 -1 1077944384 1266 13114 0 0 72 79 5 3 20 0 15 0 444844284 11105218560 198255 33554432000 4194304 4196468 140721676679680 140118412167600 140118990523010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30629888 140721676688112 140721676690629 140721676690629 140721676693455 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 793020 KiB

Child status: 143
Real time (s): 2477.93
CPU time (s): 2520.07
CPU user time (s): 2516.02
CPU system time (s): 4.05108
CPU usage (%): 101.701
Max. virtual memory (cumulated for all children) (KiB): 10847744
Max. memory (cumulated for all children) (KiB): 793020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.02
system time used= 4.05108
maximum resident set size= 797264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 334367
involuntary context switches= 8122


# summary of solver processes directly reported to runsolver:
#   pid: 21314
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.02
#   total CPU system time (s): 4.05108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3986 second user time and 23.223 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 04:01:29
IDJOB=4400977
IDBENCH=133461
IDSOLVER=2857
FILE ID=node151/4400977-1568685729
RUNJOBID= node151-1568673291-18137
PBS_JOBID= 21703771
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400977-1568685729/watcher-4400977-1568685729 -o /tmp/evaluation-result-4400977-1568685729/solver-4400977-1568685729 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4400977-1568685729.xml

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

MD5SUM BENCH= 9de932a4b5bfbe7a07e43c684f6299af
RANDOM SEED=491185228

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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30824052 kB
MemAvailable:   31123156 kB
Buffers:           70240 kB
Cached:           531836 kB
SwapCached:        68776 kB
Active:          1063752 kB
Inactive:         332120 kB
Active(anon):     726168 kB
Inactive(anon):   111644 kB
Active(file):     337584 kB
Inactive(file):   220476 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938156 kB
Dirty:             35440 kB
Writeback:             0 kB
AnonPages:        831256 kB
Mapped:            57096 kB
Shmem:             35136 kB
Slab:             142484 kB
SReclaimable:     113756 kB
SUnreclaim:        28728 kB
KernelStack:        3968 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1988444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 04:42:47