Trace number 4302319

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.151 227.352

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-20_c18.xml
MD5SUMe7264eb6ef9a48e90df3f2dfb87ec466
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark252.145
Satisfiable
(Un)Satisfiability was proved
Number of variables402
Number of constraints12543
Number of domains2
Minimum domain size3
Maximum domain size200
Distribution of domain sizes[{"size":3,"count":400},{"size":200,"count":2}]
Minimum variable degree2
Maximum variable degree77
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":59,"count":76},{"degree":61,"count":68},{"degree":63,"count":60},{"degree":65,"count":52},{"degree":67,"count":44},{"degree":69,"count":36},{"degree":71,"count":28},{"degree":73,"count":20},{"degree":75,"count":12},{"degree":77,"count":4}]
Minimum constraint arity2
Maximum constraint arity401
Distribution of constraint arities[{"arity":2,"count":12541},{"arity":401,"count":2}]
Number of extensional constraints0
Number of intensional constraints12541
Distribution of constraint types[{"type":"intension","count":12541},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302319-1532897668/watcher-4302319-1532897668 -o /tmp/evaluation-result-4302319-1532897668/solver-4302319-1532897668 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1014930713 HOME/instance-4302319-1532897668.xml 

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

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=16733, runsolver pid=16730

[startup+0.100139 s]*
/proc/loadavg: 1.47 1.59 1.60 3/207 16790
/proc/meminfo: memFree=24493884/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=10005480 memory=16816 CPUtime=0.1 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 4373 13179 0 0 1 1 5 3 20 0 6 0 107329665 10245611520 4204 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2501370 4204 1935 1 0 2489808 0
[pid=16733/tid=16786] ppid=16730 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 2204 13179 0 0 0 0 5 3 20 0 6 0 107329674 10245611520 4270 33554432000 4194304 4196468 140724117341920 140047869076048 140047881319774 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 6 0 107329675 10245611520 4270 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=10005480 memory=139700958652032 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 6 0 107329675 10245611520 4270 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 6 0 107329675 10245611520 4270 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 2 13179 0 0 0 0 5 3 20 0 6 0 107329675 10245611520 4270 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210258 s]*
/proc/loadavg: 1.47 1.59 1.60 3/216 16799
/proc/meminfo: memFree=24469936/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=10982744 memory=45096 CPUtime=0.26 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 8004 13179 0 0 16 2 5 3 20 0 15 0 107329665 11246329856 11274 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2745686 11274 2945 1 0 2708109 0
[pid=16733/tid=16786] ppid=16730 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 4552 13179 0 0 10 1 5 3 20 0 15 0 107329674 11246329856 11274 33554432000 4194304 4196468 140724117341920 140047869062760 140047897261213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246329856 11274 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=10982744 memory=139700959291900 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246329856 11274 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246329856 11274 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 2 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246329856 11274 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=10982744 memory=139700958652032 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 2 13179 0 0 0 0 5 3 20 0 15 0 107329676 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046866819824 140047897250434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 13 13179 0 0 0 0 5 3 20 0 15 0 107329677 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046736811680 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329677 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046535484656 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) S 16730 16733 6529 0 -1 1077944384 359 13179 0 0 1 0 5 3 20 0 15 0 107329680 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046865766640 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) S 16730 16733 6529 0 -1 1077944384 257 13179 0 0 0 0 5 3 20 0 15 0 107329680 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046864714096 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=10982744 memory=139700958652032 CPUtime=0.11 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) R 16730 16733 6529 0 -1 4202560 621 13179 0 0 3 0 5 3 20 0 15 0 107329680 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046863661040 140047897251222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11246329856 11274 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=10982744 memory=139700958652032 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329680 11246329856 11274 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45096 KiB

[startup+0.310309 s]*
/proc/loadavg: 1.47 1.59 1.60 3/216 16799
/proc/meminfo: memFree=24457904/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=10983192 memory=55736 CPUtime=0.39 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 10509 13179 0 0 28 3 5 3 20 0 15 0 107329665 11246788608 13934 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2745798 13934 3064 1 0 2708109 0
[pid=16733/tid=16786] ppid=16730 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 7052 13179 0 0 19 2 5 3 20 0 15 0 107329674 11246788608 13934 33554432000 4194304 4196468 140724117341920 140047869051296 140047426040243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 13934 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 13934 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 13934 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 2 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 13934 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 2 13179 0 0 0 0 5 3 20 0 15 0 107329676 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046866819824 140047897250434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 13 13179 0 0 0 0 5 3 20 0 15 0 107329677 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046736811680 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329677 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046535484656 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) S 16730 16733 6529 0 -1 1077944384 360 13179 0 0 1 0 5 3 20 0 15 0 107329680 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046865766640 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) S 16730 16733 6529 0 -1 1077944384 257 13179 0 0 1 0 5 3 20 0 15 0 107329680 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046864714096 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=10983192 memory=139700958652032 CPUtime=0.13 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) R 16730 16733 6529 0 -1 4202560 627 13179 0 0 5 0 5 3 20 0 15 0 107329680 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046863661040 140047897260634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11246788608 13934 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=10983192 memory=139700958652032 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329680 11246788608 13934 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55736 KiB

