Trace number 4302346

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)259 252.127 240.044

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 benchmark252.013
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

0.99/0.74	c Concrete v3.9.2.1532736233296 running
11.05/5.36	o 344
11.27/5.40	o 340
11.27/5.42	o 332
11.27/5.43	o 326
13.86/6.99	o 325
30.17/21.55	o 323
30.17/21.56	o 320
30.17/21.56	o 319
30.17/21.57	o 318
30.17/21.57	o 314
30.17/21.58	o 309
30.17/21.58	o 304
30.17/21.59	o 303
30.17/21.59	o 300
30.40/21.61	o 294
30.40/21.67	o 293
31.10/22.20	o 292
40.94/31.96	o 289
40.94/31.97	o 283
40.94/32.00	o 282
152.42/141.94	o 266
152.42/141.95	o 264
152.94/142.34	o 263
159.28/148.55	o 259
252.08/240.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/240.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/240.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/240.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.08/240.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.08/240.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/240.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.08/240.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/240.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/240.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/240.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/240.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/240.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/240.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/240.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/240.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/240.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/240.01		at scala.Option.map(Option.scala:146)
252.08/240.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/240.01		at concrete.MAC.mac(MAC.scala:203)
252.08/240.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/240.01		at scala.util.Try$.apply(Try.scala:209)
252.08/240.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/240.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/240.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/240.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/240.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/240.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/240.01		at concrete.MAC.oneRun(MAC.scala:253)
252.08/240.01		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/240.01		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/240.01		at concrete.Solver.hasNext(Solver.scala:166)
252.08/240.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/240.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/240.01		at concrete.Solver.foreach(Solver.scala:68)
252.08/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/240.01		at scala.util.Success.map(Try.scala:209)
252.08/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/240.01		at scala.App.main(App.scala:76)
252.08/240.01		at scala.App.main$(App.scala:74)
252.08/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/240.02	v <instantiation cost="259">
252.08/240.02	v       <list>
252.08/240.02	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]
252.08/240.02	v       </list>
252.08/240.02	v       <values>
252.08/240.02	v         6 5 7 2 12 16 19 24 25 38 39 41 42 34 31 40 44 43 47 48 45 37 36 35 29 28 22 18 11 4 3 33 46 49 32 30 23 1 0 14 17 8 20 26 27 21 10 13 15 9 2 5 5 4 2 4 5 1 8 1 3 1 8 1 6 3 9 2 3 5 5 2 5 4 2 4 2 4 9 1 13 13 22 15 5 6 9 7 7 6 5 4 6 4 4 4 3 1 4 5
252.08/240.02	v       </values>
252.08/240.02	v     </instantiation>
252.08/240.02	s SATISFIABLE

Verifier Data

OK	259

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302346-1532898529/watcher-4302346-1532898529 -o /tmp/evaluation-result-4302346-1532898529/solver-4302346-1532898529 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=83530107 HOME/instance-4302346-1532898529.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22930, runsolver pid=22927
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.44 1.60 1.68 3/206 22987
/proc/meminfo: memFree=27487156/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=10005480 memory=16816 CPUtime=0.1 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 4372 13151 0 0 1 1 5 3 20 0 6 0 107416083 10245611520 4204 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2501370 4204 1935 1 0 2489808 0
[pid=22930/tid=22983] ppid=22927 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 2183 13151 0 0 0 0 5 3 20 0 6 0 107416092 10245611520 4716 33554432000 4194304 4196468 140725890663568 139966362948176 139966372505149 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 6 0 107416093 10245611520 4716 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=10005480 memory=139989156636288 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 6 0 107416093 10245611520 4716 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 6 0 107416093 10245611520 4716 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 2 13151 0 0 0 0 5 3 20 0 6 0 107416093 10245611520 4716 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209915 s]*
/proc/loadavg: 1.44 1.60 1.68 3/215 22996
/proc/meminfo: memFree=27463440/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=10982696 memory=42084 CPUtime=0.26 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 8386 13151 0 0 16 2 5 3 20 0 15 0 107416083 11246280704 10521 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2745674 10521 2961 1 0 2708109 0
[pid=22930/tid=22983] ppid=22927 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 4893 13151 0 0 10 1 5 3 20 0 15 0 107416092 11246280704 10521 33554432000 4194304 4196468 140725890663568 139966362898560 139966372674971 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=10982696 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246280704 10521 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=10982696 memory=139989156657589 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246280704 10521 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246280704 10521 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 2 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246280704 10521 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=10982696 memory=139989156636288 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 2 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246280704 10521 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 13 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246280704 10521 33554432000 4194304 4196468 140725890663568 139965199541024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 21 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246280704 10521 33554432000 4194304 4196468 140725890663568 139965132428400 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246280704 10521 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 559 13151 0 0 1 0 5 3 20 0 15 0 107416098 11246280704 10521 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 66 13151 0 0 1 0 5 3 20 0 15 0 107416098 11246280704 10521 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=10982696 memory=139989156636288 CPUtime=0.11 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) S 22927 22930 9814 0 -1 1077944384 627 13151 0 0 3 0 5 3 20 0 15 0 107416098 11246280704 10521 33554432000 4194304 4196468 140725890663568 139965881052016 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246280704 10521 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=10982696 memory=139989156636288 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246280704 10521 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42084 KiB

