Trace number 4401278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)116 2400.08 2354.23

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark84.9302
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.60	c Concrete v3.12.2.1568631193530 running
7.90/3.50	o 195
7.90/3.51	o 186
7.90/3.54	o 183
7.90/3.57	o 182
8.24/3.69	o 179
8.24/3.69	o 161
8.56/3.74	o 159
8.56/3.79	o 154
8.91/3.90	o 153
9.23/3.90	o 149
9.23/3.91	o 148
9.23/3.92	o 147
9.23/3.92	o 145
9.23/3.93	o 143
9.23/3.95	o 142
9.23/3.96	o 139
9.23/4.00	o 133
14.21/5.73	o 132
14.56/5.90	o 130
14.73/6.07	o 129
14.73/6.09	o 126
16.13/6.63	o 125
16.45/6.80	o 124
16.45/6.81	o 122
16.45/6.86	o 119
16.45/6.89	o 116
2400.03/2354.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2354.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2354.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2354.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.03/2354.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2354.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2354.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.03/2354.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.03/2354.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2354.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2354.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2354.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2354.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2354.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2354.21		at scala.Option.map(Option.scala:243)
2400.03/2354.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2354.21		at concrete.MAC.mac(MAC.scala:216)
2400.03/2354.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2354.21		at scala.util.Try$.apply(Try.scala:212)
2400.03/2354.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2354.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2354.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2354.21		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2354.21		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2354.21		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2354.21		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2354.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2354.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2354.21		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2354.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2354.21		at scala.util.Success.map(Try.scala:264)
2400.03/2354.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2354.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2354.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2354.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2354.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2354.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2354.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2354.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2354.21		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2354.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2354.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2354.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2354.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2354.21		at scala.App.main(App.scala:75)
2400.03/2354.21		at scala.App.main$(App.scala:73)
2400.03/2354.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2354.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2354.21	v <instantiation
2400.03/2354.21	v         cost = '116'>
2400.03/2354.21	v       <list>
2400.03/2354.21	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2400.03/2354.21	v       </list>
2400.03/2354.21	v       <values>
2400.03/2354.21	v         2 5 9 6 7 10 11 14 12 13 8 1 4 3 0 6 7 6 6 6 5 8 8 10 13 14 9 4 10 4
2400.03/2354.21	v       </values>
2400.03/2354.21	v     </instantiation>
2400.03/2354.21	s SATISFIABLE

Verifier Data

