Trace number 4261865

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.4? (TO) 2525.45 2432.1899

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
MD5SUM5cb0a900f4910e71305eb4c61f82b136
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables877
Number of constraints149
Number of domains2
Minimum domain size79
Maximum domain size147
Distribution of domain sizes[{"size":79,"count":876},{"size":147,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":730},{"degree":4,"count":146}]
Minimum constraint arity6
Maximum constraint arity876
Distribution of constraint arities[{"arity":6,"count":146},{"arity":147,"count":1},{"arity":876,"count":2}]
Number of extensional constraints146
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":146},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.40/2.22	c Concrete v3.4 running
2525.25/2432.13	java.util.concurrent.TimeoutException
2525.25/2432.13		at concrete.MAC.mac(MAC.scala:74)
2525.25/2432.13		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2525.25/2432.13		at scala.util.Try$.apply(Try.scala:209)
2525.25/2432.14		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2525.25/2432.14		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2525.25/2432.14		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2525.25/2432.14		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2525.25/2432.14		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2525.25/2432.14		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2525.25/2432.14		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2525.25/2432.14		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2525.25/2432.14		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2525.25/2432.14		at concrete.MAC.oneRun(MAC.scala:146)
2525.25/2432.14		at concrete.MAC.nextSolution(MAC.scala:166)
2525.25/2432.14		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2525.25/2432.14		at concrete.ProblemState.map(ProblemState.scala:203)
2525.25/2432.14		at concrete.ProblemState.map(ProblemState.scala:188)
2525.25/2432.14		at concrete.MAC.nextSolution(MAC.scala:195)
2525.25/2432.14		at concrete.Solver.hasNext(Solver.scala:202)
2525.25/2432.14		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2525.25/2432.14		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2525.25/2432.14		at concrete.Solver.toStream(Solver.scala:73)
2525.25/2432.14		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2525.25/2432.14		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2525.25/2432.14		at concrete.Solver.toIterable(Solver.scala:73)
2525.25/2432.14		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2525.25/2432.14		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2525.25/2432.14		at scala.util.Success.map(Try.scala:209)
2525.25/2432.14		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2525.25/2432.14		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2525.25/2432.14		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2525.25/2432.14		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2525.25/2432.14		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2525.25/2432.14		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2525.25/2432.14		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2525.25/2432.14		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2525.25/2432.14		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2525.25/2432.14		at scala.collection.immutable.List.foreach(List.scala:389)
2525.25/2432.14		at scala.App.main(App.scala:76)
2525.25/2432.14		at scala.App.main$(App.scala:74)
2525.25/2432.14		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2525.25/2432.14		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2525.25/2432.14	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261865-1502471844/watcher-4261865-1502471844 -o /tmp/evaluation-result-4261865-1502471844/solver-4261865-1502471844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4261865-1502471844.xml 

pid=28980
running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.61 1.57 1.53 4/197 28983
/proc/meminfo: memFree=26985504/32770624 swapFree=0/313876
[pid=28983] ppid=28980 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28983/stat : 28983 (runsolver) D 28980 28983 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49379906 24240128 108 18446744073709551615 4194304 4338465 140730629091344 140730629088984 140492421309143 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 20250624 140730629099728 140730629100105 140730629100105 140730629103562 0
/proc/28983/statm: 5918 108 54 36 0 2156 0

[startup+0.100085 s]
/proc/loadavg: 1.61 1.57 1.53 4/197 28983
/proc/meminfo: memFree=26985504/32770624 swapFree=0/313876
[pid=28983] ppid=28980 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/28983/stat : 28983 (bash) S 28980 28983 16548 0 -1 4202496 683 1541 0 0 0 0 0 0 20 0 1 0 49379906 9736192 352 18446744073709551615 4194304 5098028 140735684912480 140735684910120 140264693959680 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 9 0 0 7196144 7232144 22859776 140735684915732 140735684915817 140735684915817 140735684919274 0
/proc/28983/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200256 s]
/proc/loadavg: 1.61 1.57 1.53 4/197 28983
/proc/meminfo: memFree=26985504/32770624 swapFree=0/313876
[pid=28983] ppid=28980 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/28983/stat : 28983 (bash) S 28980 28983 16548 0 -1 4202496 896 6475 0 0 0 0 0 1 20 0 1 0 49379906 9867264 372 18446744073709551615 4194304 5098028 140735684912480 140735684906488 140264693959680 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 22859776 140735684915732 140735684915817 140735684915817 140735684919274 0
/proc/28983/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300319 s]
/proc/loadavg: 1.61 1.57 1.53 4/197 28983
/proc/meminfo: memFree=26985504/32770624 swapFree=0/313876
[pid=28983] ppid=28980 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 5975 12380 0 0 5 1 5 2 20 0 14 0 49379906 14241083392 5602 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3476827 5602 2558 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700267 s]
/proc/loadavg: 1.61 1.57 1.53 4/197 28983
/proc/meminfo: memFree=26985504/32770624 swapFree=0/313876
[pid=28983] ppid=28980 vsize=13974784 CPUtime=0.64 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 13957 12380 0 0 53 4 5 2 20 0 15 0 49379906 14310178816 14385 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3493696 14385 3114 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 1.61 1.57 1.53 3/212 29047
/proc/meminfo: memFree=26893804/32770624 swapFree=0/313948
[pid=28983] ppid=28980 vsize=13985408 CPUtime=1.84 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 28027 12380 0 0 170 7 5 2 20 0 15 0 49379906 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3496352 33937 3344 1 0 3485525 0
[pid=28983/tid=29034] ppid=28980 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) R 28980 28983 16548 0 -1 4202560 22786 12380 0 0 116 5 5 2 20 0 15 0 49379928 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140145148861280 140145144665245 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) S 28980 28983 16548 0 -1 1077944384 1 12380 0 0 0 0 5 2 20 0 15 0 49379929 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) S 28980 28983 16548 0 -1 1077944384 1 12380 0 0 0 0 5 2 20 0 15 0 49379929 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140145063004560 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) S 28980 28983 16548 0 -1 1077944384 1 12380 0 0 0 0 5 2 20 0 15 0 49379929 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) S 28980 28983 16548 0 -1 1077944384 2 12380 0 0 0 0 5 2 20 0 15 0 49379929 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140145060899472 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 5 12380 0 0 0 0 5 2 20 0 15 0 49379930 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144622959088 140145144654466 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 33 12380 0 0 0 0 5 2 20 0 15 0 49379930 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144621905312 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 21 12380 0 0 0 0 5 2 20 0 15 0 49379931 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144620852720 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 15 0 49379933 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29043] ppid=28980 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/28983/task/29043/stat : 29043 (java) S 28980 28983 16548 0 -1 1077944384 753 12380 0 0 12 0 5 2 20 0 15 0 49379933 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144618747888 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29044] ppid=28980 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/28983/task/29044/stat : 29044 (java) R 28980 28983 16548 0 -1 4202560 996 12380 0 0 17 0 5 2 20 0 15 0 49379933 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144617695344 140145124360455 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29045] ppid=28980 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/28983/task/29045/stat : 29045 (java) R 28980 28983 16548 0 -1 4202560 1262 12380 0 0 23 0 5 2 20 0 15 0 49379933 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144616641200 140145123272772 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29046] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29046/stat : 29046 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 15 0 49379934 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144615590496 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29047] ppid=28980 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29047/stat : 29047 (java) S 28980 28983 16548 0 -1 1077944384 10 12380 0 0 0 0 5 2 20 0 15 0 49379939 14321057792 33937 18446744073709551615 4194304 4196468 140728250540640 140144614538032 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.61 1.57 1.53 4/212 29047
/proc/meminfo: memFree=26814764/32770624 swapFree=0/313948
[pid=28983] ppid=28980 vsize=13995836 CPUtime=5.41 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 40435 12380 0 0 520 14 5 2 20 0 15 0 49379906 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3498959 71541 3456 1 0 3487573 0
[pid=28983/tid=29034] ppid=28980 vsize=13995836 CPUtime=2.84 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) R 28980 28983 16548 0 -1 4202560 28859 12380 0 0 269 8 5 2 20 0 15 0 49379928 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140145148867376 140145127106442 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) S 28980 28983 16548 0 -1 1077944384 337 12380 0 0 1 0 5 2 20 0 15 0 49379929 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) S 28980 28983 16548 0 -1 1077944384 64 12380 0 0 1 0 5 2 20 0 15 0 49379929 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140145063004560 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) S 28980 28983 16548 0 -1 1077944384 45 12380 0 0 1 0 5 2 20 0 15 0 49379929 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) S 28980 28983 16548 0 -1 1077944384 74 12380 0 0 2 0 5 2 20 0 15 0 49379929 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140145060899472 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 954 12380 0 0 1 0 5 2 20 0 15 0 49379930 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144622959088 140145144654466 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 56 12380 0 0 0 0 5 2 20 0 15 0 49379930 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144621905376 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 43 12380 0 0 0 0 5 2 20 0 15 0 49379931 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144620852736 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 15 0 49379933 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29043] ppid=28980 vsize=13995836 CPUtime=0.96 cores=0,2,4,6
/proc/28983/task/29043/stat : 29043 (java) S 28980 28983 16548 0 -1 1077944384 3480 12380 0 0 88 1 5 2 20 0 15 0 49379933 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144618747888 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29044] ppid=28980 vsize=13995836 CPUtime=0.82 cores=0,2,4,6
/proc/28983/task/29044/stat : 29044 (java) S 28980 28983 16548 0 -1 1077944384 1592 12380 0 0 74 1 5 2 20 0 15 0 49379933 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144617695344 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29045] ppid=28980 vsize=13995836 CPUtime=0.86 cores=0,2,4,6
/proc/28983/task/29045/stat : 29045 (java) S 28980 28983 16548 0 -1 1077944384 2758 12380 0 0 78 1 5 2 20 0 15 0 49379933 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144616642800 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29046] ppid=28980 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29046/stat : 29046 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 15 0 49379934 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144615590496 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29047] ppid=28980 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29047/stat : 29047 (java) S 28980 28983 16548 0 -1 1077944384 12 12380 0 0 0 0 5 2 20 0 15 0 49379939 14331736064 71541 18446744073709551615 4194304 4196468 140728250540640 140144614538032 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 13995836

