Trace number 4302390

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.106 212.065

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ8-3_c18.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark252.036
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302390-1532894688/watcher-4302390-1532894688 -o /tmp/evaluation-result-4302390-1532894688/solver-4302390-1532894688 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1131298402 HOME/instance-4302390-1532894688.xml 

running on 4 cores: 0,2,4,6

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

solver pid=16221, runsolver pid=16218

[startup+0.100059 s]*
/proc/loadavg: 1.77 1.72 1.67 3/208 16278
/proc/meminfo: memFree=23011872/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=10005480 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 4314 12945 0 0 1 0 5 3 20 0 6 0 107031982 10245611520 4138 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2501370 4138 1933 1 0 2489808 0
[pid=16221/tid=16274] ppid=16218 vsize=10005480 memory=4279135703946723981 CPUtime=0.09 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 2148 12945 0 0 1 0 5 3 20 0 6 0 107031991 10245611520 4204 33554432000 4194304 4196468 140735963978320 139802822640208 139802834883934 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 6 0 107031992 10245611520 4204 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=10005480 memory=139792340665984 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 6 0 107031992 10245611520 4204 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 6 0 107031992 10245611520 4204 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 6 0 107031992 10245611520 4204 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210249 s]*
/proc/loadavg: 1.77 1.72 1.67 3/217 16287
/proc/meminfo: memFree=22989872/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=10982744 memory=42176 CPUtime=0.26 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 7811 12945 0 0 17 1 5 3 20 0 15 0 107031982 11246329856 10544 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2745686 10544 2960 1 0 2708109 0
[pid=16221/tid=16274] ppid=16218 vsize=10982744 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 4477 12945 0 0 11 1 5 3 20 0 15 0 107031991 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802822600368 139802834883934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=10982744 memory=139792340665984 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=10982744 memory=139792340665984 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 107031993 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 13 12945 0 0 0 0 5 3 20 0 15 0 107031994 11246329856 10676 33554432000 4194304 4196468 140735963978320 139801655240352 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 21 12945 0 0 0 0 5 3 20 0 15 0 107031994 11246329856 10676 33554432000 4194304 4196468 140735963978320 139801588126960 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11246329856 10676 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) S 16218 16221 12183 0 -1 1077944384 549 12945 0 0 1 0 5 3 20 0 15 0 107031996 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802342889712 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) S 16218 16221 12183 0 -1 1077944384 65 12945 0 0 1 0 5 3 20 0 15 0 107031996 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802341837168 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=10982744 memory=139792340665984 CPUtime=0.11 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) R 16218 16221 12183 0 -1 1077944384 606 12945 0 0 3 0 5 3 20 0 15 0 107031996 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802340784112 139802850814594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11246329856 10676 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=10982744 memory=139792340665984 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031997 11246329856 10676 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42176 KiB

[startup+0.310446 s]*
/proc/loadavg: 1.77 1.72 1.67 3/217 16287
/proc/meminfo: memFree=22978444/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=10983192 memory=53404 CPUtime=0.39 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 10437 12945 0 0 29 2 5 3 20 0 15 0 107031982 11246788608 13351 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2745798 13351 3079 1 0 2708109 0
[pid=16221/tid=16274] ppid=16218 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 6962 12945 0 0 20 1 5 3 20 0 15 0 107031991 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802822615456 139802850825373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=10983192 memory=7012755875661107280 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 107031993 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 13 12945 0 0 0 0 5 3 20 0 15 0 107031994 11246788608 13351 33554432000 4194304 4196468 140735963978320 139801655240352 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 21 12945 0 0 0 0 5 3 20 0 15 0 107031994 11246788608 13351 33554432000 4194304 4196468 140735963978320 139801588126960 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11246788608 13351 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) S 16218 16221 12183 0 -1 1077944384 551 12945 0 0 1 0 5 3 20 0 15 0 107031996 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802342889712 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) S 16218 16221 12183 0 -1 1077944384 65 12945 0 0 1 0 5 3 20 0 15 0 107031996 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802341837168 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) S 16218 16221 12183 0 -1 1077944384 616 12945 0 0 5 0 5 3 20 0 15 0 107031996 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802340784112 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11246788608 13351 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031997 11246788608 13351 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53404 KiB