OK	116

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (14421 MiB free)
  memory of node 1: 16384 MiB (13824 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401278-1568685643/watcher-4401278-1568685643 -o /tmp/evaluation-result-4401278-1568685643/solver-4401278-1568685643 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=44979452 HOME/instance-4401278-1568685643.xml 

running on 4 cores: 0-3

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


[startup+0.100135 s]*
/proc/loadavg: 1.29 1.48 1.50 3/215 2527
/proc/meminfo: memFree=28921356/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=9972712 memory=13648 CPUtime=0.09 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 3643 13358 0 0 0 0 6 3 20 0 6 0 444506012 10212057088 3412 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2493178 3412 1380 1 0 2481616 0
[pid=2474/tid=2527] ppid=2471 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 1875 13358 0 0 0 0 6 3 20 0 6 0 444506022 10212057088 3808 33554432000 4194304 4196468 140731716284496 139668246221392 139668197461613 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=9972712 memory=7948963741541478447 CPUtime=0.09 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 6 0 444506023 10212057088 3874 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=9972712 memory=140608038360704 CPUtime=0.09 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 6 0 444506023 10212057088 3874 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=9972712 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 6 0 444506023 10212057088 3874 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=9972712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 6 0 444506023 10212057088 3874 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 13648 KiB

[startup+0.211339 s]*
/proc/loadavg: 1.29 1.48 1.50 5/228 2540
/proc/meminfo: memFree=28895204/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=10819712 memory=41388 CPUtime=0.27 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 7129 13358 0 0 16 2 6 3 20 0 15 0 444506012 11079385088 10347 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2704928 10347 3187 1 0 2667149 0
[pid=2474/tid=2527] ppid=2471 vsize=10819712 memory=8389772277269004345 CPUtime=0.2 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 3640 13358 0 0 10 1 6 3 20 0 15 0 444506022 11079385088 10347 33554432000 4194304 4196468 140731716284496 139668246210128 139668258465118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10819712 memory=4294967661 CPUtime=0.09 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079385088 10347 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10819712 memory=288370984190072448 CPUtime=0.09 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079385088 10347 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079385088 10347 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079385088 10347 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10819712 memory=140608038360704 CPUtime=0.09 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506024 11079385088 10347 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 13 13358 0 0 0 0 6 3 20 0 15 0 444506025 11079385088 10347 33554432000 4194304 4196468 140731716284496 139667182707488 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 21 13358 0 0 0 0 6 3 20 0 15 0 444506025 11079385088 10347 33554432000 4194304 4196468 140731716284496 139667149149296 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11079385088 10347 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10819712 memory=0 CPUtime=0.1 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) S 2471 2474 31537 0 -1 1077944384 611 13358 0 0 1 0 6 3 20 0 15 0 444506028 11079385088 10370 33554432000 4194304 4196468 140731716284496 139667732818544 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) S 2471 2474 31537 0 -1 1077944384 45 13358 0 0 0 0 6 3 20 0 15 0 444506028 11079385088 10370 33554432000 4194304 4196468 140731716284496 139667731765744 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10819712 memory=140608038360704 CPUtime=0.12 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) S 2471 2474 31537 0 -1 1077944384 600 13358 0 0 3 0 6 3 20 0 15 0 444506028 11079385088 10370 33554432000 4194304 4196468 140731716284496 139667730713456 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11079385088 10370 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10819712 memory=140608038360704 CPUtime=0.09 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506029 11079385088 10370 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 41388 KiB

[startup+0.311542 s]*
/proc/loadavg: 1.29 1.48 1.50 4/228 2540
/proc/meminfo: memFree=28884956/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=10820196 memory=52368 CPUtime=0.4 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 10649 13358 0 0 28 3 6 3 20 0 15 0 444506012 11079880704 13092 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2705049 13092 3316 1 0 2667149 0
[pid=2474/tid=2527] ppid=2471 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 7251 13358 0 0 18 2 6 3 20 0 15 0 444506022 11079880704 13097 33554432000 4194304 4196468 140731716284496 139668246193584 139668274406557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10820196 memory=4126316290023845779 CPUtime=0.09 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079880704 13097 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10820196 memory=8226496019563508123 CPUtime=0.09 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079880704 13097 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10820196 memory=-8412656567334364540 CPUtime=0.09 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506023 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506024 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 13 13358 0 0 0 0 6 3 20 0 15 0 444506025 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667182707488 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 21 13358 0 0 0 0 6 3 20 0 15 0 444506025 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667149149296 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10820196 memory=0 CPUtime=0.11 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) S 2471 2474 31537 0 -1 1077944384 620 13358 0 0 2 0 6 3 20 0 15 0 444506028 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667732818544 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10820196 memory=0 CPUtime=0.1 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) S 2471 2474 31537 0 -1 1077944384 46 13358 0 0 1 0 6 3 20 0 15 0 444506028 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667731765744 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10820196 memory=0 CPUtime=0.14 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) S 2471 2474 31537 0 -1 1077944384 608 13358 0 0 5 0 6 3 20 0 15 0 444506028 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667730713456 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11079880704 13097 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506029 11079880704 13097 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52368 KiB

