Trace number 4304839

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.08 2495.82

General information on the benchmark

NameColouredQueens/
ColouredQueens-10_c18.xml
MD5SUMdd9b438f7b2aa476e711f04952c9024a
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 variables100
Number of constraints54
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":100}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":96}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":22}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":54}]
Optimization problemNO
Type of objective

Solver Data

0.95/0.76	c Concrete v3.9.2.1532736233296 running
2520.03/2495.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2495.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2495.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2495.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2495.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2495.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2495.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2495.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2495.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2495.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2495.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2495.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2495.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2495.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2495.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2495.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.03/2495.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2495.80		at scala.Option.map(Option.scala:146)
2520.03/2495.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2495.80		at concrete.MAC.mac(MAC.scala:203)
2520.03/2495.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2495.80		at scala.util.Try$.apply(Try.scala:209)
2520.03/2495.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2495.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2495.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2495.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2495.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2495.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2495.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2495.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2495.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2495.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2495.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2495.80		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2495.80		at concrete.ProblemState.map(ProblemState.scala:221)
2520.03/2495.80		at concrete.ProblemState.map(ProblemState.scala:204)
2520.03/2495.80		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2495.80		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2495.80		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.03/2495.80		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.03/2495.80		at concrete.Solver.toStream(Solver.scala:68)
2520.03/2495.80		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.03/2495.80		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.03/2495.80		at concrete.Solver.toIterable(Solver.scala:68)
2520.03/2495.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.03/2495.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2495.80		at scala.util.Success.map(Try.scala:209)
2520.03/2495.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2495.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2495.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2495.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2495.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2495.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2495.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2495.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2495.80		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2495.80		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2495.80		at scala.App.main(App.scala:76)
2520.03/2495.80		at scala.App.main$(App.scala:74)
2520.03/2495.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2495.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2495.81	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 (6524 MiB free)
  memory of node 1: 16384 MiB (5432 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304839-1534038877/watcher-4304839-1534038877 -o /tmp/evaluation-result-4304839-1534038877/solver-4304839-1534038877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1593091059 HOME/instance-4304839-1534038877.xml 

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

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


[startup+0.100915 s]*
/proc/loadavg: 1.00 1.03 1.33 3/214 15498
/proc/meminfo: memFree=12216404/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=113256 memory=1612 CPUtime=0.07 cores=1,3,5,7
/proc/15420/stat : 15420 (bash) S 15416 15420 14233 0 -1 4202496 940 11442 1 0 0 0 5 2 20 0 1 0 221450980 115974144 403 33554432000 4194304 5098028 140722920750752 140722920743736 139789612821504 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 37937152 140722920756395 140722920756520 140722920756520 140722920759278 0
/proc/15420/statm: 28314 403 319 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.218387 s]*
/proc/loadavg: 1.00 1.03 1.33 6/219 15555
/proc/meminfo: memFree=12188032/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=10982696 memory=40244 CPUtime=0.23 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 6795 12798 1 0 15 1 5 2 20 0 15 0 221450980 11246280704 10061 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2745674 10061 2935 1 0 2708109 0
[pid=15420/tid=15528] ppid=15416 vsize=10982696 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 3350 12798 0 0 9 0 5 2 20 0 15 0 221450992 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007781672336 140007793980766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=10982696 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=10982696 memory=140294971597459 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=10982696 memory=140294970422912 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450994 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 221450995 11246280704 10061 33554432000 4194304 4196468 140732493944144 140006619342368 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450995 11246280704 10061 33554432000 4194304 4196468 140732493944144 140006471492976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11246280704 10061 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 347 12798 0 0 1 0 5 2 20 0 15 0 221450997 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 259 12798 0 0 1 0 5 2 20 0 15 0 221450997 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=10982696 memory=140294970422912 CPUtime=0.1 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 623 12798 0 0 3 0 5 2 20 0 15 0 221450997 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11246280704 10061 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=10982696 memory=140294970422912 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450998 11246280704 10061 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 40244 KiB