[startup+0.310328 s]*
/proc/loadavg: 1.44 1.60 1.68 3/215 22996
/proc/meminfo: memFree=27454012/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=10983192 memory=53436 CPUtime=0.39 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 10415 13151 0 0 28 3 5 3 20 0 15 0 107416083 11246788608 13359 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2745798 13359 3093 1 0 2708109 0
[pid=22930/tid=22983] ppid=22927 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 6921 13151 0 0 19 2 5 3 20 0 15 0 107416092 11246788608 13359 33554432000 4194304 4196468 140725890663568 139966362923424 139966391123350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 13359 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 13359 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 13359 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 2 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 13359 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 2 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246788608 13359 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 13 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246788608 13359 33554432000 4194304 4196468 140725890663568 139965199541024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 21 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246788608 13359 33554432000 4194304 4196468 140725890663568 139965132428400 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246788608 13359 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 561 13151 0 0 2 0 5 3 20 0 15 0 107416098 11246788608 13359 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 66 13151 0 0 1 0 5 3 20 0 15 0 107416098 11246788608 13359 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=10983192 memory=139989156636288 CPUtime=0.13 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) R 22927 22930 9814 0 -1 4202560 632 13151 0 0 5 0 5 3 20 0 15 0 107416098 11246788608 13359 33554432000 4194304 4196468 140725890663568 139965881052016 139966391132762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246788608 13359 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=10983192 memory=139989156636288 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246788608 13359 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53436 KiB

[startup+0.700749 s]
/proc/loadavg: 1.44 1.60 1.68 4/215 22996
/proc/meminfo: memFree=27442476/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=10983192 memory=86932 CPUtime=0.99 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 16873 13151 0 0 86 5 5 3 20 0 15 0 107416083 11246788608 21733 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2745798 21733 3246 1 0 2708109 0
[pid=22930/tid=22983] ppid=22927 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 12369 13151 0 0 55 4 5 3 20 0 15 0 107416092 11246788608 21733 33554432000 4194304 4196468 140725890663568 139966362932240 139966372675001 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 21733 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 21733 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=10983192 memory=139989023339312 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 21733 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=10983192 memory=139990164046425 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 2 13151 0 0 0 0 5 3 20 0 15 0 107416093 11246788608 21733 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=10983192 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 5 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246788608 21733 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 13 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246788608 21733 33554432000 4194304 4196468 140725890663568 139965199541024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=10983192 memory=8027477668130812270 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 21 13151 0 0 0 0 5 3 20 0 15 0 107416095 11246788608 21733 33554432000 4194304 4196468 140725890663568 139965132428400 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=10983192 memory=17496 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246788608 21733 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=10983192 memory=16148 CPUtime=0.18 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 1210 13151 0 0 10 0 5 3 20 0 15 0 107416098 11246788608 21733 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=10983192 memory=4004 CPUtime=0.15 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 333 13151 0 0 7 0 5 3 20 0 15 0 107416098 11246788608 21733 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=10983192 memory=636 CPUtime=0.21 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) S 22927 22930 9814 0 -1 1077944384 717 13151 0 0 13 0 5 3 20 0 15 0 107416098 11246788608 21733 33554432000 4194304 4196468 140725890663568 139965881052016 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=10983192 memory=1780 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246788608 21733 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416098 11246788608 21733 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86932 KiB

