Trace number 4304955

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.06 2445.23

General information on the benchmark

NameBibd/
Bibd-sc-34-085-30-12-10_c18.xml
MD5SUM16a7a800d3f63e1acf189b42778a783a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101150
Number of constraints48366
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50575}]
Minimum variable degree0
Maximum variable degree36
Distribution of variable degrees[{"degree":0,"count":50575},{"degree":2,"count":47685},{"degree":36,"count":2890}]
Minimum constraint arity3
Maximum constraint arity2890
Distribution of constraint arities[{"arity":3,"count":47685},{"arity":34,"count":85},{"arity":85,"count":595},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints47685
Distribution of constraint types[{"type":"intension","count":47685},{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.76	c Concrete v3.9.2.1532736233296 running
2520.01/2445.21	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2445.21		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2445.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2445.21		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
2520.01/2445.21		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.01/2445.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2445.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2445.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2445.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2445.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2445.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2445.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2445.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2445.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.01/2445.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2445.21		at scala.Option.map(Option.scala:146)
2520.01/2445.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2445.21		at concrete.MAC.mac(MAC.scala:203)
2520.01/2445.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2445.21		at scala.util.Try$.apply(Try.scala:209)
2520.01/2445.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2445.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2445.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2445.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2445.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2445.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2445.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2445.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2445.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2445.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2445.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2445.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2445.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.01/2445.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.01/2445.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2445.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2445.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.01/2445.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.01/2445.21		at concrete.Solver.toStream(Solver.scala:68)
2520.01/2445.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.01/2445.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.01/2445.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.01/2445.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.01/2445.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2445.21		at scala.util.Success.map(Try.scala:209)
2520.01/2445.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2445.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2445.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2445.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2445.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2445.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2445.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2445.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2445.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2445.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2445.21		at scala.App.main(App.scala:76)
2520.01/2445.21		at scala.App.main$(App.scala:74)
2520.01/2445.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2445.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2445.21	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304955-1534096381/watcher-4304955-1534096381 -o /tmp/evaluation-result-4304955-1534096381/solver-4304955-1534096381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1099490868 HOME/instance-4304955-1534096381.xml 

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

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

solver pid=30281, runsolver pid=30278

[startup+0.100137 s]*
/proc/loadavg: 0.95 1.39 1.60 3/191 30372
/proc/meminfo: memFree=23836196/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=113256 memory=1620 CPUtime=0.08 cores=1,3,5,7
/proc/30281/stat : 30281 (bash) R 30278 30281 30220 0 -1 4202496 1007 12961 0 1 0 0 5 3 20 0 1 0 227201284 115974144 405 33554432000 4194304 5098028 140734722418960 140734722414792 139910078809461 0 0 4100 65536 0 0 0 17 5 0 0 0 0 0 7196144 7232144 15081472 140734722426027 140734722426152 140734722426152 140734722428910 0
/proc/30281/statm: 28314 405 319 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1620 KiB

[startup+0.209691 s]*
/proc/loadavg: 0.95 1.39 1.60 4/215 30412
/proc/meminfo: memFree=23784944/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=10982744 memory=41148 CPUtime=0.23 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 6516 12961 0 1 13 2 5 3 20 0 15 0 227201284 11246329856 10287 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2745686 10287 2944 1 0 2708109 0
[pid=30281/tid=30385] ppid=30278 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 3061 12961 0 1 8 1 5 3 20 0 15 0 227201296 11246329856 10287 33554432000 4194304 4196468 140737183957168 139851366306400 139851394518422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=10982744 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246329856 10287 33554432000 4194304 4196468 140737183957168 139851398749200 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=10982744 memory=139695917434987 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246329856 10287 33554432000 4194304 4196468 140737183957168 139851253468304 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246329856 10287 33554432000 4194304 4196468 140737183957168 139851252415248 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) S 30278 30281 30220 0 -1 1077944384 2 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246329856 10287 33554432000 4194304 4196468 140737183957168 139851251362704 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=10982744 memory=139695917405824 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 2 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246329856 10287 33554432000 4194304 4196468 140737183957168 139850819922160 139851394517634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 13 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246329856 10287 33554432000 4194304 4196468 140737183957168 139850242057376 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246329856 10287 33554432000 4194304 4196468 140737183957168 139850040730352 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246329856 10287 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) S 30278 30281 30220 0 -1 1077944384 92 12961 0 1 1 0 5 3 20 0 15 0 227201301 11246329856 10287 33554432000 4194304 4196468 140737183957168 139850818870000 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 525 12961 0 1 1 0 5 3 20 0 15 0 227201301 11246329856 10287 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=10982744 memory=139695917405824 CPUtime=0.1 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) R 30278 30281 30220 0 -1 4202560 619 12961 0 1 2 0 5 3 20 0 15 0 227201301 11246329856 10287 33554432000 4194304 4196468 140737183957168 139850816764400 139851394527834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246329856 10287 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=10982744 memory=139695917405824 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246329856 10287 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41148 KiB