[startup+0.312275 s]*
/proc/loadavg: 1.00 1.03 1.33 7/219 15555
/proc/meminfo: memFree=12165364/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=10983192 memory=53164 CPUtime=0.36 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 9848 12798 1 0 26 3 5 2 20 0 15 0 221450980 11246788608 13291 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2745798 13291 3066 1 0 2708109 0
[pid=15420/tid=15528] ppid=15416 vsize=10983192 memory=576461178948550685 CPUtime=0.25 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 6394 12798 0 0 17 1 5 2 20 0 15 0 221450992 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007781712288 140007809922205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=10983192 memory=303993216221577239 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=10983192 memory=13713994605147800 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=10983192 memory=-8033973737701895300 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=10983192 memory=664954319948704082 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=10983192 memory=665099012848785347 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450994 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=10983192 memory=3472328296227680264 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 221450995 11246788608 13291 33554432000 4194304 4196468 140732493944144 140006619342368 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=10983192 memory=9051283677730746851 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450995 11246788608 13291 33554432000 4194304 4196468 140732493944144 140006471492976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=10983192 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11246788608 13291 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 348 12798 0 0 1 0 5 2 20 0 15 0 221450997 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=10983192 memory=664970774370808936 CPUtime=0.08 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 259 12798 0 0 1 0 5 2 20 0 15 0 221450997 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=10983192 memory=140294970422912 CPUtime=0.11 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 633 12798 0 0 4 0 5 2 20 0 15 0 221450997 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11246788608 13291 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=10983192 memory=140294970422912 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450998 11246788608 13291 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53164 KiB

[startup+0.700776 s]
/proc/loadavg: 1.00 1.03 1.33 3/219 15555
/proc/meminfo: memFree=12138816/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=10983192 memory=88424 CPUtime=0.95 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 16759 12798 1 0 84 4 5 2 20 0 15 0 221450980 11246788608 22106 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2745798 22106 3237 1 0 2708109 0
[pid=15420/tid=15528] ppid=15416 vsize=10983192 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 12326 12798 0 0 53 3 5 2 20 0 15 0 221450992 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007781722448 140007790175969 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=10983192 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=10983192 memory=378 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=10983192 memory=1027 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=10983192 memory=2054 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450993 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=10983192 memory=183 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 5 12798 0 0 0 0 5 2 20 0 15 0 221450994 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=10983192 memory=280589676729316 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 221450995 11246788608 22106 33554432000 4194304 4196468 140732493944144 140006619342368 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=10983192 memory=7156333406947792996 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450995 11246788608 22106 33554432000 4194304 4196468 140732493944144 140006471492976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=10983192 memory=5795117241467496816 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11246788608 22106 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=10983192 memory=4638778398332698720 CPUtime=0.14 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 584 12798 0 0 7 0 5 2 20 0 15 0 221450997 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=10983192 memory=7747766295893256779 CPUtime=0.16 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 934 12798 0 0 9 0 5 2 20 0 15 0 221450997 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=10983192 memory=3054156605267021953 CPUtime=0.19 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 695 12798 0 0 12 0 5 2 20 0 15 0 221450997 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=10983192 memory=6944613755328037012 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11246788608 22106 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=10983192 memory=14204 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450998 11246788608 22106 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88424 KiB

[startup+1.50075 s]
/proc/loadavg: 1.00 1.03 1.33 3/219 15555
/proc/meminfo: memFree=12051552/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=10998092 memory=178936 CPUtime=2.21 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 23921 12798 1 0 204 10 5 2 20 0 15 0 221450980 11262046208 44734 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2749523 44734 3473 1 0 2711181 0
[pid=15420/tid=15528] ppid=15416 vsize=10998092 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 17907 12798 0 0 126 5 5 2 20 0 15 0 221450992 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007781731648 140007793980766 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 25 12798 0 0 0 0 5 2 20 0 15 0 221450993 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=10998092 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 18 12798 0 0 1 0 5 2 20 0 15 0 221450993 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=10998092 memory=6935651454782824512 CPUtime=0.08 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 66 12798 0 0 1 0 5 2 20 0 15 0 221450993 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=10998092 memory=4639341348286120039 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 202 12798 0 0 0 0 5 2 20 0 15 0 221450993 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=10998092 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 61 12798 0 0 0 0 5 2 20 0 15 0 221450994 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=10998092 memory=5859271421084128616 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 14 12798 0 0 0 0 5 2 20 0 15 0 221450995 11262046208 44734 33554432000 4194304 4196468 140732493944144 140006619342432 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=10998092 memory=4638778432692437088 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450995 11262046208 44734 33554432000 4194304 4196468 140732493944144 140006471492992 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=10998092 memory=6935649255759569984 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11262046208 44734 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=10998092 memory=4638778398332698720 CPUtime=0.23 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 734 12798 0 0 16 0 5 2 20 0 15 0 221450997 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=10998092 memory=6935652554413002832 CPUtime=0.31 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 1397 12798 0 0 24 0 5 2 20 0 15 0 221450997 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=10998092 memory=7013037350621040723 CPUtime=0.38 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 1303 12798 0 0 31 0 5 2 20 0 15 0 221450997 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=10998092 memory=4639904298239541346 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11262046208 44734 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=10998092 memory=11531987191988 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 221450998 11262046208 44734 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178936 KiB