[startup+1.5007 s]
/proc/loadavg: 1.44 1.60 1.68 4/215 22996
/proc/meminfo: memFree=27395436/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=10998092 memory=180280 CPUtime=2.39 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 24358 13151 0 0 221 10 5 3 20 0 15 0 107416083 11262046208 45070 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2749523 45070 3468 1 0 2711181 0
[pid=22930/tid=22983] ppid=22927 vsize=10998092 memory=62968 CPUtime=1.43 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 17936 13151 0 0 129 6 5 3 20 0 15 0 107416092 11262046208 45070 33554432000 4194304 4196468 140725890663568 139966362942456 139965956900956 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 219 13151 0 0 1 0 5 3 20 0 15 0 107416093 11262046208 45070 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=10998092 memory=279978046709920 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 19 13151 0 0 1 0 5 3 20 0 15 0 107416093 11262046208 45070 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 61 13151 0 0 1 0 5 3 20 0 15 0 107416093 11262046208 45070 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 28 13151 0 0 1 0 5 3 20 0 15 0 107416093 11262046208 45070 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 60 13151 0 0 1 0 5 3 20 0 15 0 107416095 11262046208 45070 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 13 13151 0 0 0 0 5 3 20 0 15 0 107416095 11262046208 45070 33554432000 4194304 4196468 140725890663568 139965199541088 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 43 13151 0 0 0 0 5 3 20 0 15 0 107416095 11262046208 45070 33554432000 4194304 4196468 140725890663568 139965132428400 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=10998092 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11262046208 45070 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=10998092 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 1414 13151 0 0 24 0 5 3 20 0 15 0 107416098 11262046208 45070 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=10998092 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 1052 13151 0 0 26 0 5 3 20 0 15 0 107416098 11262046208 45070 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=10998092 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) S 22927 22930 9814 0 -1 1077944384 1313 13151 0 0 34 0 5 3 20 0 15 0 107416098 11262046208 45070 33554432000 4194304 4196468 140725890663568 139965881052016 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11262046208 45070 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=10998092 memory=279978046954368 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 1 13151 0 0 0 0 5 3 20 0 15 0 107416098 11262046208 45070 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 55872 13151 0 0 10169 15 5 3 20 0 15 0 107416092 11345952768 134091 33554432000 4194304 4196468 140725890663568 139966362945104 139965968109356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=11080032 memory=536364 CPUtime=0.22 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 2700 13151 0 0 12 2 5 3 20 0 15 0 107416093 11345952768 134091 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=11080032 memory=536364 CPUtime=0.22 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 2370 13151 0 0 11 3 5 3 20 0 15 0 107416093 11345952768 134091 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=11080032 memory=8 CPUtime=0.21 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1287 13151 0 0 11 2 5 3 20 0 15 0 107416093 11345952768 134091 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=11080032 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 1440 13151 0 0 11 3 5 3 20 0 15 0 107416093 11345952768 134091 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=11080032 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 2624 13151 0 0 11 1 5 3 20 0 15 0 107416095 11345952768 134091 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=11080032 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 14 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 134091 33554432000 4194304 4196468 140725890663568 139965199541152 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=11080032 memory=139993451603583 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 45 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 134091 33554432000 4194304 4196468 140725890663568 139965132428416 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=11080032 memory=-1189914978686175584 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 134091 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=11080032 memory=56 CPUtime=4.02 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 24479 13151 0 0 389 5 5 3 20 0 15 0 107416098 11345952768 134091 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=11080032 memory=6944656592387989600 CPUtime=4.02 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 19124 13151 0 0 391 3 5 3 20 0 15 0 107416098 11345952768 134091 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=11080032 memory=536364 CPUtime=1.93 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) S 22927 22930 9814 0 -1 1077944384 13589 13151 0 0 182 3 5 3 20 0 15 0 107416098 11345952768 134091 33554432000 4194304 4196468 140725890663568 139965881052016 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=11080032 memory=540984 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 134091 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=11080032 memory=536880 CPUtime=0.12 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 702 13151 0 0 2 2 5 3 20 0 15 0 107416098 11345952768 134091 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 112.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 536364 KiB

