Trace number 4304723

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.9.2SAT (TO)215 2520.14 2487.73

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-45-30-00_c18.xml
MD5SUMb72bc3b5ed3d31a5026f863e7681236a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size33
Maximum domain size45
Distribution of domain sizes[{"size":33,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.98/0.74	c Concrete v3.9.2.1532736233296 running
10.61/5.06	o 382
10.88/5.11	o 373
10.88/5.13	o 369
11.19/5.20	o 361
11.19/5.21	o 357
13.10/6.30	o 349
13.10/6.31	o 344
13.35/6.52	o 343
13.35/6.53	o 334
13.51/6.61	o 333
13.51/6.63	o 332
14.33/7.19	o 331
14.33/7.20	o 325
14.43/7.20	o 323
15.47/8.18	o 320
15.47/8.18	o 317
15.93/8.48	o 316
15.93/8.49	o 313
15.93/8.49	o 312
15.93/8.49	o 310
16.05/8.55	o 309
16.05/8.55	o 308
16.05/8.58	o 303
16.05/8.58	o 302
16.05/8.58	o 300
16.27/8.60	o 299
16.66/8.97	o 298
24.28/15.76	o 297
24.28/15.77	o 296
24.40/15.84	o 295
24.40/15.84	o 293
27.83/18.82	o 286
27.83/18.82	o 280
28.68/19.68	o 275
60.54/50.81	o 274
60.54/50.82	o 271
60.65/50.95	o 269
60.65/50.95	o 258
60.65/50.96	o 256
61.07/51.39	o 252
61.90/52.16	o 250
62.74/53.00	o 246
413.49/398.21	o 230
413.49/398.21	o 229
413.49/398.23	o 221
413.49/398.28	o 218
419.84/404.44	o 215
2520.09/2487.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2487.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2487.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2487.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.09/2487.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2487.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2487.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2487.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2487.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2487.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2487.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2487.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2487.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2487.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2487.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2487.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2487.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.09/2487.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2487.70		at scala.Option.map(Option.scala:146)
2520.09/2487.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2487.70		at concrete.MAC.mac(MAC.scala:203)
2520.09/2487.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2487.70		at scala.util.Try$.apply(Try.scala:209)
2520.09/2487.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2487.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2487.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2487.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2487.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2487.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2487.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2487.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2487.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2487.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2487.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2487.70		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2487.70		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2487.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2487.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2487.70		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2487.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2487.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2487.70		at scala.util.Success.map(Try.scala:209)
2520.09/2487.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2487.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2487.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2487.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2487.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2487.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2487.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2487.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2487.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2487.70		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2487.71		at scala.App.main(App.scala:76)
2520.09/2487.71		at scala.App.main$(App.scala:74)
2520.09/2487.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2487.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2487.71	v <instantiation cost="215">
2520.09/2487.71	v       <list>
2520.09/2487.71	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44]
2520.09/2487.71	v       </list>
2520.09/2487.71	v       <values>
2520.09/2487.71	v         18 23 22 28 26 16 20 21 27 30 35 38 42 39 37 44 40 36 34 19 2 5 15 8 9 12 6 0 1 7 14 17 29 32 33 43 41 31 25 24 11 4 3 13 10 4 4 4 5 6 5 1 3 1 4 4 4 2 4 7 6 3 1 10 9 1 4 5 1 3 8 4 7 4 4 7 9 6 2 9 12 7 4 2 8 9 1 4 3 4
2520.09/2487.71	v       </values>
2520.09/2487.71	v     </instantiation>
2520.09/2487.71	s SATISFIABLE

Verifier Data

OK	215

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304723-1534143703/watcher-4304723-1534143703 -o /tmp/evaluation-result-4304723-1534143703/solver-4304723-1534143703 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20508 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=597730486 HOME/instance-4304723-1534143703.xml 

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

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


[startup+0.100159 s]*
/proc/loadavg: 1.27 1.41 1.42 3/207 21529
/proc/meminfo: memFree=17501168/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=10011648 memory=15440 CPUtime=0.08 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 4521 13280 0 0 1 0 4 3 20 0 6 0 231933486 10251927552 3860 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2504105 3860 1957 1 0 2492543 0
[pid=21472/tid=21525] ppid=21469 vsize=10088124 memory=5852833025701150877 CPUtime=0.08 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 2430 13280 0 0 1 0 4 3 20 0 7 0 231933495 10330238976 3992 33554432000 4194304 4196468 140726468159040 139831859280656 139831871518046 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=10088124 memory=5793855032549296569 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 7 0 231933495 10330238976 3992 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=10088124 memory=139781539403392 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 7 0 231933495 10330238976 3992 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 7 0 231933495 10330238976 3992 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 7 0 231933495 10330238976 3992 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 7 0 231933497 10330238976 3992 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10011648 KiB
Current children cumulated memory: 15440 KiB

[startup+0.210201 s]*
/proc/loadavg: 1.27 1.41 1.42 3/216 21538
/proc/meminfo: memFree=17477996/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=10982744 memory=44512 CPUtime=0.25 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 8386 13280 0 0 17 1 4 3 20 0 15 0 231933486 11246329856 11128 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2745686 11128 2967 1 0 2708109 0
[pid=21472/tid=21525] ppid=21469 vsize=10983736 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 4999 13280 0 0 11 1 4 3 20 0 15 0 231933495 11247345664 11260 33554432000 4194304 4196468 140726468159040 139831859262368 139831880117277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=10983736 memory=4211973507744193930 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11247345664 11326 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=10983736 memory=139781539403392 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11247345664 11326 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11247345664 11326 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 15 0 231933495 11247345664 11326 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=10983736 memory=139781539403392 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 15 0 231933497 11247345664 11326 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 13 13280 0 0 0 0 4 3 20 0 15 0 231933497 11247345664 11392 33554432000 4194304 4196468 140726468159040 139830713377824 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=10983736 memory=139781539403392 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933498 11247345664 11392 33554432000 4194304 4196468 140726468159040 139830512051056 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11247345664 11392 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 441 13280 0 0 1 0 4 3 20 0 15 0 231933500 11247345664 11392 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 183 13280 0 0 0 0 4 3 20 0 15 0 231933500 11249012736 11392 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=10985364 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 677 13280 0 0 3 0 4 3 20 0 15 0 231933500 11249012736 11392 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11249012736 11458 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933501 11249012736 11458 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44512 KiB

[startup+0.310331 s]*
/proc/loadavg: 1.27 1.41 1.42 3/216 21538
/proc/meminfo: memFree=17466464/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=10983192 memory=55216 CPUtime=0.37 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 10910 13280 0 0 28 2 4 3 20 0 15 0 231933486 11246788608 13804 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2745798 13804 3086 1 0 2708109 0
[pid=21472/tid=21525] ppid=21469 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 7361 13280 0 0 20 2 4 3 20 0 15 0 231933495 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831859249568 139831871518046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 15 0 231933497 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 13 13280 0 0 0 0 4 3 20 0 15 0 231933497 11246788608 13804 33554432000 4194304 4196468 140726468159040 139830713377824 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933498 11246788608 13804 33554432000 4194304 4196468 140726468159040 139830512051056 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11246788608 13804 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 444 13280 0 0 1 0 4 3 20 0 15 0 231933500 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 186 13280 0 0 1 0 4 3 20 0 15 0 231933500 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 708 13280 0 0 4 0 4 3 20 0 15 0 231933500 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11246788608 13804 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933501 11246788608 13804 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55216 KiB

[startup+0.700865 s]
/proc/loadavg: 1.27 1.41 1.42 3/216 21538
/proc/meminfo: memFree=17455672/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=10983192 memory=88148 CPUtime=0.98 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 17189 13280 0 0 87 4 4 3 20 0 15 0 231933486 11246788608 22037 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2745798 22037 3243 1 0 2708109 0
[pid=21472/tid=21525] ppid=21469 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 12476 13280 0 0 56 3 4 3 20 0 15 0 231933495 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831859258384 139831871518046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=10983192 memory=279562776743312 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 15 0 231933495 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=10983192 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 5 13280 0 0 0 0 4 3 20 0 15 0 231933497 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=10983192 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 13 13280 0 0 0 0 4 3 20 0 15 0 231933497 11246788608 22037 33554432000 4194304 4196468 140726468159040 139830713377824 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933498 11246788608 22037 33554432000 4194304 4196468 140726468159040 139830512051056 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=10983192 memory=3688649685901515824 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11246788608 22037 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 989 13280 0 0 9 0 4 3 20 0 15 0 231933500 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 613 13280 0 0 7 0 4 3 20 0 15 0 231933500 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 889 13280 0 0 13 0 4 3 20 0 15 0 231933500 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=10983192 memory=7809523229951467568 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11246788608 22037 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933501 11246788608 22037 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88148 KiB

[startup+1.50074 s]
/proc/loadavg: 1.27 1.41 1.42 5/216 21538
/proc/meminfo: memFree=17409588/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=10998092 memory=183168 CPUtime=2.36 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 24526 13280 0 0 219 10 4 3 20 0 15 0 231933486 11262046208 45792 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2749523 45792 3470 1 0 2711181 0
[pid=21472/tid=21525] ppid=21469 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 17792 13280 0 0 129 6 4 3 20 0 15 0 231933495 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831859268912 139831887459485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=10998092 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 16 13280 0 0 0 0 4 3 20 0 15 0 231933495 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=10998092 memory=62916 CPUtime=0.08 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 54 13280 0 0 1 0 4 3 20 0 15 0 231933495 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=10998092 memory=103648 CPUtime=0.08 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 168 13280 0 0 1 0 4 3 20 0 15 0 231933495 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=10998092 memory=8148 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 38 13280 0 0 0 0 4 3 20 0 15 0 231933495 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 48 13280 0 0 1 0 4 3 20 0 15 0 231933497 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=10998092 memory=12 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 13 13280 0 0 0 0 4 3 20 0 15 0 231933497 11262046208 45792 33554432000 4194304 4196468 140726468159040 139830713377888 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=10998092 memory=10 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 2 13280 0 0 0 0 4 3 20 0 15 0 231933498 11262046208 45792 33554432000 4194304 4196468 140726468159040 139830512051056 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=10998092 memory=19 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11262046208 45792 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=10998092 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 1607 13280 0 0 29 0 4 3 20 0 15 0 231933500 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 1081 13280 0 0 20 0 4 3 20 0 15 0 231933500 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=10998092 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 1509 13280 0 0 34 0 4 3 20 0 15 0 231933500 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=10998092 memory=27 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11262046208 45792 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=10998092 memory=19 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 1 13280 0 0 0 0 4 3 20 0 15 0 231933501 11262046208 45792 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0

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

/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 77536 13280 0 0 236821 33 4 3 20 0 15 0 231933495 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831859272624 139831470763721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=11080032 memory=577592 CPUtime=5.72 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 8847 13280 0 0 534 31 4 3 20 0 15 0 231933495 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=11080032 memory=577572 CPUtime=5.7 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 6428 13280 0 0 530 33 4 3 20 0 15 0 231933495 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=11080032 memory=577592 CPUtime=5.7 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 8982 13280 0 0 532 31 4 3 20 0 15 0 231933495 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=11080032 memory=577592 CPUtime=5.73 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 8780 13280 0 0 537 29 4 3 20 0 15 0 231933495 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=11080032 memory=0 CPUtime=5.45 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 7532 13280 0 0 509 29 4 3 20 0 15 0 231933497 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=11080032 memory=577592 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 17 13280 0 0 0 0 4 3 20 0 15 0 231933497 11345952768 144408 33554432000 4194304 4196468 140726468159040 139830713377888 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=11080032 memory=577592 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 5 13280 0 0 0 0 4 3 20 0 15 0 231933498 11345952768 144408 33554432000 4194304 4196468 140726468159040 139830512051072 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=11080032 memory=577632 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144408 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=11080032 memory=7 CPUtime=6.54 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 34989 13280 0 0 642 5 4 3 20 0 15 0 231933500 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=11080032 memory=577592 CPUtime=6.68 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 39286 13280 0 0 656 5 4 3 20 0 15 0 231933500 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=11080032 memory=577592 CPUtime=3.19 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 35593 13280 0 0 306 6 4 3 20 0 15 0 231933500 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=11080032 memory=1944 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144408 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=11080032 memory=577592 CPUtime=1.19 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 776 13280 0 0 51 61 4 3 20 0 15 0 231933501 11345952768 144408 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 2413.98 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 577632 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.44 1.41 3/215 21738
/proc/meminfo: memFree=17403368/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=11080032 memory=579680 CPUtime=2474.4 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 231384 13280 0 0 247206 227 4 3 20 0 15 0 231933486 11345952768 144920 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2770008 144920 3526 1 0 2731661 0
[pid=21472/tid=21525] ppid=21469 vsize=11080032 memory=579680 CPUtime=2428.26 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 77887 13280 0 0 242785 34 4 3 20 0 15 0 231933495 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831859268016 139831468879623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=11080032 memory=577632 CPUtime=5.86 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 8854 13280 0 0 548 31 4 3 20 0 15 0 231933495 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=11080032 memory=577632 CPUtime=5.85 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 6437 13280 0 0 544 34 4 3 20 0 15 0 231933495 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=11080032 memory=577632 CPUtime=5.86 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 8998 13280 0 0 547 32 4 3 20 0 15 0 231933495 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=11080032 memory=577632 CPUtime=5.88 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 8786 13280 0 0 551 30 4 3 20 0 15 0 231933495 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=11080032 memory=579680 CPUtime=5.59 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 7549 13280 0 0 522 30 4 3 20 0 15 0 231933497 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=11080032 memory=577632 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 17 13280 0 0 0 0 4 3 20 0 15 0 231933497 11345952768 144920 33554432000 4194304 4196468 140726468159040 139830713377888 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=11080032 memory=579680 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 5 13280 0 0 0 0 4 3 20 0 15 0 231933498 11345952768 144920 33554432000 4194304 4196468 140726468159040 139830512051072 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=11080032 memory=579680 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144920 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=11080032 memory=579680 CPUtime=6.54 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 34991 13280 0 0 642 5 4 3 20 0 15 0 231933500 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=11080032 memory=579680 CPUtime=6.68 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 39288 13280 0 0 656 5 4 3 20 0 15 0 231933500 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=11080032 memory=579680 CPUtime=3.19 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 35595 13280 0 0 306 6 4 3 20 0 15 0 231933500 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=11080032 memory=579680 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144920 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=11080032 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 780 13280 0 0 52 62 4 3 20 0 15 0 231933501 11345952768 144920 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 2474.4 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 579680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.7 s]
/proc/loadavg: 1.64 1.47 1.42 3/215 21738
/proc/meminfo: memFree=17403888/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=11080032 memory=579748 CPUtime=2520.09 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 232319 13280 0 0 251772 230 4 3 20 0 15 0 231933486 11345952768 144937 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2770008 144937 3526 1 0 2731661 0
[pid=21472/tid=21525] ppid=21469 vsize=11080032 memory=5060 CPUtime=2473.39 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 78168 13280 0 0 247298 34 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831859272320 139831471620657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.97 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 8876 13280 0 0 559 31 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.96 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 6474 13280 0 0 554 35 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.96 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 9058 13280 0 0 557 32 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=11080032 memory=4028 CPUtime=5.99 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 9162 13280 0 0 561 31 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.69 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 7687 13280 0 0 532 30 4 3 20 0 15 0 231933497 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=11080032 memory=579748 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 17 13280 0 0 0 0 4 3 20 0 15 0 231933497 11345952768 144937 33554432000 4194304 4196468 140726468159040 139830713377888 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=11080032 memory=579748 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 5 13280 0 0 0 0 4 3 20 0 15 0 231933498 11345952768 144937 33554432000 4194304 4196468 140726468159040 139830512051072 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=11080032 memory=579748 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=11080032 memory=579748 CPUtime=6.54 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 34993 13280 0 0 642 5 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=11080032 memory=1140 CPUtime=6.68 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 39290 13280 0 0 656 5 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=11080032 memory=15244 CPUtime=3.19 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 35597 13280 0 0 306 6 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=11080032 memory=11200 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=11080032 memory=5060 CPUtime=1.24 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 795 13280 0 0 53 64 4 3 20 0 15 0 231933501 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 579748 KiB

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

