Trace number 4304743

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)254 2520.11 2487.44

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-50-30-00_c18.xml
MD5SUM80c5a80d7c962cf143a1b6c53ca701c2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints51
Number of domains2
Minimum domain size33
Maximum domain size50
Distribution of domain sizes[{"size":33,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50},{"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

1.00/0.75	c Concrete v3.9.2.1532736233296 running
10.75/5.32	o 440
10.75/5.35	o 439
10.75/5.36	o 435
11.10/5.41	o 434
11.10/5.41	o 430
11.10/5.44	o 423
11.91/5.84	o 364
12.20/5.91	o 361
12.20/5.91	o 356
12.57/6.25	o 348
12.57/6.25	o 346
12.57/6.26	o 341
12.57/6.26	o 340
12.57/6.28	o 339
14.08/7.17	o 337
14.08/7.17	o 336
14.21/7.22	o 335
14.21/7.22	o 333
14.69/7.60	o 332
14.69/7.60	o 328
14.89/7.72	o 323
57.81/48.63	o 322
57.81/48.64	o 319
57.81/48.64	o 318
58.25/49.02	o 312
58.67/49.47	o 310
58.67/49.47	o 308
67.87/58.29	o 279
67.87/58.29	o 278
436.22/421.26	o 275
436.22/421.26	o 273
436.22/421.26	o 271
436.22/421.27	o 270
436.54/421.59	o 269
437.37/422.31	o 266
733.77/714.66	o 265
735.21/716.05	o 264
736.75/717.54	o 258
738.69/719.46	o 256
1051.21/1028.33	o 255
1125.47/1101.92	o 254
2520.07/2487.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2487.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2487.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2487.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2487.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2487.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2487.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2487.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2487.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2487.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2487.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2487.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2487.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2487.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2487.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2487.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2487.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.07/2487.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2487.40		at scala.Option.map(Option.scala:146)
2520.07/2487.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2487.40		at concrete.MAC.mac(MAC.scala:203)
2520.07/2487.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2487.40		at scala.util.Try$.apply(Try.scala:209)
2520.07/2487.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2487.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2487.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2487.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2487.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2487.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2487.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2487.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2487.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2487.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2487.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2487.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2487.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2487.40		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2487.40		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2487.40		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2487.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2487.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2487.41		at scala.util.Success.map(Try.scala:209)
2520.07/2487.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2487.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2487.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2487.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2487.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2487.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2487.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2487.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2487.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2487.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2487.41		at scala.App.main(App.scala:76)
2520.07/2487.41		at scala.App.main$(App.scala:74)
2520.07/2487.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2487.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2487.41	v <instantiation cost="254">
2520.07/2487.41	v       <list>
2520.07/2487.41	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] 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] c[45] c[46] c[47] c[48] c[49] 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] d[45] d[46] d[47] d[48] d[49]
2520.07/2487.41	v       </list>
2520.07/2487.41	v       <values>
2520.07/2487.41	v         34 31 25 24 23 0 2 5 17 19 20 8 3 4 10 13 15 26 27 21 22 18 28 29 36 37 35 33 41 39 38 40 14 1 7 16 12 6 9 11 32 30 44 49 47 48 45 46 43 42 1 3 1 1 10 2 1 4 1 3 4 5 1 2 3 1 6 4 4 2 2 5 2 7 2 7 10 11 3 1 1 15 6 4 4 2 4 5 14 19 5 11 6 7 3 5 7 15 4 8
2520.07/2487.41	v       </values>
2520.07/2487.41	v     </instantiation>
2520.07/2487.41	s SATISFIABLE

Verifier Data

OK	254

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304743-1534145696/watcher-4304743-1534145696 -o /tmp/evaluation-result-4304743-1534145696/solver-4304743-1534145696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534139133-9739 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=402174920 HOME/instance-4304743-1534145696.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
Current StackSize limit: 8192 KiB

solver pid=10978, runsolver pid=10975

