Trace number 4295692

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-SuperNG 2018-06-13? (TO) 2520.18 2482.31

General information on the benchmark

NameFrb/
frb-53-24-2-mgd_c18.xml
MD5SUMefa4ad1e7c4e0975e1666af510b5ab46
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1964.13
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints474
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree12
Maximum variable degree26
Distribution of variable degrees[{"degree":12,"count":1},{"degree":14,"count":6},{"degree":15,"count":3},{"degree":16,"count":9},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":4},{"degree":20,"count":5},{"degree":21,"count":3},{"degree":22,"count":7},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":474}]
Number of extensional constraints474
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":474}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
2520.06/2482.29	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2482.29		at concrete.MAC.mac(MAC.scala:188)
2520.06/2482.29		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2482.29		at scala.util.Try$.apply(Try.scala:209)
2520.06/2482.29		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2482.29		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2482.29		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2482.29		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2482.29		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2482.29		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2482.29		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2482.29		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2482.29		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2482.29		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2482.29		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2482.29		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2482.29		at concrete.ProblemState.map(ProblemState.scala:221)
2520.06/2482.29		at concrete.ProblemState.map(ProblemState.scala:204)
2520.06/2482.29		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2482.29		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2482.29		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.06/2482.29		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.06/2482.29		at concrete.Solver.toStream(Solver.scala:68)
2520.06/2482.29		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.06/2482.29		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.06/2482.29		at concrete.Solver.toIterable(Solver.scala:68)
2520.06/2482.29		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.06/2482.29		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2482.29		at scala.util.Success.map(Try.scala:209)
2520.06/2482.29		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2482.29		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2482.29		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2482.29		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2482.29		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2482.29		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2482.29		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2482.29		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2482.29		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2482.29		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2482.29		at scala.App.main(App.scala:76)
2520.06/2482.29		at scala.App.main$(App.scala:74)
2520.06/2482.29		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2482.29		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2482.30	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 (6271 MiB free)
  memory of node 1: 16384 MiB (10495 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295692-1532587626/watcher-4295692-1532587626 -o /tmp/evaluation-result-4295692-1532587626/solver-4295692-1532587626 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1643916995 -superng HOME/instance-4295692-1532587626.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=1110, runsolver pid=1107
Current StackSize limit: 8192 KiB


[startup+0.100747 s]*
/proc/loadavg: 1.17 1.20 1.31 2/206 1175
/proc/meminfo: memFree=17156372/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=9972712 memory=16948 CPUtime=0.08 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 4352 12869 0 0 1 0 4 3 20 0 6 0 76325756 10212057088 4171 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2493178 4237 1934 1 0 2481616 0
[pid=1110/tid=1171] ppid=1107 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 2229 12869 0 0 1 0 4 3 20 0 6 0 76325765 10212057088 4814 33554432000 4194304 4196468 140732819455904 140157107917392 140157136102557 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=9972712 memory=4294967639 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 6 0 76325766 10212057088 4814 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=9972712 memory=288370720529692288 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 6 0 76325766 10212057088 4814 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 6 0 76325766 10212057088 4814 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 2 12869 0 0 0 0 4 3 20 0 6 0 76325766 10212057088 4814 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16948 KiB

[startup+0.209789 s]*
/proc/loadavg: 1.17 1.20 1.31 3/215 1184
/proc/meminfo: memFree=17133020/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=10818904 memory=46988 CPUtime=0.25 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 7936 12869 0 0 17 1 4 3 20 0 15 0 76325756 11078557696 11747 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2704726 11747 2968 1 0 2667149 0
[pid=1110/tid=1171] ppid=1107 vsize=10818904 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 5901 12869 0 0 11 0 4 3 20 0 15 0 76325765 11078557696 12444 33554432000 4194304 4196468 140732819455904 140157107905440 140157128797735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10818904 memory=4294967639 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11078557696 12444 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10818904 memory=288370720529692288 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11078557696 12444 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11078557696 12444 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 2 12869 0 0 0 0 4 3 20 0 15 0 76325766 11078557696 12444 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10818936 memory=140344377980544 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 2 12869 0 0 0 0 4 3 20 0 15 0 76325767 11078590464 12444 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 13 12869 0 0 0 0 4 3 20 0 15 0 76325768 11078590464 12444 33554432000 4194304 4196468 140732819455904 140156057150752 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325768 11078590464 12444 33554432000 4194304 4196468 140732819455904 140155922933360 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11078590464 12444 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) S 1107 1110 32560 0 -1 1077944384 481 12869 0 0 1 0 4 3 20 0 15 0 76325771 11078590464 12444 33554432000 4194304 4196468 140732819455904 140156137891952 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 88 12869 0 0 1 0 4 3 20 0 15 0 76325771 11078590464 12444 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10818936 memory=140344377980544 CPUtime=0.1 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 562 12869 0 0 3 0 4 3 20 0 15 0 76325771 11078590464 12444 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11078590464 12444 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10818936 memory=140344377980544 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325771 11078590464 12444 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46988 KiB

