Trace number 4295958

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.8 2018-06-13SAT (TO)126 2520.12 2484.83

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
7.90/3.91	o 259
7.90/3.93	o 236
7.90/3.94	o 234
7.90/3.96	o 230
8.28/4.04	o 228
8.28/4.07	o 218
8.28/4.08	o 211
8.61/4.13	o 206
8.61/4.15	o 204
8.90/4.24	o 201
8.90/4.24	o 199
8.90/4.25	o 194
8.90/4.25	o 192
8.90/4.26	o 189
8.90/4.26	o 185
8.90/4.30	o 175
8.90/4.30	o 174
9.26/4.31	o 173
9.26/4.34	o 172
9.26/4.39	o 169
9.26/4.39	o 168
9.55/4.44	o 165
9.55/4.48	o 164
9.55/4.49	o 163
9.88/4.56	o 162
9.88/4.56	o 160
9.88/4.59	o 159
9.88/4.59	o 158
10.18/4.61	o 157
10.18/4.61	o 155
10.18/4.61	o 152
10.66/4.81	o 151
10.66/4.82	o 150
10.66/4.85	o 149
10.66/4.87	o 148
10.66/4.88	o 147
10.66/4.88	o 146
12.07/5.85	o 145
12.07/5.86	o 143
12.07/5.87	o 139
14.53/7.94	o 137
14.86/8.13	o 136
18.81/11.30	o 135
18.81/11.30	o 134
18.81/11.31	o 132
20.58/12.93	o 130
54.53/44.78	o 128
54.53/44.79	o 126
2520.08/2484.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2484.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.08/2484.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.08/2484.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2484.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2484.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2484.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2484.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2484.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.08/2484.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2484.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.08/2484.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2484.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2484.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.08/2484.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2484.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2484.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.08/2484.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2484.80		at scala.Option.map(Option.scala:146)
2520.08/2484.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2484.80		at concrete.MAC.mac(MAC.scala:203)
2520.08/2484.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2484.80		at scala.util.Try$.apply(Try.scala:209)
2520.08/2484.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2484.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2484.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2484.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2484.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2484.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2484.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2484.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2484.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2484.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2484.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2484.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2484.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2484.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2484.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2484.81		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2484.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2484.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2484.81		at scala.util.Success.map(Try.scala:209)
2520.08/2484.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2484.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2484.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2484.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2484.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2484.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2484.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2484.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2484.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2484.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2484.81		at scala.App.main(App.scala:76)
2520.08/2484.81		at scala.App.main$(App.scala:74)
2520.08/2484.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2484.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2484.81	v <instantiation cost="126">
2520.08/2484.81	v       <list>
2520.08/2484.81	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24]
2520.08/2484.81	v       </list>
2520.08/2484.81	v       <values>
2520.08/2484.81	v         22 24 23 21 20 19 17 18 11 7 8 10 5 1 0 2 3 4 6 9 12 14 16 13 15 12 3 2 4 4 1 1 12 9 1 6 8 4 7 2 1 2 4 10 4 4 6 7 5 7
2520.08/2484.81	v       </values>
2520.08/2484.81	v     </instantiation>
2520.08/2484.81	s SATISFIABLE

Verifier Data

OK	126

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295958-1532603697/watcher-4295958-1532603697 -o /tmp/evaluation-result-4295958-1532603697/solver-4295958-1532603697 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8938 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1084530193 HOME/instance-4295958-1532603697.xml 

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

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=10144, runsolver pid=10141
Current StackSize limit: 8192 KiB


