Trace number 4396198

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)93 2520.13 2471.74

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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.78/0.54	c Concrete v3.12.2.1568380929293 running
7.54/3.31	o 166
7.54/3.33	o 157
7.85/3.41	o 156
7.85/3.44	o 155
7.85/3.46	o 152
7.85/3.46	o 151
8.19/3.57	o 149
8.53/3.60	o 148
8.53/3.61	o 140
8.53/3.64	o 139
8.53/3.64	o 137
8.53/3.69	o 134
9.23/3.83	o 132
9.90/4.09	o 126
9.90/4.10	o 125
10.23/4.11	o 122
10.23/4.14	o 119
10.84/4.35	o 115
10.84/4.35	o 112
10.84/4.40	o 108
10.84/4.40	o 102
16.26/7.12	o 93
2520.08/2471.70	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2471.70		at concrete.MAC.mac(MAC.scala:192)
2520.08/2471.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2471.70		at scala.util.Try$.apply(Try.scala:212)
2520.08/2471.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2471.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2471.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2471.70		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2471.70		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2471.70		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2471.70		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2471.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2471.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2471.70		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2471.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2471.70		at scala.util.Success.map(Try.scala:264)
2520.08/2471.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2471.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2471.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2471.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2471.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2471.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2471.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2471.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2471.70		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2471.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2471.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2471.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2471.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2471.70		at scala.App.main(App.scala:75)
2520.08/2471.70		at scala.App.main$(App.scala:73)
2520.08/2471.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2471.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2471.71	v <instantiation
2520.08/2471.71	v         cost = '93'>
2520.08/2471.71	v       <list>
2520.08/2471.71	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]
2520.08/2471.71	v       </list>
2520.08/2471.71	v       <values>
2520.08/2471.71	v         10 8 9 7 5 3 2 0 1 4 6 11 12 13 14 5 9 4 8 5 2 2 7 4 8 8 1 8 15 7
2520.08/2471.71	v       </values>
2520.08/2471.71	v     </instantiation>
2520.08/2471.71	s SATISFIABLE

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396198-1568408858/watcher-4396198-1568408858 -o /tmp/evaluation-result-4396198-1568408858/solver-4396198-1568408858 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=689953580 HOME/instance-4396198-1568408858.xml 

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

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


[startup+0.100142 s]*
/proc/loadavg: 2.09 1.59 1.47 3/220 2858
/proc/meminfo: memFree=30946628/32770624 swapFree=67004216/67108860
[pid=2800] ppid=2797 vsize=10055356 memory=19388 CPUtime=0.09 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 4579 13023 0 0 1 1 5 2 20 0 7 0 417047440 10296684544 4847 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2513839 4847 1975 1 0 2502277 0
[pid=2800/tid=2854] ppid=2797 vsize=10055356 memory=576460756329955604 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 2445 13023 0 0 1 0 5 2 20 0 7 0 417047449 10296684544 4913 33554432000 4194304 4196468 140722826386080 140303020014352 140303033853747 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 7 0 417047450 10296684544 4913 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10055356 memory=13573708210812486 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 7 0 417047450 10296684544 4913 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 7 0 417047450 10296684544 4913 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 7 0 417047450 10296684544 4913 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 7 0 417047451 10296684544 4913 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19388 KiB

[startup+0.210078 s]*
/proc/loadavg: 2.09 1.59 1.47 4/229 2867
/proc/meminfo: memFree=30925136/32770624 swapFree=67004216/67108860
[pid=2800] ppid=2797 vsize=10819664 memory=44940 CPUtime=0.25 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 7075 13023 0 0 17 1 5 2 20 0 15 0 417047440 11079335936 11235 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2704916 11235 3124 1 0 2667149 0
[pid=2800/tid=2854] ppid=2797 vsize=10819972 memory=607825706133684500 CPUtime=0.19 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 3673 13023 0 0 11 1 5 2 20 0 15 0 417047449 11079651328 11301 33554432000 4194304 4196468 140722826386080 140303019977056 140303048193181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079651328 11301 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10819972 memory=13573708210812486 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047451 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 13 13023 0 0 0 0 5 2 20 0 15 0 417047451 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302488691744 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302354473840 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11079651328 11301 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 462 13023 0 0 1 0 5 2 20 0 15 0 417047454 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) S 2797 2800 30411 0 -1 1077944384 192 13023 0 0 1 0 5 2 20 0 15 0 417047454 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302572632816 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10819972 memory=140331426481792 CPUtime=0.1 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) S 2797 2800 30411 0 -1 1077944384 621 13023 0 0 3 0 5 2 20 0 15 0 417047454 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302571580016 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11079651328 11301 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10819972 memory=140331426481792 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047455 11079651328 11301 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44940 KiB

