Trace number 4396297

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)197 2520.09 2467.14

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2520.38
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
13.01/5.05	o 404
13.01/5.09	o 390
13.34/5.12	o 386
13.34/5.14	o 385
13.34/5.19	o 384
13.63/5.21	o 382
13.63/5.21	o 380
14.59/5.55	o 358
14.59/5.56	o 350
14.59/5.58	o 345
14.85/5.60	o 336
15.18/5.72	o 335
15.18/5.73	o 333
15.18/5.80	o 319
15.47/5.81	o 318
15.47/5.86	o 317
15.83/6.02	o 313
15.83/6.03	o 304
15.83/6.06	o 293
17.18/6.81	o 291
20.02/8.25	o 290
20.02/8.26	o 287
20.02/8.26	o 286
20.44/8.50	o 284
20.44/8.50	o 283
20.44/8.51	o 282
20.44/8.51	o 276
20.44/8.54	o 275
21.74/9.25	o 274
21.74/9.25	o 273
22.08/9.42	o 239
22.08/9.45	o 238
22.08/9.48	o 237
23.05/10.03	o 235
23.47/10.30	o 229
23.47/10.30	o 228
23.47/10.33	o 227
23.64/10.40	o 226
34.35/19.40	o 221
34.58/19.67	o 219
83.24/66.62	o 218
83.24/66.66	o 217
88.47/71.78	o 212
495.27/470.73	o 211
495.37/470.80	o 210
1272.91/1237.72	o 209
1272.91/1237.73	o 208
1274.54/1239.34	o 204
1298.19/1262.68	o 199
1302.85/1267.29	o 198
1398.17/1361.24	o 197
2520.04/2467.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2467.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2467.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2467.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2467.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2467.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2467.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2467.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2467.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2467.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2467.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2467.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2467.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2467.11		at scala.Option.map(Option.scala:243)
2520.04/2467.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2467.11		at concrete.MAC.mac(MAC.scala:216)
2520.04/2467.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2467.11		at scala.util.Try$.apply(Try.scala:212)
2520.04/2467.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2467.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2467.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2467.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2467.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2467.11		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2467.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2467.11		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2467.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2467.11		at scala.util.Success.map(Try.scala:264)
2520.04/2467.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2467.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2467.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2467.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2467.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2467.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2467.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2467.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2467.11		at scala.App.main(App.scala:75)
2520.04/2467.11		at scala.App.main$(App.scala:73)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2467.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2467.12	v <instantiation
2520.04/2467.12	v         cost = '197'>
2520.04/2467.12	v       <list>
2520.04/2467.12	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] c[30] c[31] c[32] c[33] c[34] 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] d[30] d[31] d[32] d[33] d[34]
2520.04/2467.12	v       </list>
2520.04/2467.12	v       <values>
2520.04/2467.12	v         28 1 9 7 4 0 10 11 13 12 18 17 30 29 8 3 6 2 5 19 20 24 21 14 15 16 22 23 27 26 25 33 32 31 34 26 13 2 1 8 4 4 7 1 5 1 17 2 21 4 1 7 1 11 1 4 1 5 1 2 4 1 11 2 5 9 1 4 1 9
2520.04/2467.12	v       </values>
2520.04/2467.12	v     </instantiation>
2520.04/2467.12	s SATISFIABLE

Verifier Data

OK	197

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396297-1568409666/watcher-4396297-1568409666 -o /tmp/evaluation-result-4396297-1568409666/solver-4396297-1568409666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1341706268 HOME/instance-4396297-1568409666.xml 

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

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


