Trace number 4401509

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)134 2400.06 2351.43

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-00.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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.56	c Concrete v3.12.2.1568631193530 running
10.35/4.13	o 255
10.35/4.14	o 239
10.35/4.17	o 233
11.62/4.50	o 232
11.62/4.51	o 228
12.18/4.73	o 224
12.18/4.74	o 223
12.18/4.74	o 217
12.18/4.75	o 215
12.18/4.75	o 213
13.93/5.56	o 207
18.02/8.02	o 198
18.02/8.04	o 197
18.02/8.04	o 195
18.19/8.18	o 193
20.21/9.35	o 192
20.21/9.37	o 191
20.38/9.40	o 189
20.38/9.41	o 187
21.58/10.12	o 186
21.58/10.12	o 182
21.58/10.12	o 180
21.86/10.30	o 179
21.86/10.30	o 177
21.86/10.31	o 174
21.86/10.31	o 172
21.86/10.31	o 165
21.86/10.32	o 164
21.86/10.32	o 161
21.86/10.32	o 158
33.93/21.34	o 156
34.14/21.51	o 155
34.14/21.51	o 154
60.97/47.46	o 152
61.07/47.52	o 151
61.29/47.79	o 150
131.86/116.17	o 149
713.75/688.98	o 147
744.42/719.29	o 146
744.92/719.74	o 144
769.34/743.90	o 143
777.36/751.77	o 142
777.36/751.77	o 140
777.46/751.84	o 139
777.56/751.94	o 137
1157.20/1126.20	o 136
1173.64/1142.43	o 134
2400.02/2351.41	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2351.41		at concrete.MAC.mac(MAC.scala:192)
2400.02/2351.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2351.41		at scala.util.Try$.apply(Try.scala:212)
2400.02/2351.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2351.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2351.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2351.41		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2351.41		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2351.41		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2351.41		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2351.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2351.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2351.41		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2351.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2351.41		at scala.util.Success.map(Try.scala:264)
2400.02/2351.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2351.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2351.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2351.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2351.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2351.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2351.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2351.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2351.41		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2351.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2351.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2351.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2351.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2351.41		at scala.App.main(App.scala:75)
2400.02/2351.41		at scala.App.main$(App.scala:73)
2400.02/2351.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2351.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2351.42	v <instantiation
2400.02/2351.42	v         cost = '134'>
2400.02/2351.42	v       <list>
2400.02/2351.42	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] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] 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] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2400.02/2351.42	v       </list>
2400.02/2351.42	v       <values>
2400.02/2351.42	v         25 28 29 27 18 16 19 17 15 12 9 3 8 7 5 4 2 0 1 6 13 11 10 14 21 20 22 26 23 24 2 3 12 7 5 7 6 4 4 4 4 4 1 4 2 1 2 7 4 8 6 1 9 12 1 1 3 5 1 4
2400.02/2351.42	v       </values>
2400.02/2351.42	v     </instantiation>
2400.02/2351.42	s SATISFIABLE

Verifier Data

OK	134

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401509-1568686557/watcher-4401509-1568686557 -o /tmp/evaluation-result-4401509-1568686557/solver-4401509-1568686557 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1799525532 HOME/instance-4401509-1568686557.xml 

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

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


