Trace number 4396296

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)133 2520.09 2471.43

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
11.55/4.57	o 290
11.55/4.59	o 286
11.87/4.61	o 284
12.52/4.80	o 269
12.52/4.81	o 266
13.16/5.10	o 253
13.16/5.10	o 252
13.16/5.11	o 238
13.47/5.12	o 237
14.06/5.30	o 234
14.06/5.31	o 233
14.06/5.32	o 226
14.06/5.36	o 224
14.06/5.36	o 223
14.94/5.76	o 219
16.05/6.32	o 216
16.05/6.34	o 215
16.24/6.45	o 213
16.24/6.46	o 212
16.24/6.49	o 207
16.24/6.49	o 205
21.79/9.94	o 203
21.79/9.95	o 202
21.79/9.95	o 200
23.01/10.70	o 195
23.01/10.72	o 193
23.01/10.73	o 189
23.01/10.73	o 188
23.01/10.75	o 182
23.01/10.75	o 181
23.01/10.75	o 178
23.01/10.76	o 176
23.01/10.76	o 172
23.38/10.90	o 166
27.25/13.90	o 163
27.37/14.00	o 162
28.64/15.07	o 161
30.26/16.40	o 159
53.69/38.99	o 158
53.69/39.00	o 157
53.91/39.12	o 156
65.51/50.44	o 155
66.64/51.54	o 154
67.27/52.14	o 151
67.27/52.19	o 150
67.46/52.40	o 148
67.57/52.43	o 147
68.80/53.64	o 146
68.80/53.65	o 145
461.97/439.22	o 139
461.97/439.24	o 138
499.19/475.96	o 137
499.60/476.30	o 136
1395.56/1360.81	o 133
2520.04/2471.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2471.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2471.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2471.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2471.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2471.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2471.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2471.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2471.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2471.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2471.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2471.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2471.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2471.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2471.40		at scala.Option.map(Option.scala:243)
2520.04/2471.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2471.40		at concrete.MAC.mac(MAC.scala:216)
2520.04/2471.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2471.40		at scala.util.Try$.apply(Try.scala:212)
2520.04/2471.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2471.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2471.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2471.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2471.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2471.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2471.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2471.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2471.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2471.40		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2471.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2471.40		at scala.util.Success.map(Try.scala:264)
2520.04/2471.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2471.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2471.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2471.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2471.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2471.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2471.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2471.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2471.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2471.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2471.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2471.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2471.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2471.41		at scala.App.main(App.scala:75)
2520.04/2471.41		at scala.App.main$(App.scala:73)
2520.04/2471.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2471.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2471.41	v <instantiation
2520.04/2471.41	v         cost = '133'>
2520.04/2471.41	v       <list>
2520.04/2471.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] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2520.04/2471.41	v       </list>
2520.04/2471.41	v       <values>
2520.04/2471.41	v         16 26 23 22 20 18 6 2 3 1 0 5 12 11 17 24 27 28 29 25 21 19 13 10 14 9 8 4 7 15 6 1 1 3 2 15 4 3 3 2 4 12 2 3 6 2 2 2 4 2 3 5 2 4 7 2 12 6 9 4
2520.04/2471.41	v       </values>
2520.04/2471.41	v     </instantiation>
2520.04/2471.41	s SATISFIABLE

Verifier Data

OK	133

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396296-1568409623/watcher-4396296-1568409623 -o /tmp/evaluation-result-4396296-1568409623/solver-4396296-1568409623 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17085 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1339425692 HOME/instance-4396296-1568409623.xml 

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

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

solver pid=22798, runsolver pid=22795