[startup+2487.73 s]
# the end of solver process 21472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.79 s, system=2.34975 s

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

[startup+2487.7 s]
/proc/loadavg: 1.64 1.47 1.42 3/215 21738
/proc/meminfo: memFree=17403888/32770624 swapFree=67108196/67108860
[pid=21472] ppid=21469 vsize=11080032 memory=579748 CPUtime=2520.09 cores=1,3,5,7
/proc/21472/stat : 21472 (java) S 21469 21472 19646 0 -1 1077944320 232319 13280 0 0 251772 230 4 3 20 0 15 0 231933486 11345952768 144937 33554432000 4194304 4196468 140726468159040 140726468141584 139831887437559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
/proc/21472/statm: 2770008 144937 3526 1 0 2731661 0
[pid=21472/tid=21525] ppid=21469 vsize=11080032 memory=5060 CPUtime=2473.39 cores=1,3,5,7
/proc/21472/task/21525/stat : 21525 (java) R 21469 21472 19646 0 -1 4202560 78168 13280 0 0 247298 34 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831859272320 139831471620657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21526] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.97 cores=1,3,5,7
/proc/21472/task/21526/stat : 21526 (java) S 21469 21472 19646 0 -1 1077944384 8876 13280 0 0 559 31 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831891680400 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21527] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.96 cores=1,3,5,7
/proc/21472/task/21527/stat : 21527 (java) S 21469 21472 19646 0 -1 1077944384 6474 13280 0 0 554 35 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831426870288 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21528] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.96 cores=1,3,5,7
/proc/21472/task/21528/stat : 21528 (java) S 21469 21472 19646 0 -1 1077944384 9058 13280 0 0 557 32 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831425817488 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21529] ppid=21469 vsize=11080032 memory=4028 CPUtime=5.99 cores=1,3,5,7
/proc/21472/task/21529/stat : 21529 (java) S 21469 21472 19646 0 -1 1077944384 9162 13280 0 0 561 31 4 3 20 0 15 0 231933495 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831424764688 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21530] ppid=21469 vsize=11080032 memory=579748 CPUtime=5.69 cores=1,3,5,7
/proc/21472/task/21530/stat : 21530 (java) S 21469 21472 19646 0 -1 1077944384 7687 13280 0 0 532 30 4 3 20 0 15 0 231933497 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831313148272 139831887448706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21531] ppid=21469 vsize=11080032 memory=579748 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21531/stat : 21531 (java) S 21469 21472 19646 0 -1 1077944384 17 13280 0 0 0 0 4 3 20 0 15 0 231933497 11345952768 144937 33554432000 4194304 4196468 140726468159040 139830713377888 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21532] ppid=21469 vsize=11080032 memory=579748 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21532/stat : 21532 (java) S 21469 21472 19646 0 -1 1077944384 5 13280 0 0 0 0 4 3 20 0 15 0 231933498 11345952768 144937 33554432000 4194304 4196468 140726468159040 139830512051072 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21533] ppid=21469 vsize=11080032 memory=579748 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21533/stat : 21533 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139830204651344 139831887456155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21534] ppid=21469 vsize=11080032 memory=579748 CPUtime=6.54 cores=1,3,5,7
/proc/21472/task/21534/stat : 21534 (java) S 21469 21472 19646 0 -1 1077944384 34993 13280 0 0 642 5 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831312096112 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21535] ppid=21469 vsize=11080032 memory=1140 CPUtime=6.68 cores=1,3,5,7
/proc/21472/task/21535/stat : 21535 (java) S 21469 21472 19646 0 -1 1077944384 39290 13280 0 0 656 5 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831311043312 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21536] ppid=21469 vsize=11080032 memory=15244 CPUtime=3.19 cores=1,3,5,7
/proc/21472/task/21536/stat : 21536 (java) S 21469 21472 19646 0 -1 1077944384 35597 13280 0 0 306 6 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831309990512 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21537] ppid=21469 vsize=11080032 memory=11200 CPUtime=0.07 cores=1,3,5,7
/proc/21472/task/21537/stat : 21537 (java) S 21469 21472 19646 0 -1 1077944384 3 13280 0 0 0 0 4 3 20 0 15 0 231933500 11345952768 144937 33554432000 4194304 4196468 140726468159040 139829773855456 139831887447765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
[pid=21472/tid=21538] ppid=21469 vsize=11080032 memory=5060 CPUtime=1.24 cores=1,3,5,7
/proc/21472/task/21538/stat : 21538 (java) S 21469 21472 19646 0 -1 1077944384 795 13280 0 0 53 64 4 3 20 0 15 0 231933501 11345952768 144937 33554432000 4194304 4196468 140726468159040 139831308937904 139831887448706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23826432 140726468164205 140726468167004 140726468167004 140726468169679 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 579748 KiB

