Trace number 4295619

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.8 2018-06-13? (TO) 2520.09 2474.54

General information on the benchmark

NameFrb/
frb-53-24-1-mgd_c18.xml
MD5SUMe77860b1077c007311080ac2a4bc32f8
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 variables53
Number of constraints475
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree12
Maximum variable degree25
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":3},{"degree":17,"count":7},{"degree":18,"count":3},{"degree":19,"count":10},{"degree":20,"count":3},{"degree":21,"count":4},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":475}]
Number of extensional constraints475
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":475}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295619-1532587599/watcher-4295619-1532587599 -o /tmp/evaluation-result-4295619-1532587599/solver-4295619-1532587599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=662495599 HOME/instance-4295619-1532587599.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=992, runsolver pid=989
Current StackSize limit: 8192 KiB


[startup+0.100225 s]*
/proc/loadavg: 2.05 1.55 1.39 3/200 1086
/proc/meminfo: memFree=12429384/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 4288 13098 0 0 1 0 5 3 20 0 6 0 76323032 10212057088 4137 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2493178 4137 1932 1 0 2481616 0
[pid=992/tid=1080] ppid=989 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 2220 13098 0 0 1 0 5 3 20 0 6 0 76323041 10212057088 4269 33554432000 4194304 4196468 140730818187040 140580125659728 140580137903454 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=9972712 memory=4294967638 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 6 0 76323042 10212057088 4269 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=9972712 memory=140441344600518 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 6 0 76323042 10212057088 4269 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 6 0 76323042 10212057088 4269 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 6 0 76323042 10212057088 4269 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209955 s]*
/proc/loadavg: 2.05 1.55 1.39 3/215 1101
/proc/meminfo: memFree=12387728/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=10818904 memory=42096 CPUtime=0.26 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 7748 13098 0 0 17 1 5 3 20 0 15 0 76323032 11078557696 10524 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2704726 10524 2963 1 0 2667149 0
[pid=992/tid=1080] ppid=989 vsize=10819896 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 4758 13098 0 0 11 0 5 3 20 0 15 0 76323041 11079573504 10986 33554432000 4194304 4196468 140730818187040 140580125647776 140580146502685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10819896 memory=4294967638 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079573504 10986 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10819896 memory=140441344600518 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079573504 10986 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079573504 11052 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079573504 11052 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10819896 memory=140441344579200 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323043 11079573504 11052 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323043 11079573504 11052 33554432000 4194304 4196468 140730818187040 140579044320288 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323044 11079573504 11118 33554432000 4194304 4196468 140730818187040 140578910102384 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11079573504 11118 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10819896 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) S 989 992 32629 0 -1 1077944384 419 13098 0 0 1 0 5 3 20 0 15 0 76323046 11079573504 11118 33554432000 4194304 4196468 140730818187040 140579612273520 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10819896 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 189 13098 0 0 1 0 5 3 20 0 15 0 76323046 11079573504 11118 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10821524 memory=140441344579200 CPUtime=0.11 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) S 989 992 32629 0 -1 1077944384 608 13098 0 0 3 0 5 3 20 0 15 0 76323046 11081240576 11118 33554432000 4194304 4196468 140730818187040 140579610167920 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11081240576 11184 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10821524 memory=140441344579200 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323047 11081240576 11184 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42096 KiB

[startup+0.310463 s]*
/proc/loadavg: 2.05 1.55 1.39 3/215 1101
/proc/meminfo: memFree=12349332/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=10819352 memory=54132 CPUtime=0.38 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 10592 13098 0 0 28 2 5 3 20 0 15 0 76323032 11079016448 13533 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2704838 13533 3082 1 0 2667149 0
[pid=992/tid=1080] ppid=989 vsize=10819352 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 7168 13098 0 0 20 1 5 3 20 0 15 0 76323041 11079016448 13533 33554432000 4194304 4196468 140730818187040 140580125634976 140580153844893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10819352 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 13533 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 13533 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 13533 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 13533 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323043 11079016448 13533 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323043 11079016448 13533 33554432000 4194304 4196468 140730818187040 140579044320288 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 13533 33554432000 4194304 4196468 140730818187040 140578910102384 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11079016448 13533 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) S 989 992 32629 0 -1 1077944384 421 13098 0 0 1 0 5 3 20 0 15 0 76323046 11079016448 13533 33554432000 4194304 4196468 140730818187040 140579612273520 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 189 13098 0 0 1 0 5 3 20 0 15 0 76323046 11079016448 13533 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) R 989 992 32629 0 -1 4202560 615 13098 0 0 4 0 5 3 20 0 15 0 76323046 11079016448 13533 33554432000 4194304 4196468 140730818187040 140579610167920 140580132840856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11079016448 13533 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323047 11079016448 13533 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54132 KiB