[startup+0.100427 s]*
/proc/loadavg: 1.18 1.38 1.42 3/218 32531
/proc/meminfo: memFree=28515484/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 4544 13275 0 0 1 0 5 2 20 0 6 0 417231465 10212057088 4270 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2493178 4270 1935 1 0 2481616 0
[pid=32474/tid=32527] ppid=32471 vsize=9972712 memory=4279135703913364878 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 2333 13275 0 0 0 0 5 2 20 0 6 0 417231474 10212057088 4270 33554432000 4194304 4196468 140733317911248 140475032994384 140475061181213 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 6 0 417231475 10212057088 4336 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=9972712 memory=140067930871424 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 6 0 417231475 10212057088 4336 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 6 0 417231475 10212057088 4336 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 2 13275 0 0 0 0 5 2 20 0 6 0 417231475 10212057088 4336 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209886 s]*
/proc/loadavg: 1.18 1.38 1.42 3/227 32540
/proc/meminfo: memFree=28496884/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=10819664 memory=39208 CPUtime=0.26 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 7199 13275 0 0 17 2 5 2 20 0 15 0 417231465 11079335936 9802 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2704916 9802 3129 1 0 2667149 0
[pid=32474/tid=32527] ppid=32471 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 3696 13275 0 0 10 1 5 2 20 0 15 0 417231474 11079335936 9802 33554432000 4194304 4196468 140733317911248 140475032990088 140475045238110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079335936 9802 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10819664 memory=140067930871424 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 2 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10819664 memory=140067930871424 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 2 13275 0 0 0 0 5 2 20 0 15 0 417231477 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 13 13275 0 0 0 0 5 2 20 0 15 0 417231477 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474421601056 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231477 11079335936 9802 33554432000 4194304 4196468 140733317911248 140473817621616 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11079335936 9802 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) S 32471 32474 29375 0 -1 1077944384 460 13275 0 0 1 0 5 2 20 0 15 0 417231480 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474519657072 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) R 32471 32474 29375 0 -1 1077944384 194 13275 0 0 1 0 5 2 20 0 15 0 417231480 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10819664 memory=140067930871424 CPUtime=0.1 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) R 32471 32474 29375 0 -1 4202560 611 13275 0 0 3 0 5 2 20 0 15 0 417231480 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474517551984 140475061171487 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11079335936 9802 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10819664 memory=140067930871424 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231481 11079335936 9802 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39208 KiB

[startup+0.310441 s]*
/proc/loadavg: 1.18 1.38 1.42 3/227 32540
/proc/meminfo: memFree=28484676/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=10820148 memory=50612 CPUtime=0.4 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 10899 13275 0 0 29 4 5 2 20 0 15 0 417231465 11079831552 12653 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2705037 12653 3292 1 0 2667149 0
[pid=32474/tid=32527] ppid=32471 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 7377 13275 0 0 18 3 5 2 20 0 15 0 417231474 11079831552 12653 33554432000 4194304 4196468 140733317911248 140475032980016 140475061179549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10820148 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079831552 12653 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10820148 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 2 13275 0 0 0 0 5 2 20 0 15 0 417231475 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 2 13275 0 0 0 0 5 2 20 0 15 0 417231477 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 13 13275 0 0 0 0 5 2 20 0 15 0 417231477 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474421601056 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231477 11079831552 12653 33554432000 4194304 4196468 140733317911248 140473817621616 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11079831552 12653 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) S 32471 32474 29375 0 -1 1077944384 460 13275 0 0 1 0 5 2 20 0 15 0 417231480 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474519657072 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) S 32471 32474 29375 0 -1 1077944384 204 13275 0 0 2 0 5 2 20 0 15 0 417231480 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) S 32471 32474 29375 0 -1 1077944384 620 13275 0 0 5 0 5 2 20 0 15 0 417231480 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474517551984 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11079831552 12653 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231481 11079831552 12653 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50612 KiB

[startup+0.702007 s]
/proc/loadavg: 1.18 1.38 1.42 3/227 32540
/proc/meminfo: memFree=28470024/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=10824360 memory=83760 CPUtime=1.14 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 15152 13275 0 0 101 6 5 2 20 0 15 0 417231465 11084144640 20940 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2706090 20940 3502 1 0 2668173 0
[pid=32474/tid=32527] ppid=32471 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 10331 13275 0 0 54 5 5 2 20 0 15 0 417231474 11084144640 20940 33554432000 4194304 4196468 140733317911248 140475032966080 140475061171505 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11084144640 20940 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10824360 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231475 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 2 13275 0 0 0 0 5 2 20 0 15 0 417231475 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10824360 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 5 13275 0 0 0 0 5 2 20 0 15 0 417231477 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10824360 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 13 13275 0 0 0 0 5 2 20 0 15 0 417231477 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474421601056 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10824360 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231477 11084144640 20940 33554432000 4194304 4196468 140733317911248 140473817621616 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10824360 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11084144640 20940 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10824360 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) R 32471 32474 29375 0 -1 4202560 935 13275 0 0 13 0 5 2 20 0 15 0 417231480 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474519657072 140475061171483 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10824360 memory=15460 CPUtime=0.22 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) S 32471 32474 29375 0 -1 1077944384 757 13275 0 0 15 0 5 2 20 0 15 0 417231480 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10824360 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) S 32471 32474 29375 0 -1 1077944384 888 13275 0 0 17 0 5 2 20 0 15 0 417231480 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474517551984 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10824360 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11084144640 20940 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10824360 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231481 11084144640 20940 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83760 KiB