[startup+0.700802 s]
/proc/loadavg: 1.77 1.72 1.67 3/217 16287
/proc/meminfo: memFree=22967032/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=10983192 memory=86560 CPUtime=1 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 16789 12945 0 0 88 4 5 3 20 0 15 0 107031982 11246788608 21640 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2745798 21640 3238 1 0 2708109 0
[pid=16221/tid=16274] ppid=16218 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 12180 12945 0 0 56 2 5 3 20 0 15 0 107031991 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802822624272 139802833990291 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 107031992 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 5 12945 0 0 0 0 5 3 20 0 15 0 107031993 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 13 12945 0 0 0 0 5 3 20 0 15 0 107031994 11246788608 21640 33554432000 4194304 4196468 140735963978320 139801655240352 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 21 12945 0 0 0 0 5 3 20 0 15 0 107031994 11246788608 21640 33554432000 4194304 4196468 140735963978320 139801588126960 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11246788608 21640 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) S 16218 16221 12183 0 -1 1077944384 1208 12945 0 0 10 0 5 3 20 0 15 0 107031996 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802342889712 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) S 16218 16221 12183 0 -1 1077944384 458 12945 0 0 7 0 5 3 20 0 15 0 107031996 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802341837168 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) S 16218 16221 12183 0 -1 1077944384 697 12945 0 0 13 0 5 3 20 0 15 0 107031996 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802340784112 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11246788608 21640 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031997 11246788608 21640 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86560 KiB

[startup+1.50156 s]
/proc/loadavg: 1.77 1.72 1.67 4/217 16287
/proc/meminfo: memFree=22921048/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=10991948 memory=202172 CPUtime=3.09 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 23797 12945 0 0 294 7 5 3 20 0 15 0 107031982 11255754752 50543 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2747987 50543 3450 1 0 2709645 0
[pid=16221/tid=16274] ppid=16218 vsize=10991948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 15203 12945 0 0 134 5 5 3 20 0 15 0 107031991 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802822635280 139802414399041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031992 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 107031992 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=10991948 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 14 12945 0 0 0 0 5 3 20 0 15 0 107031993 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=10991948 memory=279584385870080 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 13 12945 0 0 0 0 5 3 20 0 15 0 107031994 11255754752 50543 33554432000 4194304 4196468 140735963978320 139801655240352 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 21 12945 0 0 0 0 5 3 20 0 15 0 107031994 11255754752 50543 33554432000 4194304 4196468 140735963978320 139801588126960 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=10991948 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11255754752 50543 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=10991948 memory=1232 CPUtime=0.69 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) R 16218 16221 12183 0 -1 4202560 2678 12945 0 0 61 0 5 3 20 0 15 0 107031996 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802342876480 139802830459856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=10991948 memory=8560 CPUtime=0.65 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) R 16218 16221 12183 0 -1 4202560 2188 12945 0 0 56 1 5 3 20 0 15 0 107031996 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802341823344 139802834214457 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=10991948 memory=1712 CPUtime=0.49 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) R 16218 16221 12183 0 -1 4202560 1473 12945 0 0 41 0 5 3 20 0 15 0 107031996 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802340784112 139802829768315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=10991948 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11255754752 50543 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=10991948 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 107031997 11255754752 50543 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10991948 KiB

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

/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 36929 12945 0 0 4725 35 5 3 20 0 15 0 107031991 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802822638464 139802410559293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=11008352 memory=1296 CPUtime=3 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 3170 12945 0 0 262 30 5 3 20 0 15 0 107031992 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=11008352 memory=3019380 CPUtime=2.97 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1418 12945 0 0 263 26 5 3 20 0 15 0 107031992 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=11008352 memory=2405332 CPUtime=2.97 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 1387 12945 0 0 261 28 5 3 20 0 15 0 107031992 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=11008352 memory=4140 CPUtime=2.98 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 1704 12945 0 0 263 27 5 3 20 0 15 0 107031992 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=11008352 memory=30660 CPUtime=0.51 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 9849 12945 0 0 43 0 5 3 20 0 15 0 107031993 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 18 12945 0 0 0 0 5 3 20 0 15 0 107031994 11272552448 771828 33554432000 4194304 4196468 140735963978320 139801655240416 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=11008352 memory=279584386050000 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 46 12945 0 0 0 0 5 3 20 0 15 0 107031994 11272552448 771828 33554432000 4194304 4196468 140735963978320 139801588126976 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=11008352 memory=279584386631024 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11272552448 771828 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=11008352 memory=4140 CPUtime=6.78 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) S 16218 16221 12183 0 -1 1077944384 9154 12945 0 0 669 1 5 3 20 0 15 0 107031996 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802342889712 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=11008352 memory=30660 CPUtime=6.36 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) S 16218 16221 12183 0 -1 1077944384 10095 12945 0 0 625 3 5 3 20 0 15 0 107031996 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802341837168 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=11008352 memory=1697816 CPUtime=2.13 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) S 16218 16221 12183 0 -1 1077944384 11498 12945 0 0 201 4 5 3 20 0 15 0 107031996 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802340784112 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=11008352 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11272552448 771828 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=11008352 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 321 12945 0 0 1 1 5 3 20 0 15 0 107031997 11272552448 771828 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 74.84 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 3087312 KiB