[startup+0.310607 s]*
/proc/loadavg: 2.09 1.59 1.47 4/229 2867
/proc/meminfo: memFree=30912672/32770624 swapFree=67004216/67108860
[pid=2800] ppid=2797 vsize=10820148 memory=54280 CPUtime=0.39 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 10759 13023 0 0 29 3 5 2 20 0 15 0 417047440 11079831552 13570 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2705037 13570 3292 1 0 2667149 0
[pid=2800/tid=2854] ppid=2797 vsize=10820264 memory=7822038051842263955 CPUtime=0.28 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 7259 13023 0 0 19 2 5 2 20 0 15 0 417047449 11079950336 13570 33554432000 4194304 4196468 140722826386080 140303019991472 140303048193181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10820264 memory=4294967295 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079950336 13570 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10820264 memory=140331427252108 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047450 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10820264 memory=140331426501180 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047451 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10820264 memory=140331426481791 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 13 13023 0 0 0 0 5 2 20 0 15 0 417047451 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302488691744 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302354473840 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11079950336 13570 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10820264 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 472 13023 0 0 2 0 5 2 20 0 15 0 417047454 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) S 2797 2800 30411 0 -1 1077944384 192 13023 0 0 1 0 5 2 20 0 15 0 417047454 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302572632816 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10820264 memory=140331426481792 CPUtime=0.12 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) S 2797 2800 30411 0 -1 1077944384 642 13023 0 0 5 0 5 2 20 0 15 0 417047454 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302571580016 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11079950336 13570 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10820264 memory=140331426481792 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047455 11079950336 13570 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54280 KiB

[startup+0.701586 s]
/proc/loadavg: 2.09 1.59 1.47 3/229 2867
/proc/meminfo: memFree=30896792/32770624 swapFree=67004216/67108860
[pid=2800] ppid=2797 vsize=10824360 memory=87980 CPUtime=1.14 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 15185 13023 0 0 102 5 5 2 20 0 15 0 417047440 11084144640 21995 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2706090 21995 3512 1 0 2668173 0
[pid=2800/tid=2854] ppid=2797 vsize=10824360 memory=1416 CPUtime=0.67 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 10408 13023 0 0 56 4 5 2 20 0 15 0 417047449 11084144640 21995 33554432000 4194304 4196468 140722826386080 140303019998208 140303048192602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10824360 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11084144640 21995 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10824360 memory=7734763483327455577 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11084144640 21995 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10824360 memory=8170745145745690962 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047450 11084144640 21995 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10824360 memory=5787500903046145365 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047450 11084144640 21995 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10824360 memory=280662557374400 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 5 13023 0 0 0 0 5 2 20 0 15 0 417047451 11084144640 21995 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10824360 memory=142975166317195 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 13 13023 0 0 0 0 5 2 20 0 15 0 417047451 11084144640 21995 33554432000 4194304 4196468 140722826386080 140302488691744 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10824360 memory=140333761430398 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11084144640 21995 33554432000 4194304 4196468 140722826386080 140302354473840 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10824360 memory=140333761430401 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11084144640 21995 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10824360 memory=140333761430402 CPUtime=0.19 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 868 13023 0 0 12 0 5 2 20 0 15 0 417047454 11084144640 21995 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10825384 memory=140333761430468 CPUtime=0.22 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) R 2797 2800 30411 0 -1 4202560 767 13023 0 0 15 0 5 2 20 0 15 0 417047454 11085193216 21995 33554432000 4194304 4196468 140722826386080 140302572618912 140303033294850 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10825384 memory=140333761430475 CPUtime=0.24 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) S 2797 2800 30411 0 -1 1077944384 909 13023 0 0 17 0 5 2 20 0 15 0 417047454 11085193216 21995 33554432000 4194304 4196468 140722826386080 140302571580016 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10825384 memory=140333761430537 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11085193216 22060 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10825384 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047455 11085193216 22060 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87980 KiB