[startup+0.700748 s]
/proc/loadavg: 1.29 1.48 1.50 3/228 2540
/proc/meminfo: memFree=28870900/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=10822316 memory=79516 CPUtime=1.06 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 14616 13358 0 0 92 5 6 3 20 0 15 0 444506012 11082051584 19879 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2705579 19879 3496 1 0 2667661 0
[pid=2474/tid=2527] ppid=2471 vsize=10822316 memory=0 CPUtime=0.67 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 10059 13358 0 0 54 4 6 3 20 0 15 0 444506022 11082051584 19879 33554432000 4194304 4196468 140731716284496 139668246200208 139668274406557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506023 11082051584 19879 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506023 11082051584 19879 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506023 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10822316 memory=8751464017575819061 CPUtime=0.09 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506023 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10822316 memory=6225472569254961728 CPUtime=0.09 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 5 13358 0 0 0 0 6 3 20 0 15 0 444506024 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10822316 memory=6368442160687370338 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 13 13358 0 0 0 0 6 3 20 0 15 0 444506025 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667182707488 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10822316 memory=6935649255759568960 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 21 13358 0 0 0 0 6 3 20 0 15 0 444506025 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667149149296 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10822316 memory=281215802844736 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10822316 memory=140608639337049 CPUtime=0.19 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) R 2471 2474 31537 0 -1 4202560 1105 13358 0 0 10 0 6 3 20 0 15 0 444506028 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667732809376 139668259488758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10822316 memory=143082540499595 CPUtime=0.18 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) R 2471 2474 31537 0 -1 4202560 396 13358 0 0 9 0 6 3 20 0 15 0 444506028 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667731754544 139668259489307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10822316 memory=140608639337333 CPUtime=0.25 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) S 2471 2474 31537 0 -1 1077944384 803 13358 0 0 16 0 6 3 20 0 15 0 444506028 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667730713456 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10822316 memory=140608639337338 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11082051584 19879 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10822316 memory=140608639337341 CPUtime=0.09 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506029 11082051584 19879 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 79516 KiB

[startup+1.50077 s]
/proc/loadavg: 1.29 1.48 1.50 3/228 2540
/proc/meminfo: memFree=28836912/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=10834680 memory=170904 CPUtime=2.36 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 21272 13358 0 0 217 10 6 3 20 0 15 0 444506012 11094712320 42726 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2708670 42726 3577 1 0 2670733 0
[pid=2474/tid=2527] ppid=2471 vsize=10834680 memory=0 CPUtime=1.44 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 15249 13358 0 0 129 6 6 3 20 0 15 0 444506022 11094712320 42726 33554432000 4194304 4196468 140731716284496 139668246199320 139668258428261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10834680 memory=0 CPUtime=0.1 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 46 13358 0 0 1 0 6 3 20 0 15 0 444506023 11094712320 42726 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 260 13358 0 0 0 0 6 3 20 0 15 0 444506023 11094712320 42726 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10834680 memory=281215802635200 CPUtime=0.1 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 29 13358 0 0 1 0 6 3 20 0 15 0 444506023 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10834680 memory=0 CPUtime=0.1 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 38 13358 0 0 1 0 6 3 20 0 15 0 444506023 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10834680 memory=0 CPUtime=0.1 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 130 13358 0 0 1 0 6 3 20 0 15 0 444506024 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 14 13358 0 0 0 0 6 3 20 0 15 0 444506025 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667182707552 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 42 13358 0 0 0 0 6 3 20 0 15 0 444506025 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667149149296 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10834680 memory=0 CPUtime=0.36 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) S 2471 2474 31537 0 -1 1077944384 1308 13358 0 0 27 0 6 3 20 0 15 0 444506028 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667732818544 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10834680 memory=-7966001967407402336 CPUtime=0.29 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) S 2471 2474 31537 0 -1 1077944384 515 13358 0 0 20 0 6 3 20 0 15 0 444506028 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667731765744 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10834680 memory=6944613755495348631 CPUtime=0.42 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) R 2471 2474 31537 0 -1 4202560 1431 13358 0 0 33 0 6 3 20 0 15 0 444506028 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667730713456 139668255970151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10834680 memory=7100839870102598768 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11094712320 42726 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10834680 memory=4627829655977429107 CPUtime=0.09 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1 13358 0 0 0 0 6 3 20 0 15 0 444506029 11094712320 42726 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10834680 KiB

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