[startup+0.700726 s]
/proc/loadavg: 1.47 1.59 1.60 3/216 16799
/proc/meminfo: memFree=24446864/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=10983192 memory=88516 CPUtime=0.99 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 16781 13179 0 0 87 4 5 3 20 0 15 0 107329665 11246788608 22129 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2745798 22129 3248 1 0 2708109 0
[pid=16733/tid=16786] ppid=16730 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 12256 13179 0 0 56 3 5 3 20 0 15 0 107329674 11246788608 22129 33554432000 4194304 4196468 140724117341920 140047869060112 140047877514958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 22129 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 22129 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 22129 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 2 13179 0 0 0 0 5 3 20 0 15 0 107329675 11246788608 22129 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 5 13179 0 0 0 0 5 3 20 0 15 0 107329676 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046866819824 140047897250434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 13 13179 0 0 0 0 5 3 20 0 15 0 107329677 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046736811680 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=10983192 memory=139700857877264 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329677 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046535484656 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=10983192 memory=139702401237585 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=10983192 memory=14076 CPUtime=0.17 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) S 16730 16733 6529 0 -1 1077944384 923 13179 0 0 9 0 5 3 20 0 15 0 107329680 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046865766640 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=10983192 memory=4639098309541127269 CPUtime=0.15 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) S 16730 16733 6529 0 -1 1077944384 667 13179 0 0 7 0 5 3 20 0 15 0 107329680 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046864714096 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=10983192 memory=7885635084775281009 CPUtime=0.21 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) S 16730 16733 6529 0 -1 1077944384 710 13179 0 0 13 0 5 3 20 0 15 0 107329680 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046863661040 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11246788608 22129 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329680 11246788608 22129 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88516 KiB

[startup+1.50856 s]
/proc/loadavg: 1.47 1.59 1.60 4/216 16799
/proc/meminfo: memFree=24400524/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=10991948 memory=226800 CPUtime=3.13 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 23222 13179 0 0 297 8 5 3 20 0 15 0 107329665 11255754752 56700 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2747987 56700 3454 1 0 2709645 0
[pid=16733/tid=16786] ppid=16730 vsize=10991948 memory=12848 CPUtime=1.46 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) S 16730 16733 6529 0 -1 1077944384 15230 13179 0 0 133 5 5 3 20 0 15 0 107329674 11255754752 56700 33554432000 4194304 4196468 140724117341920 140047869074352 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 222 13179 0 0 0 0 5 3 20 0 15 0 107329675 11255754752 56700 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=10991948 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329675 11255754752 56700 33554432000 4194304 4196468 140724117341920 140047756200608 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=10991948 memory=3140 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) R 16730 16733 6529 0 -1 4202560 82 13179 0 0 0 0 5 3 20 0 15 0 107329675 11255754752 56700 33554432000 4194304 4196468 140724117341920 140047755147656 140047889867495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=10991948 memory=88516 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 56 13179 0 0 0 0 5 3 20 0 15 0 107329675 11255754752 56700 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 21 13179 0 0 0 0 5 3 20 0 15 0 107329676 11255754752 56700 33554432000 4194304 4196468 140724117341920 140046866818336 140047897249493 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 13 13179 0 0 0 0 5 3 20 0 15 0 107329677 11255754752 56700 33554432000 4194304 4196468 140724117341920 140046736811680 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329677 11255754752 56700 33554432000 4194304 4196468 140724117341920 140046535484656 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11255754752 56762 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=10991948 memory=6935649255759568960 CPUtime=0.67 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) R 16730 16733 6529 0 -1 4202560 2199 13179 0 0 59 0 5 3 20 0 15 0 107329680 11255754752 56762 33554432000 4194304 4196468 140724117341920 140046865754784 140047889528736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=10991948 memory=279401716030336 CPUtime=0.66 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) S 16730 16733 6529 0 -1 1077944384 1675 13179 0 0 58 0 5 3 20 0 15 0 107329680 11255754752 56762 33554432000 4194304 4196468 140724117341920 140046864699088 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=10991948 memory=6944656592452938395 CPUtime=0.51 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) S 16730 16733 6529 0 -1 1077944384 1576 13179 0 0 43 0 5 3 20 0 15 0 107329680 11255754752 56762 33554432000 4194304 4196468 140724117341920 140046863661040 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=10991948 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11255754752 56828 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=10991948 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) R 16730 16733 6529 0 -1 1077944384 1 13179 0 0 0 0 5 3 20 0 15 0 107329680 11255754752 56828 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10991948 KiB

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