[startup+0.310398 s]*
/proc/loadavg: 0.95 1.39 1.60 6/215 30412
/proc/meminfo: memFree=23758400/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=10983192 memory=54624 CPUtime=0.37 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 9716 12961 0 1 25 4 5 3 20 0 15 0 227201284 11246788608 13656 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2745798 13656 3063 1 0 2708109 0
[pid=30281/tid=30385] ppid=30278 vsize=10983192 memory=576461178948550685 CPUtime=0.27 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 6248 12961 0 1 17 2 5 3 20 0 15 0 227201296 11246788608 13656 33554432000 4194304 4196468 140737183957168 139851366318496 139851376070043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=10983192 memory=302022891384602647 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 13656 33554432000 4194304 4196468 140737183957168 139851398749200 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=10983192 memory=139695917420392 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 13656 33554432000 4194304 4196468 140737183957168 139851253468304 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=10983192 memory=-8033973737701895300 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 13656 33554432000 4194304 4196468 140737183957168 139851252415248 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=10983192 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) S 30278 30281 30220 0 -1 1077944384 2 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 13656 33554432000 4194304 4196468 140737183957168 139851251362704 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=10983192 memory=3472467992145086128 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 2 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246788608 13656 33554432000 4194304 4196468 140737183957168 139850819922160 139851394517634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=10983192 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 13 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246788608 13656 33554432000 4194304 4196468 140737183957168 139850242057376 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=10983192 memory=9051283677730746851 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246788608 13656 33554432000 4194304 4196468 140737183957168 139850040730352 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=10983192 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246788608 13656 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) S 30278 30281 30220 0 -1 1077944384 92 12961 0 1 1 0 5 3 20 0 15 0 227201301 11246788608 13656 33554432000 4194304 4196468 140737183957168 139850818870000 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=10983192 memory=8505664916391803507 CPUtime=0.09 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 528 12961 0 1 1 0 5 3 20 0 15 0 227201301 11246788608 13656 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=10983192 memory=139695917405824 CPUtime=0.12 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) S 30278 30281 30220 0 -1 1077944384 629 12961 0 1 4 0 5 3 20 0 15 0 227201301 11246788608 13656 33554432000 4194304 4196468 140737183957168 139850816764400 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246788608 13656 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=10983192 memory=139695917405824 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246788608 13656 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54624 KiB

[startup+0.700727 s]
/proc/loadavg: 0.95 1.39 1.60 4/215 30412
/proc/meminfo: memFree=23732852/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=10983192 memory=89072 CPUtime=0.97 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 16365 12961 0 1 84 5 5 3 20 0 15 0 227201284 11246788608 22268 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2745798 22268 3238 1 0 2708109 0
[pid=30281/tid=30385] ppid=30278 vsize=10983192 memory=314 CPUtime=0.65 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 11815 12961 0 1 53 4 5 3 20 0 15 0 227201296 11246788608 22268 33554432000 4194304 4196468 140737183957168 139851366320256 139851378586974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=10983192 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 22268 33554432000 4194304 4196468 140737183957168 139851398749200 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=10983192 memory=83 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 22268 33554432000 4194304 4196468 140737183957168 139851253468304 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=10983192 memory=1101 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 22268 33554432000 4194304 4196468 140737183957168 139851252415248 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=10983192 memory=8249 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) S 30278 30281 30220 0 -1 1077944384 2 12961 0 1 0 0 5 3 20 0 15 0 227201296 11246788608 22268 33554432000 4194304 4196468 140737183957168 139851251362704 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=10983192 memory=2211 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 5 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246788608 22268 33554432000 4194304 4196468 140737183957168 139850819922160 139851394517634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 13 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246788608 22268 33554432000 4194304 4196468 140737183957168 139850242057376 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=10983192 memory=7379241913627404887 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11246788608 22268 33554432000 4194304 4196468 140737183957168 139850040730352 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=10983192 memory=7372786582024121444 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246788608 22268 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=10983192 memory=6935649255759568960 CPUtime=0.18 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) S 30278 30281 30220 0 -1 1077944384 684 12961 0 1 10 0 5 3 20 0 15 0 227201301 11246788608 22268 33554432000 4194304 4196468 140737183957168 139850818870000 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=10983192 memory=-5874771483550381248 CPUtime=0.15 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 961 12961 0 1 7 0 5 3 20 0 15 0 227201301 11246788608 22268 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=10983192 memory=3054156605267021953 CPUtime=0.21 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) S 30278 30281 30220 0 -1 1077944384 685 12961 0 1 13 0 5 3 20 0 15 0 227201301 11246788608 22268 33554432000 4194304 4196468 140737183957168 139850816764400 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=10983192 memory=6944656591801717918 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246788608 22268 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=10983192 memory=34060 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201301 11246788608 22268 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89072 KiB