[startup+0.100126 s]*
/proc/loadavg: 1.58 1.43 1.43 3/219 30102
/proc/meminfo: memFree=28640012/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 4464 13139 0 0 1 0 4 4 20 0 6 0 444570629 10212057088 4203 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2493178 4203 1935 1 0 2481616 0
[pid=30045/tid=30098] ppid=30042 vsize=9972712 memory=4279135703946462605 CPUtime=0.09 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 2254 13139 0 0 1 0 4 4 20 0 6 0 444570639 10212057088 4203 33554432000 4194304 4196468 140728214799696 140262754206288 140262766450014 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 6 0 444570639 10212057088 4203 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=9972712 memory=139847243863680 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 6 0 444570639 10212057088 4203 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 6 0 444570639 10212057088 4203 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 6 0 444570639 10212057088 4203 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210225 s]*
/proc/loadavg: 1.58 1.43 1.43 3/228 30111
/proc/meminfo: memFree=28623684/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=10819712 memory=40760 CPUtime=0.27 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 7025 13139 0 0 17 2 4 4 20 0 15 0 444570629 11079385088 10190 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2704928 10190 3153 1 0 2667149 0
[pid=30045/tid=30098] ppid=30042 vsize=10819712 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 3538 13139 0 0 10 1 4 4 20 0 15 0 444570639 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262754183648 140262774610917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10819712 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10819712 memory=4121277881899751072 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10819712 memory=139847243863680 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570641 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 13 13139 0 0 0 0 4 4 20 0 15 0 444570641 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262223373984 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570642 11079385088 10190 33554432000 4194304 4196468 140728214799696 140261619393776 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11079385088 10190 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10819712 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) S 30042 30045 25887 0 -1 1077944384 585 13139 0 0 1 0 4 4 20 0 15 0 444570644 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262307719408 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 55 13139 0 0 0 0 4 4 20 0 15 0 444570644 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10819712 memory=139847243863680 CPUtime=0.11 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) R 30042 30045 25887 0 -1 4202560 612 13139 0 0 3 0 4 4 20 0 15 0 444570644 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262305613808 140262782390874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11079385088 10190 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10819712 memory=139847243863680 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570645 11079385088 10190 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 40760 KiB

[startup+0.310652 s]*
/proc/loadavg: 1.58 1.43 1.43 3/228 30111
/proc/meminfo: memFree=28613036/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=10820196 memory=49748 CPUtime=0.4 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 10709 13139 0 0 28 4 4 4 20 0 15 0 444570629 11079880704 12437 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2705049 12437 3285 1 0 2667149 0
[pid=30045/tid=30098] ppid=30042 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 7194 13139 0 0 18 3 4 4 20 0 15 0 444570639 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262754179136 140262766450014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570639 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570641 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 13 13139 0 0 0 0 4 4 20 0 15 0 444570641 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262223373984 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570642 11079880704 12437 33554432000 4194304 4196468 140728214799696 140261619393776 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11079880704 12437 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) S 30042 30045 25887 0 -1 1077944384 585 13139 0 0 2 0 4 4 20 0 15 0 444570644 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262307719408 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 65 13139 0 0 2 0 4 4 20 0 15 0 444570644 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10820196 memory=139847243863680 CPUtime=0.13 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) R 30042 30045 25887 0 -1 4202560 629 13139 0 0 5 0 4 4 20 0 15 0 444570644 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262305613808 140262766450014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11079880704 12437 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10820196 memory=139847243863680 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570645 11079880704 12437 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49748 KiB

[startup+0.700731 s]
/proc/loadavg: 1.58 1.43 1.43 3/228 30111
/proc/meminfo: memFree=28602612/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=10824364 memory=83112 CPUtime=1.1 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 15010 13139 0 0 96 6 4 4 20 0 15 0 444570629 11084148736 20778 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2706091 20778 3507 1 0 2668173 0
[pid=30045/tid=30098] ppid=30042 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 10475 13139 0 0 54 5 4 4 20 0 15 0 444570639 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262754196080 140262782391453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570639 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570639 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10824364 memory=139847088091920 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570639 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10824364 memory=139848430125656 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570639 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10824364 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 5 13139 0 0 0 0 4 4 20 0 15 0 444570641 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10824364 memory=4639098309541127782 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 13 13139 0 0 0 0 4 4 20 0 15 0 444570641 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262223373984 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10824364 memory=6081102367496366441 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570642 11084148736 20778 33554432000 4194304 4196468 140728214799696 140261619393776 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10824364 memory=26180 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11084148736 20778 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10824364 memory=14056 CPUtime=0.2 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) R 30042 30045 25887 0 -1 4202560 979 13139 0 0 12 0 4 4 20 0 15 0 444570644 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262307719408 140262761797965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10824364 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 492 13139 0 0 11 0 4 4 20 0 15 0 444570644 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10824364 memory=520 CPUtime=0.25 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) S 30042 30045 25887 0 -1 1077944384 824 13139 0 0 17 0 4 4 20 0 15 0 444570644 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262305613808 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10824364 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11084148736 20778 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10824364 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570645 11084148736 20778 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83112 KiB

