Trace number 4401501

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)130 2400.08 2353.44

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1888.66
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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.74/0.54	c Concrete v3.12.2.1568631193530 running
8.62/3.64	o 278
8.62/3.66	o 268
8.62/3.66	o 265
8.62/3.67	o 264
8.62/3.68	o 260
9.32/3.87	o 258
9.32/3.88	o 248
9.68/3.92	o 247
9.68/3.96	o 246
10.38/4.15	o 245
10.38/4.17	o 244
10.88/4.31	o 224
10.88/4.34	o 222
10.88/4.35	o 218
13.14/5.43	o 213
13.14/5.44	o 212
13.14/5.45	o 208
13.37/5.53	o 206
13.37/5.55	o 203
13.37/5.55	o 202
13.61/5.64	o 200
14.14/5.93	o 199
14.62/6.19	o 197
14.62/6.20	o 196
14.79/6.21	o 195
15.83/6.95	o 191
16.16/7.16	o 190
16.16/7.16	o 189
16.16/7.17	o 178
16.16/7.17	o 177
16.16/7.17	o 175
16.16/7.17	o 173
16.30/7.22	o 172
16.30/7.23	o 171
16.30/7.24	o 170
16.30/7.28	o 167
16.30/7.28	o 166
16.30/7.29	o 165
16.59/7.47	o 164
16.97/7.61	o 162
24.04/12.72	o 160
42.80/30.79	o 158
48.38/36.11	o 157
48.38/36.11	o 153
48.38/36.12	o 152
48.38/36.12	o 150
48.38/36.12	o 148
48.38/36.14	o 147
48.51/36.24	o 146
48.62/36.37	o 145
50.79/38.48	o 130
2400.03/2353.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2353.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2353.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2353.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2353.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2353.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.03/2353.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.03/2353.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2353.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2353.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2353.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2353.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2353.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2353.40		at scala.Option.map(Option.scala:243)
2400.03/2353.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2353.40		at concrete.MAC.mac(MAC.scala:216)
2400.03/2353.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2353.40		at scala.util.Try$.apply(Try.scala:212)
2400.03/2353.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2353.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2353.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2353.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2353.40		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2353.40		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2353.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2353.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2353.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2353.40		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2353.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2353.40		at scala.util.Success.map(Try.scala:264)
2400.03/2353.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2353.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2353.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2353.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2353.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2353.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2353.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2353.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2353.41		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2353.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2353.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2353.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2353.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2353.41		at scala.App.main(App.scala:75)
2400.03/2353.41		at scala.App.main$(App.scala:73)
2400.03/2353.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2353.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2353.41	v <instantiation
2400.03/2353.41	v         cost = '130'>
2400.03/2353.41	v       <list>
2400.03/2353.41	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] 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]
2400.03/2353.41	v       </list>
2400.03/2353.41	v       <values>
2400.03/2353.41	v         18 24 20 17 15 12 9 2 0 3 5 4 7 10 8 6 1 11 14 13 16 21 22 23 19 9 6 4 3 5 2 10 6 4 4 2 4 4 5 6 6 14 2 3 6 4 3 2 12 4
2400.03/2353.41	v       </values>
2400.03/2353.41	v     </instantiation>
2400.03/2353.41	s SATISFIABLE

Verifier Data

OK	130

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401501-1568686449/watcher-4401501-1568686449 -o /tmp/evaluation-result-4401501-1568686449/solver-4401501-1568686449 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24689 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401501-1568686449.xml 

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

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

solver pid=27919, runsolver pid=27916