[startup+3.11071 s]
/proc/loadavg: 1.00 1.03 1.33 9/219 15555
/proc/meminfo: memFree=11741672/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=11008352 memory=262580 CPUtime=5.91 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 34777 12798 2 0 569 15 5 2 20 0 15 0 221450980 11272552448 65645 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2752088 65645 3493 1 0 2713741 0
[pid=15420/tid=15528] ppid=15416 vsize=11008352 memory=164 CPUtime=2.93 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 22970 12798 1 0 279 7 5 2 20 0 15 0 221450992 11272552448 65645 33554432000 4194304 4196468 140732493944144 140007781724368 140007809912214 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0

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

/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 74386 12798 1 0 230760 30 5 2 20 0 15 0 221450992 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007781733824 140007371857113 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.11 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 6295 12798 0 0 569 35 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.11 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 8397 12798 0 0 571 33 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.14 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 6367 12798 0 0 572 35 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.11 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 7843 12798 0 0 570 34 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=11075936 memory=572044 CPUtime=5.81 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 10755 12798 0 0 545 29 5 2 20 0 15 0 221450994 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=11075936 memory=572044 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 19 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143011 33554432000 4194304 4196468 140732493944144 140006619342432 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=11075936 memory=572044 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143011 33554432000 4194304 4196468 140732493944144 140006471492992 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=11075936 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=11075936 memory=572044 CPUtime=2.35 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 8771 12798 0 0 226 2 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=11075936 memory=572044 CPUtime=2.38 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 14946 12798 0 0 229 2 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=11075936 memory=572044 CPUtime=1.45 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 14351 12798 0 0 135 3 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=11075936 memory=3872 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11341758464 143011 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=11075936 memory=59944 CPUtime=1.31 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1145 12798 0 0 58 66 5 2 20 0 15 0 221450998 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 2345.21 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 572044 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.24 1.29 3/216 15654
/proc/meminfo: memFree=11150884/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=11075936 memory=572044 CPUtime=2405.66 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 156602 12798 2 0 240327 232 5 2 20 0 15 0 221450980 11341758464 143011 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2768984 143011 3518 1 0 2730637 0
[pid=15420/tid=15528] ppid=15416 vsize=11075936 memory=572044 CPUtime=2367.6 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 74897 12798 1 0 236723 30 5 2 20 0 15 0 221450992 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007781733824 140007371413132 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.27 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 6338 12798 0 0 584 36 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.27 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 8432 12798 0 0 586 34 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.3 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 6615 12798 0 0 587 36 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.27 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 7932 12798 0 0 585 35 5 2 20 0 15 0 221450993 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=11075936 memory=572044 CPUtime=5.96 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 10936 12798 0 0 559 30 5 2 20 0 15 0 221450994 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=11075936 memory=3872 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 19 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143011 33554432000 4194304 4196468 140732493944144 140006619342432 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=11075936 memory=572044 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143011 33554432000 4194304 4196468 140732493944144 140006471492992 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=11075936 memory=572044 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=11075936 memory=928 CPUtime=2.35 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 8773 12798 0 0 226 2 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=11075936 memory=2288 CPUtime=2.38 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 14948 12798 0 0 229 2 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=11075936 memory=572044 CPUtime=1.45 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 14353 12798 0 0 135 3 5 2 20 0 15 0 221450997 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=11075936 memory=572044 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11341758464 143011 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=11075936 memory=572044 CPUtime=1.34 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1162 12798 0 0 60 67 5 2 20 0 15 0 221450998 11341758464 143011 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 2405.66 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 572044 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.25 1.29 3/215 15655
/proc/meminfo: memFree=11148784/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=11075936 memory=574092 CPUtime=2466.13 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 157275 12798 2 0 246367 239 5 2 20 0 15 0 221450980 11341758464 143523 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2768984 143523 3518 1 0 2730637 0
[pid=15420/tid=15528] ppid=15416 vsize=11075936 memory=574092 CPUtime=2427.24 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 75218 12798 1 0 242686 31 5 2 20 0 15 0 221450992 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007781733744 140007372944010 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=11075936 memory=574092 CPUtime=6.43 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 6374 12798 0 0 599 37 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=11075936 memory=572044 CPUtime=6.43 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 8664 12798 0 0 601 35 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=11075936 memory=574092 CPUtime=6.46 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 6642 12798 0 0 602 37 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=11075936 memory=574092 CPUtime=6.43 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 7960 12798 0 0 600 36 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=11075936 memory=574092 CPUtime=6.11 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 10961 12798 0 0 573 31 5 2 20 0 15 0 221450994 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=11075936 memory=574092 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 19 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143523 33554432000 4194304 4196468 140732493944144 140006619342432 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=11075936 memory=12604 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143523 33554432000 4194304 4196468 140732493944144 140006471492992 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=11075936 memory=574092 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=11075936 memory=574092 CPUtime=2.35 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 8773 12798 0 0 226 2 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=11075936 memory=574092 CPUtime=2.38 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 14948 12798 0 0 229 2 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=11075936 memory=574092 CPUtime=1.45 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 14353 12798 0 0 135 3 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=11075936 memory=574092 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11341758464 143523 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=11075936 memory=574092 CPUtime=1.37 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1166 12798 0 0 61 69 5 2 20 0 15 0 221450998 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 2466.13 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 574092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495.8 s]
/proc/loadavg: 1.32 1.25 1.29 3/215 15656
/proc/meminfo: memFree=11148696/32770624 swapFree=67108496/67108860
[pid=15420] ppid=15416 vsize=11075936 memory=574092 CPUtime=2520.03 cores=1,3,5,7
/proc/15420/stat : 15420 (java) S 15416 15420 14233 0 -1 1077944320 158284 12798 2 0 251752 244 5 2 20 0 15 0 221450980 11341758464 143523 33554432000 4194304 4196468 140732493944144 140732493926688 140007809900279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
/proc/15420/statm: 2768984 143523 3518 1 0 2730637 0
[pid=15420/tid=15528] ppid=15416 vsize=11075936 memory=1132 CPUtime=2480.4 cores=1,3,5,7
/proc/15420/task/15528/stat : 15528 (java) R 15416 15420 14233 0 -1 4202560 75643 12798 1 0 248001 32 5 2 20 0 15 0 221450992 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007781733936 140007371720064 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15530] ppid=15416 vsize=11075936 memory=6640 CPUtime=6.57 cores=1,3,5,7
/proc/15420/task/15530/stat : 15530 (java) S 15416 15420 14233 0 -1 1077944384 6455 12798 0 0 613 37 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007814142608 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15533] ppid=15416 vsize=11075936 memory=5420 CPUtime=6.57 cores=1,3,5,7
/proc/15420/task/15533/stat : 15533 (java) S 15416 15420 14233 0 -1 1077944384 8698 12798 0 0 615 35 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007350069776 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15535] ppid=15416 vsize=11075936 memory=4424 CPUtime=6.6 cores=1,3,5,7
/proc/15420/task/15535/stat : 15535 (java) S 15416 15420 14233 0 -1 1077944384 6668 12798 0 0 615 38 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007349016976 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15537] ppid=15416 vsize=11075936 memory=1380 CPUtime=6.58 cores=1,3,5,7
/proc/15420/task/15537/stat : 15537 (java) S 15416 15420 14233 0 -1 1077944384 7981 12798 0 0 614 37 5 2 20 0 15 0 221450993 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007347964176 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15538] ppid=15416 vsize=11075936 memory=1128 CPUtime=6.25 cores=1,3,5,7
/proc/15420/task/15538/stat : 15538 (java) S 15416 15420 14233 0 -1 1077944384 11130 12798 0 0 586 32 5 2 20 0 15 0 221450994 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007235832688 140007809911426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15540] ppid=15416 vsize=11075936 memory=15188 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15540/stat : 15540 (java) S 15416 15420 14233 0 -1 1077944384 19 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143523 33554432000 4194304 4196468 140732493944144 140006619342432 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15542] ppid=15416 vsize=11075936 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15542/stat : 15542 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450995 11341758464 143523 33554432000 4194304 4196468 140732493944144 140006471492992 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15544] ppid=15416 vsize=11075936 memory=14204 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15544/stat : 15544 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140006164093264 140007809918875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15545] ppid=15416 vsize=11075936 memory=33760 CPUtime=2.36 cores=1,3,5,7
/proc/15420/task/15545/stat : 15545 (java) S 15416 15420 14233 0 -1 1077944384 9004 12798 0 0 227 2 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007234779504 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15546] ppid=15416 vsize=11075936 memory=1180 CPUtime=2.38 cores=1,3,5,7
/proc/15420/task/15546/stat : 15546 (java) S 15416 15420 14233 0 -1 1077944384 14950 12798 0 0 229 2 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007233726704 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15547] ppid=15416 vsize=11075936 memory=504 CPUtime=1.45 cores=1,3,5,7
/proc/15420/task/15547/stat : 15547 (java) S 15416 15420 14233 0 -1 1077944384 14355 12798 0 0 135 3 5 2 20 0 15 0 221450997 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007232673904 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15552] ppid=15416 vsize=11075936 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/15420/task/15552/stat : 15552 (java) S 15416 15420 14233 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 221450998 11341758464 143523 33554432000 4194304 4196468 140732493944144 140005733296352 140007809910485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
[pid=15420/tid=15554] ppid=15416 vsize=11075936 memory=928 CPUtime=1.4 cores=1,3,5,7
/proc/15420/task/15554/stat : 15554 (java) S 15416 15420 14233 0 -1 1077944384 1184 12798 0 0 62 71 5 2 20 0 15 0 221450998 11341758464 143523 33554432000 4194304 4196468 140732493944144 140007231622320 140007809911426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38244352 140732493945452 140732493948252 140732493948252 140732493950927 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 574092 KiB

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