[startup+0.100095 s]*
/proc/loadavg: 1.20 1.32 1.37 3/207 11035
/proc/meminfo: memFree=18144988/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=10005480 memory=16544 CPUtime=0.1 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 4300 12827 0 0 1 1 5 3 20 0 6 0 232132764 10245611520 4136 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2501370 4136 1932 1 0 2489808 0
[pid=10978/tid=11031] ppid=10975 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 2152 12827 0 0 0 0 5 3 20 0 6 0 232132773 10245611520 4202 33554432000 4194304 4196468 140731740967408 140258379330128 140258391803224 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=10005480 memory=5793854962216602041 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 6 0 232132774 10245611520 4202 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=10005480 memory=139711206708864 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 6 0 232132774 10245611520 4202 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 6 0 232132774 10245611520 4202 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 6 0 232132774 10245611520 4202 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210099 s]*
/proc/loadavg: 1.20 1.32 1.37 3/216 11044
/proc/meminfo: memFree=18120896/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=10982744 memory=44308 CPUtime=0.26 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 7284 12827 0 0 17 1 5 3 20 0 15 0 232132764 11246329856 11077 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2745686 11077 2963 1 0 2708109 0
[pid=10978/tid=11031] ppid=10975 vsize=10982744 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 4057 12827 0 0 11 1 5 3 20 0 15 0 232132773 11246329856 11275 33554432000 4194304 4196468 140731740967408 140258379285792 140258387769088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=10982744 memory=4211973437411499402 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246329856 11275 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=10982744 memory=139711206708864 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246329856 11275 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246329856 11341 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246329856 11341 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132775 11246329856 11341 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 13 12827 0 0 0 0 5 3 20 0 15 0 232132776 11246329856 11341 33554432000 4194304 4196468 140731740967408 140257257317152 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132776 11246329856 11341 33554432000 4194304 4196468 140731740967408 140257055990896 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246329856 11341 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 424 12827 0 0 1 0 5 3 20 0 15 0 232132779 11246329856 11341 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 183 12827 0 0 1 0 5 3 20 0 15 0 232132779 11246329856 11341 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=10982744 memory=139711206708864 CPUtime=0.11 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 601 12827 0 0 3 0 5 3 20 0 15 0 232132779 11246329856 11341 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246329856 11341 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=10982744 memory=139711206708864 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246329856 11407 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44308 KiB

[startup+0.310256 s]*
/proc/loadavg: 1.20 1.32 1.37 3/216 11044
/proc/meminfo: memFree=18108244/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=10983192 memory=57756 CPUtime=0.39 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 10485 12827 0 0 29 2 5 3 20 0 15 0 232132764 11246788608 14439 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2745798 14439 3082 1 0 2708109 0
[pid=10978/tid=11031] ppid=10975 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 7056 12827 0 0 20 1 5 3 20 0 15 0 232132773 11246788608 14439 33554432000 4194304 4196468 140731740967408 140258379305376 140258392658931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 14439 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 14439 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 14439 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 14439 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=10983192 memory=139711206708863 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132775 11246788608 14439 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 13 12827 0 0 0 0 5 3 20 0 15 0 232132776 11246788608 14439 33554432000 4194304 4196468 140731740967408 140257257317152 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=10983192 memory=139711206708864 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132776 11246788608 14439 33554432000 4194304 4196468 140731740967408 140257055990896 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246788608 14439 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 424 12827 0 0 1 0 5 3 20 0 15 0 232132779 11246788608 14439 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 184 12827 0 0 1 0 5 3 20 0 15 0 232132779 11246788608 14481 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 612 12827 0 0 5 0 5 3 20 0 15 0 232132779 11246788608 14481 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246788608 14481 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246788608 14481 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57756 KiB