[startup+0.100061 s]*
/proc/loadavg: 1.33 1.40 1.40 3/219 27976
/proc/meminfo: memFree=29884936/32770624 swapFree=66953072/67108860
[pid=27919] ppid=27916 vsize=9972712 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 4545 13312 0 0 1 0 5 2 20 0 6 0 444913801 10212057088 4269 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2493178 4269 1935 1 0 2481616 0
[pid=27919/tid=27972] ppid=27916 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 2332 13312 0 0 1 0 5 2 20 0 6 0 444913810 10212057088 4269 33554432000 4194304 4196468 140721058853440 139764959154768 139764966619536 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 6 0 444913811 10212057088 4269 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=9972712 memory=288370713706927744 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 6 0 444913811 10212057088 4269 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 6 0 444913811 10212057088 4335 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 6 0 444913811 10212057088 4335 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.21005 s]*
/proc/loadavg: 1.33 1.40 1.40 3/228 27985
/proc/meminfo: memFree=29866332/32770624 swapFree=66953072/67108860
[pid=27919] ppid=27916 vsize=10823808 memory=43692 CPUtime=0.27 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 8399 13312 0 0 18 2 5 2 20 0 15 0 444913801 11083579392 10923 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2705952 10923 3307 1 0 2668052 0
[pid=27919/tid=27972] ppid=27916 vsize=10823808 memory=751940894209540401 CPUtime=0.18 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 4895 13312 0 0 10 1 5 2 20 0 15 0 444913810 11083579392 10923 33554432000 4194304 4196468 140721058853440 139764959130368 139764979997725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913811 11083579392 10923 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10823808 memory=288370713706927744 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913811 11083579392 10923 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913811 11083579392 10923 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913811 11083579392 10923 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913812 11083579392 10923 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 33 13312 0 0 0 0 5 2 20 0 15 0 444913813 11083579392 10923 33554432000 4194304 4196468 140721058853440 139763989595552 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913813 11083579392 10923 33554432000 4194304 4196468 140721058853440 139763872949744 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11083579392 10578 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 353 13312 0 0 1 0 5 2 20 0 15 0 444913816 11083579392 10578 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10822180 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) S 27916 27919 24657 0 -1 1077944384 299 13312 0 0 1 0 5 2 20 0 15 0 444913816 11081912320 10543 33554432000 4194304 4196468 140721058853440 139763954985072 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10822180 memory=140337555216000 CPUtime=0.1 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) S 27916 27919 24657 0 -1 1077944384 613 13312 0 0 3 0 5 2 20 0 15 0 444913816 11081912320 10338 33554432000 4194304 4196468 140721058853440 139763953932528 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11080929280 10338 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10821220 memory=140337555216000 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913816 11080929280 10082 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 43692 KiB

[startup+0.310576 s]*
/proc/loadavg: 1.33 1.40 1.40 3/228 27985
/proc/meminfo: memFree=29856556/32770624 swapFree=66953072/67108860
[pid=27919] ppid=27916 vsize=10820196 memory=48288 CPUtime=0.4 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 10843 13312 0 0 29 4 5 2 20 0 15 0 444913801 11079880704 12072 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2705049 12072 3317 1 0 2667149 0
[pid=27919/tid=27972] ppid=27916 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 7310 13312 0 0 19 2 5 2 20 0 15 0 444913810 11079880704 12072 33554432000 4194304 4196468 140721058853440 139764959137552 139764987329942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913811 11079880704 12072 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913811 11079880704 12072 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913811 11079880704 12072 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913811 11079880704 12072 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10820196 memory=140337555215999 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913812 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 33 13312 0 0 0 0 5 2 20 0 15 0 444913813 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763989595552 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913813 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763872949744 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 353 13312 0 0 1 0 5 2 20 0 15 0 444913816 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) S 27916 27919 24657 0 -1 1077944384 300 13312 0 0 2 0 5 2 20 0 15 0 444913816 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763954985072 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10820196 memory=140337555216000 CPUtime=0.12 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) R 27916 27919 24657 0 -1 4202560 621 13312 0 0 5 0 5 2 20 0 15 0 444913816 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763953932528 139764987329942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10820196 memory=140337555216000 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913816 11079880704 12072 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48288 KiB