[startup+6.30065 s]
/proc/loadavg: 1.56 1.56 1.53 3/212 29047
/proc/meminfo: memFree=26635284/32770624 swapFree=0/313948
[pid=28983] ppid=28980 vsize=13999932 CPUtime=11.6 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 55630 12380 0 0 1129 24 5 2 20 0 15 0 49379906 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3499983 100180 3463 1 0 3488597 0
[pid=28983/tid=29034] ppid=28980 vsize=13999932 CPUtime=5.96 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) R 28980 28983 16548 0 -1 4202560 38015 12380 0 0 580 9 5 2 20 0 15 0 49379928 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140145148867792 140144733689295 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) S 28980 28983 16548 0 -1 1077944384 601 12380 0 0 5 2 5 2 20 0 15 0 49379929 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) S 28980 28983 16548 0 -1 1077944384 352 12380 0 0 4 2 5 2 20 0 15 0 49379929 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140145063004560 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) S 28980 28983 16548 0 -1 1077944384 635 12380 0 0 5 1 5 2 20 0 15 0 49379929 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=13999932 CPUtime=0.15 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) S 28980 28983 16548 0 -1 1077944384 470 12380 0 0 6 2 5 2 20 0 15 0 49379929 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140145060899472 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 1037 12380 0 0 2 0 5 2 20 0 15 0 49379930 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144622959088 140145144654466 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 56 12380 0 0 0 0 5 2 20 0 15 0 49379930 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144621905376 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 43 12380 0 0 0 0 5 2 20 0 15 0 49379931 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144620852736 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 15 0 49379933 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29043] ppid=28980 vsize=13999932 CPUtime=2.18 cores=0,2,4,6
/proc/28983/task/29043/stat : 29043 (java) R 28980 28983 16548 0 -1 4202560 5062 12380 0 0 210 1 5 2 20 0 15 0 49379933 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144618734320 140145129565120 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29044] ppid=28980 vsize=13999932 CPUtime=2 cores=0,2,4,6
/proc/28983/task/29044/stat : 29044 (java) R 28980 28983 16548 0 -1 4202560 3264 12380 0 0 192 1 5 2 20 0 15 0 49379933 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144617680784 140145126168862 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29045] ppid=28980 vsize=13999932 CPUtime=1.29 cores=0,2,4,6
/proc/28983/task/29045/stat : 29045 (java) S 28980 28983 16548 0 -1 1077944384 3919 12380 0 0 120 2 5 2 20 0 15 0 49379933 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144616642800 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29046] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29046/stat : 29046 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 15 0 49379934 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144615590496 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29047] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29047/stat : 29047 (java) S 28980 28983 16548 0 -1 1077944384 15 12380 0 0 0 0 5 2 20 0 15 0 49379939 14335930368 100180 18446744073709551615 4194304 4196468 140728250540640 140144614538032 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 13999932