/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 59055 13179 0 0 16087 44 5 3 20 0 15 0 107329674 11278843904 731040 33554432000 4194304 4196468 140724117341920 140047869072672 140047446727539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=11014496 memory=2922108 CPUtime=0.69 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 3157 13179 0 0 51 10 5 3 20 0 15 0 107329675 11278843904 731040 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=11014496 memory=2924160 CPUtime=0.67 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1755 13179 0 0 50 9 5 3 20 0 15 0 107329675 11278843904 731040 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=11014496 memory=2924160 CPUtime=0.72 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 1859 13179 0 0 54 10 5 3 20 0 15 0 107329675 11278843904 731040 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=11014496 memory=2924160 CPUtime=0.7 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 1795 13179 0 0 53 9 5 3 20 0 15 0 107329675 11278843904 731040 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=11014496 memory=2924160 CPUtime=0.22 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 8491 13179 0 0 12 2 5 3 20 0 15 0 107329676 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046866819824 140047897250434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=11014496 memory=2924160 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 18 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046736811744 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=11014496 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 23 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046535484672 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=11014496 memory=30636 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=11014496 memory=2924160 CPUtime=9.89 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) S 16730 16733 6529 0 -1 1077944384 18072 13179 0 0 977 4 5 3 20 0 15 0 107329680 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046865766640 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=11014496 memory=1724 CPUtime=9.88 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) S 16730 16733 6529 0 -1 1077944384 23004 13179 0 0 976 4 5 3 20 0 15 0 107329680 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046864714096 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=11014496 memory=792 CPUtime=3.01 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) S 16730 16733 6529 0 -1 1077944384 14070 13179 0 0 288 5 5 3 20 0 15 0 107329680 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046863661040 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=11014496 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11278843904 731040 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=11014496 memory=8556 CPUtime=0.16 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) S 16730 16733 6529 0 -1 1077944384 293 13179 0 0 4 4 5 3 20 0 15 0 107329680 11278843904 731040 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 186.73 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2924160 KiB