[startup+1.50945 s]
/proc/loadavg: 0.95 1.39 1.60 6/215 30412
/proc/meminfo: memFree=23647544/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=10991948 memory=273692 CPUtime=2.96 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 22554 12961 1 1 274 14 5 3 20 0 15 0 227201284 11255754752 68423 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2747987 68423 3477 1 0 2709645 0
[pid=30281/tid=30385] ppid=30278 vsize=10991948 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) S 30278 30281 30220 0 -1 1077944384 14514 12961 0 1 126 7 5 3 20 0 15 0 227201296 11255754752 68423 33554432000 4194304 4196468 140737183957168 139851366342128 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=10991948 memory=301794158560054020 CPUtime=0.11 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) R 30278 30281 30220 0 -1 4202560 26 12961 0 1 2 1 5 3 20 0 15 0 227201296 11255754752 68423 33554432000 4194304 4196468 140737183957168 139851398749200 139851379530190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=10991948 memory=7230636324291634541 CPUtime=0.1 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) R 30278 30281 30220 0 -1 4202560 18 12961 0 1 1 1 5 3 20 0 15 0 227201296 11255754752 68423 33554432000 4194304 4196468 140737183957168 139851253468304 139851379534477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=10991948 memory=7956005031678667109 CPUtime=0.09 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) R 30278 30281 30220 0 -1 4202560 274 12961 0 1 1 0 5 3 20 0 15 0 227201296 11255754752 68423 33554432000 4194304 4196468 140737183957168 139851252415448 139851379533906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=10991948 memory=7230645120300639597 CPUtime=0.11 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) R 30278 30281 30220 0 -1 4202560 72 12961 0 1 2 1 5 3 20 0 15 0 227201296 11255754752 68423 33554432000 4194304 4196468 140737183957168 139851251362704 139851376132389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=10991948 memory=7663264342680491874 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 99 12961 0 1 0 0 5 3 20 0 15 0 227201298 11255754752 68423 33554432000 4194304 4196468 140737183957168 139850819920672 139851394516693 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=10991948 memory=7300482607040997521 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 13 12961 0 1 0 0 5 3 20 0 15 0 227201298 11255754752 68423 33554432000 4194304 4196468 140737183957168 139850242057376 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=10991948 memory=11473989906 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11255754752 68423 33554432000 4194304 4196468 140737183957168 139850040730368 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=10991948 memory=279391515181016 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11255754752 68423 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=10991948 memory=279391515440496 CPUtime=0.66 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) R 30278 30281 30220 0 -1 4202560 1985 12961 0 1 58 0 5 3 20 0 15 0 227201301 11255754752 68423 33554432000 4194304 4196468 140737183957168 139850818856024 139851372883406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=10991948 memory=6656426216303648864 CPUtime=0.54 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 2112 12961 1 1 46 0 5 3 20 0 15 0 227201301 11255754752 68423 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=10991948 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) S 30278 30281 30220 0 -1 1077944384 1242 12961 0 1 33 0 5 3 20 0 15 0 227201301 11255754752 68423 33554432000 4194304 4196468 140737183957168 139850816764400 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11255754752 68423 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=10991948 memory=13331578489260 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201301 11255754752 68423 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 10991948 KiB
Current children cumulated memory: 273692 KiB

[startup+3.11051 s]
/proc/loadavg: 1.28 1.45 1.62 11/215 30412
/proc/meminfo: memFree=23058372/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=10998092 memory=520284 CPUtime=7.61 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 36669 12961 1 1 724 29 5 3 20 0 15 0 227201284 11262046208 130071 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2749523 130071 3502 1 0 2711181 0
[pid=30281/tid=30385] ppid=30278 vsize=10998092 memory=2241 CPUtime=2.71 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 18912 12961 0 1 254 9 5 3 20 0 15 0 227201296 11262046208 130071 33554432000 4194304 4196468 140737183957168 139851366309328 139851376453441 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0

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