[startup+0.100193 s]*
/proc/loadavg: 1.62 1.42 1.41 3/203 10197
/proc/meminfo: memFree=12160268/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=9972712 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 4277 13290 0 0 1 0 5 3 20 0 6 0 77932917 10212057088 4137 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2493178 4137 1932 1 0 2481616 0
[pid=10144/tid=10197] ppid=10141 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 2119 13290 0 0 0 0 5 3 20 0 6 0 77932926 10212057088 4137 33554432000 4194304 4196468 140722174845280 140037842149968 140037854393694 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=9972712 memory=5793855101993159097 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 6 0 77932927 10212057088 4137 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=9972712 memory=139850983265920 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 6 0 77932927 10212057088 4137 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 6 0 77932927 10212057088 4137 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 6 0 77932927 10212057088 4137 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210145 s]*
/proc/loadavg: 1.62 1.42 1.41 3/216 10210
/proc/meminfo: memFree=12136864/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=10818904 memory=43424 CPUtime=0.25 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 7535 13290 0 0 16 1 5 3 20 0 15 0 77932917 11078557696 10790 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2704726 10790 2959 1 0 2667149 0
[pid=10144/tid=10197] ppid=10141 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 4305 13290 0 0 10 1 5 3 20 0 15 0 77932926 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037842136536 140037850588967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10818904 memory=4211973577188056458 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932927 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10818904 memory=139850983265920 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932927 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932927 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932927 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932928 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 33 13290 0 0 0 0 5 3 20 0 15 0 77932928 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037327885344 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037207352176 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11078557696 11054 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 533 13290 0 0 1 0 5 3 20 0 15 0 77932931 11078557696 11054 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 64 13290 0 0 1 0 5 3 20 0 15 0 77932931 11078557696 11120 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10818904 memory=139850983265920 CPUtime=0.11 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 611 13290 0 0 3 0 5 3 20 0 15 0 77932931 11078557696 11120 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11078557696 11120 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10818904 memory=139850983265920 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932932 11078557696 11120 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43424 KiB

[startup+0.310419 s]*
/proc/loadavg: 1.62 1.42 1.41 3/216 10210
/proc/meminfo: memFree=12123840/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=10819352 memory=56512 CPUtime=0.39 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 10625 13290 0 0 28 3 5 3 20 0 15 0 77932917 11079016448 14128 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2704838 14128 3107 1 0 2667149 0
[pid=10144/tid=10197] ppid=10141 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 7164 13290 0 0 19 2 5 3 20 0 15 0 77932926 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037842125216 140037855478846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10819352 memory=139850983265919 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932928 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 33 13290 0 0 0 0 5 3 20 0 15 0 77932928 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037327885344 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10819352 memory=139850983265920 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037207352176 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11079016448 14128 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 537 13290 0 0 1 0 5 3 20 0 15 0 77932931 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 67 13290 0 0 1 0 5 3 20 0 15 0 77932931 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 617 13290 0 0 4 0 5 3 20 0 15 0 77932931 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11079016448 14128 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932932 11079016448 14128 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56512 KiB

[startup+0.700675 s]
/proc/loadavg: 1.62 1.42 1.41 4/216 10210
/proc/meminfo: memFree=12112676/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=10819352 memory=88728 CPUtime=0.99 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 16794 13290 0 0 86 5 5 3 20 0 15 0 77932917 11079016448 22182 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2704838 22182 3247 1 0 2667149 0
[pid=10144/tid=10197] ppid=10141 vsize=10819352 memory=23216 CPUtime=0.67 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 12307 13290 0 0 55 4 5 3 20 0 15 0 77932926 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037842134032 140037854393694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10819352 memory=288230587427465593 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10819352 memory=14130039499279127 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932927 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 5 13290 0 0 0 0 5 3 20 0 15 0 77932928 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10819352 memory=139850846347872 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 33 13290 0 0 0 0 5 3 20 0 15 0 77932928 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037327885344 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10819352 memory=139852725093584 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037207352176 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10819352 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11079016448 22182 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10819352 memory=7448488012996568657 CPUtime=0.18 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 1160 13290 0 0 10 0 5 3 20 0 15 0 77932931 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10819352 memory=7881696724453321575 CPUtime=0.15 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 405 13290 0 0 7 0 5 3 20 0 15 0 77932931 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10819352 memory=7881696724453321575 CPUtime=0.21 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 679 13290 0 0 13 0 5 3 20 0 15 0 77932931 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10819352 memory=-8813412931113164149 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11079016448 22182 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932932 11079016448 22182 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88728 KiB