[startup+0.310185 s]*
/proc/loadavg: 1.17 1.20 1.31 3/215 1184
/proc/meminfo: memFree=17119252/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=10819352 memory=57652 CPUtime=0.38 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 10447 12869 0 0 29 2 4 3 20 0 15 0 76325756 11079016448 14413 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2704838 14413 3087 1 0 2667149 0
[pid=1110/tid=1171] ppid=1107 vsize=10819352 memory=43719889 CPUtime=0.28 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 7109 12869 0 0 20 1 4 3 20 0 15 0 76325765 11079016448 14413 33554432000 4194304 4196468 140732819455904 140157107892640 140157120161118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 14413 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10819352 memory=280688608497280 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 14413 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10819352 memory=140344377980544 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 2 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10819352 memory=140344377980543 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 2 12869 0 0 0 0 4 3 20 0 15 0 76325767 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 13 12869 0 0 0 0 4 3 20 0 15 0 76325768 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156057150752 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325768 11079016448 14413 33554432000 4194304 4196468 140732819455904 140155922933360 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11079016448 14413 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) S 1107 1110 32560 0 -1 1077944384 481 12869 0 0 1 0 4 3 20 0 15 0 76325771 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156137891952 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 89 12869 0 0 1 0 4 3 20 0 15 0 76325771 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 574 12869 0 0 4 0 4 3 20 0 15 0 76325771 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11079016448 14413 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325771 11079016448 14413 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57652 KiB

[startup+0.700735 s]
/proc/loadavg: 1.17 1.20 1.31 5/215 1184
/proc/meminfo: memFree=17109452/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=10819352 memory=90612 CPUtime=0.99 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 16732 12869 0 0 88 4 4 3 20 0 15 0 76325756 11079016448 22653 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2704838 22653 3238 1 0 2667149 0
[pid=1110/tid=1171] ppid=1107 vsize=10819352 memory=7301550369998651492 CPUtime=0.65 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 12303 12869 0 0 56 2 4 3 20 0 15 0 76325765 11079016448 22653 33554432000 4194304 4196468 140732819455904 140157107901456 140157117645584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10819352 memory=280688460829504 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 22653 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 22653 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10819352 memory=140344230448781 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 2 12869 0 0 0 0 4 3 20 0 15 0 76325766 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10819352 memory=140346646331979 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 5 12869 0 0 0 0 4 3 20 0 15 0 76325767 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10819352 memory=140346646331981 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 13 12869 0 0 0 0 4 3 20 0 15 0 76325768 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156057150752 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10819352 memory=140346646331984 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325768 11079016448 22653 33554432000 4194304 4196468 140732819455904 140155922933360 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10819352 memory=140346646331987 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11079016448 22653 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10819352 memory=140346646331991 CPUtime=0.14 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) S 1107 1110 32560 0 -1 1077944384 832 12869 0 0 7 0 4 3 20 0 15 0 76325771 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156137891952 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10819352 memory=140346646332008 CPUtime=0.16 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 728 12869 0 0 9 0 4 3 20 0 15 0 76325771 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10819352 memory=140346646332016 CPUtime=0.2 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 651 12869 0 0 13 0 4 3 20 0 15 0 76325771 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10819352 memory=143022410957453 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11079016448 22653 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10819352 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325771 11079016448 22653 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90612 KiB