[startup+0.700731 s]
/proc/loadavg: 1.20 1.32 1.37 3/216 11044
/proc/meminfo: memFree=18096672/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=10983192 memory=90196 CPUtime=1 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 16720 12827 0 0 88 4 5 3 20 0 15 0 232132764 11246788608 22549 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2745798 22549 3238 1 0 2708109 0
[pid=10978/tid=11031] ppid=10975 vsize=10983192 memory=62972 CPUtime=0.66 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 12198 12827 0 0 56 2 5 3 20 0 15 0 232132773 11246788608 22549 33554432000 4194304 4196468 140731740967408 140258379315088 140258391573854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=10983192 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 22549 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=10983192 memory=139711058584051 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 22549 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=10983192 memory=139715286139784 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 22549 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=10983192 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132774 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=10983192 memory=7305218370954291033 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 5 12827 0 0 0 0 5 3 20 0 15 0 232132775 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=10983192 memory=7739276948478061160 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 13 12827 0 0 0 0 5 3 20 0 15 0 232132776 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257257317152 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=10983192 memory=6293050847276651881 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132776 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257055990896 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=10983192 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246788608 22549 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=10983192 memory=8326441112149131689 CPUtime=0.18 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 1032 12827 0 0 10 0 5 3 20 0 15 0 232132779 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=10983192 memory=-8990767739041718176 CPUtime=0.15 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 574 12827 0 0 7 0 5 3 20 0 15 0 232132779 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=10983192 memory=-7384994778349281184 CPUtime=0.21 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 693 12827 0 0 13 0 5 3 20 0 15 0 232132779 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=10983192 memory=-7966001967256141664 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246788608 22549 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132779 11246788608 22549 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90196 KiB

[startup+1.50076 s]
/proc/loadavg: 1.20 1.32 1.37 3/216 11044
/proc/meminfo: memFree=18054188/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=10998092 memory=187520 CPUtime=2.67 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 25830 12827 0 0 250 9 5 3 20 0 15 0 232132764 11262046208 46880 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2749523 46880 3471 1 0 2711181 0
[pid=10978/tid=11031] ppid=10975 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 17536 12827 0 0 130 5 5 3 20 0 15 0 232132773 11262046208 46880 33554432000 4194304 4196468 140731740967408 140258379324592 140258385938127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=10998092 memory=104128 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 18 12827 0 0 1 0 5 3 20 0 15 0 232132774 11262046208 46880 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=10998092 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 95 12827 0 0 1 0 5 3 20 0 15 0 232132774 11262046208 46880 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 183 12827 0 0 1 0 5 3 20 0 15 0 232132774 11262046208 46880 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 23 12827 0 0 0 0 5 3 20 0 15 0 232132774 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 47 12827 0 0 1 0 5 3 20 0 15 0 232132775 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=10998092 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 13 12827 0 0 0 0 5 3 20 0 15 0 232132776 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257257317152 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=10998092 memory=1532 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132776 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257055990896 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=10998092 memory=1904 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11262046208 46880 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=10998092 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 2471 12827 0 0 42 0 5 3 20 0 15 0 232132779 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=10998092 memory=187110317416763 CPUtime=0.43 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 1846 12827 0 0 35 0 5 3 20 0 15 0 232132779 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=10998092 memory=1309890 CPUtime=0.43 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 1397 12827 0 0 35 0 5 3 20 0 15 0 232132779 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=10998092 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11262046208 46880 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=10998092 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1 12827 0 0 0 0 5 3 20 0 15 0 232132779 11262046208 46880 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10998092 KiB

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

/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 75705 12827 0 0 230846 28 5 3 20 0 15 0 232132773 11345952768 134827 33554432000 4194304 4196468 140731740967408 140258379323072 140257959574628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=11080032 memory=539308 CPUtime=5.65 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 11329 12827 0 0 528 29 5 3 20 0 15 0 232132774 11345952768 134827 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=11080032 memory=539308 CPUtime=5.63 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 9594 12827 0 0 525 30 5 3 20 0 15 0 232132774 11345952768 134827 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=11080032 memory=539308 CPUtime=5.65 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 8445 12827 0 0 526 31 5 3 20 0 15 0 232132774 11345952768 134827 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=11080032 memory=539308 CPUtime=5.67 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 9427 12827 0 0 528 31 5 3 20 0 15 0 232132774 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=11080032 memory=539308 CPUtime=5.47 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 16780 12827 0 0 510 29 5 3 20 0 15 0 232132775 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=11080032 memory=539308 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 14 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257257317280 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=11080032 memory=539308 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257055990912 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=11080032 memory=539308 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 134827 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=11080032 memory=539308 CPUtime=6.76 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 34378 12827 0 0 663 5 5 3 20 0 15 0 232132779 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=11080032 memory=3632 CPUtime=6.13 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 31803 12827 0 0 601 4 5 3 20 0 15 0 232132779 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=11080032 memory=63036 CPUtime=3.34 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 34406 12827 0 0 321 5 5 3 20 0 15 0 232132779 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=11080032 memory=539308 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 134827 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=11080032 memory=539308 CPUtime=1.32 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1124 12827 0 0 65 59 5 3 20 0 15 0 232132779 11345952768 134827 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 2353.84 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 539308 KiB