[startup+162.301 s]
/proc/loadavg: 1.72 1.63 1.68 3/216 23136
/proc/meminfo: memFree=25297340/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=11080032 memory=535508 CPUtime=173.41 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 141862 13151 0 0 17287 46 5 3 20 0 15 0 107416083 11345952768 133877 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2770008 133877 3525 1 0 2731661 0
[pid=22930/tid=22983] ppid=22927 vsize=11080032 memory=535508 CPUtime=161.62 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 57556 13151 0 0 16139 15 5 3 20 0 15 0 107416092 11345952768 133877 33554432000 4194304 4196468 140725890663568 139966362940480 139965966220324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.33 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 3281 13151 0 0 23 2 5 3 20 0 15 0 107416093 11345952768 133877 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=11080032 memory=1852 CPUtime=0.33 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 3564 13151 0 0 21 4 5 3 20 0 15 0 107416093 11345952768 133877 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.33 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1330 13151 0 0 22 3 5 3 20 0 15 0 107416093 11345952768 133877 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.33 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 1482 13151 0 0 22 3 5 3 20 0 15 0 107416093 11345952768 133877 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.32 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 2953 13151 0 0 22 2 5 3 20 0 15 0 107416095 11345952768 133877 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 14 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 133877 33554432000 4194304 4196468 140725890663568 139965199541152 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 45 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 133877 33554432000 4194304 4196468 140725890663568 139965132428416 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 133877 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=11080032 memory=535508 CPUtime=4.21 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 26973 13151 0 0 408 5 5 3 20 0 15 0 107416098 11345952768 133877 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=11080032 memory=535508 CPUtime=4.41 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 25629 13151 0 0 429 4 5 3 20 0 15 0 107416098 11345952768 133877 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=11080032 memory=535508 CPUtime=1.99 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) S 22927 22930 9814 0 -1 1077944384 16039 13151 0 0 188 3 5 3 20 0 15 0 107416098 11345952768 133877 33554432000 4194304 4196468 140725890663568 139965881052016 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=11080032 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 133877 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.14 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 797 13151 0 0 3 3 5 3 20 0 15 0 107416098 11345952768 133877 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 173.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 535508 KiB