[startup+1.50098 s]
/proc/loadavg: 1.18 1.38 1.42 3/227 32540
/proc/meminfo: memFree=28424240/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=10834676 memory=172152 CPUtime=2.53 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 22107 13275 0 0 235 11 5 2 20 0 15 0 417231465 11094708224 43038 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2708669 43038 3579 1 0 2670733 0
[pid=32474/tid=32527] ppid=32471 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 15230 13275 0 0 128 7 5 2 20 0 15 0 417231474 11094708224 43038 33554432000 4194304 4196468 140733317911248 140475032957456 140475039160483 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 350 13275 0 0 1 0 5 2 20 0 15 0 417231475 11094708224 43038 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 24 13275 0 0 1 0 5 2 20 0 15 0 417231475 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 52 13275 0 0 1 0 5 2 20 0 15 0 417231475 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 88 13275 0 0 1 0 5 2 20 0 15 0 417231475 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10834676 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 142 13275 0 0 1 0 5 2 20 0 15 0 417231477 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10834676 memory=280135618078976 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 14 13275 0 0 0 0 5 2 20 0 15 0 417231477 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474421601120 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231477 11094708224 43038 33554432000 4194304 4196468 140733317911248 140473817621632 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10834676 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11094708224 43038 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10834676 memory=2832 CPUtime=0.35 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) S 32471 32474 29375 0 -1 1077944384 1098 13275 0 0 28 0 5 2 20 0 15 0 417231480 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474519657072 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10834676 memory=1712 CPUtime=0.38 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) S 32471 32474 29375 0 -1 1077944384 1169 13275 0 0 31 0 5 2 20 0 15 0 417231480 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10834676 memory=1220 CPUtime=0.47 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) R 32471 32474 29375 0 -1 4202560 1722 13275 0 0 40 0 5 2 20 0 15 0 417231480 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474517546368 140475047293477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10834676 memory=992 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11094708224 43038 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10834676 memory=5988 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1 13275 0 0 0 0 5 2 20 0 15 0 417231481 11094708224 43038 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 63642 13275 0 0 235830 51 5 2 20 0 15 0 417231474 11111518208 182504 33554432000 4194304 4196468 140733317911248 140475032991584 140474653855958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10851092 memory=730016 CPUtime=11.2 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 10713 13275 0 0 1058 55 5 2 20 0 15 0 417231475 11111518208 182504 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10851092 memory=730016 CPUtime=11.19 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 7687 13275 0 0 1057 55 5 2 20 0 15 0 417231475 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10851092 memory=730016 CPUtime=11.17 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 9971 13275 0 0 1057 53 5 2 20 0 15 0 417231475 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10851092 memory=730016 CPUtime=11.16 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 8696 13275 0 0 1056 53 5 2 20 0 15 0 417231475 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10851092 memory=0 CPUtime=10.08 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 10449 13275 0 0 945 56 5 2 20 0 15 0 417231477 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10851092 memory=730016 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 20 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474421601120 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10851092 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 182504 33554432000 4194304 4196468 140733317911248 140473817621632 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10851092 memory=730016 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 182504 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10851092 memory=730016 CPUtime=6.74 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) S 32471 32474 29375 0 -1 1077944384 31743 13275 0 0 660 7 5 2 20 0 15 0 417231480 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474519657072 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10851092 memory=730016 CPUtime=7.43 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) S 32471 32474 29375 0 -1 1077944384 33242 13275 0 0 728 8 5 2 20 0 15 0 417231480 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10851092 memory=730016 CPUtime=5.41 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) S 32471 32474 29375 0 -1 1077944384 34573 13275 0 0 525 9 5 2 20 0 15 0 417231480 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474517551984 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10851092 memory=730016 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 182504 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10851092 memory=3580 CPUtime=1.31 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1116 13275 0 0 58 66 5 2 20 0 15 0 417231481 11111518208 182504 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 2434.02 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 730016 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.39 1.42 3/228 468
/proc/meminfo: memFree=27942156/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=10851092 memory=732064 CPUtime=2494.87 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 215436 13275 0 0 249119 361 5 2 20 0 15 0 417231465 11111518208 183016 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2712773 183016 3630 1 0 2674829 0
[pid=32474/tid=32527] ppid=32471 vsize=10851092 memory=732064 CPUtime=2418.3 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 64266 13275 0 0 241771 52 5 2 20 0 15 0 417231474 11111518208 183016 33554432000 4194304 4196468 140733317911248 140475032992416 140474653861540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10851092 memory=730016 CPUtime=11.48 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 10995 13275 0 0 1085 56 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10851092 memory=730016 CPUtime=11.48 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 7819 13275 0 0 1085 56 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.45 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 10035 13275 0 0 1084 54 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.44 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 8716 13275 0 0 1082 55 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10851092 memory=732064 CPUtime=10.33 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 10672 13275 0 0 968 58 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 20 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474421601120 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473817621632 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10851092 memory=732064 CPUtime=6.74 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) S 32471 32474 29375 0 -1 1077944384 31745 13275 0 0 660 7 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474519657072 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10851092 memory=732064 CPUtime=7.43 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) S 32471 32474 29375 0 -1 1077944384 33244 13275 0 0 728 8 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10851092 memory=732064 CPUtime=5.41 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) S 32471 32474 29375 0 -1 1077944384 34575 13275 0 0 525 9 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474517551984 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10851092 memory=732064 CPUtime=1.34 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1130 13275 0 0 59 68 5 2 20 0 15 0 417231481 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 2494.87 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 732064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.11 s]
/proc/loadavg: 1.53 1.42 1.43 3/228 472
/proc/meminfo: memFree=27942332/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=10851092 memory=732064 CPUtime=2520.04 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 215639 13275 0 0 251632 365 5 2 20 0 15 0 417231465 11111518208 183016 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2712773 183016 3630 1 0 2674829 0
[pid=32474/tid=32527] ppid=32471 vsize=10851092 memory=732064 CPUtime=2442.87 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 64462 13275 0 0 244228 52 5 2 20 0 15 0 417231474 11111518208 183016 33554432000 4194304 4196468 140733317911248 140475032991744 140474653209665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.6 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 10995 13275 0 0 1096 57 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.59 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 7819 13275 0 0 1096 56 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.57 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 10035 13275 0 0 1095 55 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.56 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 8716 13275 0 0 1094 55 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10851092 memory=732064 CPUtime=10.43 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 10677 13275 0 0 978 58 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 20 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474421601120 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473817621632 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10851092 memory=732064 CPUtime=6.74 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) S 32471 32474 29375 0 -1 1077944384 31745 13275 0 0 660 7 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474519657072 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10851092 memory=3136 CPUtime=7.43 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) S 32471 32474 29375 0 -1 1077944384 33244 13275 0 0 728 8 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10851092 memory=732064 CPUtime=5.41 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) S 32471 32474 29375 0 -1 1077944384 34575 13275 0 0 525 9 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474517551984 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10851092 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10851092 memory=732064 CPUtime=1.35 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1132 13275 0 0 60 68 5 2 20 0 15 0 417231481 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 732064 KiB

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