[startup+1.50072 s]
/proc/loadavg: 1.62 1.42 1.41 3/216 10210
/proc/meminfo: memFree=12066924/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=10834252 memory=180180 CPUtime=2.33 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 24179 13290 0 0 215 10 5 3 20 0 15 0 77932917 11094274048 45045 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2708563 45045 3475 1 0 2670221 0
[pid=10144/tid=10197] ppid=10141 vsize=10834252 memory=6298115103712433252 CPUtime=1.43 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 17963 13290 0 0 129 6 5 3 20 0 15 0 77932926 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037842144480 140037854393694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10834252 memory=7521686861818521942 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 218 13290 0 0 1 0 5 3 20 0 15 0 77932927 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10834252 memory=7810181215300249954 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 66 13290 0 0 1 0 5 3 20 0 15 0 77932927 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 27 13290 0 0 1 0 5 3 20 0 15 0 77932927 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10834252 memory=183668102454777 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 23 13290 0 0 0 0 5 3 20 0 15 0 77932927 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10834252 memory=440234 CPUtime=0.09 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 64 13290 0 0 1 0 5 3 20 0 15 0 77932928 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 34 13290 0 0 0 0 5 3 20 0 15 0 77932928 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037327885408 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10834252 memory=4638778402627666016 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037207352192 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10834252 memory=279701692088560 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11094274048 45045 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10834252 memory=7588935152971044181 CPUtime=0.34 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 1648 13290 0 0 26 0 5 3 20 0 15 0 77932931 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10834252 memory=-2746958450906831424 CPUtime=0.28 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 688 13290 0 0 20 0 5 3 20 0 15 0 77932931 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10834252 memory=6656426216303648864 CPUtime=0.39 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 1249 13290 0 0 31 0 5 3 20 0 15 0 77932931 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10834252 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11094274048 45045 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10834252 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932932 11094274048 45045 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 10834252 KiB

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

/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 70215 13290 0 0 230460 36 5 3 20 0 15 0 77932926 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037842144272 140037438396329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10916192 memory=638956 CPUtime=7.27 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 7196 13290 0 0 680 39 5 3 20 0 15 0 77932927 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10916192 memory=638920 CPUtime=7.28 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 9700 13290 0 0 684 36 5 3 20 0 15 0 77932927 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10916192 memory=638920 CPUtime=7.24 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 7146 13290 0 0 678 38 5 3 20 0 15 0 77932927 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10916192 memory=638956 CPUtime=7.26 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 8137 13290 0 0 677 41 5 3 20 0 15 0 77932927 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10916192 memory=638956 CPUtime=7.06 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 9114 13290 0 0 662 36 5 3 20 0 15 0 77932928 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10916192 memory=638956 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 38 13290 0 0 0 0 5 3 20 0 15 0 77932928 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037327885472 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10916192 memory=638956 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037207352192 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11178180608 159739 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10916192 memory=792 CPUtime=5.56 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 19150 13290 0 0 543 5 5 3 20 0 15 0 77932931 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10916192 memory=638956 CPUtime=5.86 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 22252 13290 0 0 573 5 5 3 20 0 15 0 77932931 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10916192 memory=638956 CPUtime=2.99 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 23970 13290 0 0 286 5 5 3 20 0 15 0 77932931 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10916192 memory=-7003737579269690708 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11178180608 159739 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10916192 memory=2400 CPUtime=1.35 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 733 13290 0 0 62 65 5 3 20 0 15 0 77932932 11178180608 159739 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 2356.28 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 638956 KiB