/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 126719 12961 0 1 230293 64 5 3 20 0 15 0 227201296 11278843904 405201 33554432000 4194304 4196468 140737183957168 139851366341424 139850951486332 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=11014496 memory=1620804 CPUtime=13.54 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) S 30278 30281 30220 0 -1 1077944384 25696 12961 0 1 1302 44 5 3 20 0 15 0 227201296 11278843904 405201 33554432000 4194304 4196468 140737183957168 139851398749200 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=11014496 memory=1625420 CPUtime=13.53 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) S 30278 30281 30220 0 -1 1077944384 25744 12961 0 1 1302 43 5 3 20 0 15 0 227201296 11278843904 405201 33554432000 4194304 4196468 140737183957168 139851253468304 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=11014496 memory=1620804 CPUtime=13.53 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) S 30278 30281 30220 0 -1 1077944384 33396 12961 0 1 1306 39 5 3 20 0 15 0 227201296 11278843904 405201 33554432000 4194304 4196468 140737183957168 139851252415248 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=11014496 memory=1620804 CPUtime=13.53 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) S 30278 30281 30220 0 -1 1077944384 34577 12961 0 1 1300 45 5 3 20 0 15 0 227201296 11278843904 405201 33554432000 4194304 4196468 140737183957168 139851251362704 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=11014496 memory=2273 CPUtime=3.38 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 21151 12961 0 1 299 31 5 3 20 0 15 0 227201298 11278843904 405201 33554432000 4194304 4196468 140737183957168 139850819922160 139851394517634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=11014496 memory=1620804 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 19 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 405201 33554432000 4194304 4196468 140737183957168 139850242057440 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=11014496 memory=1620804 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 405201 33554432000 4194304 4196468 140737183957168 139850040730368 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=11014496 memory=1620804 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 405201 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=11014496 memory=0 CPUtime=13.93 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) S 30278 30281 30220 0 -1 1077944384 39595 12961 0 1 1378 7 5 3 20 0 15 0 227201301 11278843904 405201 33554432000 4194304 4196468 140737183957168 139850818870000 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=11014496 memory=1621316 CPUtime=14.23 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 37882 12961 1 1 1407 8 5 3 20 0 15 0 227201301 11278843904 405201 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=11014496 memory=1620804 CPUtime=4.48 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) S 30278 30281 30220 0 -1 1077944384 37588 12961 0 1 430 10 5 3 20 0 15 0 227201301 11278843904 405201 33554432000 4194304 4196468 140737183957168 139850816764400 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=11014496 memory=1620804 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 405201 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=11014496 memory=1620804 CPUtime=1.42 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1717 12961 0 1 59 75 5 3 20 0 15 0 227201301 11278843904 405201 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 2394.62 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1620804 KiB