[startup+0.700761 s]
/proc/loadavg: 2.05 1.55 1.39 2/215 1101
/proc/meminfo: memFree=12331476/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=10819352 memory=86792 CPUtime=1 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 16760 13098 0 0 88 4 5 3 20 0 15 0 76323032 11079016448 21698 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2704838 21698 3246 1 0 2667149 0
[pid=992/tid=1080] ppid=989 vsize=10819352 memory=55 CPUtime=0.67 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 12240 13098 0 0 56 3 5 3 20 0 15 0 76323041 11079016448 21698 33554432000 4194304 4196468 140730818187040 140580125643792 140580135386454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10819352 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 21698 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10819352 memory=1700 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 21698 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10819352 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 21698 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323042 11079016448 21698 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10819352 memory=2317753195390062633 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 5 13098 0 0 0 0 5 3 20 0 15 0 76323043 11079016448 21698 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10819352 memory=7367977227532644394 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323043 11079016448 21698 33554432000 4194304 4196468 140730818187040 140579044320288 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10819352 memory=3614789888072759642 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 21698 33554432000 4194304 4196468 140730818187040 140578910102384 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10819352 memory=3053511329498284128 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11079016448 21698 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10819352 memory=4627829255015776352 CPUtime=0.15 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) S 989 992 32629 0 -1 1077944384 797 13098 0 0 7 0 5 3 20 0 15 0 76323046 11079016448 21698 33554432000 4194304 4196468 140730818187040 140579612273520 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10819352 memory=3054156605112864832 CPUtime=0.17 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 817 13098 0 0 9 0 5 3 20 0 15 0 76323046 11079016448 21698 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10819352 memory=6935649255759570008 CPUtime=0.21 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) S 989 992 32629 0 -1 1077944384 684 13098 0 0 13 0 5 3 20 0 15 0 76323046 11079016448 21698 33554432000 4194304 4196468 140730818187040 140579610167920 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10819352 memory=4639073960433041504 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11079016448 21698 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10819352 memory=3764559959276415057 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323047 11079016448 21698 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86792 KiB

[startup+1.50077 s]
/proc/loadavg: 2.05 1.55 1.39 5/215 1101
/proc/meminfo: memFree=12241640/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=10832204 memory=235916 CPUtime=2.93 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 23750 13098 0 0 277 8 5 3 20 0 15 0 76323032 11092176896 58979 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2708051 58979 3454 1 0 2669709 0
[pid=992/tid=1080] ppid=989 vsize=10832204 memory=118 CPUtime=1.45 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 16336 13098 0 0 132 5 5 3 20 0 15 0 76323041 11092176896 58979 33554432000 4194304 4196468 140730818187040 140580125630432 140580137903454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10832204 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 181 13098 0 0 0 0 5 3 20 0 15 0 76323042 11092176896 58979 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10832204 memory=1700 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 36 13098 0 0 0 0 5 3 20 0 15 0 76323042 11092176896 58979 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10832204 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 1 13098 0 0 0 0 5 3 20 0 15 0 76323042 11092176896 58979 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10832204 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323042 11092176896 58979 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10832204 memory=7306916055891837008 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 30 13098 0 0 0 0 5 3 20 0 15 0 76323043 11092176896 58979 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10832204 memory=288288870200771377 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 14 13098 0 0 0 0 5 3 20 0 15 0 76323043 11092176896 58979 33554432000 4194304 4196468 140730818187040 140579044320288 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10832204 memory=3546081345837203745 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323044 11092176896 58979 33554432000 4194304 4196468 140730818187040 140578910102384 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11092176896 58979 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10832204 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) R 989 992 32629 0 -1 4202560 1676 13098 0 0 49 0 5 3 20 0 15 0 76323046 11092176896 58979 33554432000 4194304 4196468 140730818187040 140579612253488 140580135345191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10832204 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 1673 13098 0 0 47 0 5 3 20 0 15 0 76323046 11092176896 58979 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10832204 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) S 989 992 32629 0 -1 1077944384 1590 13098 0 0 44 0 5 3 20 0 15 0 76323046 11092176896 58979 33554432000 4194304 4196468 140730818187040 140579610167920 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11092176896 58979 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 2 13098 0 0 0 0 5 3 20 0 15 0 76323047 11092176896 58979 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10832204 KiB

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