[startup+0.702004 s]
/proc/loadavg: 1.33 1.40 1.40 3/228 27985
/proc/meminfo: memFree=29841036/32770624 swapFree=66953072/67108860
[pid=27919] ppid=27916 vsize=10824364 memory=81712 CPUtime=1.14 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 15227 13312 0 0 101 6 5 2 20 0 15 0 444913801 11084148736 20428 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2706091 20428 3508 1 0 2668173 0
[pid=27919/tid=27972] ppid=27916 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) D 27916 27919 24657 0 -1 1077944384 10509 13312 0 0 55 4 5 2 20 0 15 0 444913810 11084148736 20428 33554432000 4194304 4196468 140721058853440 139764959144960 139764987340029 0 4 0 16800975 18446744072101633572 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10824364 memory=1384 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913811 11084148736 20428 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10824364 memory=4156 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913811 11084148736 20428 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913811 11084148736 20428 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10824364 memory=140337555214833 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913811 11084148736 20428 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 5 13312 0 0 0 0 5 2 20 0 15 0 444913812 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 33 13312 0 0 0 0 5 2 20 0 15 0 444913813 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763989595552 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913813 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763872949744 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 792 13312 0 0 13 0 5 2 20 0 15 0 444913816 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) R 27916 27919 24657 0 -1 4202560 847 13312 0 0 13 0 5 2 20 0 15 0 444913816 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763954985072 139764968839398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) S 27916 27919 24657 0 -1 1077944384 818 13312 0 0 17 0 5 2 20 0 15 0 444913816 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763953932528 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10824364 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913816 11084148736 20428 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81712 KiB

[startup+1.50067 s]
/proc/loadavg: 1.33 1.40 1.40 3/228 27985
/proc/meminfo: memFree=29796728/32770624 swapFree=66953072/67108860
[pid=27919] ppid=27916 vsize=10834680 memory=171740 CPUtime=2.48 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 24444 13312 0 0 230 11 5 2 20 0 15 0 444913801 11094712320 42935 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2708670 42935 3582 1 0 2670733 0
[pid=27919/tid=27972] ppid=27916 vsize=10834680 memory=56 CPUtime=1.43 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 15803 13312 0 0 130 6 5 2 20 0 15 0 444913810 11094712320 42935 33554432000 4194304 4196468 140721058853440 139764959131200 139764987329942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 33 13312 0 0 1 0 5 2 20 0 15 0 444913811 11094712320 42935 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10834680 memory=140337555226081 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 398 13312 0 0 0 0 5 2 20 0 15 0 444913811 11094712320 42935 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10834680 memory=140337555223873 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 47 13312 0 0 0 0 5 2 20 0 15 0 444913811 11094712320 42935 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10834680 memory=140337555225761 CPUtime=0.08 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 107 13312 0 0 1 0 5 2 20 0 15 0 444913811 11094712320 42935 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10834680 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 2109 13312 0 0 1 0 5 2 20 0 15 0 444913812 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 34 13312 0 0 0 0 5 2 20 0 15 0 444913813 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763989595616 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10834680 memory=7450737626920806737 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 444913813 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763872949760 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10834680 memory=7018972553446646357 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10834680 memory=7813301577725602151 CPUtime=0.34 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 1025 13312 0 0 27 0 5 2 20 0 15 0 444913816 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10834680 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) R 27916 27919 24657 0 -1 4202560 928 13312 0 0 25 0 5 2 20 0 15 0 444913816 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763954985072 139764980303049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10834680 memory=4949696295840688515 CPUtime=0.48 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) R 27916 27919 24657 0 -1 4202560 1740 13312 0 0 41 0 5 2 20 0 15 0 444913816 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763953932528 139764966126975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10834680 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10834680 memory=-7035114785800479027 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11094712320 42935 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 54939 13312 0 0 217989 42 5 2 20 0 15 0 444913810 11109425152 186557 33554432000 4194304 4196468 140721058853440 139764959153760 139764566514542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10849048 memory=746228 CPUtime=10.23 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 8543 13312 0 0 966 50 5 2 20 0 15 0 444913811 11109425152 186557 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10849048 memory=746228 CPUtime=10.17 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 9689 13312 0 0 966 44 5 2 20 0 15 0 444913811 11109425152 186557 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10849048 memory=744176 CPUtime=10.13 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 7748 13312 0 0 954 52 5 2 20 0 15 0 444913811 11109425152 186557 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10849048 memory=746228 CPUtime=10.23 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 8923 13312 0 0 969 47 5 2 20 0 15 0 444913811 11109425152 186557 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10849048 memory=746228 CPUtime=9.07 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 10174 13312 0 0 851 49 5 2 20 0 15 0 444913812 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10849048 memory=746228 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 40 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763989595616 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10849048 memory=746228 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763872949760 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10849048 memory=746228 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10849048 memory=3624 CPUtime=5.17 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 25979 13312 0 0 503 7 5 2 20 0 15 0 444913816 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10849048 memory=0 CPUtime=5.47 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) S 27916 27919 24657 0 -1 1077944384 23688 13312 0 0 535 5 5 2 20 0 15 0 444913816 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763954985072 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10849048 memory=2828 CPUtime=5.18 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) S 27916 27919 24657 0 -1 1077944384 32712 13312 0 0 502 9 5 2 20 0 15 0 444913816 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763953932528 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10849048 memory=746228 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10849048 memory=746224 CPUtime=1.25 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 1034 13312 0 0 52 66 5 2 20 0 15 0 444913816 11109425152 186557 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 2246.73 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 746228 KiB