[startup+222.301 s]
/proc/loadavg: 2.00 1.74 1.66 3/215 16931
/proc/meminfo: memFree=19511444/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=11014496 memory=2872340 CPUtime=247.01 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 142254 13179 0 0 24586 107 5 3 20 0 15 0 107329665 11278843904 718085 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2753624 718085 3537 1 0 2715277 0
[pid=16733/tid=16786] ppid=16730 vsize=11014496 memory=2882088 CPUtime=221.26 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 63594 13179 0 0 22074 44 5 3 20 0 15 0 107329674 11278843904 718085 33554432000 4194304 4196468 140724117341920 140047869072880 140047425798956 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=11014496 memory=2875932 CPUtime=0.78 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 3772 13179 0 0 60 10 5 3 20 0 15 0 107329675 11278843904 718085 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=11014496 memory=2873880 CPUtime=0.77 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1923 13179 0 0 59 10 5 3 20 0 15 0 107329675 11278843904 718085 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=11014496 memory=2872340 CPUtime=0.81 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 2040 13179 0 0 63 10 5 3 20 0 15 0 107329675 11278843904 718085 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=11014496 memory=2879008 CPUtime=0.8 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 2839 13179 0 0 62 10 5 3 20 0 15 0 107329675 11278843904 718085 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=11014496 memory=2879008 CPUtime=0.23 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 8824 13179 0 0 13 2 5 3 20 0 15 0 107329676 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046866819824 140047897250434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=11014496 memory=2873880 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 18 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046736811744 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=11014496 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 23 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046535484672 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=11014496 memory=1576 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=11014496 memory=928 CPUtime=9.9 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) S 16730 16733 6529 0 -1 1077944384 19615 13179 0 0 978 4 5 3 20 0 15 0 107329680 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046865766640 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=11014496 memory=2875932 CPUtime=9.88 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) S 16730 16733 6529 0 -1 1077944384 23006 13179 0 0 976 4 5 3 20 0 15 0 107329680 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046864714096 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=11014496 memory=4616 CPUtime=3.01 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) S 16730 16733 6529 0 -1 1077944384 14073 13179 0 0 288 5 5 3 20 0 15 0 107329680 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046863661040 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=11014496 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11278843904 718085 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=11014496 memory=30636 CPUtime=0.2 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) S 16730 16733 6529 0 -1 1077944384 327 13179 0 0 6 6 5 3 20 0 15 0 107329680 11278843904 718085 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 247.01 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2872340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+227.301 s]
/proc/loadavg: 2.08 1.76 1.66 3/215 16931
/proc/meminfo: memFree=19517264/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=11014496 memory=2866184 CPUtime=252.07 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 144022 13179 0 0 25091 108 5 3 20 0 15 0 107329665 11278843904 716546 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2753624 716546 3537 1 0 2715277 0
[pid=16733/tid=16786] ppid=16730 vsize=11014496 memory=2869776 CPUtime=226.24 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 63609 13179 0 0 22572 44 5 3 20 0 15 0 107329674 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047869072672 140047433629440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=11014496 memory=2875932 CPUtime=0.79 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 3775 13179 0 0 61 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=11014496 memory=2882088 CPUtime=0.78 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1924 13179 0 0 60 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=11014496 memory=2866184 CPUtime=0.82 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 2042 13179 0 0 64 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=11014496 memory=2866184 CPUtime=0.81 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 2840 13179 0 0 63 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=11014496 memory=2879008 CPUtime=0.24 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 8824 13179 0 0 14 2 5 3 20 0 15 0 107329676 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046866819824 140047897250434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=11014496 memory=2879008 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 18 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046736811744 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=11014496 memory=2869776 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 23 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046535484672 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=11014496 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=11014496 memory=2873880 CPUtime=9.9 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) S 16730 16733 6529 0 -1 1077944384 19615 13179 0 0 978 4 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046865766640 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=11014496 memory=4140 CPUtime=9.9 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) R 16730 16733 6529 0 -1 4202560 24776 13179 0 0 977 5 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046864714096 140047890345009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=11014496 memory=1004 CPUtime=3.01 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) S 16730 16733 6529 0 -1 1077944384 14073 13179 0 0 288 5 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046863661040 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=11014496 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=11014496 memory=1708 CPUtime=0.21 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) S 16730 16733 6529 0 -1 1077944384 327 13179 0 0 7 6 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2866184 KiB

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

[startup+227.352 s]
# the end of solver process 16733 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.006 s, system=1.14447 s

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