[startup+222.301 s]
/proc/loadavg: 1.55 1.59 1.66 3/216 23137
/proc/meminfo: memFree=24680888/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=11080032 memory=535036 CPUtime=234.1 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 145716 13151 0 0 23354 48 5 3 20 0 15 0 107416083 11345952768 133759 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2770008 133759 3525 1 0 2731661 0
[pid=22930/tid=22983] ppid=22927 vsize=11080032 memory=535508 CPUtime=221.3 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 58096 13151 0 0 22107 15 5 3 20 0 15 0 107416092 11345952768 133759 33554432000 4194304 4196468 140725890663568 139966362946832 139965969018475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=11080032 memory=535508 CPUtime=0.46 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 3374 13151 0 0 35 3 5 3 20 0 15 0 107416093 11345952768 133759 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=11080032 memory=535536 CPUtime=0.47 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 3638 13151 0 0 34 5 5 3 20 0 15 0 107416093 11345952768 133759 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=11080032 memory=535548 CPUtime=0.46 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1382 13151 0 0 35 3 5 3 20 0 15 0 107416093 11345952768 133759 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=11080032 memory=535036 CPUtime=0.47 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 2593 13151 0 0 35 4 5 3 20 0 15 0 107416093 11345952768 133759 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=11080032 memory=535036 CPUtime=0.43 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 3007 13151 0 0 33 2 5 3 20 0 15 0 107416095 11345952768 133759 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=11080032 memory=535036 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 14 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 133759 33554432000 4194304 4196468 140725890663568 139965199541152 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=11080032 memory=535036 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 45 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 133759 33554432000 4194304 4196468 140725890663568 139965132428416 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=11080032 memory=535036 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 133759 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=11080032 memory=535036 CPUtime=4.35 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 27528 13151 0 0 422 5 5 3 20 0 15 0 107416098 11345952768 133759 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=11080032 memory=4140 CPUtime=4.55 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 26428 13151 0 0 443 4 5 3 20 0 15 0 107416098 11345952768 133759 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=11080032 memory=535036 CPUtime=2.06 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) S 22927 22930 9814 0 -1 1077944384 16596 13151 0 0 195 3 5 3 20 0 15 0 107416098 11345952768 133759 33554432000 4194304 4196468 140725890663568 139965881052016 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=11080032 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 133759 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=11080032 memory=535036 CPUtime=0.17 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 816 13151 0 0 5 4 5 3 20 0 15 0 107416098 11345952768 133759 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 234.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 535036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.61 1.60 1.67 3/216 23138
/proc/meminfo: memFree=24737052/32770624 swapFree=67108436/67108860
[pid=22930] ppid=22927 vsize=11080032 memory=535064 CPUtime=252.08 cores=1,3,5,7
/proc/22930/stat : 22930 (java) S 22927 22930 9814 0 -1 1077944320 151016 13151 0 0 25149 51 5 3 20 0 15 0 107416083 11345952768 133766 33554432000 4194304 4196468 140725890663568 140725890646112 139966391111415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
/proc/22930/statm: 2770008 133766 3525 1 0 2731661 0
[pid=22930/tid=22983] ppid=22927 vsize=11080032 memory=17496 CPUtime=238.9 cores=1,3,5,7
/proc/22930/task/22983/stat : 22983 (java) R 22927 22930 9814 0 -1 4202560 58678 13151 0 0 23867 15 5 3 20 0 15 0 107416092 11345952768 133766 33554432000 4194304 4196468 140725890663568 139966362939280 139965968107933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22984] ppid=22927 vsize=11080032 memory=16148 CPUtime=0.5 cores=1,3,5,7
/proc/22930/task/22984/stat : 22984 (java) S 22927 22930 9814 0 -1 1077944384 3930 13151 0 0 39 3 5 3 20 0 15 0 107416093 11345952768 133766 33554432000 4194304 4196468 140725890663568 139966395354000 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22985] ppid=22927 vsize=11080032 memory=4126316290023845779 CPUtime=0.51 cores=1,3,5,7
/proc/22930/task/22985/stat : 22985 (java) S 22927 22930 9814 0 -1 1077944384 3645 13151 0 0 38 5 5 3 20 0 15 0 107416093 11345952768 133766 33554432000 4194304 4196468 140725890663568 139966276619024 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22986] ppid=22927 vsize=11080032 memory=1136 CPUtime=0.5 cores=1,3,5,7
/proc/22930/task/22986/stat : 22986 (java) S 22927 22930 9814 0 -1 1077944384 1409 13151 0 0 39 3 5 3 20 0 15 0 107416093 11345952768 133766 33554432000 4194304 4196468 140725890663568 139966275566736 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22987] ppid=22927 vsize=11080032 memory=15872 CPUtime=0.51 cores=1,3,5,7
/proc/22930/task/22987/stat : 22987 (java) S 22927 22930 9814 0 -1 1077944384 2684 13151 0 0 39 4 5 3 20 0 15 0 107416093 11345952768 133766 33554432000 4194304 4196468 140725890663568 139966274513936 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22988] ppid=22927 vsize=11080032 memory=17496 CPUtime=0.47 cores=1,3,5,7
/proc/22930/task/22988/stat : 22988 (java) S 22927 22930 9814 0 -1 1077944384 3298 13151 0 0 37 2 5 3 20 0 15 0 107416095 11345952768 133766 33554432000 4194304 4196468 140725890663568 139965884209264 139966391122562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22989] ppid=22927 vsize=11080032 memory=16148 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22989/stat : 22989 (java) S 22927 22930 9814 0 -1 1077944384 14 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 133766 33554432000 4194304 4196468 140725890663568 139965199541152 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22990] ppid=22927 vsize=11080032 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22990/stat : 22990 (java) S 22927 22930 9814 0 -1 1077944384 45 13151 0 0 0 0 5 3 20 0 15 0 107416095 11345952768 133766 33554432000 4194304 4196468 140725890663568 139965132428416 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22991] ppid=22927 vsize=11080032 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22991/stat : 22991 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 133766 33554432000 4194304 4196468 140725890663568 139964825032784 139966391130011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22992] ppid=22927 vsize=11080032 memory=1780 CPUtime=4.42 cores=1,3,5,7
/proc/22930/task/22992/stat : 22992 (java) S 22927 22930 9814 0 -1 1077944384 29118 13151 0 0 429 5 5 3 20 0 15 0 107416098 11345952768 133766 33554432000 4194304 4196468 140725890663568 139965883157104 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22993] ppid=22927 vsize=11080032 memory=1236 CPUtime=4.61 cores=1,3,5,7
/proc/22930/task/22993/stat : 22993 (java) S 22927 22930 9814 0 -1 1077944384 27298 13151 0 0 449 4 5 3 20 0 15 0 107416098 11345952768 133766 33554432000 4194304 4196468 140725890663568 139965882104304 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22994] ppid=22927 vsize=11080032 memory=960 CPUtime=2.09 cores=1,3,5,7
/proc/22930/task/22994/stat : 22994 (java) S 22927 22930 9814 0 -1 1077944384 17865 13151 0 0 198 3 5 3 20 0 15 0 107416098 11345952768 133766 33554432000 4194304 4196468 140725890663568 139965881052016 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22995] ppid=22927 vsize=11080032 memory=6504 CPUtime=0.08 cores=1,3,5,7
/proc/22930/task/22995/stat : 22995 (java) S 22927 22930 9814 0 -1 1077944384 3 13151 0 0 0 0 5 3 20 0 15 0 107416098 11345952768 133766 33554432000 4194304 4196468 140725890663568 139964394236896 139966391121621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
[pid=22930/tid=22996] ppid=22927 vsize=11080032 memory=535064 CPUtime=0.18 cores=1,3,5,7
/proc/22930/task/22996/stat : 22996 (java) S 22927 22930 9814 0 -1 1077944384 833 13151 0 0 5 5 5 3 20 0 15 0 107416098 11345952768 133766 33554432000 4194304 4196468 140725890663568 139965879998896 139966391122562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140725890669171 140725890671969 140725890671969 140725890674639 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 535064 KiB

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