[startup+2467.14 s]
# the end of solver process 32474 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.68594 s

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

[startup+2467.11 s]
/proc/loadavg: 1.53 1.42 1.43 3/228 472
/proc/meminfo: memFree=27942332/32770624 swapFree=66999920/67108860
[pid=32474] ppid=32471 vsize=10851092 memory=732064 CPUtime=2520.04 cores=1,3,5,7
/proc/32474/stat : 32474 (java) S 32471 32474 29375 0 -1 1077944320 215639 13275 0 0 251632 365 5 2 20 0 15 0 417231465 11111518208 183016 33554432000 4194304 4196468 140733317911248 140733317893792 140475061157623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
/proc/32474/statm: 2712773 183016 3630 1 0 2674829 0
[pid=32474/tid=32527] ppid=32471 vsize=10851092 memory=732064 CPUtime=2442.87 cores=1,3,5,7
/proc/32474/task/32527/stat : 32527 (java) R 32471 32474 29375 0 -1 4202560 64462 13275 0 0 244228 52 5 2 20 0 15 0 417231474 11111518208 183016 33554432000 4194304 4196468 140733317911248 140475032991744 140474653209665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32528] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.6 cores=1,3,5,7
/proc/32474/task/32528/stat : 32528 (java) S 32471 32474 29375 0 -1 1077944384 10995 13275 0 0 1096 57 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140475065400208 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32529] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.59 cores=1,3,5,7
/proc/32474/task/32529/stat : 32529 (java) S 32471 32474 29375 0 -1 1077944384 7819 13275 0 0 1096 56 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474964290320 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32530] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.57 cores=1,3,5,7
/proc/32474/task/32530/stat : 32530 (java) S 32471 32474 29375 0 -1 1077944384 10035 13275 0 0 1095 55 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474963238032 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32531] ppid=32471 vsize=10851092 memory=732064 CPUtime=11.56 cores=1,3,5,7
/proc/32474/task/32531/stat : 32531 (java) S 32471 32474 29375 0 -1 1077944384 8716 13275 0 0 1094 55 5 2 20 0 15 0 417231475 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474962185232 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32532] ppid=32471 vsize=10851092 memory=732064 CPUtime=10.43 cores=1,3,5,7
/proc/32474/task/32532/stat : 32532 (java) S 32471 32474 29375 0 -1 1077944384 10677 13275 0 0 978 58 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474520709232 140475061168770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32533] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32533/stat : 32533 (java) S 32471 32474 29375 0 -1 1077944384 20 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474421601120 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32534] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32534/stat : 32534 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231477 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473817621632 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32535] ppid=32471 vsize=10851092 memory=732064 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32535/stat : 32535 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473577330768 140475061176219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32536] ppid=32471 vsize=10851092 memory=732064 CPUtime=6.74 cores=1,3,5,7
/proc/32474/task/32536/stat : 32536 (java) S 32471 32474 29375 0 -1 1077944384 31745 13275 0 0 660 7 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474519657072 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32537] ppid=32471 vsize=10851092 memory=3136 CPUtime=7.43 cores=1,3,5,7
/proc/32474/task/32537/stat : 32537 (java) S 32471 32474 29375 0 -1 1077944384 33244 13275 0 0 728 8 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474518604272 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32538] ppid=32471 vsize=10851092 memory=732064 CPUtime=5.41 cores=1,3,5,7
/proc/32474/task/32538/stat : 32538 (java) S 32471 32474 29375 0 -1 1077944384 34575 13275 0 0 525 9 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474517551984 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32539] ppid=32471 vsize=10851092 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/32474/task/32539/stat : 32539 (java) S 32471 32474 29375 0 -1 1077944384 3 13275 0 0 0 0 5 2 20 0 15 0 417231480 11111518208 183016 33554432000 4194304 4196468 140733317911248 140473543773152 140475061167829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
[pid=32474/tid=32540] ppid=32471 vsize=10851092 memory=732064 CPUtime=1.35 cores=1,3,5,7
/proc/32474/task/32540/stat : 32540 (java) S 32471 32474 29375 0 -1 1077944384 1132 13275 0 0 60 68 5 2 20 0 15 0 417231481 11111518208 183016 33554432000 4194304 4196468 140733317911248 140474516498864 140475061168770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27353088 140733317917423 140733317919941 140733317919941 140733317922767 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 732064 KiB