[startup+227.301 s]
/proc/loadavg: 2.08 1.76 1.66 3/215 16931
/proc/meminfo: memFree=19517264/32770624 swapFree=67108688/67108860
[pid=16733] ppid=16730 vsize=11014496 memory=2866184 CPUtime=252.07 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16730 16733 6529 0 -1 1077944320 144022 13179 0 0 25091 108 5 3 20 0 15 0 107329665 11278843904 716546 33554432000 4194304 4196468 140724117341920 140724117324464 140047897239287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
/proc/16733/statm: 2753624 716546 3537 1 0 2715277 0
[pid=16733/tid=16786] ppid=16730 vsize=11014496 memory=2869776 CPUtime=226.24 cores=1,3,5,7
/proc/16733/task/16786/stat : 16786 (java) R 16730 16733 6529 0 -1 4202560 63609 13179 0 0 22572 44 5 3 20 0 15 0 107329674 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047869072672 140047433629440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16787] ppid=16730 vsize=11014496 memory=2875932 CPUtime=0.79 cores=1,3,5,7
/proc/16733/task/16787/stat : 16787 (java) S 16730 16733 6529 0 -1 1077944384 3775 13179 0 0 61 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047901481488 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16788] ppid=16730 vsize=11014496 memory=2882088 CPUtime=0.78 cores=1,3,5,7
/proc/16733/task/16788/stat : 16788 (java) S 16730 16733 6529 0 -1 1077944384 1924 13179 0 0 60 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047756200592 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16789] ppid=16730 vsize=11014496 memory=2866184 CPUtime=0.82 cores=1,3,5,7
/proc/16733/task/16789/stat : 16789 (java) S 16730 16733 6529 0 -1 1077944384 2042 13179 0 0 64 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047755147536 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16790] ppid=16730 vsize=11014496 memory=2866184 CPUtime=0.81 cores=1,3,5,7
/proc/16733/task/16790/stat : 16790 (java) S 16730 16733 6529 0 -1 1077944384 2840 13179 0 0 63 10 5 3 20 0 15 0 107329675 11278843904 716546 33554432000 4194304 4196468 140724117341920 140047754094992 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16791] ppid=16730 vsize=11014496 memory=2879008 CPUtime=0.24 cores=1,3,5,7
/proc/16733/task/16791/stat : 16791 (java) S 16730 16733 6529 0 -1 1077944384 8824 13179 0 0 14 2 5 3 20 0 15 0 107329676 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046866819824 140047897250434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16792] ppid=16730 vsize=11014496 memory=2879008 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16792/stat : 16792 (java) S 16730 16733 6529 0 -1 1077944384 18 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046736811744 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16793] ppid=16730 vsize=11014496 memory=2869776 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16793/stat : 16793 (java) S 16730 16733 6529 0 -1 1077944384 23 13179 0 0 0 0 5 3 20 0 15 0 107329677 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046535484672 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16794] ppid=16730 vsize=11014496 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16794/stat : 16794 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329679 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046228085200 140047897257883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16795] ppid=16730 vsize=11014496 memory=2873880 CPUtime=9.9 cores=1,3,5,7
/proc/16733/task/16795/stat : 16795 (java) S 16730 16733 6529 0 -1 1077944384 19615 13179 0 0 978 4 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046865766640 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16796] ppid=16730 vsize=11014496 memory=4140 CPUtime=9.9 cores=1,3,5,7
/proc/16733/task/16796/stat : 16796 (java) R 16730 16733 6529 0 -1 4202560 24776 13179 0 0 977 5 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046864714096 140047890345009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16797] ppid=16730 vsize=11014496 memory=1004 CPUtime=3.01 cores=1,3,5,7
/proc/16733/task/16797/stat : 16797 (java) S 16730 16733 6529 0 -1 1077944384 14073 13179 0 0 288 5 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046863661040 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16798] ppid=16730 vsize=11014496 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16798/stat : 16798 (java) S 16730 16733 6529 0 -1 1077944384 3 13179 0 0 0 0 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140045797288288 140047897249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
[pid=16733/tid=16799] ppid=16730 vsize=11014496 memory=1708 CPUtime=0.21 cores=1,3,5,7
/proc/16733/task/16799/stat : 16799 (java) S 16730 16733 6529 0 -1 1077944384 327 13179 0 0 7 6 5 3 20 0 15 0 107329680 11278843904 716546 33554432000 4194304 4196468 140724117341920 140046862609456 140047897250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140724117351025 140724117353825 140724117353825 140724117356495 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2866184 KiB

Child status: 143
Real time (s): 227.352
CPU time (s): 252.151
CPU user time (s): 251.006
CPU system time (s): 1.14447
CPU usage (%): 110.907
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 2926208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.006
system time used= 1.14447
maximum resident set size= 2926208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16436
involuntary context switches= 388


# summary of solver processes directly reported to runsolver:
#   pid: 16733
#   total CPU time (s): 252.151
#   total CPU user time (s): 251.006
#   total CPU system time (s): 1.14447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08562 second user time and 2.48243 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:54:28
IDJOB=4302319
IDBENCH=141485
IDSOLVER=2776
FILE ID=node106/4302319-1532897668
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302319-1532897668/watcher-4302319-1532897668 -o /tmp/evaluation-result-4302319-1532897668/solver-4302319-1532897668 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1014930713 HOME/instance-4302319-1532897668.xml

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

MD5SUM BENCH= e7264eb6ef9a48e90df3f2dfb87ec466
RANDOM SEED=1014930713

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24500276 kB
MemAvailable:   30873976 kB
Buffers:          248652 kB
Cached:          6358040 kB
SwapCached:            0 kB
Active:          3498116 kB
Inactive:        4221820 kB
Active(anon):    1060256 kB
Inactive(anon):    80476 kB
Active(file):    2437860 kB
Inactive(file):  4141344 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26908 kB
Writeback:             0 kB
AnonPages:       1122032 kB
Mapped:            58056 kB
Shmem:             25056 kB
Slab:             248360 kB
SReclaimable:     220660 kB
SUnreclaim:        27700 kB
KernelStack:        3712 kB
PageTables:         7440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2260248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:58:15