[startup+1.50135 s]
/proc/loadavg: 1.17 1.20 1.31 3/215 1184
/proc/meminfo: memFree=17010120/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=10832204 memory=235720 CPUtime=3.01 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 23975 12869 0 0 285 9 4 3 20 0 15 0 76325756 11092176896 58930 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2708051 58930 3450 1 0 2669709 0
[pid=1110/tid=1171] ppid=1107 vsize=10832204 memory=10144712755512 CPUtime=1.45 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 16382 12869 0 0 132 6 4 3 20 0 15 0 76325765 11092176896 58930 33554432000 4194304 4196468 140732819455904 140157107859456 140157120161118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10832204 memory=280688461129336 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 41 12869 0 0 0 0 4 3 20 0 15 0 76325766 11092176896 58930 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10832204 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 175 12869 0 0 0 0 4 3 20 0 15 0 76325766 11092176896 58930 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 6 12869 0 0 0 0 4 3 20 0 15 0 76325766 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 17 12869 0 0 0 0 4 3 20 0 15 0 76325766 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 28 12869 0 0 0 0 4 3 20 0 15 0 76325767 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10832204 memory=-2331055268852096867 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 14 12869 0 0 0 0 4 3 20 0 15 0 76325768 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156057150816 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10832204 memory=7681421203011431829 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 2 12869 0 0 0 0 4 3 20 0 15 0 76325768 11092176896 58930 33554432000 4194304 4196468 140732819455904 140155922933376 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10832204 memory=-7812193691855986592 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11092176896 58930 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10832204 memory=6944656592452807314 CPUtime=0.57 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) R 1107 1110 32560 0 -1 4202560 1629 12869 0 0 50 0 4 3 20 0 15 0 76325771 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156137876592 140157115327384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10832204 memory=4137280412607091059 CPUtime=0.6 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 1944 12869 0 0 53 0 4 3 20 0 15 0 76325771 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10832204 memory=6944656425122700657 CPUtime=0.52 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 1543 12869 0 0 45 0 4 3 20 0 15 0 76325771 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10832204 memory=8546823402028195750 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11092176896 58930 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10832204 memory=-2672971631320983069 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1 12869 0 0 0 0 4 3 20 0 15 0 76325771 11092176896 58930 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10832204 KiB

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

/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 91448 12869 0 0 229993 45 4 3 20 0 15 0 76325765 11176083456 263419 33554432000 4194304 4196468 140732819455904 140157107914768 140156742074476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10914144 memory=1053676 CPUtime=9.02 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 15069 12869 0 0 854 41 4 3 20 0 15 0 76325766 11176083456 263419 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10914144 memory=1053676 CPUtime=9.03 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 11497 12869 0 0 849 47 4 3 20 0 15 0 76325766 11176083456 263419 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10914144 memory=1053676 CPUtime=9.02 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 15715 12869 0 0 849 46 4 3 20 0 15 0 76325766 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10914144 memory=1053664 CPUtime=9.01 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 11772 12869 0 0 846 48 4 3 20 0 15 0 76325766 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10914144 memory=1053664 CPUtime=9.48 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 16174 12869 0 0 901 40 4 3 20 0 15 0 76325767 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 20 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156057150880 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10914144 memory=1053676 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 11 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263419 33554432000 4194304 4196468 140732819455904 140155922933376 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263419 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10914144 memory=1053676 CPUtime=4.72 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) S 1107 1110 32560 0 -1 1077944384 21579 12869 0 0 463 2 4 3 20 0 15 0 76325771 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156137891952 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10914144 memory=1053664 CPUtime=4.86 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 23343 12869 0 0 476 3 4 3 20 0 15 0 76325771 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10914144 memory=1053676 CPUtime=2.03 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 25728 12869 0 0 191 5 4 3 20 0 15 0 76325771 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10914144 memory=1053676 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263419 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10914144 memory=1053676 CPUtime=1.36 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1147 12869 0 0 59 70 4 3 20 0 15 0 76325771 11176083456 263419 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 2358.48 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1053676 KiB