[startup+2382.3 s]
/proc/loadavg: 1.67 1.43 1.43 4/216 30510
/proc/meminfo: memFree=20555272/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=11014496 memory=1602332 CPUtime=2455.83 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 389593 12961 1 1 245224 351 5 3 20 0 15 0 227201284 11278843904 400583 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2753624 400583 3536 1 0 2715277 0
[pid=30281/tid=30385] ppid=30278 vsize=11014496 memory=1602332 CPUtime=2363.05 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 127598 12961 0 1 236232 65 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851366341424 139850937241305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=11014496 memory=1602332 CPUtime=13.96 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) S 30278 30281 30220 0 -1 1077944384 26278 12961 0 1 1343 45 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851398749200 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=11014496 memory=1601824 CPUtime=13.95 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) S 30278 30281 30220 0 -1 1077944384 26218 12961 0 1 1343 44 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851253468304 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=11014496 memory=1602848 CPUtime=13.95 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) S 30278 30281 30220 0 -1 1077944384 33791 12961 0 1 1347 40 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851252415248 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=11014496 memory=1602332 CPUtime=13.94 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) S 30278 30281 30220 0 -1 1077944384 35127 12961 0 1 1341 45 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851251362704 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=11014496 memory=1602332 CPUtime=3.51 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 21540 12961 0 1 311 32 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850819922160 139851394517634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=11014496 memory=1602332 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 19 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850242057440 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=11014496 memory=1602332 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850040730368 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=11014496 memory=5752 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=11014496 memory=1602332 CPUtime=13.93 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) S 30278 30281 30220 0 -1 1077944384 39599 12961 0 1 1378 7 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850818870000 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.23 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 37886 12961 1 1 1407 8 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=11014496 memory=8 CPUtime=4.48 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) S 30278 30281 30220 0 -1 1077944384 37592 12961 0 1 430 10 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850816764400 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=11014496 memory=1696852 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=11014496 memory=1602332 CPUtime=1.46 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1747 12961 0 1 61 77 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 2455.83 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1602332 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.36 1.41 4/216 30511
/proc/meminfo: memFree=20554624/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=11014496 memory=1602332 CPUtime=2517.06 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 393446 12961 1 1 251342 356 5 3 20 0 15 0 227201284 11278843904 400583 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2753624 400583 3536 1 0 2715277 0
[pid=30281/tid=30385] ppid=30278 vsize=11014496 memory=1602332 CPUtime=2422.44 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 128478 12961 0 1 242171 65 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851366340672 139850951329731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.37 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) S 30278 30281 30220 0 -1 1077944384 26799 12961 0 1 1384 45 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851398749200 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.37 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) S 30278 30281 30220 0 -1 1077944384 26827 12961 0 1 1384 45 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851253468304 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.37 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) S 30278 30281 30220 0 -1 1077944384 34193 12961 0 1 1388 41 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851252415248 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.36 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) S 30278 30281 30220 0 -1 1077944384 35771 12961 0 1 1382 46 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851251362704 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=11014496 memory=1602332 CPUtime=3.63 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 21941 12961 0 1 322 33 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850819922160 139851394517634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=11014496 memory=1602332 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 19 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850242057440 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=11014496 memory=1602332 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850040730368 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=11014496 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=11014496 memory=868 CPUtime=13.93 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) S 30278 30281 30220 0 -1 1077944384 39603 12961 0 1 1378 7 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850818870000 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.24 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 38244 12961 1 1 1408 8 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=11014496 memory=488 CPUtime=4.48 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) S 30278 30281 30220 0 -1 1077944384 37596 12961 0 1 430 10 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850816764400 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=11014496 memory=1602332 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=11014496 memory=3816 CPUtime=1.49 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1777 12961 0 1 62 79 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 2517.06 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1602332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2445.2 s]
/proc/loadavg: 1.24 1.36 1.41 5/216 30511
/proc/meminfo: memFree=20554312/32770624 swapFree=67108372/67108860
[pid=30281] ppid=30278 vsize=11014496 memory=1602332 CPUtime=2520.01 cores=1,3,5,7
/proc/30281/stat : 30281 (java) S 30278 30281 30220 0 -1 1077944320 393561 12961 1 1 251637 356 5 3 20 0 15 0 227201284 11278843904 400583 33554432000 4194304 4196468 140737183957168 140737183939712 139851394506487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
/proc/30281/statm: 2753624 400583 3536 1 0 2715277 0
[pid=30281/tid=30385] ppid=30278 vsize=11014496 memory=6791534058613427641 CPUtime=2425.3 cores=1,3,5,7
/proc/30281/task/30385/stat : 30385 (java) R 30278 30281 30220 0 -1 4202560 128485 12961 0 1 242457 65 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851366341424 139850951632446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30387] ppid=30278 vsize=11014496 memory=1220 CPUtime=14.39 cores=1,3,5,7
/proc/30281/task/30387/stat : 30387 (java) S 30278 30281 30220 0 -1 1077944384 26799 12961 0 1 1386 45 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851398749200 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30390] ppid=30278 vsize=11014496 memory=1800 CPUtime=14.39 cores=1,3,5,7
/proc/30281/task/30390/stat : 30390 (java) S 30278 30281 30220 0 -1 1077944384 26827 12961 0 1 1386 45 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851253468304 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30392] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.39 cores=1,3,5,7
/proc/30281/task/30392/stat : 30392 (java) S 30278 30281 30220 0 -1 1077944384 34301 12961 0 1 1390 41 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851252415248 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30394] ppid=30278 vsize=11014496 memory=3816 CPUtime=14.38 cores=1,3,5,7
/proc/30281/task/30394/stat : 30394 (java) S 30278 30281 30220 0 -1 1077944384 35771 12961 0 1 1384 46 5 3 20 0 15 0 227201296 11278843904 400583 33554432000 4194304 4196468 140737183957168 139851251362704 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30395] ppid=30278 vsize=11014496 memory=868 CPUtime=3.64 cores=1,3,5,7
/proc/30281/task/30395/stat : 30395 (java) S 30278 30281 30220 0 -1 1077944384 21941 12961 0 1 323 33 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850819922160 139851394517634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30397] ppid=30278 vsize=11014496 memory=6792 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30397/stat : 30397 (java) S 30278 30281 30220 0 -1 1077944384 19 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850242057440 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30399] ppid=30278 vsize=11014496 memory=11628 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30399/stat : 30399 (java) S 30278 30281 30220 0 -1 1077944384 1 12961 0 1 0 0 5 3 20 0 15 0 227201298 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850040730368 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30401] ppid=30278 vsize=11014496 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30401/stat : 30401 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139849733330896 139851394525083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30402] ppid=30278 vsize=11014496 memory=1276 CPUtime=13.93 cores=1,3,5,7
/proc/30281/task/30402/stat : 30402 (java) S 30278 30281 30220 0 -1 1077944384 39603 12961 0 1 1378 7 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850818870000 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30403] ppid=30278 vsize=11014496 memory=1602332 CPUtime=14.24 cores=1,3,5,7
/proc/30281/task/30403/stat : 30403 (java) S 30278 30281 30220 0 -1 1077944384 38244 12961 1 1 1408 8 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850817817456 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30404] ppid=30278 vsize=11014496 memory=61876 CPUtime=4.48 cores=1,3,5,7
/proc/30281/task/30404/stat : 30404 (java) S 30278 30281 30220 0 -1 1077944384 37596 12961 0 1 430 10 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850816764400 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30408] ppid=30278 vsize=11014496 memory=1100 CPUtime=0.08 cores=1,3,5,7
/proc/30281/task/30408/stat : 30408 (java) S 30278 30281 30220 0 -1 1077944384 3 12961 0 1 0 0 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139849302535008 139851394516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
[pid=30281/tid=30410] ppid=30278 vsize=11014496 memory=2144 CPUtime=1.49 cores=1,3,5,7
/proc/30281/task/30410/stat : 30410 (java) S 30278 30281 30220 0 -1 1077944384 1777 12961 0 1 62 79 5 3 20 0 15 0 227201301 11278843904 400583 33554432000 4194304 4196468 140737183957168 139850815711792 139851394517634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 25600000 140737183959660 140737183962460 140737183962460 140737183965135 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1602332 KiB

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