[startup+2495.82 s]
# the end of solver process 15420 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.6 s, system=2.47619 s

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

Child status: 143
Real time (s): 2495.82
CPU time (s): 2520.08
CPU user time (s): 2517.6
CPU system time (s): 2.47619
CPU usage (%): 100.972
Max. virtual memory (cumulated for all children) (KiB): 11075936
Max. memory (cumulated for all children) (KiB): 574092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.6
system time used= 2.47619
maximum resident set size= 576444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171790
page faults= 2
swaps= 0
block input operations= 4728
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193447
involuntary context switches= 6015


# summary of solver processes directly reported to runsolver:
#   pid: 15420
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.6
#   total CPU system time (s): 2.47619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0892 second user time and 24.0109 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 03:54:37
IDJOB=4304839
IDBENCH=141021
IDSOLVER=2780
FILE ID=node149/4304839-1534038877
RUNJOBID= node149-1534038877-15391
PBS_JOBID= 21036971
Free space on /tmp= 38804 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304839-1534038877/watcher-4304839-1534038877 -o /tmp/evaluation-result-4304839-1534038877/solver-4304839-1534038877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1593091059 HOME/instance-4304839-1534038877.xml

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

MD5SUM BENCH= dd9b438f7b2aa476e711f04952c9024a
RANDOM SEED=1593091059

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12244632 kB
MemAvailable:   31906708 kB
Buffers:          170864 kB
Cached:         19504232 kB
SwapCached:           28 kB
Active:          7848156 kB
Inactive:       11880608 kB
Active(anon):       2860 kB
Inactive(anon):   103136 kB
Active(file):    7845296 kB
Inactive(file): 11777472 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             53160 kB
Writeback:             0 kB
AnonPages:         61328 kB
Mapped:            53448 kB
Shmem:             49616 kB
Slab:             495660 kB
SReclaimable:     467768 kB
SUnreclaim:        27892 kB
KernelStack:        3232 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38752 MiB
End job on node149 at 2018-08-12 04:36:14