[startup+1.50322 s]
/proc/loadavg: 1.58 1.43 1.43 3/228 30111
/proc/meminfo: memFree=28560200/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=10834680 memory=172084 CPUtime=2.51 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 21910 13139 0 0 233 10 4 4 20 0 15 0 444570629 11094712320 43021 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2708670 43021 3577 1 0 2670733 0
[pid=30045/tid=30098] ppid=30042 vsize=10834680 memory=67188 CPUtime=1.44 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 15379 13139 0 0 130 6 4 4 20 0 15 0 444570639 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262754170224 140262782381462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 344 13139 0 0 1 0 4 4 20 0 15 0 444570639 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10834680 memory=279694176215200 CPUtime=0.09 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 48 13139 0 0 1 0 4 4 20 0 15 0 444570639 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 77 13139 0 0 1 0 4 4 20 0 15 0 444570639 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 30 13139 0 0 1 0 4 4 20 0 15 0 444570639 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 152 13139 0 0 1 0 4 4 20 0 15 0 444570641 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 13 13139 0 0 0 0 4 4 20 0 15 0 444570641 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262223374048 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 2 13139 0 0 0 0 4 4 20 0 15 0 444570642 11094712320 43021 33554432000 4194304 4196468 140728214799696 140261619393792 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11094712320 43021 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10834680 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) S 30042 30045 25887 0 -1 1077944384 1419 13139 0 0 29 0 4 4 20 0 15 0 444570644 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262307719408 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10834680 memory=10 CPUtime=0.34 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 647 13139 0 0 26 0 4 4 20 0 15 0 444570644 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10834680 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) S 30042 30045 25887 0 -1 1077944384 1584 13139 0 0 40 0 4 4 20 0 15 0 444570644 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262305613808 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11094712320 43021 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10834680 memory=279694176459712 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1 13139 0 0 0 0 4 4 20 0 15 0 444570645 11094712320 43021 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834680 KiB

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

/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 63223 13139 0 0 217805 42 4 4 20 0 15 0 444570639 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262754205120 140262386707035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10849048 memory=4152 CPUtime=10.83 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 11987 13139 0 0 1023 52 4 4 20 0 15 0 444570639 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10849048 memory=740572 CPUtime=10.85 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 10532 13139 0 0 1026 51 4 4 20 0 15 0 444570639 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10849048 memory=740572 CPUtime=10.82 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 12568 13139 0 0 1026 48 4 4 20 0 15 0 444570639 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10849048 memory=740572 CPUtime=10.82 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 9749 13139 0 0 1022 52 4 4 20 0 15 0 444570639 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10849048 memory=279691224140119 CPUtime=9.57 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 11214 13139 0 0 901 48 4 4 20 0 15 0 444570641 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10849048 memory=740572 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 17 13139 0 0 0 0 4 4 20 0 15 0 444570641 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262223374048 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10849048 memory=740572 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 9 13139 0 0 0 0 4 4 20 0 15 0 444570642 11109425152 185143 33554432000 4194304 4196468 140728214799696 140261619393792 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10849048 memory=740572 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11109425152 185143 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10849048 memory=740572 CPUtime=5.69 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) S 30042 30045 25887 0 -1 1077944384 27173 13139 0 0 555 6 4 4 20 0 15 0 444570644 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262307719408 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10849048 memory=740572 CPUtime=5.66 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 24495 13139 0 0 551 7 4 4 20 0 15 0 444570644 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10849048 memory=164 CPUtime=5.24 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) S 30042 30045 25887 0 -1 1077944384 34454 13139 0 0 508 8 4 4 20 0 15 0 444570644 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262305613808 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10849048 memory=7523641862227585332 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11109425152 185143 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10849048 memory=740572 CPUtime=1.38 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1097 13139 0 0 65 65 4 4 20 0 15 0 444570645 11109425152 185143 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 2248.8 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 740572 KiB