[startup+2382.3 s]
/proc/loadavg: 1.87 1.55 1.46 3/215 11398
/proc/meminfo: memFree=15245484/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=11080032 memory=539404 CPUtime=2414.24 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 236171 12827 0 0 241197 219 5 3 20 0 15 0 232132764 11345952768 134851 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2770008 134851 3525 1 0 2731661 0
[pid=10978/tid=11031] ppid=10975 vsize=11080032 memory=539168 CPUtime=2368.45 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 76101 12827 0 0 236808 29 5 3 20 0 15 0 232132773 11345952768 134851 33554432000 4194304 4196468 140731740967408 140258379324976 140257958845532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=11080032 memory=539320 CPUtime=5.8 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 11335 12827 0 0 542 30 5 3 20 0 15 0 232132774 11345952768 134851 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=11080032 memory=539320 CPUtime=5.78 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 9920 12827 0 0 540 30 5 3 20 0 15 0 232132774 11345952768 134851 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=11080032 memory=539320 CPUtime=5.8 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 8465 12827 0 0 540 32 5 3 20 0 15 0 232132774 11345952768 134851 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=11080032 memory=539320 CPUtime=5.82 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 9480 12827 0 0 542 32 5 3 20 0 15 0 232132774 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=11080032 memory=539320 CPUtime=5.61 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 16938 12827 0 0 523 30 5 3 20 0 15 0 232132775 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=11080032 memory=539320 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 14 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257257317280 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=11080032 memory=3632 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257055990912 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=11080032 memory=63032 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 134851 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=11080032 memory=1408 CPUtime=6.76 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 34378 12827 0 0 663 5 5 3 20 0 15 0 232132779 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=11080032 memory=3268 CPUtime=6.13 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 31803 12827 0 0 601 4 5 3 20 0 15 0 232132779 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=11080032 memory=0 CPUtime=3.34 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 34406 12827 0 0 321 5 5 3 20 0 15 0 232132779 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=11080032 memory=6008998602492892001 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 134851 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=11080032 memory=3884 CPUtime=1.36 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1130 12827 0 0 67 61 5 3 20 0 15 0 232132779 11345952768 134851 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 2414.24 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 539404 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 1.66 1.51 3/215 11399
/proc/meminfo: memFree=15098012/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=11080032 memory=541452 CPUtime=2474.68 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 236984 12827 0 0 247235 225 5 3 20 0 15 0 232132764 11345952768 135363 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2770008 135363 3525 1 0 2731661 0
[pid=10978/tid=11031] ppid=10975 vsize=11080032 memory=541452 CPUtime=2428.09 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 76437 12827 0 0 242772 29 5 3 20 0 15 0 232132773 11345952768 135363 33554432000 4194304 4196468 140731740967408 140258379328240 140257958849880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=11080032 memory=541452 CPUtime=5.94 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 11346 12827 0 0 555 31 5 3 20 0 15 0 232132774 11345952768 135363 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=11080032 memory=541452 CPUtime=5.93 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 9965 12827 0 0 553 32 5 3 20 0 15 0 232132774 11345952768 135363 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=11080032 memory=932 CPUtime=5.95 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 8492 12827 0 0 555 32 5 3 20 0 15 0 232132774 11345952768 135363 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=11080032 memory=541452 CPUtime=5.96 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 9502 12827 0 0 556 32 5 3 20 0 15 0 232132774 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=11080032 memory=541452 CPUtime=5.76 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 17007 12827 0 0 537 31 5 3 20 0 15 0 232132775 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=11080032 memory=541452 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 14 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257257317280 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=11080032 memory=541452 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257055990912 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=11080032 memory=541452 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 135363 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=11080032 memory=541452 CPUtime=6.76 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 34662 12827 0 0 663 5 5 3 20 0 15 0 232132779 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=11080032 memory=541452 CPUtime=6.13 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 31805 12827 0 0 601 4 5 3 20 0 15 0 232132779 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=11080032 memory=541452 CPUtime=3.34 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 34408 12827 0 0 321 5 5 3 20 0 15 0 232132779 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=11080032 memory=541452 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 135363 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=11080032 memory=1060 CPUtime=1.4 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1145 12827 0 0 69 63 5 3 20 0 15 0 232132779 11345952768 135363 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 2474.68 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 541452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.4 s]
/proc/loadavg: 1.79 1.64 1.51 3/215 11400
/proc/meminfo: memFree=14982328/32770624 swapFree=67108796/67108860
[pid=10978] ppid=10975 vsize=11080032 memory=541560 CPUtime=2520.07 cores=0,2,4,6
/proc/10978/stat : 10978 (java) S 10975 10978 8908 0 -1 1077944320 238096 12827 0 0 251770 229 5 3 20 0 15 0 232132764 11345952768 135390 33554432000 4194304 4196468 140731740967408 140731740949952 140258407493367 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
/proc/10978/statm: 2770008 135390 3525 1 0 2731661 0
[pid=10978/tid=11031] ppid=10975 vsize=11080032 memory=1728 CPUtime=2472.89 cores=0,2,4,6
/proc/10978/task/11031/stat : 11031 (java) R 10975 10978 8908 0 -1 4202560 76862 12827 0 0 247251 30 5 3 20 0 15 0 232132773 11345952768 135390 33554432000 4194304 4196468 140731740967408 140258379328224 140257959574592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11032] ppid=10975 vsize=11080032 memory=8628 CPUtime=6.05 cores=0,2,4,6
/proc/10978/task/11032/stat : 11032 (java) S 10975 10978 8908 0 -1 1077944384 11701 12827 0 0 566 31 5 3 20 0 15 0 232132774 11345952768 135390 33554432000 4194304 4196468 140731740967408 140258411735952 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11033] ppid=10975 vsize=11080032 memory=1080 CPUtime=6.04 cores=0,2,4,6
/proc/10978/task/11033/stat : 11033 (java) S 10975 10978 8908 0 -1 1077944384 10000 12827 0 0 564 32 5 3 20 0 15 0 232132774 11345952768 135390 33554432000 4194304 4196468 140731740967408 140258266454800 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11034] ppid=10975 vsize=11080032 memory=752 CPUtime=6.06 cores=0,2,4,6
/proc/10978/task/11034/stat : 11034 (java) S 10975 10978 8908 0 -1 1077944384 8549 12827 0 0 565 33 5 3 20 0 15 0 232132774 11345952768 135390 33554432000 4194304 4196468 140731740967408 140258265402512 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11035] ppid=10975 vsize=11080032 memory=820 CPUtime=6.08 cores=0,2,4,6
/proc/10978/task/11035/stat : 11035 (java) S 10975 10978 8908 0 -1 1077944384 9523 12827 0 0 567 33 5 3 20 0 15 0 232132774 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257945185296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11036] ppid=10975 vsize=11080032 memory=1592 CPUtime=5.87 cores=0,2,4,6
/proc/10978/task/11036/stat : 11036 (java) S 10975 10978 8908 0 -1 1077944384 17205 12827 0 0 547 32 5 3 20 0 15 0 232132775 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257833388144 140258407504514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11037] ppid=10975 vsize=11080032 memory=3804 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11037/stat : 11037 (java) S 10975 10978 8908 0 -1 1077944384 14 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257257317280 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11038] ppid=10975 vsize=11080032 memory=3164 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11038/stat : 11038 (java) S 10975 10978 8908 0 -1 1077944384 2 12827 0 0 0 0 5 3 20 0 15 0 232132776 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257055990912 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11039] ppid=10975 vsize=11080032 memory=1244 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11039/stat : 11039 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 135390 33554432000 4194304 4196468 140731740967408 140256748591184 140258407511963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11040] ppid=10975 vsize=11080032 memory=1060 CPUtime=6.77 cores=0,2,4,6
/proc/10978/task/11040/stat : 11040 (java) S 10975 10978 8908 0 -1 1077944384 34664 12827 0 0 664 5 5 3 20 0 15 0 232132779 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257832335984 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11041] ppid=10975 vsize=11080032 memory=1776 CPUtime=6.13 cores=0,2,4,6
/proc/10978/task/11041/stat : 11041 (java) S 10975 10978 8908 0 -1 1077944384 31807 12827 0 0 601 4 5 3 20 0 15 0 232132779 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257831283184 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11042] ppid=10975 vsize=11080032 memory=5656 CPUtime=3.34 cores=0,2,4,6
/proc/10978/task/11042/stat : 11042 (java) S 10975 10978 8908 0 -1 1077944384 34410 12827 0 0 321 5 5 3 20 0 15 0 232132779 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257830230896 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11043] ppid=10975 vsize=11080032 memory=63036 CPUtime=0.08 cores=0,2,4,6
/proc/10978/task/11043/stat : 11043 (java) S 10975 10978 8908 0 -1 1077944384 3 12827 0 0 0 0 5 3 20 0 15 0 232132779 11345952768 135390 33554432000 4194304 4196468 140731740967408 140256317795296 140258407503573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
[pid=10978/tid=11044] ppid=10975 vsize=11080032 memory=2056 CPUtime=1.42 cores=0,2,4,6
/proc/10978/task/11044/stat : 11044 (java) S 10975 10978 8908 0 -1 1077944384 1160 12827 0 0 70 64 5 3 20 0 15 0 232132779 11345952768 135390 33554432000 4194304 4196468 140731740967408 140257829177776 140258407504514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31444992 140731740969581 140731740972380 140731740972380 140731740975055 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 541560 KiB

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