[startup+12.7008 s]
/proc/loadavg: 1.51 1.55 1.53 3/212 29047
/proc/meminfo: memFree=25957616/32770624 swapFree=0/313932
[pid=28983] ppid=28980 vsize=13999932 CPUtime=20.47 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 65406 12380 0 0 1998 42 5 2 20 0 15 0 49379906 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3499983 260598 3464 1 0 3488597 0
[pid=28983/tid=29034] ppid=28980 vsize=13999932 CPUtime=12.28 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) R 28980 28983 16548 0 -1 4202560 40370 12380 0 0 1204 17 5 2 20 0 15 0 49379928 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140145148873856 140144744779577 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=13999932 CPUtime=0.2 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) S 28980 28983 16548 0 -1 1077944384 675 12380 0 0 9 4 5 2 20 0 15 0 49379929 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) S 28980 28983 16548 0 -1 1077944384 466 12380 0 0 7 4 5 2 20 0 15 0 49379929 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140145063004560 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) S 28980 28983 16548 0 -1 1077944384 730 12380 0 0 8 3 5 2 20 0 15 0 49379929 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) S 28980 28983 16548 0 -1 1077944384 871 12380 0 0 10 4 5 2 20 0 15 0 49379929 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140145060899472 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 1634 12380 0 0 3 0 5 2 20 0 15 0 49379930 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140144622959088 140145144654466 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 56 12380 0 0 0 0 5 2 20 0 15 0 49379930 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140144621905376 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 43 12380 0 0 0 0 5 2 20 0 15 0 49379931 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140144620852736 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 15 0 49379933 14335930368 260598 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0

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