[startup+0.100178 s]*
/proc/loadavg: 1.19 1.28 1.36 3/222 22855
/proc/meminfo: memFree=29471712/32770624 swapFree=66916552/67108860
[pid=22798] ppid=22795 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 4396 13278 0 0 1 1 5 2 20 0 6 0 417212877 10212057088 4648 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2493435 4648 1935 1 0 2481873 0
[pid=22798/tid=22851] ppid=22795 vsize=9988792 memory=4279135703946986127 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 2227 13278 0 0 0 0 5 2 20 0 6 0 417212886 10228523008 4714 33554432000 4194304 4196468 140721895599504 139680470295120 139680483971069 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=9988792 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 6 0 417212887 10228523008 4714 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=9988792 memory=140053605332608 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 6 0 417212887 10228523008 4714 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 6 0 417212887 10229575680 4714 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=9989820 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 7 0 417212887 10229575680 4714 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=9989820 memory=140053605332608 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) R 22795 22798 15665 0 -1 4202560 0 13278 0 0 0 0 5 2 20 0 7 0 417212888 10229575680 4714 33554432000 4194304 4196468 140721895599504 139680470295120 139680491198209 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210392 s]*
/proc/loadavg: 1.19 1.28 1.36 3/231 22864
/proc/meminfo: memFree=29451508/32770624 swapFree=66916552/67108860
[pid=22798] ppid=22795 vsize=10819664 memory=42888 CPUtime=0.26 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 7098 13278 0 0 17 2 5 2 20 0 15 0 417212877 11079335936 10722 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2704916 10722 3160 1 0 2667149 0
[pid=22798/tid=22851] ppid=22795 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 3567 13278 0 0 11 1 5 2 20 0 15 0 417212886 11079335936 10786 33554432000 4194304 4196468 140721895599504 139680470294240 139680482538846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10819664 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079335936 10786 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10819664 memory=140053605352602 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079335936 10786 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079335936 10786 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079335936 10786 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10819664 memory=140053605332608 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212888 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 33 13278 0 0 0 0 5 2 20 0 15 0 417212889 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679956854048 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212889 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679852652144 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) S 22795 22798 15665 0 -1 1077944384 480 13278 0 0 1 0 5 2 20 0 15 0 417212892 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679923296368 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 187 13278 0 0 1 0 5 2 20 0 15 0 417212892 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10819664 memory=140053605332608 CPUtime=0.1 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) R 22795 22798 15665 0 -1 4202560 623 13278 0 0 3 0 5 2 20 0 15 0 417212892 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679921191280 139680490695486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11079335936 10786 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10819664 memory=140053605332608 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212892 11079335936 10786 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42888 KiB

[startup+0.310685 s]*
/proc/loadavg: 1.19 1.28 1.36 4/231 22865
/proc/meminfo: memFree=29439312/32770624 swapFree=66916552/67108860
[pid=22798] ppid=22795 vsize=10820148 memory=52212 CPUtime=0.4 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 10799 13278 0 0 30 3 5 2 20 0 15 0 417212877 11079831552 13053 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2705037 13053 3294 1 0 2667149 0
[pid=22798/tid=22851] ppid=22795 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 7225 13278 0 0 19 2 5 2 20 0 15 0 417212886 11079831552 13053 33554432000 4194304 4196468 140721895599504 139680470258272 139680482538846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079831552 13053 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079831552 13053 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079831552 13053 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212887 11079831552 13053 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212888 11079831552 13053 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 33 13278 0 0 0 0 5 2 20 0 15 0 417212889 11079831552 13053 33554432000 4194304 4196468 140721895599504 139679956854048 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212889 11079831552 13053 33554432000 4194304 4196468 140721895599504 139679852652144 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11079831552 13053 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) S 22795 22798 15665 0 -1 1077944384 481 13278 0 0 1 0 5 2 20 0 15 0 417212892 11079831552 13053 33554432000 4194304 4196468 140721895599504 139679923296368 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 196 13278 0 0 2 0 5 2 20 0 15 0 417212892 11079831552 13053 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10820152 memory=140053605332608 CPUtime=0.12 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) S 22795 22798 15665 0 -1 1077944384 645 13278 0 0 5 0 5 2 20 0 15 0 417212892 11079835648 13053 33554432000 4194304 4196468 140721895599504 139679921191280 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10820152 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11079835648 13053 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10820152 memory=140053605332608 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212892 11079835648 13053 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52212 KiB

[startup+0.700646 s]
/proc/loadavg: 1.26 1.29 1.36 4/231 22865
/proc/meminfo: memFree=29423408/32770624 swapFree=66916552/67108860
[pid=22798] ppid=22795 vsize=10824360 memory=85596 CPUtime=1.15 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 15168 13278 0 0 102 6 5 2 20 0 15 0 417212877 11084144640 21399 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2706090 21399 3512 1 0 2668173 0
[pid=22798/tid=22851] ppid=22795 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 10354 13278 0 0 55 4 5 2 20 0 15 0 417212886 11084144640 21399 33554432000 4194304 4196468 140721895599504 139680470285520 139680491136452 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10824360 memory=66 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212887 11084144640 21399 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10824360 memory=2 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212887 11084144640 21399 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212887 11084144640 21399 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212887 11084144640 21399 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10824360 memory=140054588555856 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 5 13278 0 0 0 0 5 2 20 0 15 0 417212888 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10824360 memory=140054588555863 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 33 13278 0 0 0 0 5 2 20 0 15 0 417212889 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679956854048 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10824360 memory=140054588555865 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212889 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679852652144 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10824360 memory=140054588555866 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10824360 memory=140054588555867 CPUtime=0.23 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) R 22795 22798 15665 0 -1 4202560 1071 13278 0 0 16 0 5 2 20 0 15 0 417212892 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679923274896 139680498472241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10824360 memory=140054588555871 CPUtime=0.19 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 625 13278 0 0 12 0 5 2 20 0 15 0 417212892 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10824360 memory=142635863900822 CPUtime=0.23 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) R 22795 22798 15665 0 -1 4202560 856 13278 0 0 16 0 5 2 20 0 15 0 417212892 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679921191280 139680498470294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10824360 memory=20428 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11084144640 21399 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10824360 memory=12036 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 1 13278 0 0 0 0 5 2 20 0 15 0 417212892 11084144640 21399 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85596 KiB