/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 64740 13358 0 0 217677 50 6 3 20 0 15 0 444506022 11109425152 205811 33554432000 4194304 4196468 140731716284496 139668246219248 139667870501060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10849048 memory=823244 CPUtime=10.85 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 14217 13358 0 0 1020 56 6 3 20 0 15 0 444506023 11109425152 205811 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10849048 memory=823244 CPUtime=10.9 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 9417 13358 0 0 1026 55 6 3 20 0 15 0 444506023 11109425152 205811 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10849048 memory=823244 CPUtime=10.87 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 16446 13358 0 0 1022 56 6 3 20 0 15 0 444506023 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10849048 memory=823244 CPUtime=10.87 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 11211 13358 0 0 1022 56 6 3 20 0 15 0 444506023 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10849048 memory=823244 CPUtime=10.35 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 13480 13358 0 0 973 53 6 3 20 0 15 0 444506024 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10849048 memory=780 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 17 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667182707552 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10849048 memory=823244 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 50 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667149149312 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10849048 memory=823244 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10849048 memory=823244 CPUtime=4.79 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) S 2471 2474 31537 0 -1 1077944384 21766 13358 0 0 465 5 6 3 20 0 15 0 444506028 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667732818544 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10849048 memory=823244 CPUtime=5.31 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) S 2471 2474 31537 0 -1 1077944384 18522 13358 0 0 519 3 6 3 20 0 15 0 444506028 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667731765744 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10849048 memory=1564 CPUtime=4.12 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) S 2471 2474 31537 0 -1 1077944384 25543 13358 0 0 396 7 6 3 20 0 15 0 444506028 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667730713456 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10849048 memory=281215802517952 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 205811 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10849048 memory=1042 CPUtime=1.3 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1175 13358 0 0 59 62 6 3 20 0 15 0 444506029 11109425152 205811 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 2246.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 823244 KiB

[startup+2262.3 s]
/proc/loadavg: 1.08 1.33 1.41 3/227 2893
/proc/meminfo: memFree=29455800/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=10849048 memory=825292 CPUtime=2306.86 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 200183 13358 0 0 230329 348 6 3 20 0 15 0 444506012 11109425152 206323 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2712262 206323 3635 1 0 2674317 0
[pid=2474/tid=2527] ppid=2471 vsize=10849048 memory=825292 CPUtime=2236.7 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 65428 13358 0 0 223611 50 6 3 20 0 15 0 444506022 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668246219808 139668256033644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10849048 memory=823244 CPUtime=11.14 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 14300 13358 0 0 1047 58 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10849048 memory=825292 CPUtime=11.2 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 9430 13358 0 0 1055 56 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10849048 memory=825292 CPUtime=11.16 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 16522 13358 0 0 1050 57 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10849048 memory=825292 CPUtime=11.16 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 11508 13358 0 0 1050 57 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10849048 memory=2044 CPUtime=10.62 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 13690 13358 0 0 999 54 6 3 20 0 15 0 444506024 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10849048 memory=825292 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 17 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667182707552 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10849048 memory=281215803026080 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 50 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667149149312 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10849048 memory=2257 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10849048 memory=825292 CPUtime=4.79 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) S 2471 2474 31537 0 -1 1077944384 21768 13358 0 0 465 5 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667732818544 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10849048 memory=3612 CPUtime=5.31 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) S 2471 2474 31537 0 -1 1077944384 18524 13358 0 0 519 3 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667731765744 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10849048 memory=825292 CPUtime=4.12 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) S 2471 2474 31537 0 -1 1077944384 25545 13358 0 0 396 7 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667730713456 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10849048 memory=46528 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10849048 memory=984 CPUtime=1.34 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1192 13358 0 0 61 64 6 3 20 0 15 0 444506029 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 2306.86 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 825292 KiB