??? kill -28983 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2431.2 s]
/proc/loadavg: 1.38 1.53 1.57 6/214 29318
/proc/meminfo: memFree=24486024/32770624 swapFree=0/314556
[pid=28983] ppid=28980 vsize=14202692 CPUtime=2521.88 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 687905 12380 0 0 251604 577 5 2 20 0 17 0 49379906 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3550673 1255258 3484 1 0 3539287 0
[pid=28983/tid=29034] ppid=28980 vsize=14202692 CPUtime=2406.04 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) S 28980 28983 16548 0 -1 1077944384 332281 12380 0 0 240510 87 5 2 20 0 17 0 49379928 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145148881072 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=14202692 CPUtime=23.41 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) R 28980 28983 16548 0 -1 4202560 39037 12380 0 0 2234 100 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145129628615 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=14202692 CPUtime=23.36 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) R 28980 28983 16548 0 -1 4202560 45293 12380 0 0 2228 101 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145063004448 140145129098076 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=14202692 CPUtime=23.4 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) R 28980 28983 16548 0 -1 4202560 39906 12380 0 0 2235 98 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145126240080 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=14202692 CPUtime=23.38 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) R 28980 28983 16548 0 -1 4202560 39032 12380 0 0 2230 101 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145060899472 140145129341061 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=14202692 CPUtime=1.02 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 89929 12380 0 0 80 15 5 2 20 0 17 0 49379930 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144622957488 140145144653525 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 62 12380 0 0 0 0 5 2 20 0 17 0 49379930 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144621905040 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 46 12380 0 0 0 0 5 2 20 0 17 0 49379931 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144620852736 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 252 12380 0 0 0 0 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29043] ppid=28980 vsize=14202692 CPUtime=9.38 cores=0,2,4,6
/proc/28983/task/29043/stat : 29043 (java) S 28980 28983 16548 0 -1 1077944384 39861 12380 0 0 926 5 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144618747888 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29044] ppid=28980 vsize=14202692 CPUtime=8.42 cores=0,2,4,6
/proc/28983/task/29044/stat : 29044 (java) S 28980 28983 16548 0 -1 1077944384 31659 12380 0 0 829 6 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144617695344 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29045] ppid=28980 vsize=14202692 CPUtime=2.34 cores=0,2,4,6
/proc/28983/task/29045/stat : 29045 (java) S 28980 28983 16548 0 -1 1077944384 26268 12380 0 0 222 5 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144616642800 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29046] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29046/stat : 29046 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 17 0 49379934 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144615590496 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29047] ppid=28980 vsize=14202692 CPUtime=1.63 cores=0,2,4,6
/proc/28983/task/29047/stat : 29047 (java) S 28980 28983 16548 0 -1 1077944384 1746 12380 0 0 81 75 5 2 20 0 17 0 49379939 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144614538032 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29317] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29317/stat : 29317 (java) S 28980 28983 16548 0 -1 1077944384 345 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144583049840 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29318] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29318/stat : 29318 (java) S 28980 28983 16548 0 -1 1077944384 29 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144019760576 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
Current children cumulated CPU time (s) 2521.88
Current children cumulated vsize (KiB) 14202692