[startup+2382.3 s]
/proc/loadavg: 1.11 1.28 1.38 3/216 10410
/proc/meminfo: memFree=11758556/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=10916192 memory=639016 CPUtime=2416.76 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 180716 13290 0 0 241404 264 5 3 20 0 15 0 77932917 11178180608 159754 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2729048 159754 3525 1 0 2690701 0
[pid=10144/tid=10197] ppid=10141 vsize=10916192 memory=639016 CPUtime=2364.61 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 70613 13290 0 0 236417 36 5 3 20 0 15 0 77932926 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037842147584 140037438399380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10916192 memory=638972 CPUtime=7.44 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 7215 13290 0 0 696 40 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10916192 memory=638972 CPUtime=7.46 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 10038 13290 0 0 701 37 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.42 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 7158 13290 0 0 695 39 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.42 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 8194 13290 0 0 693 41 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.23 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 9145 13290 0 0 678 37 5 3 20 0 15 0 77932928 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10916192 memory=639016 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 38 13290 0 0 0 0 5 3 20 0 15 0 77932928 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037327885472 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10916192 memory=279701693854784 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037207352192 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10916192 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10916192 memory=23280 CPUtime=5.56 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 19152 13290 0 0 543 5 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10916192 memory=639016 CPUtime=5.86 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 22254 13290 0 0 573 5 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10916192 memory=4612 CPUtime=2.99 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 23972 13290 0 0 286 5 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10916192 memory=639016 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11178180608 159754 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10916192 memory=4140 CPUtime=1.39 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 739 13290 0 0 64 67 5 3 20 0 15 0 77932932 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 2416.76 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 639016 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.35 1.40 3/215 10412
/proc/meminfo: memFree=11758440/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=10916192 memory=639016 CPUtime=2477.25 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 181273 13290 0 0 247448 269 5 3 20 0 15 0 77932917 11178180608 159754 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2729048 159754 3525 1 0 2690701 0
[pid=10144/tid=10197] ppid=10141 vsize=10916192 memory=639016 CPUtime=2424.16 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 70989 13290 0 0 242371 37 5 3 20 0 15 0 77932926 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037842148640 140037437281532 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.63 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 7224 13290 0 0 713 42 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.63 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 10081 13290 0 0 717 38 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.6 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 7164 13290 0 0 713 39 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.61 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 8223 13290 0 0 711 42 5 3 20 0 15 0 77932927 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10916192 memory=639016 CPUtime=7.4 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 9224 13290 0 0 695 37 5 3 20 0 15 0 77932928 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10916192 memory=639016 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 38 13290 0 0 0 0 5 3 20 0 15 0 77932928 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037327885472 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10916192 memory=639016 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037207352192 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10916192 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10916192 memory=279701693854784 CPUtime=5.56 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 19152 13290 0 0 543 5 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10916192 memory=7230924301428473960 CPUtime=5.86 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 22254 13290 0 0 573 5 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10916192 memory=639016 CPUtime=2.99 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 23972 13290 0 0 286 5 5 3 20 0 15 0 77932931 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10916192 memory=639016 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11178180608 159754 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10916192 memory=639016 CPUtime=1.42 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 754 13290 0 0 66 68 5 3 20 0 15 0 77932932 11178180608 159754 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 2477.25 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 639016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.8 s]
/proc/loadavg: 1.43 1.36 1.40 3/215 10413
/proc/meminfo: memFree=11754464/32770624 swapFree=67108860/67108860
[pid=10144] ppid=10141 vsize=10916192 memory=642380 CPUtime=2520.08 cores=0,2,4,6
/proc/10144/stat : 10144 (java) S 10141 10144 6157 0 -1 1077944320 182259 13290 0 0 251728 272 5 3 20 0 15 0 77932917 11178180608 160595 33554432000 4194304 4196468 140722174845280 140722174827824 140037870313207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
/proc/10144/statm: 2729048 160595 3525 1 0 2690701 0
[pid=10144/tid=10197] ppid=10141 vsize=10916192 memory=2400 CPUtime=2466.34 cores=0,2,4,6
/proc/10144/task/10197/stat : 10197 (java) R 10141 10144 6157 0 -1 4202560 71378 13290 0 0 246589 37 5 3 20 0 15 0 77932926 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037842147728 140037437281530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10198] ppid=10141 vsize=10916192 memory=642380 CPUtime=7.75 cores=0,2,4,6
/proc/10144/task/10198/stat : 10198 (java) S 10141 10144 6157 0 -1 1077944384 7284 13290 0 0 725 42 5 3 20 0 15 0 77932927 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037874556048 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10199] ppid=10141 vsize=10916192 memory=6791534058613427641 CPUtime=7.76 cores=0,2,4,6
/proc/10144/task/10199/stat : 10199 (java) S 10141 10144 6157 0 -1 1077944384 10097 13290 0 0 729 39 5 3 20 0 15 0 77932927 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037762829328 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10200] ppid=10141 vsize=10916192 memory=2200 CPUtime=7.73 cores=0,2,4,6
/proc/10144/task/10200/stat : 10200 (java) S 10141 10144 6157 0 -1 1077944384 7231 13290 0 0 725 40 5 3 20 0 15 0 77932927 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037761776528 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10201] ppid=10141 vsize=10916192 memory=7288 CPUtime=7.74 cores=0,2,4,6
/proc/10144/task/10201/stat : 10201 (java) S 10141 10144 6157 0 -1 1077944384 8553 13290 0 0 723 43 5 3 20 0 15 0 77932927 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037760723728 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10202] ppid=10141 vsize=10916192 memory=6791534058613427641 CPUtime=7.52 cores=0,2,4,6
/proc/10144/task/10202/stat : 10202 (java) S 10141 10144 6157 0 -1 1077944384 9325 13290 0 0 707 37 5 3 20 0 15 0 77932928 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037328939376 140037870324354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10203] ppid=10141 vsize=10916192 memory=1836 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10203/stat : 10203 (java) S 10141 10144 6157 0 -1 1077944384 38 13290 0 0 0 0 5 3 20 0 15 0 77932928 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037327885472 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10204] ppid=10141 vsize=10916192 memory=13044 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10204/stat : 10204 (java) S 10141 10144 6157 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 77932929 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037207352192 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10205] ppid=10141 vsize=10916192 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10205/stat : 10205 (java) S 10141 10144 6157 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 77932931 11178180608 160595 33554432000 4194304 4196468 140722174845280 140036603373392 140037870331803 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10206] ppid=10141 vsize=10916192 memory=642380 CPUtime=5.56 cores=0,2,4,6
/proc/10144/task/10206/stat : 10206 (java) S 10141 10144 6157 0 -1 1077944384 19154 13290 0 0 543 5 5 3 20 0 15 0 77932931 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037294328688 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10207] ppid=10141 vsize=10916192 memory=4140 CPUtime=5.86 cores=0,2,4,6
/proc/10144/task/10207/stat : 10207 (java) S 10141 10144 6157 0 -1 1077944384 22256 13290 0 0 573 5 5 3 20 0 15 0 77932931 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037293275888 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10208] ppid=10141 vsize=10916192 memory=23288 CPUtime=2.99 cores=0,2,4,6
/proc/10144/task/10208/stat : 10208 (java) S 10141 10144 6157 0 -1 1077944384 23974 13290 0 0 286 5 5 3 20 0 15 0 77932931 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037292223088 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10209] ppid=10141 vsize=10916192 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/10144/task/10209/stat : 10209 (java) S 10141 10144 6157 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 77932932 11178180608 160595 33554432000 4194304 4196468 140722174845280 140036133612256 140037870323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
[pid=10144/tid=10210] ppid=10141 vsize=10916192 memory=642380 CPUtime=1.44 cores=0,2,4,6
/proc/10144/task/10210/stat : 10210 (java) S 10141 10144 6157 0 -1 1077944384 771 13290 0 0 67 69 5 3 20 0 15 0 77932932 11178180608 160595 33554432000 4194304 4196468 140722174845280 140037291170480 140037870324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9715712 140722174851694 140722174854492 140722174854492 140722174857167 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 642380 KiB

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