[startup+1.50094 s]
/proc/loadavg: 1.26 1.29 1.36 4/231 22865
/proc/meminfo: memFree=29377748/32770624 swapFree=66916552/67108860
[pid=22798] ppid=22795 vsize=10834676 memory=176504 CPUtime=2.54 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 24693 13278 0 0 237 10 5 2 20 0 15 0 417212877 11094708224 44126 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2708669 44126 3579 1 0 2670733 0
[pid=22798/tid=22851] ppid=22795 vsize=10834676 memory=13796 CPUtime=1.42 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 15831 13278 0 0 130 5 5 2 20 0 15 0 417212886 11094708224 44126 33554432000 4194304 4196468 140721895599504 139680470263360 139680498470294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10834676 memory=24504 CPUtime=0.08 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 353 13278 0 0 1 0 5 2 20 0 15 0 417212887 11094708224 44126 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 27 13278 0 0 0 0 5 2 20 0 15 0 417212887 11094708224 44126 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10834676 memory=321013415751726296 CPUtime=0.08 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 51 13278 0 0 1 0 5 2 20 0 15 0 417212887 11094708224 44126 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10834676 memory=15252632281304174 CPUtime=0.08 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 110 13278 0 0 1 0 5 2 20 0 15 0 417212887 11094708224 44126 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10834676 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 1997 13278 0 0 1 0 5 2 20 0 15 0 417212888 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10834676 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 34 13278 0 0 0 0 5 2 20 0 15 0 417212889 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679956854048 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10834676 memory=-2672971631320983069 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212889 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679852652160 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10834676 memory=-7606742920825102191 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10834676 memory=4137290303932963203 CPUtime=0.38 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) S 22795 22798 15665 0 -1 1077944384 1257 13278 0 0 31 0 5 2 20 0 15 0 417212892 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679923296368 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 1097 13278 0 0 27 0 5 2 20 0 15 0 417212892 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10834676 memory=-2892745056951965031 CPUtime=0.47 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) S 22795 22798 15665 0 -1 1077944384 1715 13278 0 0 40 0 5 2 20 0 15 0 417212892 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679921191280 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11094708224 44126 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11094708224 44126 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0

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