[startup+2431.6 s]
/proc/loadavg: 1.38 1.53 1.57 6/214 29318
/proc/meminfo: memFree=24486024/32770624 swapFree=0/314556
[pid=28983] ppid=28980 vsize=14202692 CPUtime=2523.36 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 687912 12380 0 0 251752 577 5 2 20 0 17 0 49379906 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3550673 1255258 3484 1 0 3539287 0
[pid=28983/tid=29034] ppid=28980 vsize=14202692 CPUtime=2406.04 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) S 28980 28983 16548 0 -1 1077944384 332281 12380 0 0 240510 87 5 2 20 0 17 0 49379928 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145148881072 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=14202692 CPUtime=23.77 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) R 28980 28983 16548 0 -1 4202560 39041 12380 0 0 2270 100 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145126253124 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=14202692 CPUtime=23.72 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) R 28980 28983 16548 0 -1 4202560 45294 12380 0 0 2264 101 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145063004560 140145129639743 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=14202692 CPUtime=23.76 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) R 28980 28983 16548 0 -1 4202560 39906 12380 0 0 2271 98 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145129639664 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=14202692 CPUtime=23.74 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) R 28980 28983 16548 0 -1 4202560 39032 12380 0 0 2266 101 5 2 20 0 17 0 49379929 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140145060899360 140145129639729 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=14202692 CPUtime=1.06 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 89930 12380 0 0 84 15 5 2 20 0 17 0 49379930 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144622957712 140145144653525 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 62 12380 0 0 0 0 5 2 20 0 17 0 49379930 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144621905344 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 46 12380 0 0 0 0 5 2 20 0 17 0 49379931 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144620852736 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 252 12380 0 0 0 0 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29043] ppid=28980 vsize=14202692 CPUtime=9.38 cores=0,2,4,6
/proc/28983/task/29043/stat : 29043 (java) S 28980 28983 16548 0 -1 1077944384 39861 12380 0 0 926 5 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144618747888 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29044] ppid=28980 vsize=14202692 CPUtime=8.42 cores=0,2,4,6
/proc/28983/task/29044/stat : 29044 (java) S 28980 28983 16548 0 -1 1077944384 31659 12380 0 0 829 6 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144617695344 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29045] ppid=28980 vsize=14202692 CPUtime=2.34 cores=0,2,4,6
/proc/28983/task/29045/stat : 29045 (java) S 28980 28983 16548 0 -1 1077944384 26268 12380 0 0 222 5 5 2 20 0 17 0 49379933 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144616642800 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29046] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29046/stat : 29046 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 17 0 49379934 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144615590496 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29047] ppid=28980 vsize=14202692 CPUtime=1.63 cores=0,2,4,6
/proc/28983/task/29047/stat : 29047 (java) S 28980 28983 16548 0 -1 1077944384 1746 12380 0 0 81 75 5 2 20 0 17 0 49379939 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144614538032 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29317] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29317/stat : 29317 (java) S 28980 28983 16548 0 -1 1077944384 345 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144583049840 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29318] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29318/stat : 29318 (java) S 28980 28983 16548 0 -1 1077944384 30 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255258 18446744073709551615 4194304 4196468 140728250540640 140144019760576 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
Current children cumulated CPU time (s) 2523.36
Current children cumulated vsize (KiB) 14202692