[startup+1.50074 s]
/proc/loadavg: 2.09 1.59 1.47 3/229 2867
/proc/meminfo: memFree=30852248/32770624 swapFree=67004216/67108860
[pid=2800] ppid=2797 vsize=10834676 memory=175804 CPUtime=2.44 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 22019 13023 0 0 227 10 5 2 20 0 15 0 417047440 11094708224 43951 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2708669 43951 3581 1 0 2670733 0
[pid=2800/tid=2854] ppid=2797 vsize=10834676 memory=1416 CPUtime=1.43 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 15176 13023 0 0 130 6 5 2 20 0 15 0 417047449 11094708224 43951 33554432000 4194304 4196468 140722826386080 140303019983888 140303048183190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 33 13023 0 0 1 0 5 2 20 0 15 0 417047450 11094708224 43951 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10834676 memory=280662556833376 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 461 13023 0 0 0 0 5 2 20 0 15 0 417047450 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10834676 memory=280662556833824 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 83 13023 0 0 1 0 5 2 20 0 15 0 417047450 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10834676 memory=140331278418088 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 106 13023 0 0 1 0 5 2 20 0 15 0 417047450 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10834676 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 220 13023 0 0 1 0 5 2 20 0 15 0 417047451 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 14 13023 0 0 0 0 5 2 20 0 15 0 417047451 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302488691808 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302354473856 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10834676 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11094708224 43951 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10834676 memory=2244 CPUtime=0.29 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 982 13023 0 0 22 0 5 2 20 0 15 0 417047454 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) S 2797 2800 30411 0 -1 1077944384 1080 13023 0 0 27 0 5 2 20 0 15 0 417047454 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302572632816 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10834676 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) R 2797 2800 30411 0 -1 4202560 1653 13023 0 0 39 0 5 2 20 0 15 0 417047454 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302571580016 140303048192602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11094708224 43951 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10834676 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047455 11094708224 43951 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0

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

/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 71548 13023 0 0 235593 51 5 2 20 0 15 0 417047449 11109421056 207710 33554432000 4194304 4196468 140722826386080 140303020006464 140302651672320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10849044 memory=152627770770592 CPUtime=12.04 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 13320 13023 0 0 1141 56 5 2 20 0 15 0 417047450 11109421056 207710 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10849044 memory=830840 CPUtime=12.01 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 14135 13023 0 0 1135 59 5 2 20 0 15 0 417047450 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10849044 memory=830840 CPUtime=12.02 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 13881 13023 0 0 1135 60 5 2 20 0 15 0 417047450 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10849044 memory=830840 CPUtime=12.06 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 18658 13023 0 0 1143 56 5 2 20 0 15 0 417047450 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10849044 memory=830840 CPUtime=10.76 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 17307 13023 0 0 1015 54 5 2 20 0 15 0 417047451 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10849044 memory=830840 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 15 13023 0 0 0 0 5 2 20 0 15 0 417047451 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302488691808 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10849044 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302354473856 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10849044 memory=830840 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11109421056 207710 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10849044 memory=830840 CPUtime=4.78 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 25067 13023 0 0 466 5 5 2 20 0 15 0 417047454 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10849044 memory=39992 CPUtime=4.47 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) S 2797 2800 30411 0 -1 1077944384 20831 13023 0 0 435 5 5 2 20 0 15 0 417047454 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302572632816 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10849044 memory=984 CPUtime=3.79 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) S 2797 2800 30411 0 -1 1077944384 35183 13023 0 0 364 8 5 2 20 0 15 0 417047454 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302571580016 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10849044 memory=830840 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11109421056 207710 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10849044 memory=3588 CPUtime=1.34 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 977 13023 0 0 55 72 5 2 20 0 15 0 417047455 11109421056 207710 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 2429.26 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 830840 KiB