[startup+2262.3 s]
/proc/loadavg: 1.40 1.48 1.48 3/227 28324
/proc/meminfo: memFree=29239800/32770624 swapFree=66953076/67108860
[pid=27919] ppid=27916 vsize=10849048 memory=748276 CPUtime=2307.57 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 187046 13312 0 0 230427 323 5 2 20 0 15 0 444913801 11109425152 187069 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2712262 187069 3630 1 0 2674317 0
[pid=27919/tid=27972] ppid=27916 vsize=10849048 memory=2024 CPUtime=2239.81 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 55546 13312 0 0 223931 43 5 2 20 0 15 0 444913810 11109425152 187069 33554432000 4194304 4196468 140721058853440 139764959152800 139764577701975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10849048 memory=748276 CPUtime=10.51 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 8574 13312 0 0 993 51 5 2 20 0 15 0 444913811 11109425152 187069 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10849048 memory=748276 CPUtime=10.47 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 9776 13312 0 0 994 46 5 2 20 0 15 0 444913811 11109425152 187069 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10849048 memory=748276 CPUtime=10.41 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 7975 13312 0 0 980 54 5 2 20 0 15 0 444913811 11109425152 187069 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10849048 memory=746228 CPUtime=10.51 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 9095 13312 0 0 996 48 5 2 20 0 15 0 444913811 11109425152 187069 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10849048 memory=3624 CPUtime=9.3 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 10385 13312 0 0 873 50 5 2 20 0 15 0 444913812 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10849048 memory=2257 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 40 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763989595616 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10849048 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763872949760 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10849048 memory=748276 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10849048 memory=3624 CPUtime=5.17 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 25982 13312 0 0 503 7 5 2 20 0 15 0 444913816 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10849048 memory=47836 CPUtime=5.47 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) S 27916 27919 24657 0 -1 1077944384 23690 13312 0 0 535 5 5 2 20 0 15 0 444913816 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763954985072 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10849048 memory=748276 CPUtime=5.18 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) S 27916 27919 24657 0 -1 1077944384 32714 13312 0 0 502 9 5 2 20 0 15 0 444913816 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763953932528 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10849048 memory=748276 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10849048 memory=746228 CPUtime=1.27 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 1051 13312 0 0 53 67 5 2 20 0 15 0 444913816 11109425152 187069 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 2307.57 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 748276 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.50 1.49 3/227 28330
/proc/meminfo: memFree=29242104/32770624 swapFree=66953076/67108860
[pid=27919] ppid=27916 vsize=10849048 memory=746224 CPUtime=2368.45 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 188045 13312 0 0 236507 331 5 2 20 0 15 0 444913801 11109425152 186556 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2712262 186556 3630 1 0 2674317 0
[pid=27919/tid=27972] ppid=27916 vsize=10849048 memory=746224 CPUtime=2299.2 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 56103 13312 0 0 229870 43 5 2 20 0 15 0 444913810 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764959152672 139764577588163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10849048 memory=746224 CPUtime=10.8 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 8849 13312 0 0 1021 52 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10849048 memory=746224 CPUtime=10.76 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 9822 13312 0 0 1022 47 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10849048 memory=746224 CPUtime=10.71 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 8022 13312 0 0 1009 55 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10849048 memory=746224 CPUtime=10.82 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 9139 13312 0 0 1025 50 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10849048 memory=746224 CPUtime=9.56 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 10411 13312 0 0 897 52 5 2 20 0 15 0 444913812 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10849048 memory=746224 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 40 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763989595616 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10849048 memory=746224 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763872949760 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10849048 memory=746224 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10849048 memory=746224 CPUtime=5.17 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 25982 13312 0 0 503 7 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10849048 memory=746224 CPUtime=5.47 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) S 27916 27919 24657 0 -1 1077944384 23690 13312 0 0 535 5 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763954985072 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10849048 memory=746224 CPUtime=5.18 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) S 27916 27919 24657 0 -1 1077944384 32714 13312 0 0 502 9 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763953932528 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10849048 memory=746224 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10849048 memory=746224 CPUtime=1.3 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 1055 13312 0 0 55 68 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 2368.45 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 746224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2353.4 s]
/proc/loadavg: 1.32 1.45 1.47 3/227 28330
/proc/meminfo: memFree=29241960/32770624 swapFree=66953076/67108860
[pid=27919] ppid=27916 vsize=10849048 memory=746224 CPUtime=2400.03 cores=1,3,5,7
/proc/27919/stat : 27919 (java) S 27916 27919 24657 0 -1 1077944320 188834 13312 0 0 239661 335 5 2 20 0 15 0 444913801 11109425152 186556 33554432000 4194304 4196468 140721058853440 140721058835984 139764987318007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
/proc/27919/statm: 2712262 186556 3630 1 0 2674317 0
[pid=27919/tid=27972] ppid=27916 vsize=10849048 memory=288230596050944315 CPUtime=2329.96 cores=1,3,5,7
/proc/27919/task/27972/stat : 27972 (java) R 27916 27919 24657 0 -1 4202560 56477 13312 0 0 232945 44 5 2 20 0 15 0 444913810 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764959152992 139764572603514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27973] ppid=27916 vsize=10849048 memory=16100368647981698 CPUtime=10.97 cores=1,3,5,7
/proc/27919/task/27973/stat : 27973 (java) S 27916 27919 24657 0 -1 1077944384 8954 13312 0 0 1037 53 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764991559952 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27974] ppid=27916 vsize=10849048 memory=4104 CPUtime=10.93 cores=1,3,5,7
/proc/27919/task/27974/stat : 27974 (java) S 27916 27919 24657 0 -1 1077944384 9825 13312 0 0 1037 49 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764560816528 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27975] ppid=27916 vsize=10849048 memory=1656 CPUtime=10.87 cores=1,3,5,7
/proc/27919/task/27975/stat : 27975 (java) S 27916 27919 24657 0 -1 1077944384 8024 13312 0 0 1025 55 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764559763984 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27976] ppid=27916 vsize=10849048 memory=8317482817917895235 CPUtime=10.98 cores=1,3,5,7
/proc/27919/task/27976/stat : 27976 (java) S 27916 27919 24657 0 -1 1077944384 9224 13312 0 0 1041 50 5 2 20 0 15 0 444913811 11109425152 186556 33554432000 4194304 4196468 140721058853440 139764558711440 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27977] ppid=27916 vsize=10849048 memory=16100368647981698 CPUtime=9.7 cores=1,3,5,7
/proc/27919/task/27977/stat : 27977 (java) S 27916 27919 24657 0 -1 1077944384 10609 13312 0 0 910 53 5 2 20 0 15 0 444913812 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763990649328 139764987329154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27978] ppid=27916 vsize=10849048 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27978/stat : 27978 (java) S 27916 27919 24657 0 -1 1077944384 40 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763989595616 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27979] ppid=27916 vsize=10849048 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27979/stat : 27979 (java) S 27916 27919 24657 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 444913813 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763872949760 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27980] ppid=27916 vsize=10849048 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27980/stat : 27980 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763565550288 139764987336603 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27981] ppid=27916 vsize=10849048 memory=25948 CPUtime=5.17 cores=1,3,5,7
/proc/27919/task/27981/stat : 27981 (java) S 27916 27919 24657 0 -1 1077944384 25985 13312 0 0 503 7 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763956037616 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27982] ppid=27916 vsize=10849048 memory=14068 CPUtime=5.47 cores=1,3,5,7
/proc/27919/task/27982/stat : 27982 (java) S 27916 27919 24657 0 -1 1077944384 23692 13312 0 0 535 5 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763954985072 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27983] ppid=27916 vsize=10849048 memory=524 CPUtime=5.18 cores=1,3,5,7
/proc/27919/task/27983/stat : 27983 (java) S 27916 27919 24657 0 -1 1077944384 32716 13312 0 0 502 9 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763953932528 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27984] ppid=27916 vsize=10849048 memory=1568 CPUtime=0.07 cores=1,3,5,7
/proc/27919/task/27984/stat : 27984 (java) S 27916 27919 24657 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763531991648 139764987328213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
[pid=27919/tid=27985] ppid=27916 vsize=10849048 memory=303430223234596890 CPUtime=1.31 cores=1,3,5,7
/proc/27919/task/27985/stat : 27985 (java) S 27916 27919 24657 0 -1 1077944384 1070 13312 0 0 55 69 5 2 20 0 15 0 444913816 11109425152 186556 33554432000 4194304 4196468 140721058853440 139763952880432 139764987329154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27729920 140721058855663 140721058858181 140721058858181 140721058861007 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 746224 KiB

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