[startup+2432 s]
/proc/loadavg: 1.38 1.53 1.57 6/214 29318
/proc/meminfo: memFree=24486024/32770624 swapFree=0/314556
[pid=28983] ppid=28980 vsize=14202692 CPUtime=2524.89 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 687922 12380 0 0 251905 577 5 2 20 0 17 0 49379906 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3550673 1255259 3484 1 0 3539287 0
[pid=28983/tid=29034] ppid=28980 vsize=14202692 CPUtime=2406.04 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) S 28980 28983 16548 0 -1 1077944384 332282 12380 0 0 240510 87 5 2 20 0 17 0 49379928 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145148881072 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=14202692 CPUtime=24.15 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) R 28980 28983 16548 0 -1 4202560 39041 12380 0 0 2308 100 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145129341105 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=14202692 CPUtime=24.1 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) R 28980 28983 16548 0 -1 4202560 45295 12380 0 0 2302 101 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145063004760 140145129340958 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=14202692 CPUtime=24.14 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) R 28980 28983 16548 0 -1 4202560 39910 12380 0 0 2309 98 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145126239867 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=14202692 CPUtime=24.11 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) R 28980 28983 16548 0 -1 4202560 39033 12380 0 0 2303 101 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145060899672 140145129593924 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=14202692 CPUtime=1.08 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 89931 12380 0 0 86 15 5 2 20 0 17 0 49379930 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144622957488 140145144653525 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 63 12380 0 0 0 0 5 2 20 0 17 0 49379930 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144621905520 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 46 12380 0 0 0 0 5 2 20 0 17 0 49379931 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144620852736 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 252 12380 0 0 0 0 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29043] ppid=28980 vsize=14202692 CPUtime=9.38 cores=0,2,4,6
/proc/28983/task/29043/stat : 29043 (java) S 28980 28983 16548 0 -1 1077944384 39861 12380 0 0 926 5 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144618747888 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29044] ppid=28980 vsize=14202692 CPUtime=8.42 cores=0,2,4,6
/proc/28983/task/29044/stat : 29044 (java) S 28980 28983 16548 0 -1 1077944384 31659 12380 0 0 829 6 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144617695344 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29045] ppid=28980 vsize=14202692 CPUtime=2.34 cores=0,2,4,6
/proc/28983/task/29045/stat : 29045 (java) S 28980 28983 16548 0 -1 1077944384 26268 12380 0 0 222 5 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144616642800 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29046] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29046/stat : 29046 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 17 0 49379934 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144615590496 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29047] ppid=28980 vsize=14202692 CPUtime=1.63 cores=0,2,4,6
/proc/28983/task/29047/stat : 29047 (java) S 28980 28983 16548 0 -1 1077944384 1746 12380 0 0 81 75 5 2 20 0 17 0 49379939 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144614538032 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29317] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29317/stat : 29317 (java) S 28980 28983 16548 0 -1 1077944384 345 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144583049840 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29318] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29318/stat : 29318 (java) S 28980 28983 16548 0 -1 1077944384 31 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144019760576 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
Current children cumulated CPU time (s) 2524.89
Current children cumulated vsize (KiB) 14202692