[startup+240.044 s]
# the end of solver process 22930 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.565 s, system=0.562295 s

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

Child status: 143
Real time (s): 240.044
CPU time (s): 252.127
CPU user time (s): 251.565
CPU system time (s): 0.562295
CPU usage (%): 105.034
Max. virtual memory (cumulated for all children) (KiB): 11080624
Max. memory (cumulated for all children) (KiB): 589332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.565
system time used= 0.562295
maximum resident set size= 591380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165022
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21245
involuntary context switches= 486


# summary of solver processes directly reported to runsolver:
#   pid: 22930
#   total CPU time (s): 252.127
#   total CPU user time (s): 251.565
#   total CPU system time (s): 0.562295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34749 second user time and 2.35767 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 23:08:49
IDJOB=4302346
IDBENCH=141630
IDSOLVER=2776
FILE ID=node137/4302346-1532898529
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 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-4302346-1532898529/watcher-4302346-1532898529 -o /tmp/evaluation-result-4302346-1532898529/solver-4302346-1532898529 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=83530107 HOME/instance-4302346-1532898529.xml

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

MD5SUM BENCH= 80c5a80d7c962cf143a1b6c53ca701c2
RANDOM SEED=83530107

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27492876 kB
MemAvailable:   31308676 kB
Buffers:          222180 kB
Cached:          3829656 kB
SwapCached:           32 kB
Active:          2427372 kB
Inactive:        2303016 kB
Active(anon):     626588 kB
Inactive(anon):    79972 kB
Active(file):    1800784 kB
Inactive(file):  2223044 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:        686216 kB
Mapped:            55824 kB
Shmem:             25052 kB
Slab:             243732 kB
SReclaimable:     215616 kB
SUnreclaim:        28116 kB
KernelStack:        3552 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1854392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 23:12:49