[startup+2484.83 s]
# the end of solver process 10144 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.36 s, system=2.76969 s

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

Child status: 143
Real time (s): 2484.83
CPU time (s): 2520.12
CPU user time (s): 2517.36
CPU system time (s): 2.76969
CPU usage (%): 101.421
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 642380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.36
system time used= 2.76969
maximum resident set size= 646516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222891
involuntary context switches= 8493


# summary of solver processes directly reported to runsolver:
#   pid: 10144
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.36
#   total CPU system time (s): 2.76969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4217 second user time and 21.6125 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 13:14:57
IDJOB=4295958
IDBENCH=141622
IDSOLVER=2750
FILE ID=node107/4295958-1532603697
RUNJOBID= node107-1532598730-8938
PBS_JOBID= 21021966
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295958-1532603697/watcher-4295958-1532603697 -o /tmp/evaluation-result-4295958-1532603697/solver-4295958-1532603697 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8938 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1084530193 HOME/instance-4295958-1532603697.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=1084530193

node107.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.40
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.40
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.40
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.40
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:        12166228 kB
MemAvailable:   31126360 kB
Buffers:          296728 kB
Cached:         18781744 kB
SwapCached:            0 kB
Active:          5097140 kB
Inactive:       14838224 kB
Active(anon):     859872 kB
Inactive(anon):    25036 kB
Active(file):    4237268 kB
Inactive(file): 14813188 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26592 kB
Writeback:             0 kB
AnonPages:        858108 kB
Mapped:            54000 kB
Shmem:             25228 kB
Slab:             365576 kB
SReclaimable:     338136 kB
SUnreclaim:        27440 kB
KernelStack:        3808 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1820696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 13:56:22