[startup+2432.1 s]
/proc/loadavg: 1.38 1.53 1.57 6/214 29319
/proc/meminfo: memFree=24487388/32770624 swapFree=0/314556
[pid=28983] ppid=28980 vsize=14202692 CPUtime=2525.25 cores=0,2,4,6
/proc/28983/stat : 28983 (java) S 28980 28983 16548 0 -1 1077944320 687922 12380 0 0 251941 577 5 2 20 0 17 0 49379906 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140728250523184 140145144643319 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
/proc/28983/statm: 3550673 1255259 3484 1 0 3539287 0
[pid=28983/tid=29034] ppid=28980 vsize=14202692 CPUtime=2406.04 cores=0,2,4,6
/proc/28983/task/29034/stat : 29034 (java) S 28980 28983 16548 0 -1 1077944384 332282 12380 0 0 240510 87 5 2 20 0 17 0 49379928 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145148881072 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29035] ppid=28980 vsize=14202692 CPUtime=24.24 cores=0,2,4,6
/proc/28983/task/29035/stat : 29035 (java) R 28980 28983 16548 0 -1 4202560 39041 12380 0 0 2317 100 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145064057104 140145126253027 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29036] ppid=28980 vsize=14202692 CPUtime=24.18 cores=0,2,4,6
/proc/28983/task/29036/stat : 29036 (java) R 28980 28983 16548 0 -1 4202560 45295 12380 0 0 2310 101 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145063004760 140145126252928 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29037] ppid=28980 vsize=14202692 CPUtime=24.22 cores=0,2,4,6
/proc/28983/task/29037/stat : 29037 (java) R 28980 28983 16548 0 -1 4202560 39910 12380 0 0 2317 98 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145061952016 140145126253067 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29038] ppid=28980 vsize=14202692 CPUtime=24.2 cores=0,2,4,6
/proc/28983/task/29038/stat : 29038 (java) R 28980 28983 16548 0 -1 4202560 39033 12380 0 0 2312 101 5 2 20 0 17 0 49379929 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140145060899672 140145129639700 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29039] ppid=28980 vsize=14202692 CPUtime=1.1 cores=0,2,4,6
/proc/28983/task/29039/stat : 29039 (java) S 28980 28983 16548 0 -1 1077944384 89931 12380 0 0 88 15 5 2 20 0 17 0 49379930 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144622957712 140145144653525 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29040] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29040/stat : 29040 (java) S 28980 28983 16548 0 -1 1077944384 63 12380 0 0 0 0 5 2 20 0 17 0 49379930 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144621905520 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29041] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29041/stat : 29041 (java) S 28980 28983 16548 0 -1 1077944384 46 12380 0 0 0 0 5 2 20 0 17 0 49379931 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144620852736 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29042] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29042/stat : 29042 (java) S 28980 28983 16548 0 -1 1077944384 252 12380 0 0 0 0 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144619801296 140145144661915 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29043] ppid=28980 vsize=14202692 CPUtime=9.38 cores=0,2,4,6
/proc/28983/task/29043/stat : 29043 (java) S 28980 28983 16548 0 -1 1077944384 39861 12380 0 0 926 5 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144618747888 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29044] ppid=28980 vsize=14202692 CPUtime=8.42 cores=0,2,4,6
/proc/28983/task/29044/stat : 29044 (java) S 28980 28983 16548 0 -1 1077944384 31659 12380 0 0 829 6 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144617695344 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29045] ppid=28980 vsize=14202692 CPUtime=2.34 cores=0,2,4,6
/proc/28983/task/29045/stat : 29045 (java) S 28980 28983 16548 0 -1 1077944384 26268 12380 0 0 222 5 5 2 20 0 17 0 49379933 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144616642800 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29046] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29046/stat : 29046 (java) S 28980 28983 16548 0 -1 1077944384 3 12380 0 0 0 0 5 2 20 0 17 0 49379934 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144615590496 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29047] ppid=28980 vsize=14202692 CPUtime=1.63 cores=0,2,4,6
/proc/28983/task/29047/stat : 29047 (java) S 28980 28983 16548 0 -1 1077944384 1746 12380 0 0 81 75 5 2 20 0 17 0 49379939 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144614538032 140145144654466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29317] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29317/stat : 29317 (java) S 28980 28983 16548 0 -1 1077944384 345 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144583049840 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
[pid=28983/tid=29318] ppid=28980 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/28983/task/29318/stat : 29318 (java) S 28980 28983 16548 0 -1 1077944384 31 12380 0 0 0 0 5 2 20 0 17 0 49622977 14543556608 1255259 18446744073709551615 4194304 4196468 140728250540640 140144019760576 140145144653525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24563712 140728250542032 140728250544817 140728250544817 140728250548175 0
Current children cumulated CPU time (s) 2525.25
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2432.19
CPU time (s): 2525.45
CPU user time (s): 2519.61
CPU system time (s): 5.83858
CPU usage (%): 103.835
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.61
system time used= 5.83858
maximum resident set size= 5029824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74586
involuntary context switches= 4319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3625 second user time and 14.7683 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 19:03:23
IDJOB=4261865
IDBENCH=137046
IDSOLVER=2650
FILE ID=node126/4261865-1502471844
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261865-1502471844/watcher-4261865-1502471844 -o /tmp/evaluation-result-4261865-1502471844/solver-4261865-1502471844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4261865-1502471844.xml

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

MD5SUM BENCH= 5cb0a900f4910e71305eb4c61f82b136
RANDOM SEED=131742635

node126.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.81
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.81
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.81
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.81
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:        26986172 kB
MemAvailable:   27616872 kB
Buffers:          288796 kB
Cached:           615120 kB
SwapCached:          524 kB
Active:          4934420 kB
Inactive:         385200 kB
Active(anon):    4369936 kB
Inactive(anon):    71324 kB
Active(file):     564484 kB
Inactive(file):   313876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             26068 kB
Writeback:             4 kB
AnonPages:       4415724 kB
Mapped:            54768 kB
Shmem:             25248 kB
Slab:             162800 kB
SReclaimable:     136352 kB
SUnreclaim:        26448 kB
KernelStack:        3456 kB
PageTables:        13136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5284696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4126720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node126 at 2017-08-11 19:43:56