[startup+102.301 s]
/proc/loadavg: 2.19 1.91 1.74 3/215 16288
/proc/meminfo: memFree=19664668/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=11014496 memory=3357544 CPUtime=138.44 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 123360 12945 0 0 13649 187 5 3 20 0 15 0 107031982 11278843904 839386 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2753624 839386 3530 1 0 2715277 0
[pid=16221/tid=16274] ppid=16218 vsize=11014496 memory=1339272 CPUtime=98.06 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 53210 12945 0 0 9760 38 5 3 20 0 15 0 107031991 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802822635088 139802417389510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=11014496 memory=6791534058613427641 CPUtime=3.75 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 3650 12945 0 0 333 34 5 3 20 0 15 0 107031992 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=11014496 memory=3357548 CPUtime=3.75 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1720 12945 0 0 336 31 5 3 20 0 15 0 107031992 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=11014496 memory=3357544 CPUtime=3.75 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 1603 12945 0 0 334 33 5 3 20 0 15 0 107031992 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=11014496 memory=279584386891456 CPUtime=3.73 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 1899 12945 0 0 334 31 5 3 20 0 15 0 107031992 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=11014496 memory=3357544 CPUtime=0.53 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 10673 12945 0 0 45 0 5 3 20 0 15 0 107031993 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=11014496 memory=3357544 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 20 12945 0 0 0 0 5 3 20 0 15 0 107031994 11278843904 839386 33554432000 4194304 4196468 140735963978320 139801655240416 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=11014496 memory=30660 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 49 12945 0 0 0 0 5 3 20 0 15 0 107031994 11278843904 839386 33554432000 4194304 4196468 140735963978320 139801588126976 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=11014496 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11278843904 839386 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=11014496 memory=279584386085056 CPUtime=11.05 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) S 16218 16221 12183 0 -1 1077944384 17475 12945 0 0 1094 3 5 3 20 0 15 0 107031996 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802342889712 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=11014496 memory=4140 CPUtime=11.33 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) S 16218 16221 12183 0 -1 1077944384 17033 12945 0 0 1120 5 5 3 20 0 15 0 107031996 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802341837168 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=11014496 memory=30660 CPUtime=2.98 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) S 16218 16221 12183 0 -1 1077944384 13502 12945 0 0 285 5 5 3 20 0 15 0 107031996 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802340784112 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=11014496 memory=3357548 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11278843904 839386 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=11014496 memory=3357548 CPUtime=0.13 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 325 12945 0 0 2 3 5 3 20 0 15 0 107031997 11278843904 839386 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 138.44 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3357544 KiB