Child status: 143
Real time (s): 2487.73
CPU time (s): 2520.14
CPU user time (s): 2517.79
CPU system time (s): 2.34975
CPU usage (%): 101.303
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 605300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.79
system time used= 2.34975
maximum resident set size= 607348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183220
involuntary context switches= 5025


# summary of solver processes directly reported to runsolver:
#   pid: 21472
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.79
#   total CPU system time (s): 2.34975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6085 second user time and 22.1522 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 09:01:43
IDJOB=4304723
IDBENCH=141620
IDSOLVER=2780
FILE ID=node151/4304723-1534143703
RUNJOBID= node151-1534138766-20508
PBS_JOBID= 21037016
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-45-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304723-1534143703/watcher-4304723-1534143703 -o /tmp/evaluation-result-4304723-1534143703/solver-4304723-1534143703 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20508 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=597730486 HOME/instance-4304723-1534143703.xml

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

MD5SUM BENCH= b72bc3b5ed3d31a5026f863e7681236a
RANDOM SEED=597730486

node151.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.87
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.87
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.87
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.87
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:        17508332 kB
MemAvailable:   30822380 kB
Buffers:          219700 kB
Cached:         13207532 kB
SwapCached:           16 kB
Active:          6961068 kB
Inactive:        7598776 kB
Active(anon):    1082488 kB
Inactive(anon):   102564 kB
Active(file):    5878580 kB
Inactive(file):  7496212 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:       1140704 kB
Mapped:            73312 kB
Shmem:             49524 kB
Slab:             395532 kB
SReclaimable:     367716 kB
SUnreclaim:        27816 kB
KernelStack:        3504 kB
PageTables:         8824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2186840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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= 41200 MiB
End job on node151 at 2018-08-13 09:43:11