Child status: 143
Real time (s): 2467.14
CPU time (s): 2520.09
CPU user time (s): 2516.4
CPU system time (s): 3.68594
CPU usage (%): 102.146
Max. virtual memory (cumulated for all children) (KiB): 10854848
Max. memory (cumulated for all children) (KiB): 853852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.68594
maximum resident set size= 854888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229952
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286650
involuntary context switches= 5120


# summary of solver processes directly reported to runsolver:
#   pid: 32474
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.68594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4303 second user time and 22.9507 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 23:20:27
IDJOB=4396297
IDBENCH=135871
IDSOLVER=2846
FILE ID=node123/4396297-1568409666
RUNJOBID= node123-1568399035-29407
PBS_JOBID= 21701874
Free space on /tmp= 59148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396297-1568409666/watcher-4396297-1568409666 -o /tmp/evaluation-result-4396297-1568409666/solver-4396297-1568409666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1341706268 HOME/instance-4396297-1568409666.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=1341706268

node123.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.49
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.49
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.49
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.49
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:        28523148 kB
MemAvailable:   31284172 kB
Buffers:          135276 kB
Cached:          2890164 kB
SwapCached:         7388 kB
Active:          1548964 kB
Inactive:        2078360 kB
Active(anon):     593756 kB
Inactive(anon):    49324 kB
Active(file):     955208 kB
Inactive(file):  2029036 kB
Unevictable:      107524 kB
Mlocked:          107524 kB
SwapTotal:      67108860 kB
SwapFree:       66999920 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        702808 kB
Mapped:            57900 kB
Shmem:             32684 kB
Slab:             214104 kB
SReclaimable:     185232 kB
SUnreclaim:        28872 kB
KernelStack:        3728 kB
PageTables:         7644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1823596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59112 MiB
End job on node123 at 2019-09-14 00:01:34