/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 90453 13098 0 0 235494 57 5 3 20 0 15 0 76323041 11176083456 314322 33554432000 4194304 4196468 140730818187040 140580125658016 140579738139639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10914144 memory=1255240 CPUtime=12.28 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 8524 13098 0 0 1156 64 5 3 20 0 15 0 76323042 11176083456 314322 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10914144 memory=1257288 CPUtime=12.27 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 12657 13098 0 0 1153 66 5 3 20 0 15 0 76323042 11176083456 314322 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10914144 memory=1255240 CPUtime=12.27 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 12656 13098 0 0 1159 60 5 3 20 0 15 0 76323042 11176083456 314322 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10914144 memory=1257288 CPUtime=12.26 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 14561 13098 0 0 1159 59 5 3 20 0 15 0 76323042 11176083456 314322 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10914144 memory=1257288 CPUtime=11.56 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 17318 13098 0 0 1088 60 5 3 20 0 15 0 76323043 11176083456 314322 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10914144 memory=1257288 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 25 13098 0 0 0 0 5 3 20 0 15 0 76323043 11176083456 314322 33554432000 4194304 4196468 140730818187040 140579044320416 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10914144 memory=1257288 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 314322 33554432000 4194304 4196468 140730818187040 140578910102400 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10914144 memory=1257288 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314322 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10914144 memory=4128 CPUtime=3.7 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) S 989 992 32629 0 -1 1077944384 14039 13098 0 0 359 3 5 3 20 0 15 0 76323046 11176083456 314322 33554432000 4194304 4196468 140730818187040 140579612273520 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10914144 memory=4128 CPUtime=3.73 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 13352 13098 0 0 363 2 5 3 20 0 15 0 76323046 11176083456 314322 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10914144 memory=22824 CPUtime=1.86 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) S 989 992 32629 0 -1 1077944384 18693 13098 0 0 175 3 5 3 20 0 15 0 76323046 11176083456 314322 33554432000 4194304 4196468 140730818187040 140579610167920 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10914144 memory=22824 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314322 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10914144 memory=1292 CPUtime=1.46 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 1097 13098 0 0 64 74 5 3 20 0 15 0 76323047 11176083456 314322 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 2426.35 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1257288 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.31 1.37 3/215 1338
/proc/meminfo: memFree=10168616/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=10914144 memory=1257324 CPUtime=2487.35 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 207540 13098 0 0 248337 390 5 3 20 0 15 0 76323032 11176083456 314331 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2728536 314331 3520 1 0 2690189 0
[pid=992/tid=1080] ppid=989 vsize=10914144 memory=1257324 CPUtime=2414.89 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 91418 13098 0 0 241423 58 5 3 20 0 15 0 76323041 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580125657056 140579747492224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.62 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 8885 13098 0 0 1188 66 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.6 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 12683 13098 0 0 1185 67 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10914144 memory=1257288 CPUtime=12.61 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 12914 13098 0 0 1192 61 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10914144 memory=1257288 CPUtime=12.6 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 14602 13098 0 0 1192 60 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10914144 memory=55 CPUtime=11.87 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 17525 13098 0 0 1117 62 5 3 20 0 15 0 76323043 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10914144 memory=1257288 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 25 13098 0 0 0 0 5 3 20 0 15 0 76323043 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579044320416 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578910102400 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10914144 memory=1257324 CPUtime=3.7 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) S 989 992 32629 0 -1 1077944384 14042 13098 0 0 359 3 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579612273520 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10914144 memory=1257324 CPUtime=3.73 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 13354 13098 0 0 363 2 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10914144 memory=1257324 CPUtime=1.86 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) S 989 992 32629 0 -1 1077944384 18779 13098 0 0 175 3 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579610167920 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10914144 memory=1257324 CPUtime=1.5 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 1105 13098 0 0 65 77 5 3 20 0 15 0 76323047 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 2487.35 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1257324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.5 s]
/proc/loadavg: 1.47 1.35 1.38 3/215 1339
/proc/meminfo: memFree=10167996/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=10914144 memory=1257324 CPUtime=2520.05 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 208387 13098 0 0 251602 395 5 3 20 0 15 0 76323032 11176083456 314331 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2728536 314331 3520 1 0 2690189 0
[pid=992/tid=1080] ppid=989 vsize=10914144 memory=1257324 CPUtime=2446.72 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 91925 13098 0 0 244606 58 5 3 20 0 15 0 76323041 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580125656976 140579747656896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.79 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 8899 13098 0 0 1204 67 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.78 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 12698 13098 0 0 1202 68 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10914144 memory=1187 CPUtime=12.78 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 13018 13098 0 0 1208 62 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.77 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 14613 13098 0 0 1208 61 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.02 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 17699 13098 0 0 1131 63 5 3 20 0 15 0 76323043 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 25 13098 0 0 0 0 5 3 20 0 15 0 76323043 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579044320416 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578910102400 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10914144 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10914144 memory=1257324 CPUtime=3.7 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) S 989 992 32629 0 -1 1077944384 14044 13098 0 0 359 3 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579612273520 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10914144 memory=6947385649911455296 CPUtime=3.73 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 13356 13098 0 0 363 2 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10914144 memory=4128 CPUtime=1.86 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) S 989 992 32629 0 -1 1077944384 18781 13098 0 0 175 3 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579610167920 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10914144 memory=1257324 CPUtime=1.51 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 1121 13098 0 0 65 78 5 3 20 0 15 0 76323047 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1257324 KiB

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