[startup+2442.3 s]
/proc/loadavg: 1.82 1.41 1.36 3/227 3241
/proc/meminfo: memFree=29714100/32770624 swapFree=67004220/67108860
[pid=2800] ppid=2797 vsize=10849044 memory=832888 CPUtime=2490.21 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 234570 13023 0 0 248640 374 5 2 20 0 15 0 417047440 11109421056 208222 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2712261 208222 3632 1 0 2674317 0
[pid=2800/tid=2854] ppid=2797 vsize=10849044 memory=832888 CPUtime=2415.88 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 72298 13023 0 0 241528 53 5 2 20 0 15 0 417047449 11109421056 208222 33554432000 4194304 4196468 140722826386080 140303020007056 140302654825115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.35 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 13371 13023 0 0 1171 57 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.33 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 14248 13023 0 0 1166 60 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10849044 memory=1416 CPUtime=12.34 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 14121 13023 0 0 1166 61 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10849044 memory=1556 CPUtime=12.37 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 18706 13023 0 0 1173 57 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10849044 memory=8112282956445269571 CPUtime=11.05 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 17520 13023 0 0 1041 57 5 2 20 0 15 0 417047451 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10849044 memory=5964 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 15 13023 0 0 0 0 5 2 20 0 15 0 417047451 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302488691808 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302354473856 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10849044 memory=832888 CPUtime=4.78 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 25069 13023 0 0 466 5 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10849044 memory=3588 CPUtime=4.47 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) S 2797 2800 30411 0 -1 1077944384 20833 13023 0 0 435 5 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302572632816 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10849044 memory=832888 CPUtime=3.79 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) S 2797 2800 30411 0 -1 1077944384 35185 13023 0 0 364 8 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302571580016 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10849044 memory=5964 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11109421056 208222 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10849044 memory=7548 CPUtime=1.37 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 994 13023 0 0 57 73 5 2 20 0 15 0 417047455 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 2490.21 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 832888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.7 s]
/proc/loadavg: 1.69 1.42 1.37 3/229 3246
/proc/meminfo: memFree=29749380/32770624 swapFree=67004220/67108860
[pid=2800] ppid=2797 vsize=10849044 memory=832888 CPUtime=2520.08 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 235422 13023 0 0 251623 378 5 2 20 0 15 0 417047440 11109421056 208222 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2712261 208222 3632 1 0 2674317 0
[pid=2800/tid=2854] ppid=2797 vsize=10849044 memory=832888 CPUtime=2444.95 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 72734 13023 0 0 244435 53 5 2 20 0 15 0 417047449 11109421056 208222 33554432000 4194304 4196468 140722826386080 140303020004448 140302653469733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.51 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 13374 13023 0 0 1186 58 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.49 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 14323 13023 0 0 1181 61 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.5 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 14163 13023 0 0 1181 62 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10849044 memory=0 CPUtime=12.53 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 18968 13023 0 0 1188 58 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10849044 memory=832888 CPUtime=11.18 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 17545 13023 0 0 1054 57 5 2 20 0 15 0 417047451 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 15 13023 0 0 0 0 5 2 20 0 15 0 417047451 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302488691808 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302354473856 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10849044 memory=1964 CPUtime=4.78 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 25071 13023 0 0 466 5 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10849044 memory=832888 CPUtime=4.47 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) S 2797 2800 30411 0 -1 1077944384 20835 13023 0 0 435 5 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302572632816 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10849044 memory=832888 CPUtime=3.79 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) S 2797 2800 30411 0 -1 1077944384 35187 13023 0 0 364 8 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302571580016 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11109421056 208222 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10849044 memory=832888 CPUtime=1.39 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 997 13023 0 0 58 74 5 2 20 0 15 0 417047455 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 832888 KiB

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

[startup+2471.74 s]
# the end of solver process 2800 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.82358 s

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