[startup+162.301 s]
/proc/loadavg: 2.20 1.96 1.77 3/215 16289
/proc/meminfo: memFree=18620688/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=11014496 memory=3368004 CPUtime=200.46 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 139971 12945 0 0 19846 192 5 3 20 0 15 0 107031982 11278843904 842001 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2753624 842001 3532 1 0 2715277 0
[pid=16221/tid=16274] ppid=16218 vsize=11014496 memory=3368004 CPUtime=157.48 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 57584 12945 0 0 15701 39 5 3 20 0 15 0 107031991 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802822636280 139802424004592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=11014496 memory=3368004 CPUtime=4.31 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 4090 12945 0 0 388 35 5 3 20 0 15 0 107031992 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=11014496 memory=3368004 CPUtime=4.29 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1879 12945 0 0 390 31 5 3 20 0 15 0 107031992 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=11014496 memory=3368000 CPUtime=4.3 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 2480 12945 0 0 389 33 5 3 20 0 15 0 107031992 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=11014496 memory=3368004 CPUtime=4.29 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 3117 12945 0 0 390 31 5 3 20 0 15 0 107031992 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=11014496 memory=19439 CPUtime=0.55 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 10958 12945 0 0 46 1 5 3 20 0 15 0 107031993 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=11014496 memory=3368000 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 20 12945 0 0 0 0 5 3 20 0 15 0 107031994 11278843904 842001 33554432000 4194304 4196468 140735963978320 139801655240416 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=11014496 memory=3368004 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 49 12945 0 0 0 0 5 3 20 0 15 0 107031994 11278843904 842001 33554432000 4194304 4196468 140735963978320 139801588126976 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=11014496 memory=3368004 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11278843904 842001 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=11014496 memory=1712 CPUtime=11.24 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) S 16218 16221 12183 0 -1 1077944384 20941 12945 0 0 1113 3 5 3 20 0 15 0 107031996 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802342889712 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=11014496 memory=5412 CPUtime=11.45 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) S 16218 16221 12183 0 -1 1077944384 20503 12945 0 0 1132 5 5 3 20 0 15 0 107031996 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802341837168 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=11014496 memory=3368004 CPUtime=3 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) S 16218 16221 12183 0 -1 1077944384 15719 12945 0 0 286 6 5 3 20 0 15 0 107031996 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802340784112 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=11014496 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11278843904 842001 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=11014496 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 430 12945 0 0 4 5 5 3 20 0 15 0 107031997 11278843904 842001 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 200.46 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3368004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+212.001 s]*
/proc/loadavg: 2.26 2.02 1.80 3/215 16418
/proc/meminfo: memFree=19858120/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=11014496 memory=3380308 CPUtime=252.03 cores=0,2,4,6
/proc/16221/stat : 16221 (java) S 16218 16221 12183 0 -1 1077944320 156094 12945 0 0 25000 195 5 3 20 0 15 0 107031982 11278843904 845077 33554432000 4194304 4196468 140735963978320 140735963960864 139802850803447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
/proc/16221/statm: 2753624 845077 3532 1 0 2715277 0
[pid=16221/tid=16274] ppid=16218 vsize=11014496 memory=6791534058613427641 CPUtime=206.72 cores=0,2,4,6
/proc/16221/task/16274/stat : 16274 (java) R 16218 16221 12183 0 -1 4202560 61670 12945 0 0 20624 40 5 3 20 0 15 0 107031991 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802822634384 139802432932129 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16275] ppid=16218 vsize=11014496 memory=4872558044660077418 CPUtime=4.75 cores=0,2,4,6
/proc/16221/task/16275/stat : 16275 (java) S 16218 16221 12183 0 -1 1077944384 4304 12945 0 0 432 35 5 3 20 0 15 0 107031992 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802855045648 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16276] ppid=16218 vsize=11014496 memory=840 CPUtime=4.75 cores=0,2,4,6
/proc/16221/task/16276/stat : 16276 (java) S 16218 16221 12183 0 -1 1077944384 1954 12945 0 0 435 32 5 3 20 0 15 0 107031992 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802736310928 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16277] ppid=16218 vsize=11014496 memory=1696 CPUtime=4.75 cores=0,2,4,6
/proc/16221/task/16277/stat : 16277 (java) S 16218 16221 12183 0 -1 1077944384 4319 12945 0 0 433 34 5 3 20 0 15 0 107031992 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802735257872 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16278] ppid=16218 vsize=11014496 memory=920 CPUtime=4.74 cores=0,2,4,6
/proc/16221/task/16278/stat : 16278 (java) S 16218 16221 12183 0 -1 1077944384 3487 12945 0 0 434 32 5 3 20 0 15 0 107031992 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802734205328 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16279] ppid=16218 vsize=11014496 memory=3852 CPUtime=0.57 cores=0,2,4,6
/proc/16221/task/16279/stat : 16279 (java) S 16218 16221 12183 0 -1 1077944384 11215 12945 0 0 48 1 5 3 20 0 15 0 107031993 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802343942896 139802850814594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16280] ppid=16218 vsize=11014496 memory=2720 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16280/stat : 16280 (java) S 16218 16221 12183 0 -1 1077944384 23 12945 0 0 0 0 5 3 20 0 15 0 107031994 11278843904 845077 33554432000 4194304 4196468 140735963978320 139801655240416 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16281] ppid=16218 vsize=11014496 memory=2712 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16281/stat : 16281 (java) S 16218 16221 12183 0 -1 1077944384 52 12945 0 0 0 0 5 3 20 0 15 0 107031994 11278843904 845077 33554432000 4194304 4196468 140735963978320 139801588126976 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16282] ppid=16218 vsize=11014496 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16282/stat : 16282 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031996 11278843904 845077 33554432000 4194304 4196468 140735963978320 139801280731600 139802850822043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16283] ppid=16218 vsize=11014496 memory=1404 CPUtime=11.59 cores=0,2,4,6
/proc/16221/task/16283/stat : 16283 (java) S 16218 16221 12183 0 -1 1077944384 26528 12945 0 0 1147 4 5 3 20 0 15 0 107031996 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802342889712 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16284] ppid=16218 vsize=11014496 memory=3144 CPUtime=11.59 cores=0,2,4,6
/proc/16221/task/16284/stat : 16284 (java) S 16218 16221 12183 0 -1 1077944384 23929 12945 0 0 1146 5 5 3 20 0 15 0 107031996 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802341837168 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16285] ppid=16218 vsize=11014496 memory=3380308 CPUtime=3.01 cores=0,2,4,6
/proc/16221/task/16285/stat : 16285 (java) S 16218 16221 12183 0 -1 1077944384 15938 12945 0 0 287 6 5 3 20 0 15 0 107031996 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802340784112 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16286] ppid=16218 vsize=11014496 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/16221/task/16286/stat : 16286 (java) S 16218 16221 12183 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 107031997 11278843904 845077 33554432000 4194304 4196468 140735963978320 139800849934688 139802850813653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
[pid=16221/tid=16287] ppid=16218 vsize=11014496 memory=2748 CPUtime=0.19 cores=0,2,4,6
/proc/16221/task/16287/stat : 16287 (java) S 16218 16221 12183 0 -1 1077944384 474 12945 0 0 5 6 5 3 20 0 15 0 107031997 11278843904 845077 33554432000 4194304 4196468 140735963978320 139802339732528 139802850814594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38559744 140735963982449 140735963985249 140735963985249 140735963987919 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3380308 KiB

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