[startup+2262.3 s]
/proc/loadavg: 1.75 1.69 1.51 3/229 30452
/proc/meminfo: memFree=25173540/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=10849048 memory=742620 CPUtime=2309.64 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 210136 13139 0 0 230629 327 4 4 20 0 15 0 444570629 11109425152 185655 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2712262 185655 3631 1 0 2674317 0
[pid=30045/tid=30098] ppid=30042 vsize=10849048 memory=742620 CPUtime=2237.99 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 63859 13139 0 0 223749 42 4 4 20 0 15 0 444570639 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262754203904 140262386835168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10849048 memory=742620 CPUtime=11.11 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 12037 13139 0 0 1050 53 4 4 20 0 15 0 444570639 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10849048 memory=56 CPUtime=11.14 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 10835 13139 0 0 1053 53 4 4 20 0 15 0 444570639 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10849048 memory=742620 CPUtime=11.11 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 12682 13139 0 0 1053 50 4 4 20 0 15 0 444570639 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10849048 memory=742620 CPUtime=11.09 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 9803 13139 0 0 1048 53 4 4 20 0 15 0 444570639 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10849048 memory=742620 CPUtime=9.81 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 11438 13139 0 0 924 49 4 4 20 0 15 0 444570641 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10849048 memory=742620 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 17 13139 0 0 0 0 4 4 20 0 15 0 444570641 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262223374048 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10849048 memory=742620 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 9 13139 0 0 0 0 4 4 20 0 15 0 444570642 11109425152 185655 33554432000 4194304 4196468 140728214799696 140261619393792 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10849048 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11109425152 185655 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10849048 memory=47844 CPUtime=5.69 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) S 30042 30045 25887 0 -1 1077944384 27175 13139 0 0 555 6 4 4 20 0 15 0 444570644 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262307719408 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10849048 memory=742620 CPUtime=5.66 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 24497 13139 0 0 551 7 4 4 20 0 15 0 444570644 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10849048 memory=742620 CPUtime=5.24 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) S 30042 30045 25887 0 -1 1077944384 34456 13139 0 0 508 8 4 4 20 0 15 0 444570644 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262305613808 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10849048 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11109425152 185655 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10849048 memory=47844 CPUtime=1.42 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1114 13139 0 0 68 66 4 4 20 0 15 0 444570645 11109425152 185655 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 2309.64 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 742620 KiB