[startup+2382.3 s]
/proc/loadavg: 1.17 1.22 1.29 3/215 1280
/proc/meminfo: memFree=15696536/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=10914144 memory=1055768 CPUtime=2419.11 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 237410 12869 0 0 241604 300 4 3 20 0 15 0 76325756 11176083456 263942 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2728536 263942 3523 1 0 2690189 0
[pid=1110/tid=1171] ppid=1107 vsize=10914144 memory=1055756 CPUtime=2359.97 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 92281 12869 0 0 235944 46 4 3 20 0 15 0 76325765 11176083456 263942 33554432000 4194304 4196468 140732819455904 140157107914720 140156753551201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10914144 memory=1055768 CPUtime=9.24 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 15110 12869 0 0 874 43 4 3 20 0 15 0 76325766 11176083456 263942 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10914144 memory=1055756 CPUtime=9.25 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 11513 12869 0 0 870 48 4 3 20 0 15 0 76325766 11176083456 263942 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10914144 memory=1055756 CPUtime=9.24 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 15814 12869 0 0 869 48 4 3 20 0 15 0 76325766 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10914144 memory=1055768 CPUtime=9.22 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 12098 12869 0 0 866 49 4 3 20 0 15 0 76325766 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10914144 memory=1055768 CPUtime=9.71 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 16536 12869 0 0 923 41 4 3 20 0 15 0 76325767 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10914144 memory=1055768 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 20 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156057150880 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10914144 memory=1053676 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 11 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263942 33554432000 4194304 4196468 140732819455904 140155922933376 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10914144 memory=4016 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263942 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10914144 memory=1055768 CPUtime=4.72 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) S 1107 1110 32560 0 -1 1077944384 21581 12869 0 0 463 2 4 3 20 0 15 0 76325771 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156137891952 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10914144 memory=2244 CPUtime=4.86 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 23345 12869 0 0 476 3 4 3 20 0 15 0 76325771 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10914144 memory=1055756 CPUtime=2.03 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 25730 12869 0 0 191 5 4 3 20 0 15 0 76325771 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10914144 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263942 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10914144 memory=3708 CPUtime=1.4 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1178 12869 0 0 61 72 4 3 20 0 15 0 76325771 11176083456 263942 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 2419.11 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1055768 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.24 1.29 3/215 1281
/proc/meminfo: memFree=15696684/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=10914144 memory=1055796 CPUtime=2479.74 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 238664 12869 0 0 247662 305 4 3 20 0 15 0 76325756 11176083456 263949 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2728536 263949 3523 1 0 2690189 0
[pid=1110/tid=1171] ppid=1107 vsize=10914144 memory=1055796 CPUtime=2419.46 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 92908 12869 0 0 241893 46 4 3 20 0 15 0 76325765 11176083456 263949 33554432000 4194304 4196468 140732819455904 140157107914800 140156742076384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10914144 memory=1055796 CPUtime=9.45 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 15121 12869 0 0 895 43 4 3 20 0 15 0 76325766 11176083456 263949 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10914144 memory=1055796 CPUtime=9.47 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 11522 12869 0 0 891 49 4 3 20 0 15 0 76325766 11176083456 263949 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10914144 memory=1055796 CPUtime=9.45 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 16126 12869 0 0 890 48 4 3 20 0 15 0 76325766 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10914144 memory=1055796 CPUtime=9.44 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 12170 12869 0 0 887 50 4 3 20 0 15 0 76325766 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10914144 memory=1055796 CPUtime=9.94 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 16736 12869 0 0 945 42 4 3 20 0 15 0 76325767 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10914144 memory=1055796 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 20 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156057150880 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10914144 memory=1055796 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 11 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263949 33554432000 4194304 4196468 140732819455904 140155922933376 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10914144 memory=7524 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263949 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10914144 memory=1055796 CPUtime=4.72 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) S 1107 1110 32560 0 -1 1077944384 21583 12869 0 0 463 2 4 3 20 0 15 0 76325771 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156137891952 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10914144 memory=1055796 CPUtime=4.86 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 23347 12869 0 0 476 3 4 3 20 0 15 0 76325771 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10914144 memory=857600 CPUtime=2.03 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 25732 12869 0 0 191 5 4 3 20 0 15 0 76325771 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10914144 memory=18092 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263949 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10914144 memory=1055796 CPUtime=1.43 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1195 12869 0 0 62 74 4 3 20 0 15 0 76325771 11176083456 263949 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 2479.74 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1055796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.2 s]
/proc/loadavg: 1.40 1.28 1.30 4/215 1412
/proc/meminfo: memFree=16204016/32770624 swapFree=67108796/67108860
[pid=1110] ppid=1107 vsize=10914144 memory=1055852 CPUtime=2520.06 cores=1,3,5,7
/proc/1110/stat : 1110 (java) S 1107 1110 32560 0 -1 1077944320 239757 12869 0 0 251689 310 4 3 20 0 15 0 76325756 11176083456 263963 33554432000 4194304 4196468 140732819455904 140732819438448 140157136080631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
/proc/1110/statm: 2728536 263963 3523 1 0 2690189 0
[pid=1110/tid=1171] ppid=1107 vsize=10914144 memory=288230621803970871 CPUtime=2459.01 cores=1,3,5,7
/proc/1110/task/1171/stat : 1171 (java) R 1107 1110 32560 0 -1 4202560 93342 12869 0 0 245847 47 4 3 20 0 15 0 76325765 11176083456 263963 33554432000 4194304 4196468 140732819455904 140157107914960 140156754959664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1172] ppid=1107 vsize=10914144 memory=13850759250838937 CPUtime=9.61 cores=1,3,5,7
/proc/1110/task/1172/stat : 1172 (java) S 1107 1110 32560 0 -1 1077944384 15459 12869 0 0 910 44 4 3 20 0 15 0 76325766 11176083456 263963 33554432000 4194304 4196468 140732819455904 140157140322704 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1173] ppid=1107 vsize=10914144 memory=3848 CPUtime=9.61 cores=1,3,5,7
/proc/1110/task/1173/stat : 1173 (java) S 1107 1110 32560 0 -1 1077944384 11552 12869 0 0 904 50 4 3 20 0 15 0 76325766 11176083456 263963 33554432000 4194304 4196468 140732819455904 140157065627920 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1174] ppid=1107 vsize=10914144 memory=2600 CPUtime=9.6 cores=1,3,5,7
/proc/1110/task/1174/stat : 1174 (java) S 1107 1110 32560 0 -1 1077944384 16176 12869 0 0 904 49 4 3 20 0 15 0 76325766 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156707986064 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1175] ppid=1107 vsize=10914144 memory=2668 CPUtime=9.58 cores=1,3,5,7
/proc/1110/task/1175/stat : 1175 (java) S 1107 1110 32560 0 -1 1077944384 12190 12869 0 0 901 50 4 3 20 0 15 0 76325766 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156706933264 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1176] ppid=1107 vsize=10914144 memory=6935054825532540783 CPUtime=10.1 cores=1,3,5,7
/proc/1110/task/1176/stat : 1176 (java) S 1107 1110 32560 0 -1 1077944384 16937 12869 0 0 961 42 4 3 20 0 15 0 76325767 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156662680176 140157136091778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1177] ppid=1107 vsize=10914144 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1177/stat : 1177 (java) S 1107 1110 32560 0 -1 1077944384 20 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156057150880 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1178] ppid=1107 vsize=10914144 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1178/stat : 1178 (java) S 1107 1110 32560 0 -1 1077944384 11 12869 0 0 0 0 4 3 20 0 15 0 76325768 11176083456 263963 33554432000 4194304 4196468 140732819455904 140155922933376 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1179] ppid=1107 vsize=10914144 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1179/stat : 1179 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263963 33554432000 4194304 4196468 140732819455904 140155682642512 140157136099227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1180] ppid=1107 vsize=10914144 memory=3276 CPUtime=4.72 cores=1,3,5,7
/proc/1110/task/1180/stat : 1180 (java) S 1107 1110 32560 0 -1 1077944384 21585 12869 0 0 463 2 4 3 20 0 15 0 76325771 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156137891952 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1181] ppid=1107 vsize=10914144 memory=1055804 CPUtime=4.86 cores=1,3,5,7
/proc/1110/task/1181/stat : 1181 (java) S 1107 1110 32560 0 -1 1077944384 23349 12869 0 0 476 3 4 3 20 0 15 0 76325771 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156136839152 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1182] ppid=1107 vsize=10914144 memory=4072 CPUtime=2.03 cores=1,3,5,7
/proc/1110/task/1182/stat : 1182 (java) S 1107 1110 32560 0 -1 1077944384 25734 12869 0 0 191 5 4 3 20 0 15 0 76325771 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156135786864 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1183] ppid=1107 vsize=10914144 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/1110/task/1183/stat : 1183 (java) S 1107 1110 32560 0 -1 1077944384 3 12869 0 0 0 0 4 3 20 0 15 0 76325771 11176083456 263963 33554432000 4194304 4196468 140732819455904 140155649083872 140157136090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
[pid=1110/tid=1184] ppid=1107 vsize=10914144 memory=2600 CPUtime=1.45 cores=1,3,5,7
/proc/1110/task/1184/stat : 1184 (java) S 1107 1110 32560 0 -1 1077944384 1209 12869 0 0 63 75 4 3 20 0 15 0 76325771 11176083456 263963 33554432000 4194304 4196468 140732819455904 140156134734768 140157136091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 32481280 140732819462315 140732819465564 140732819465564 140732819468239 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1055852 KiB

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