[startup+2445.23 s]
# the end of solver process 30281 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.44 s, system=3.61704 s

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

Child status: 143
Real time (s): 2445.23
CPU time (s): 2520.06
CPU user time (s): 2516.44
CPU system time (s): 3.61704
CPU usage (%): 103.06
Max. virtual memory (cumulated for all children) (KiB): 11015080
Max. memory (cumulated for all children) (KiB): 3186672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.44
system time used= 3.61704
maximum resident set size= 3186672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407732
page faults= 2
swaps= 0
block input operations= 208
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130720
involuntary context switches= 4820


# summary of solver processes directly reported to runsolver:
#   pid: 30281
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.44
#   total CPU system time (s): 3.61704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1252 second user time and 22.6086 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 19:53:01
IDJOB=4304955
IDBENCH=141329
IDSOLVER=2780
FILE ID=node137/4304955-1534096381
RUNJOBID= node137-1534096381-30252
PBS_JOBID= 21036996
Free space on /tmp= 26536 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Bibd/Bibd-sc-34-085-30-12-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304955-1534096381/watcher-4304955-1534096381 -o /tmp/evaluation-result-4304955-1534096381/solver-4304955-1534096381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1099490868 HOME/instance-4304955-1534096381.xml

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

MD5SUM BENCH= 16a7a800d3f63e1acf189b42778a783a
RANDOM SEED=1099490868

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:        23838940 kB
MemAvailable:   31901112 kB
Buffers:           68932 kB
Cached:          8191964 kB
SwapCached:            8 kB
Active:          4028720 kB
Inactive:        4288456 kB
Active(anon):       3204 kB
Inactive(anon):   105400 kB
Active(file):    4025516 kB
Inactive(file):  4183056 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             55896 kB
Writeback:             0 kB
AnonPages:         63908 kB
Mapped:            52940 kB
Shmem:             49624 kB
Slab:             310444 kB
SReclaimable:     282060 kB
SUnreclaim:        28384 kB
KernelStack:        3232 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     353072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 26488 MiB
End job on node137 at 2018-08-12 20:33:47