[startup+2322.3 s]
/proc/loadavg: 1.66 1.68 1.52 3/230 30458
/proc/meminfo: memFree=25209976/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=10849048 memory=735436 CPUtime=2370.5 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 211678 13139 0 0 236707 335 4 4 20 0 15 0 444570629 11109425152 183859 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2712262 183859 3631 1 0 2674317 0
[pid=30045/tid=30098] ppid=30042 vsize=10849048 memory=735436 CPUtime=2297.42 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 64536 13139 0 0 229691 43 4 4 20 0 15 0 444570639 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262754204592 140262386835339 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10849048 memory=735436 CPUtime=11.4 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 12100 13139 0 0 1077 55 4 4 20 0 15 0 444570639 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10849048 memory=735436 CPUtime=11.43 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 11035 13139 0 0 1081 54 4 4 20 0 15 0 444570639 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10849048 memory=735436 CPUtime=11.4 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 12775 13139 0 0 1080 52 4 4 20 0 15 0 444570639 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10849048 memory=735436 CPUtime=11.38 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 10066 13139 0 0 1075 55 4 4 20 0 15 0 444570639 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10849048 memory=3504 CPUtime=10.05 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 11662 13139 0 0 947 50 4 4 20 0 15 0 444570641 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10849048 memory=735436 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 17 13139 0 0 0 0 4 4 20 0 15 0 444570641 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262223374048 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10849048 memory=735436 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 9 13139 0 0 0 0 4 4 20 0 15 0 444570642 11109425152 183859 33554432000 4194304 4196468 140728214799696 140261619393792 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10849048 memory=735436 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11109425152 183859 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10849048 memory=735436 CPUtime=5.69 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) S 30042 30045 25887 0 -1 1077944384 27177 13139 0 0 555 6 4 4 20 0 15 0 444570644 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262307719408 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10849048 memory=735436 CPUtime=5.66 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 24499 13139 0 0 551 7 4 4 20 0 15 0 444570644 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10849048 memory=735436 CPUtime=5.24 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) S 30042 30045 25887 0 -1 1077944384 34458 13139 0 0 508 8 4 4 20 0 15 0 444570644 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262305613808 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10849048 memory=735436 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11109425152 183859 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10849048 memory=3504 CPUtime=1.46 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1130 13139 0 0 70 68 4 4 20 0 15 0 444570645 11109425152 183859 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 2370.5 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 735436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2351.4 s]
/proc/loadavg: 1.67 1.68 1.53 3/229 30459
/proc/meminfo: memFree=25216316/32770624 swapFree=66939904/67108860
[pid=30045] ppid=30042 vsize=10849048 memory=737484 CPUtime=2400.02 cores=0,2,4,6
/proc/30045/stat : 30045 (java) S 30042 30045 25887 0 -1 1077944320 211939 13139 0 0 239656 338 4 4 20 0 15 0 444570629 11109425152 184371 33554432000 4194304 4196468 140728214799696 140728214782240 140262782369527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
/proc/30045/statm: 2712262 184371 3631 1 0 2674317 0
[pid=30045/tid=30098] ppid=30042 vsize=10849048 memory=3688 CPUtime=2326.25 cores=0,2,4,6
/proc/30045/task/30098/stat : 30098 (java) R 30042 30045 25887 0 -1 4202560 64752 13139 0 0 232574 43 4 4 20 0 15 0 444570639 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262754205584 140262386835332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30099] ppid=30042 vsize=10849048 memory=1984 CPUtime=11.54 cores=0,2,4,6
/proc/30045/task/30099/stat : 30099 (java) S 30042 30045 25887 0 -1 1077944384 12122 13139 0 0 1091 55 4 4 20 0 15 0 444570639 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262786611728 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30100] ppid=30042 vsize=10849048 memory=1440 CPUtime=11.57 cores=0,2,4,6
/proc/30045/task/30100/stat : 30100 (java) S 30042 30045 25887 0 -1 1077944384 11040 13139 0 0 1094 55 4 4 20 0 15 0 444570639 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262701431440 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30101] ppid=30042 vsize=10849048 memory=4152 CPUtime=11.53 cores=0,2,4,6
/proc/30045/task/30101/stat : 30101 (java) S 30042 30045 25887 0 -1 1077944384 12780 13139 0 0 1093 52 4 4 20 0 15 0 444570639 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262700378384 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30102] ppid=30042 vsize=10849048 memory=1548 CPUtime=11.52 cores=0,2,4,6
/proc/30045/task/30102/stat : 30102 (java) S 30042 30045 25887 0 -1 1077944384 10069 13139 0 0 1089 55 4 4 20 0 15 0 444570639 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262699325840 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30103] ppid=30042 vsize=10849048 memory=1728 CPUtime=10.17 cores=0,2,4,6
/proc/30045/task/30103/stat : 30103 (java) S 30042 30045 25887 0 -1 1077944384 11670 13139 0 0 958 51 4 4 20 0 15 0 444570641 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262308772592 140262782380674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30104] ppid=30042 vsize=10849048 memory=8072 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30104/stat : 30104 (java) S 30042 30045 25887 0 -1 1077944384 17 13139 0 0 0 0 4 4 20 0 15 0 444570641 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262223374048 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30105] ppid=30042 vsize=10849048 memory=9580 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30105/stat : 30105 (java) S 30042 30045 25887 0 -1 1077944384 9 13139 0 0 0 0 4 4 20 0 15 0 444570642 11109425152 184371 33554432000 4194304 4196468 140728214799696 140261619393792 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30106] ppid=30042 vsize=10849048 memory=1052 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30106/stat : 30106 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570644 11109425152 184371 33554432000 4194304 4196468 140728214799696 140261311994320 140262782388123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30107] ppid=30042 vsize=10849048 memory=776 CPUtime=5.69 cores=0,2,4,6
/proc/30045/task/30107/stat : 30107 (java) S 30042 30045 25887 0 -1 1077944384 27177 13139 0 0 555 6 4 4 20 0 15 0 444570644 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262307719408 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30108] ppid=30042 vsize=10849048 memory=2832 CPUtime=5.66 cores=0,2,4,6
/proc/30045/task/30108/stat : 30108 (java) S 30042 30045 25887 0 -1 1077944384 24499 13139 0 0 551 7 4 4 20 0 15 0 444570644 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262306666864 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30109] ppid=30042 vsize=10849048 memory=668 CPUtime=5.24 cores=0,2,4,6
/proc/30045/task/30109/stat : 30109 (java) S 30042 30045 25887 0 -1 1077944384 34458 13139 0 0 508 8 4 4 20 0 15 0 444570644 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262305613808 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30110] ppid=30042 vsize=10849048 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/30045/task/30110/stat : 30110 (java) S 30042 30045 25887 0 -1 1077944384 3 13139 0 0 0 0 4 4 20 0 15 0 444570645 11109425152 184371 33554432000 4194304 4196468 140728214799696 140261278435680 140262782379733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
[pid=30045/tid=30111] ppid=30042 vsize=10849048 memory=1076 CPUtime=1.48 cores=0,2,4,6
/proc/30045/task/30111/stat : 30111 (java) S 30042 30045 25887 0 -1 1077944384 1132 13139 0 0 71 69 4 4 20 0 15 0 444570645 11109425152 184371 33554432000 4194304 4196468 140728214799696 140262304562224 140262782380674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29499392 140728214801135 140728214803653 140728214803653 140728214806479 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 737484 KiB

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