[startup+2482.31 s]
# the end of solver process 1110 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.04 s, system=3.14206 s

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

Child status: 143
Real time (s): 2482.31
CPU time (s): 2520.18
CPU user time (s): 2517.04
CPU system time (s): 3.14206
CPU usage (%): 101.526
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1059928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.04
system time used= 3.14206
maximum resident set size= 1061480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252715
involuntary context switches= 6297


# summary of solver processes directly reported to runsolver:
#   pid: 1110
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2517.04
#   total CPU system time (s): 3.14206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7436 second user time and 22.0086 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 08:47:06
IDJOB=4295692
IDBENCH=141591
IDSOLVER=2751
FILE ID=node138/4295692-1532587626
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Frb/frb-53-24-2-mgd_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295692-1532587626/watcher-4295692-1532587626 -o /tmp/evaluation-result-4295692-1532587626/solver-4295692-1532587626 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1643916995 -superng HOME/instance-4295692-1532587626.xml

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

MD5SUM BENCH= efa4ad1e7c4e0975e1666af510b5ab46
RANDOM SEED=1643916995

node138.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17169768 kB
MemAvailable:   31504932 kB
Buffers:          184184 kB
Cached:         14295816 kB
SwapCached:           44 kB
Active:          2820240 kB
Inactive:       12140668 kB
Active(anon):     431320 kB
Inactive(anon):    77320 kB
Active(file):    2388920 kB
Inactive(file): 12063348 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             27428 kB
Writeback:             0 kB
AnonPages:        465444 kB
Mapped:            48440 kB
Shmem:             25164 kB
Slab:             339604 kB
SReclaimable:     311356 kB
SUnreclaim:        28248 kB
KernelStack:        3552 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1560408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 09:28:28