/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 62942 13278 0 0 229952 47 5 2 20 0 15 0 417212886 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680470294400 139680083599444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.02 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 11329 13278 0 0 948 47 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.05 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 10357 13278 0 0 949 49 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.05 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 10629 13278 0 0 954 44 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.03 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 10714 13278 0 0 949 47 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10851092 memory=716128 CPUtime=9.89 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 13378 13278 0 0 936 46 5 2 20 0 15 0 417212888 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10851092 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 39 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679956854112 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10851092 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679852652160 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10851092 memory=716128 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10851092 memory=716128 CPUtime=6.44 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) S 22795 22798 15665 0 -1 1077944384 33257 13278 0 0 630 7 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679923296368 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10851092 memory=716128 CPUtime=6.57 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 34371 13278 0 0 643 7 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10851092 memory=716128 CPUtime=5.31 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) S 22795 22798 15665 0 -1 1077944384 32241 13278 0 0 514 10 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679921191280 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10851092 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10851092 memory=792 CPUtime=1.29 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 958 13278 0 0 53 69 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 2369.17 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 716128 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.33 1.37 3/231 23492
/proc/meminfo: memFree=28498116/32770624 swapFree=66916560/67108860
[pid=22798] ppid=22795 vsize=10851092 memory=716128 CPUtime=2429.88 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 223859 13278 0 0 242654 327 5 2 20 0 15 0 417212877 11111518208 179032 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2712773 179032 3634 1 0 2674829 0
[pid=22798/tid=22851] ppid=22795 vsize=10851092 memory=716128 CPUtime=2359.58 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 63559 13278 0 0 235904 47 5 2 20 0 15 0 417212886 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680470292768 139680080732128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.25 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 11381 13278 0 0 971 47 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.27 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 10416 13278 0 0 970 50 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.29 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 10924 13278 0 0 976 46 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.26 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 10875 13278 0 0 971 48 5 2 20 0 15 0 417212887 11111518208 179032 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.1 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 13598 13278 0 0 957 46 5 2 20 0 15 0 417212888 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10851092 memory=716128 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 39 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679956854112 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10851092 memory=716128 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679852652160 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10851092 memory=716128 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10851092 memory=716128 CPUtime=6.44 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) S 22795 22798 15665 0 -1 1077944384 33259 13278 0 0 630 7 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679923296368 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10851092 memory=0 CPUtime=6.57 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 34373 13278 0 0 643 7 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10851092 memory=280106896092640 CPUtime=5.31 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) S 22795 22798 15665 0 -1 1077944384 32243 13278 0 0 514 10 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679921191280 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10851092 memory=716128 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10851092 memory=716128 CPUtime=1.32 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 974 13278 0 0 54 71 5 2 20 0 15 0 417212892 11111518208 179032 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 2429.88 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 716128 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.33 1.37 3/231 23504
/proc/meminfo: memFree=28493168/32770624 swapFree=66916560/67108860
[pid=22798] ppid=22795 vsize=10851092 memory=718176 CPUtime=2490.59 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 224765 13278 0 0 248718 334 5 2 20 0 15 0 417212877 11111518208 179544 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2712773 179544 3634 1 0 2674829 0
[pid=22798/tid=22851] ppid=22795 vsize=10851092 memory=718176 CPUtime=2419.07 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 64064 13278 0 0 241852 48 5 2 20 0 15 0 417212886 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680470293056 139680084006712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.5 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 11430 13278 0 0 995 48 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.51 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 10467 13278 0 0 993 51 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10851092 memory=716128 CPUtime=10.53 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 11155 13278 0 0 999 47 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10851092 memory=718176 CPUtime=10.49 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 10907 13278 0 0 993 49 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10851092 memory=718176 CPUtime=10.32 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 13632 13278 0 0 978 47 5 2 20 0 15 0 417212888 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10851092 memory=718176 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 39 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679956854112 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10851092 memory=3628 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679852652160 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10851092 memory=718176 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10851092 memory=718176 CPUtime=6.44 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) S 22795 22798 15665 0 -1 1077944384 33259 13278 0 0 630 7 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679923296368 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10851092 memory=2828 CPUtime=6.57 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 34373 13278 0 0 643 7 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10851092 memory=718176 CPUtime=5.31 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) S 22795 22798 15665 0 -1 1077944384 32243 13278 0 0 514 10 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679921191280 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10851092 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10851092 memory=718176 CPUtime=1.35 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 978 13278 0 0 55 73 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 2490.59 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 718176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.4 s]
/proc/loadavg: 1.34 1.34 1.37 3/231 23507
/proc/meminfo: memFree=28492960/32770624 swapFree=66916560/67108860
[pid=22798] ppid=22795 vsize=10851092 memory=718176 CPUtime=2520.04 cores=1,3,5,7
/proc/22798/stat : 22798 (java) S 22795 22798 15665 0 -1 1077944320 225559 13278 0 0 251661 336 5 2 20 0 15 0 417212877 11111518208 179544 33554432000 4194304 4196468 140721895599504 140721895582048 139680498458359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
/proc/22798/statm: 2712773 179544 3634 1 0 2674829 0
[pid=22798/tid=22851] ppid=22795 vsize=10851092 memory=6791534058613427641 CPUtime=2447.93 cores=1,3,5,7
/proc/22798/task/22851/stat : 22851 (java) R 22795 22798 15665 0 -1 4202560 64376 13278 0 0 244738 48 5 2 20 0 15 0 417212886 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680470293632 139680077724780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22852] ppid=22795 vsize=10851092 memory=6791534058613427641 CPUtime=10.61 cores=1,3,5,7
/proc/22798/task/22852/stat : 22852 (java) S 22795 22798 15665 0 -1 1077944384 11618 13278 0 0 1006 48 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680502700432 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22853] ppid=22795 vsize=10851092 memory=4872558044660077418 CPUtime=10.63 cores=1,3,5,7
/proc/22798/task/22853/stat : 22853 (java) S 22795 22798 15665 0 -1 1077944384 10495 13278 0 0 1004 52 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680390973712 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22854] ppid=22795 vsize=10851092 memory=1764 CPUtime=10.65 cores=1,3,5,7
/proc/22798/task/22854/stat : 22854 (java) S 22795 22798 15665 0 -1 1077944384 11167 13278 0 0 1011 47 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680070757008 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22855] ppid=22795 vsize=10851092 memory=111632 CPUtime=10.62 cores=1,3,5,7
/proc/22798/task/22855/stat : 22855 (java) S 22795 22798 15665 0 -1 1077944384 10954 13278 0 0 1005 50 5 2 20 0 15 0 417212887 11111518208 179544 33554432000 4194304 4196468 140721895599504 139680069704208 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22856] ppid=22795 vsize=10851092 memory=792 CPUtime=10.43 cores=1,3,5,7
/proc/22798/task/22856/stat : 22856 (java) S 22795 22798 15665 0 -1 1077944384 13819 13278 0 0 989 47 5 2 20 0 15 0 417212888 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679957908080 139680498469506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22857] ppid=22795 vsize=10851092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22857/stat : 22857 (java) S 22795 22798 15665 0 -1 1077944384 39 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679956854112 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22858] ppid=22795 vsize=10851092 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22858/stat : 22858 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212889 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679852652160 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22859] ppid=22795 vsize=10851092 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22859/stat : 22859 (java) S 22795 22798 15665 0 -1 1077944384 2 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679248673360 139680498476955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22860] ppid=22795 vsize=10851092 memory=3848 CPUtime=6.44 cores=1,3,5,7
/proc/22798/task/22860/stat : 22860 (java) S 22795 22798 15665 0 -1 1077944384 33261 13278 0 0 630 7 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679923296368 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22861] ppid=22795 vsize=10851092 memory=2736 CPUtime=6.57 cores=1,3,5,7
/proc/22798/task/22861/stat : 22861 (java) S 22795 22798 15665 0 -1 1077944384 34375 13278 0 0 643 7 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679922243568 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22862] ppid=22795 vsize=10851092 memory=718176 CPUtime=5.31 cores=1,3,5,7
/proc/22798/task/22862/stat : 22862 (java) S 22795 22798 15665 0 -1 1077944384 32245 13278 0 0 514 10 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679921191280 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22863] ppid=22795 vsize=10851092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22798/task/22863/stat : 22863 (java) S 22795 22798 15665 0 -1 1077944384 3 13278 0 0 0 0 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139678778911200 139680498468565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
[pid=22798/tid=22864] ppid=22795 vsize=10851092 memory=3288 CPUtime=1.37 cores=1,3,5,7
/proc/22798/task/22864/stat : 22864 (java) S 22795 22798 15665 0 -1 1077944384 992 13278 0 0 56 74 5 2 20 0 15 0 417212892 11111518208 179544 33554432000 4194304 4196468 140721895599504 139679819094960 139680498469506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140721895602927 140721895605445 140721895605445 140721895608271 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 718176 KiB

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