[startup+2322.3 s]
/proc/loadavg: 1.34 1.37 1.42 3/228 2899
/proc/meminfo: memFree=29442820/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=10849048 memory=825292 CPUtime=2367.7 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 201579 13358 0 0 236405 356 6 3 20 0 15 0 444506012 11109425152 206323 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2712262 206323 3635 1 0 2674317 0
[pid=2474/tid=2527] ppid=2471 vsize=10849048 memory=1088 CPUtime=2296.04 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 66120 13358 0 0 229544 51 6 3 20 0 15 0 444506022 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668246219984 139667865759328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10849048 memory=825292 CPUtime=11.45 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 14553 13358 0 0 1076 60 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10849048 memory=2044 CPUtime=11.5 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 9454 13358 0 0 1083 58 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10849048 memory=825292 CPUtime=11.46 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 16627 13358 0 0 1079 58 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10849048 memory=825292 CPUtime=11.46 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 11601 13358 0 0 1079 58 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10849048 memory=825292 CPUtime=10.9 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 13896 13358 0 0 1025 56 6 3 20 0 15 0 444506024 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10849048 memory=3612 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 17 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667182707552 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10849048 memory=46528 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 50 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667149149312 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10849048 memory=46528 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10849048 memory=984 CPUtime=4.79 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) S 2471 2474 31537 0 -1 1077944384 21770 13358 0 0 465 5 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667732818544 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10849048 memory=825292 CPUtime=5.31 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) S 2471 2474 31537 0 -1 1077944384 18527 13358 0 0 519 3 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667731765744 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10849048 memory=1408 CPUtime=4.12 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) S 2471 2474 31537 0 -1 1077944384 25547 13358 0 0 396 7 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667730713456 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10849048 memory=825292 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10849048 memory=1556 CPUtime=1.37 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1208 13358 0 0 62 66 6 3 20 0 15 0 444506029 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 2367.7 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 825292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2354.2 s]
/proc/loadavg: 1.60 1.43 1.44 3/227 2900
/proc/meminfo: memFree=29443096/32770688 swapFree=66961208/67108860
[pid=2474] ppid=2471 vsize=10849048 memory=825292 CPUtime=2400.03 cores=0-3
/proc/2474/stat : 2474 (java) S 2471 2474 31537 0 -1 1077944320 202297 13358 0 0 239635 359 6 3 20 0 15 0 444506012 11109425152 206323 33554432000 4194304 4196468 140731716284496 140731716267040 139668274384631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
/proc/2474/statm: 2712262 206323 3635 1 0 2674317 0
[pid=2474/tid=2527] ppid=2471 vsize=10849048 memory=288230596050944315 CPUtime=2327.57 cores=0-3
/proc/2474/task/2527/stat : 2527 (java) R 2471 2474 31537 0 -1 4202560 66453 13358 0 0 232696 52 6 3 20 0 15 0 444506022 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668246219584 139667858177105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2528] ppid=2471 vsize=10849048 memory=14412639757404292 CPUtime=11.6 cores=0-3
/proc/2474/task/2528/stat : 2528 (java) S 2471 2474 31537 0 -1 1077944384 14578 13358 0 0 1091 60 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668278627216 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2529] ppid=2471 vsize=10849048 memory=800 CPUtime=11.66 cores=0-3
/proc/2474/task/2529/stat : 2529 (java) S 2471 2474 31537 0 -1 1077944384 9557 13358 0 0 1099 58 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139668177517328 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2530] ppid=2471 vsize=10849048 memory=1408 CPUtime=11.63 cores=0-3
/proc/2474/task/2530/stat : 2530 (java) S 2471 2474 31537 0 -1 1077944384 16631 13358 0 0 1095 59 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667846327440 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2531] ppid=2471 vsize=10849048 memory=3280 CPUtime=11.61 cores=0-3
/proc/2474/task/2531/stat : 2531 (java) S 2471 2474 31537 0 -1 1077944384 11650 13358 0 0 1093 59 6 3 20 0 15 0 444506023 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667845274640 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2532] ppid=2471 vsize=10849048 memory=825292 CPUtime=11.04 cores=0-3
/proc/2474/task/2532/stat : 2532 (java) S 2471 2474 31537 0 -1 1077944384 14079 13358 0 0 1039 56 6 3 20 0 15 0 444506024 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667733870704 139668274395778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2533] ppid=2471 vsize=10849048 memory=1408 CPUtime=0.09 cores=0-3
/proc/2474/task/2533/stat : 2533 (java) S 2471 2474 31537 0 -1 1077944384 17 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667182707552 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2534] ppid=2471 vsize=10849048 memory=3216 CPUtime=0.09 cores=0-3
/proc/2474/task/2534/stat : 2534 (java) S 2471 2474 31537 0 -1 1077944384 50 13358 0 0 0 0 6 3 20 0 15 0 444506025 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667149149312 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2535] ppid=2471 vsize=10849048 memory=356236 CPUtime=0.09 cores=0-3
/proc/2474/task/2535/stat : 2535 (java) S 2471 2474 31537 0 -1 1077944384 2 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667034859600 139668274403227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2536] ppid=2471 vsize=10849048 memory=1756 CPUtime=4.79 cores=0-3
/proc/2474/task/2536/stat : 2536 (java) S 2471 2474 31537 0 -1 1077944384 21772 13358 0 0 465 5 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667732818544 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2537] ppid=2471 vsize=10849048 memory=1804 CPUtime=5.31 cores=0-3
/proc/2474/task/2537/stat : 2537 (java) S 2471 2474 31537 0 -1 1077944384 18529 13358 0 0 519 3 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667731765744 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2538] ppid=2471 vsize=10849048 memory=916 CPUtime=4.12 cores=0-3
/proc/2474/task/2538/stat : 2538 (java) S 2471 2474 31537 0 -1 1077944384 25549 13358 0 0 396 7 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667730713456 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2539] ppid=2471 vsize=10849048 memory=3848 CPUtime=0.09 cores=0-3
/proc/2474/task/2539/stat : 2539 (java) S 2471 2474 31537 0 -1 1077944384 3 13358 0 0 0 0 6 3 20 0 15 0 444506028 11109425152 206323 33554432000 4194304 4196468 140731716284496 139666565098464 139668274394837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
[pid=2474/tid=2540] ppid=2471 vsize=10849048 memory=7822038051842261661 CPUtime=1.39 cores=0-3
/proc/2474/task/2540/stat : 2540 (java) S 2471 2474 31537 0 -1 1077944384 1223 13358 0 0 64 66 6 3 20 0 15 0 444506029 11109425152 206323 33554432000 4194304 4196468 140731716284496 139667729660336 139668274395778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9031680 140731716291313 140731716293829 140731716293829 140731716296655 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 825292 KiB

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