[startup+2353.44 s]
# the end of solver process 27919 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.69 s, system=3.3923 s

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

Child status: 143
Real time (s): 2353.44
CPU time (s): 2400.08
CPU user time (s): 2396.69
CPU system time (s): 3.3923
CPU usage (%): 101.982
Max. virtual memory (cumulated for all children) (KiB): 10852020
Max. memory (cumulated for all children) (KiB): 787236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.69
system time used= 3.3923
maximum resident set size= 789284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269695
involuntary context switches= 8598


# summary of solver processes directly reported to runsolver:
#   pid: 27919
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.69
#   total CPU system time (s): 3.3923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2837 second user time and 20.2798 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 04:13:29
IDJOB=4401501
IDBENCH=135841
IDSOLVER=2858
FILE ID=node127/4401501-1568686449
RUNJOBID= node127-1568673291-24689
PBS_JOBID= 21703783
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401501-1568686449/watcher-4401501-1568686449 -o /tmp/evaluation-result-4401501-1568686449/solver-4401501-1568686449 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24689 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401501-1568686449.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=1917960574

node127.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.55
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.55
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.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		: 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.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		: 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:        29893304 kB
MemAvailable:   31030184 kB
Buffers:           80384 kB
Cached:          1341640 kB
SwapCached:        51444 kB
Active:          1315296 kB
Inactive:         961376 kB
Active(anon):     814732 kB
Inactive(anon):    89540 kB
Active(file):     500564 kB
Inactive(file):   871836 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66953072 kB
Dirty:             35360 kB
Writeback:             0 kB
AnonPages:        916044 kB
Mapped:            61936 kB
Shmem:             40668 kB
Slab:             190428 kB
SReclaimable:     160632 kB
SUnreclaim:        29796 kB
KernelStack:        3744 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2060140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61244 MiB
End job on node127 at 2019-09-17 04:52:43