[startup+2487.44 s]
# the end of solver process 10978 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.78 s, system=2.33599 s

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

Child status: 143
Real time (s): 2487.44
CPU time (s): 2520.11
CPU user time (s): 2517.78
CPU system time (s): 2.33599
CPU usage (%): 101.314
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 569268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.78
system time used= 2.33599
maximum resident set size= 570804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184556
involuntary context switches= 7487


# summary of solver processes directly reported to runsolver:
#   pid: 10978
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.78
#   total CPU system time (s): 2.33599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4508 second user time and 20.4011 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-13 09:34:56
IDJOB=4304743
IDBENCH=141630
IDSOLVER=2780
FILE ID=node138/4304743-1534145696
RUNJOBID= node138-1534139133-9739
PBS_JOBID= 21037019
Free space on /tmp= 24412 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-50-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-4304743-1534145696/watcher-4304743-1534145696 -o /tmp/evaluation-result-4304743-1534145696/solver-4304743-1534145696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534139133-9739 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=402174920 HOME/instance-4304743-1534145696.xml

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

MD5SUM BENCH= 80c5a80d7c962cf143a1b6c53ca701c2
RANDOM SEED=402174920

node138.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.71
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.71
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.71
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.71
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:        18152264 kB
MemAvailable:   31583008 kB
Buffers:          188096 kB
Cached:         13315524 kB
SwapCached:           12 kB
Active:          7062824 kB
Inactive:        6819088 kB
Active(anon):     321512 kB
Inactive(anon):   108444 kB
Active(file):    6741312 kB
Inactive(file):  6710644 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26252 kB
Writeback:             0 kB
AnonPages:        493608 kB
Mapped:            64756 kB
Shmem:             49740 kB
Slab:             435404 kB
SReclaimable:     407248 kB
SUnreclaim:        28156 kB
KernelStack:        3824 kB
PageTables:         5892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1459668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24384 MiB
End job on node138 at 2018-08-13 10:16:24