[startup+2471.43 s]
# the end of solver process 22798 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.69 s, system=3.40375 s

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

Child status: 143
Real time (s): 2471.43
CPU time (s): 2520.09
CPU user time (s): 2516.69
CPU system time (s): 3.40375
CPU usage (%): 101.969
Max. virtual memory (cumulated for all children) (KiB): 10854856
Max. memory (cumulated for all children) (KiB): 840084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.69
system time used= 3.40375
maximum resident set size= 842132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239717
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= 269637
involuntary context switches= 8271


# summary of solver processes directly reported to runsolver:
#   pid: 22798
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.69
#   total CPU system time (s): 3.40375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2402 second user time and 21.2299 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 23:19:42
IDJOB=4396296
IDBENCH=135868
IDSOLVER=2846
FILE ID=node134/4396296-1568409623
RUNJOBID= node134-1568393375-17085
PBS_JOBID= 21701859
Free space on /tmp= 59544 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396296-1568409623/watcher-4396296-1568409623 -o /tmp/evaluation-result-4396296-1568409623/solver-4396296-1568409623 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17085 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1339425692 HOME/instance-4396296-1568409623.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=1339425692

node134.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.76
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.76
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.76
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.76
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:        29479964 kB
MemAvailable:   31047268 kB
Buffers:          188192 kB
Cached:          1646020 kB
SwapCached:        90664 kB
Active:          1272316 kB
Inactive:        1402548 kB
Active(anon):     773716 kB
Inactive(anon):   106556 kB
Active(file):     498600 kB
Inactive(file):  1295992 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916552 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:        862392 kB
Mapped:            57232 kB
Shmem:             31004 kB
Slab:             207996 kB
SReclaimable:     177092 kB
SUnreclaim:        30904 kB
KernelStack:        3744 kB
PageTables:         7260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2002456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59508 MiB
End job on node134 at 2019-09-14 00:00:54