[startup+212.065 s]
# the end of solver process 16221 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.085 s, system=2.02046 s

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

Child status: 143
Real time (s): 212.065
CPU time (s): 252.106
CPU user time (s): 250.085
CPU system time (s): 2.02046
CPU usage (%): 118.881
Max. virtual memory (cumulated for all children) (KiB): 11015160
Max. memory (cumulated for all children) (KiB): 3380308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.085
system time used= 2.02046
maximum resident set size= 3384536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17781
involuntary context switches= 1079


# summary of solver processes directly reported to runsolver:
#   pid: 16221
#   total CPU time (s): 252.106
#   total CPU user time (s): 250.085
#   total CPU system time (s): 2.02046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17621 second user time and 2.13584 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:04:48
IDJOB=4302390
IDBENCH=141113
IDSOLVER=2776
FILE ID=node107/4302390-1532894688
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60796 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302390-1532894688/watcher-4302390-1532894688 -o /tmp/evaluation-result-4302390-1532894688/solver-4302390-1532894688 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1131298402 HOME/instance-4302390-1532894688.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=1131298402

node107.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.40
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.40
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.40
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.40
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:        23019212 kB
MemAvailable:   30254204 kB
Buffers:          245288 kB
Cached:          7253084 kB
SwapCached:            0 kB
Active:          5535416 kB
Inactive:        3724692 kB
Active(anon):    1713520 kB
Inactive(anon):    76484 kB
Active(file):    3821896 kB
Inactive(file):  3648208 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27956 kB
Writeback:             0 kB
AnonPages:       1769252 kB
Mapped:            58280 kB
Shmem:             25228 kB
Slab:             189640 kB
SReclaimable:     161448 kB
SUnreclaim:        28192 kB
KernelStack:        3536 kB
PageTables:         8680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3195744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1595392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 22:08:20