[startup+2474.54 s]
# the end of solver process 992 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.09 s, system=3.99429 s

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

[startup+2474.5 s]
/proc/loadavg: 1.47 1.35 1.38 3/215 1339
/proc/meminfo: memFree=10167996/32770624 swapFree=67108860/67108860
[pid=992] ppid=989 vsize=10914144 memory=1257324 CPUtime=2520.05 cores=1,3,5,7
/proc/992/stat : 992 (java) S 989 992 32629 0 -1 1077944320 208387 13098 0 0 251602 395 5 3 20 0 15 0 76323032 11176083456 314331 33554432000 4194304 4196468 140730818187040 140730818169584 140580153822967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
/proc/992/statm: 2728536 314331 3520 1 0 2690189 0
[pid=992/tid=1080] ppid=989 vsize=10914144 memory=1257324 CPUtime=2446.72 cores=1,3,5,7
/proc/992/task/1080/stat : 1080 (java) R 989 992 32629 0 -1 4202560 91925 13098 0 0 244606 58 5 3 20 0 15 0 76323041 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580125656976 140579747656896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1083] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.79 cores=1,3,5,7
/proc/992/task/1083/stat : 1083 (java) S 989 992 32629 0 -1 1077944384 8899 13098 0 0 1204 67 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580158065808 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1084] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.78 cores=1,3,5,7
/proc/992/task/1084/stat : 1084 (java) S 989 992 32629 0 -1 1077944384 12698 13098 0 0 1202 68 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580056955920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1085] ppid=989 vsize=10914144 memory=1187 CPUtime=12.78 cores=1,3,5,7
/proc/992/task/1085/stat : 1085 (java) S 989 992 32629 0 -1 1077944384 13018 13098 0 0 1208 62 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580055903120 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1086] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.77 cores=1,3,5,7
/proc/992/task/1086/stat : 1086 (java) S 989 992 32629 0 -1 1077944384 14613 13098 0 0 1208 61 5 3 20 0 15 0 76323042 11176083456 314331 33554432000 4194304 4196468 140730818187040 140580054850320 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1087] ppid=989 vsize=10914144 memory=1257324 CPUtime=12.02 cores=1,3,5,7
/proc/992/task/1087/stat : 1087 (java) S 989 992 32629 0 -1 1077944384 17699 13098 0 0 1131 63 5 3 20 0 15 0 76323043 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579613325680 140580153834114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1088] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1088/stat : 1088 (java) S 989 992 32629 0 -1 1077944384 25 13098 0 0 0 0 5 3 20 0 15 0 76323043 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579044320416 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1089] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1089/stat : 1089 (java) S 989 992 32629 0 -1 1077944384 13 13098 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578910102400 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1096] ppid=989 vsize=10914144 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1096/stat : 1096 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578669811536 140580153841563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1097] ppid=989 vsize=10914144 memory=1257324 CPUtime=3.7 cores=1,3,5,7
/proc/992/task/1097/stat : 1097 (java) S 989 992 32629 0 -1 1077944384 14044 13098 0 0 359 3 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579612273520 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1098] ppid=989 vsize=10914144 memory=6947385649911455296 CPUtime=3.73 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) S 989 992 32629 0 -1 1077944384 13356 13098 0 0 363 2 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579611220720 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1099] ppid=989 vsize=10914144 memory=4128 CPUtime=1.86 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) S 989 992 32629 0 -1 1077944384 18781 13098 0 0 175 3 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579610167920 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1100] ppid=989 vsize=10914144 memory=1257324 CPUtime=0.08 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 989 992 32629 0 -1 1077944384 3 13098 0 0 0 0 5 3 20 0 15 0 76323046 11176083456 314331 33554432000 4194304 4196468 140730818187040 140578636253920 140580153833173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
[pid=992/tid=1101] ppid=989 vsize=10914144 memory=1257324 CPUtime=1.51 cores=1,3,5,7
/proc/992/task/1101/stat : 1101 (java) S 989 992 32629 0 -1 1077944384 1121 13098 0 0 65 78 5 3 20 0 15 0 76323047 11176083456 314331 33554432000 4194304 4196468 140730818187040 140579609115312 140580153834114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9285632 140730818194031 140730818196828 140730818196828 140730818199503 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1257324 KiB