[startup+2351.43 s]
# the end of solver process 30045 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.63 s, system=3.43475 s

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

Child status: 143
Real time (s): 2351.43
CPU time (s): 2400.06
CPU user time (s): 2396.63
CPU system time (s): 3.43475
CPU usage (%): 102.068
Max. virtual memory (cumulated for all children) (KiB): 10854928
Max. memory (cumulated for all children) (KiB): 847296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.63
system time used= 3.43475
maximum resident set size= 847436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278522
involuntary context switches= 9132


# summary of solver processes directly reported to runsolver:
#   pid: 30045
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2396.63
#   total CPU system time (s): 3.43475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2643 second user time and 21.8879 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 04:15:17
IDJOB=4401509
IDBENCH=135859
IDSOLVER=2858
FILE ID=node119/4401509-1568686557
RUNJOBID= node119-1568673291-25918
PBS_JOBID= 21703790
Free space on /tmp= 61308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401509-1568686557/watcher-4401509-1568686557 -o /tmp/evaluation-result-4401509-1568686557/solver-4401509-1568686557 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1799525532 HOME/instance-4401509-1568686557.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=1799525532

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28644012 kB
MemAvailable:   31133072 kB
Buffers:          114928 kB
Cached:          2657276 kB
SwapCached:        61076 kB
Active:          2093676 kB
Inactive:        1423028 kB
Active(anon):     683716 kB
Inactive(anon):   110640 kB
Active(file):    1409960 kB
Inactive(file):  1312388 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939904 kB
Dirty:             11280 kB
Writeback:         15436 kB
AnonPages:        807556 kB
Mapped:            62368 kB
Shmem:             41008 kB
Slab:             203824 kB
SReclaimable:     165092 kB
SUnreclaim:        38732 kB
KernelStack:        4000 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1784696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61276 MiB
End job on node119 at 2019-09-17 04:54:29