[startup+2354.23 s]
# the end of solver process 2474 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.44 s, system=3.64073 s

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

Child status: 143
Real time (s): 2354.23
CPU time (s): 2400.08
CPU user time (s): 2396.44
CPU system time (s): 3.64073
CPU usage (%): 101.948
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 825292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.44
system time used= 3.64073
maximum resident set size= 829420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281692
involuntary context switches= 8753


# summary of solver processes directly reported to runsolver:
#   pid: 2474
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.44
#   total CPU system time (s): 3.64073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6742 second user time and 23.2567 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 04:00:02
IDJOB=4401278
IDBENCH=135733
IDSOLVER=2858
FILE ID=node116/4401278-1568685643
RUNJOBID= node116-1568673291-31568
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

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

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=44979452

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        28923128 kB
MemAvailable:   30167672 kB
Buffers:          139816 kB
Cached:          1398964 kB
SwapCached:        46588 kB
Active:          2713192 kB
Inactive:         552240 kB
Active(anon):    1680728 kB
Inactive(anon):    94964 kB
Active(file):    1032464 kB
Inactive(file):   457276 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             35656 kB
Writeback:             0 kB
AnonPages:       1791344 kB
Mapped:            61352 kB
Shmem:             40292 kB
Slab:             170144 kB
SReclaimable:     141276 kB
SUnreclaim:        28868 kB
KernelStack:        3744 kB
PageTables:         9360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2718476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1615872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61160 MiB
End job on node116 at 2019-09-17 04:39:17