Child status: 143
Real time (s): 2474.54
CPU time (s): 2520.09
CPU user time (s): 2516.09
CPU system time (s): 3.99429
CPU usage (%): 101.841
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1257324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.09
system time used= 3.99429
maximum resident set size= 1261560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 310678
involuntary context switches= 5919


# summary of solver processes directly reported to runsolver:
#   pid: 992
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.09
#   total CPU system time (s): 3.99429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2133 second user time and 23.3933 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 08:46:39
IDJOB=4295619
IDBENCH=141583
IDSOLVER=2750
FILE ID=node139/4295619-1532587599
RUNJOBID= node139-1532582651-32661
PBS_JOBID= 21021962
Free space on /tmp= 38772 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Frb/frb-53-24-1-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295619-1532587599/watcher-4295619-1532587599 -o /tmp/evaluation-result-4295619-1532587599/solver-4295619-1532587599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=662495599 HOME/instance-4295619-1532587599.xml

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

MD5SUM BENCH= e77860b1077c007311080ac2a4bc32f8
RANDOM SEED=662495599

node139.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.80
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.80
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.80
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.80
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:        12449668 kB
MemAvailable:   31930656 kB
Buffers:          231900 kB
Cached:         19206784 kB
SwapCached:            0 kB
Active:          2924724 kB
Inactive:       16565812 kB
Active(anon):       6996 kB
Inactive(anon):    73596 kB
Active(file):    2917728 kB
Inactive(file): 16492216 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53496 kB
Writeback:             0 kB
AnonPages:         59128 kB
Mapped:            40132 kB
Shmem:             25228 kB
Slab:             527060 kB
SReclaimable:     499504 kB
SUnreclaim:        27556 kB
KernelStack:        3424 kB
PageTables:         5336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     354148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 09:27:53