[startup+2471.7 s]
/proc/loadavg: 1.69 1.42 1.37 3/229 3246
/proc/meminfo: memFree=29749380/32770624 swapFree=67004220/67108860
[pid=2800] ppid=2797 vsize=10849044 memory=832888 CPUtime=2520.08 cores=1,3,5,7
/proc/2800/stat : 2800 (java) S 2797 2800 30411 0 -1 1077944320 235422 13023 0 0 251623 378 5 2 20 0 15 0 417047440 11109421056 208222 33554432000 4194304 4196468 140722826386080 140722826368624 140303048171255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
/proc/2800/statm: 2712261 208222 3632 1 0 2674317 0
[pid=2800/tid=2854] ppid=2797 vsize=10849044 memory=832888 CPUtime=2444.95 cores=1,3,5,7
/proc/2800/task/2854/stat : 2854 (java) R 2797 2800 30411 0 -1 4202560 72734 13023 0 0 244435 53 5 2 20 0 15 0 417047449 11109421056 208222 33554432000 4194304 4196468 140722826386080 140303020004448 140302653469733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2855] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.51 cores=1,3,5,7
/proc/2800/task/2855/stat : 2855 (java) S 2797 2800 30411 0 -1 1077944384 13374 13023 0 0 1186 58 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140303052414096 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2856] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.49 cores=1,3,5,7
/proc/2800/task/2856/stat : 2856 (java) S 2797 2800 30411 0 -1 1077944384 14323 13023 0 0 1181 61 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302967233552 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2857] ppid=2797 vsize=10849044 memory=832888 CPUtime=12.5 cores=1,3,5,7
/proc/2800/task/2857/stat : 2857 (java) S 2797 2800 30411 0 -1 1077944384 14163 13023 0 0 1181 62 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302966180752 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2858] ppid=2797 vsize=10849044 memory=0 CPUtime=12.53 cores=1,3,5,7
/proc/2800/task/2858/stat : 2858 (java) S 2797 2800 30411 0 -1 1077944384 18968 13023 0 0 1188 58 5 2 20 0 15 0 417047450 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302965127952 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2859] ppid=2797 vsize=10849044 memory=832888 CPUtime=11.18 cores=1,3,5,7
/proc/2800/task/2859/stat : 2859 (java) S 2797 2800 30411 0 -1 1077944384 17545 13023 0 0 1054 57 5 2 20 0 15 0 417047451 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302574737776 140303048182402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2860] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2860/stat : 2860 (java) S 2797 2800 30411 0 -1 1077944384 15 13023 0 0 0 0 5 2 20 0 15 0 417047451 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302488691808 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2861] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2861/stat : 2861 (java) S 2797 2800 30411 0 -1 1077944384 1 13023 0 0 0 0 5 2 20 0 15 0 417047452 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302354473856 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2862] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2862/stat : 2862 (java) S 2797 2800 30411 0 -1 1077944384 2 13023 0 0 0 0 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140301750495056 140303048189851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2863] ppid=2797 vsize=10849044 memory=1964 CPUtime=4.78 cores=1,3,5,7
/proc/2800/task/2863/stat : 2863 (java) S 2797 2800 30411 0 -1 1077944384 25071 13023 0 0 466 5 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302573685616 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2864] ppid=2797 vsize=10849044 memory=832888 CPUtime=4.47 cores=1,3,5,7
/proc/2800/task/2864/stat : 2864 (java) S 2797 2800 30411 0 -1 1077944384 20835 13023 0 0 435 5 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302572632816 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2865] ppid=2797 vsize=10849044 memory=832888 CPUtime=3.79 cores=1,3,5,7
/proc/2800/task/2865/stat : 2865 (java) S 2797 2800 30411 0 -1 1077944384 35187 13023 0 0 364 8 5 2 20 0 15 0 417047454 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302571580016 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2866] ppid=2797 vsize=10849044 memory=832888 CPUtime=0.07 cores=1,3,5,7
/proc/2800/task/2866/stat : 2866 (java) S 2797 2800 30411 0 -1 1077944384 3 13023 0 0 0 0 5 2 20 0 15 0 417047455 11109421056 208222 33554432000 4194304 4196468 140722826386080 140301280733920 140303048181461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
[pid=2800/tid=2867] ppid=2797 vsize=10849044 memory=832888 CPUtime=1.39 cores=1,3,5,7
/proc/2800/task/2867/stat : 2867 (java) S 2797 2800 30411 0 -1 1077944384 997 13023 0 0 58 74 5 2 20 0 15 0 417047455 11109421056 208222 33554432000 4194304 4196468 140722826386080 140302570527408 140303048182402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 22560768 140722826394352 140722826396869 140722826396869 140722826399695 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 832888 KiB

Child status: 143
Real time (s): 2471.74
CPU time (s): 2520.13
CPU user time (s): 2516.3
CPU system time (s): 3.82358
CPU usage (%): 101.958
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 832888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.82357
maximum resident set size= 837028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295239
involuntary context switches= 7614


# summary of solver processes directly reported to runsolver:
#   pid: 2800
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.82358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4457 second user time and 23.7162 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 23:07:02
IDJOB=4396198
IDBENCH=135739
IDSOLVER=2846
FILE ID=node148/4396198-1568408858
RUNJOBID= node148-1568393484-30986
PBS_JOBID= 21701862
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396198-1568408858/watcher-4396198-1568408858 -o /tmp/evaluation-result-4396198-1568408858/solver-4396198-1568408858 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=689953580 HOME/instance-4396198-1568408858.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=689953580

node148.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.13
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.13
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.13
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.13
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:        30955100 kB
MemAvailable:   31156156 kB
Buffers:           47860 kB
Cached:           452396 kB
SwapCached:         3828 kB
Active:          1065128 kB
Inactive:         198208 kB
Active(anon):     760808 kB
Inactive(anon):    43744 kB
Active(file):     304320 kB
Inactive(file):   154464 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004216 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        908948 kB
Mapped:            57684 kB
Shmem:             32336 kB
Slab:             144656 kB
SReclaimable:     116216 kB
SUnreclaim:        28440 kB
KernelStack:        4016 kB
PageTables:         7404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2030788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-13 23:48:14