Trace number 4395843

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.14 2312.27

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
2520.04/2312.22	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2312.22		at concrete.MAC.mac(MAC.scala:192)
2520.04/2312.22		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2312.22		at scala.util.Try$.apply(Try.scala:212)
2520.04/2312.22		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2312.22		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2312.22		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2312.22		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2312.22		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2312.22		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.04/2312.22		at concrete.ProblemState.map(ProblemState.scala:238)
2520.04/2312.22		at concrete.ProblemState.map(ProblemState.scala:212)
2520.04/2312.22		at concrete.MAC.nextSolution(MAC.scala:348)
2520.04/2312.22		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2312.22		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.04/2312.22		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.04/2312.22		at concrete.Solver.nextOption(Solver.scala:67)
2520.04/2312.22		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.04/2312.22		at scala.util.Success.map(Try.scala:264)
2520.04/2312.22		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2312.22		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2312.22		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2312.22		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2312.22		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2312.22		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2312.22		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2312.22		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2312.22		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2312.22		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2312.22		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2312.22		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2312.22		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2312.22		at scala.App.main(App.scala:75)
2520.04/2312.22		at scala.App.main$(App.scala:73)
2520.04/2312.22		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2312.22		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2312.22	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 (15143 MiB free)
  memory of node 1: 16384 MiB (14419 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395843-1568410648/watcher-4395843-1568410648 -o /tmp/evaluation-result-4395843-1568410648/solver-4395843-1568410648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568410544-17414 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1591838835 HOME/instance-4395843-1568410648.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17772, runsolver pid=17769

[startup+0.100062 s]*
/proc/loadavg: 1.56 1.17 1.28 3/222 17829
/proc/meminfo: memFree=30265152/32770624 swapFree=66967516/67108860
[pid=17772] ppid=17769 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 4462 13364 0 0 1 0 5 2 20 0 6 0 417314366 10212057088 4203 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2493178 4203 1935 1 0 2481616 0
[pid=17772/tid=17825] ppid=17769 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 2279 13364 0 0 0 0 5 2 20 0 6 0 417314376 10212057088 4269 33554432000 4194304 4196468 140729539547056 140253505098320 140253533283485 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=9972712 memory=5793855128458357177 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 6 0 417314376 10212057088 4269 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=9972712 memory=139877448464000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 6 0 417314376 10212057088 4269 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 6 0 417314376 10212057088 4269 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 6 0 417314376 10212057088 4269 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.211549 s]*
/proc/loadavg: 1.56 1.17 1.28 3/231 17838
/proc/meminfo: memFree=30195140/32770624 swapFree=66967516/67108860
[pid=17772] ppid=17769 vsize=10819664 memory=37424 CPUtime=0.25 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 7216 13364 0 0 16 2 5 2 20 0 15 0 417314366 11079335936 9356 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2704916 9356 3170 1 0 2667149 0
[pid=17772/tid=17825] ppid=17769 vsize=10819664 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 3697 13364 0 0 10 1 5 2 20 0 15 0 417314376 11079335936 9356 33554432000 4194304 4196468 140729539547056 140253505092608 140253519329678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10819664 memory=4211973603653254538 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079335936 9356 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10819664 memory=139877448464000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079335936 9356 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079335936 9356 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079335936 9356 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10819664 memory=139877448464000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 417314378 11079335936 9356 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 13 13364 0 0 0 0 5 2 20 0 15 0 417314378 11079335936 9356 33554432000 4194304 4196468 140729539547056 140252640437792 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 21 13364 0 0 0 0 5 2 20 0 15 0 417314378 11079335936 9356 33554432000 4194304 4196468 140729539547056 140252606879088 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11079335936 9868 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) S 17769 17772 14797 0 -1 1077944384 618 13364 0 0 1 0 5 2 20 0 15 0 417314381 11079335936 9868 33554432000 4194304 4196468 140729539547056 140252991461744 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 44 13364 0 0 0 0 5 2 20 0 15 0 417314381 11079335936 9868 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10819664 memory=139877448464000 CPUtime=0.1 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) R 17769 17772 14797 0 -1 4202560 607 13364 0 0 3 0 5 2 20 0 15 0 417314381 11079335936 9868 33554432000 4194304 4196468 140729539547056 140252989356144 140253517513591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11079335936 9868 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10819664 memory=139877448464000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314382 11079335936 9868 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37424 KiB

[startup+0.310772 s]*
/proc/loadavg: 1.56 1.17 1.28 3/231 17838
/proc/meminfo: memFree=30175720/32770624 swapFree=66967516/67108860
[pid=17772] ppid=17769 vsize=10820148 memory=48556 CPUtime=0.4 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 10911 13364 0 0 29 4 5 2 20 0 15 0 417314366 11079831552 12139 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2705037 12139 3302 1 0 2667149 0
[pid=17772/tid=17825] ppid=17769 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 7371 13364 0 0 19 3 5 2 20 0 15 0 417314376 11079831552 12139 33554432000 4194304 4196468 140729539547056 140253505061472 140253517347968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079831552 12139 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079831552 12139 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079831552 12139 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 417314376 11079831552 12139 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10820148 memory=139877448463999 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 417314378 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 13 13364 0 0 0 0 5 2 20 0 15 0 417314378 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252640437792 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10820148 memory=139877448464000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 21 13364 0 0 0 0 5 2 20 0 15 0 417314378 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252606879088 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) S 17769 17772 14797 0 -1 1077944384 628 13364 0 0 2 0 5 2 20 0 15 0 417314381 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252991461744 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 44 13364 0 0 1 0 5 2 20 0 15 0 417314381 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) S 17769 17772 14797 0 -1 1077944384 616 13364 0 0 5 0 5 2 20 0 15 0 417314381 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252989356144 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314382 11079831552 12139 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48556 KiB

[startup+0.700779 s]
/proc/loadavg: 1.56 1.17 1.28 3/231 17838
/proc/meminfo: memFree=30161792/32770624 swapFree=66967516/67108860
[pid=17772] ppid=17769 vsize=10824360 memory=81596 CPUtime=1.13 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 15146 13364 0 0 100 6 5 2 20 0 15 0 417314366 11084144640 20399 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2706090 20399 3511 1 0 2668173 0
[pid=17772/tid=17825] ppid=17769 vsize=10824360 memory=23132 CPUtime=0.66 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 10394 13364 0 0 54 5 5 2 20 0 15 0 417314376 11084144640 20399 33554432000 4194304 4196468 140729539547056 140253505091104 140253525498686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10824360 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11084144640 20399 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10824360 memory=139877287240195 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11084144640 20399 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10824360 memory=139878494897029 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314376 11084144640 20399 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10824360 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 417314376 11084144640 20399 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10824360 memory=5794564071169546345 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 5 13364 0 0 0 0 5 2 20 0 15 0 417314378 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10824360 memory=7380106142448641899 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 13 13364 0 0 0 0 5 2 20 0 15 0 417314378 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252640437792 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10824360 memory=7301858164987948385 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 21 13364 0 0 0 0 5 2 20 0 15 0 417314378 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252606879088 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10824360 memory=-5874771483550389462 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10824360 memory=-7533522213388100735 CPUtime=0.2 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) R 17769 17772 14797 0 -1 4202560 1098 13364 0 0 13 0 5 2 20 0 15 0 417314381 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252991461744 140253510856343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10824360 memory=7679937539659563834 CPUtime=0.21 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 517 13364 0 0 14 0 5 2 20 0 15 0 417314381 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10824360 memory=7682744562830902035 CPUtime=0.24 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) S 17769 17772 14797 0 -1 1077944384 881 13364 0 0 17 0 5 2 20 0 15 0 417314381 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252989356144 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10824360 memory=4137287014106042739 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314382 11084144640 20399 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81596 KiB

[startup+1.50068 s]
/proc/loadavg: 1.76 1.22 1.29 5/231 17838
/proc/meminfo: memFree=30111032/32770624 swapFree=66967516/67108860
[pid=17772] ppid=17769 vsize=10834676 memory=191860 CPUtime=3.17 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 25898 13364 0 0 299 11 5 2 20 0 15 0 417314366 11094708224 47965 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2708669 47965 3585 1 0 2670733 0
[pid=17772/tid=17825] ppid=17769 vsize=10834676 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 15149 13364 0 0 128 7 5 2 20 0 15 0 417314376 11094708224 47965 33554432000 4194304 4196468 140729539547056 140253505085344 140253514101040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10834676 memory=99568 CPUtime=0.08 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 50 13364 0 0 1 0 5 2 20 0 15 0 417314376 11094708224 47965 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10834676 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 28 13364 0 0 1 0 5 2 20 0 15 0 417314376 11094708224 47965 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 273 13364 0 0 1 0 5 2 20 0 15 0 417314376 11094708224 47965 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 73 13364 0 0 1 0 5 2 20 0 15 0 417314376 11094708224 47965 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 108 13364 0 0 1 0 5 2 20 0 15 0 417314378 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10834676 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 14 13364 0 0 0 0 5 2 20 0 15 0 417314378 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252640437856 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10834676 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 42 13364 0 0 0 0 5 2 20 0 15 0 417314378 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252606879104 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10834676 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10834676 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) S 17769 17772 14797 0 -1 1077944384 2307 13364 0 0 56 0 5 2 20 0 15 0 417314381 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252991461744 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10834676 memory=216456553888709 CPUtime=0.69 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 3659 13364 0 0 62 0 5 2 20 0 15 0 417314381 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10834676 memory=3096743 CPUtime=0.49 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) S 17769 17772 14797 0 -1 1077944384 1982 13364 0 0 42 0 5 2 20 0 15 0 417314381 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252989356144 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10834676 memory=6935649255759569234 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10834676 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 417314382 11094708224 47965 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10834676 KiB

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

/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 186528 13364 0 0 206877 68 5 2 20 0 15 0 417314376 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140253505096624 140253127467215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10846984 memory=8207988 CPUtime=62.66 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 76740 13364 0 0 6155 104 5 2 20 0 15 0 417314376 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10846984 memory=8207988 CPUtime=62.48 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 83423 13364 0 0 6136 105 5 2 20 0 15 0 417314376 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10846984 memory=8207988 CPUtime=62.46 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 85514 13364 0 0 6126 113 5 2 20 0 15 0 417314376 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10846984 memory=8207992 CPUtime=62.67 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 83131 13364 0 0 6154 106 5 2 20 0 15 0 417314376 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10846984 memory=8207992 CPUtime=9.4 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 53945 13364 0 0 924 9 5 2 20 0 15 0 417314378 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10846984 memory=8207992 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 28 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252640437920 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10846984 memory=8207992 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 73 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252606879104 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10846984 memory=8207992 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10846984 memory=8207992 CPUtime=5.86 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) S 17769 17772 14797 0 -1 1077944384 48081 13364 0 0 574 5 5 2 20 0 15 0 417314381 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252991461744 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10846984 memory=8207992 CPUtime=6.39 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 51290 13364 0 0 626 6 5 2 20 0 15 0 417314381 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10846984 memory=3624 CPUtime=2.16 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) S 17769 17772 14797 0 -1 1077944384 35541 13364 0 0 203 6 5 2 20 0 15 0 417314381 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252989356144 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10846984 memory=23240 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10846984 memory=8207992 CPUtime=1.34 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1639 13364 0 0 65 62 5 2 20 0 15 0 417314382 11107311616 2051998 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 2344.42 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 8207992 KiB

[startup+2202.3 s]
/proc/loadavg: 1.49 1.54 1.58 3/232 18223
/proc/meminfo: memFree=20850004/32770624 swapFree=66967532/67108860
[pid=17772] ppid=17769 vsize=10846984 memory=8207996 CPUtime=2406.5 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 724638 13364 0 0 240072 571 5 2 20 0 15 0 417314366 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2711746 2051999 3636 1 0 2673805 0
[pid=17772/tid=17825] ppid=17769 vsize=10846984 memory=8207996 CPUtime=2128.81 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 191110 13364 0 0 212806 68 5 2 20 0 15 0 417314376 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140253505096656 140253127724891 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10846984 memory=8207996 CPUtime=63.34 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 79265 13364 0 0 6223 104 5 2 20 0 15 0 417314376 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10846984 memory=8207996 CPUtime=63.17 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 87339 13364 0 0 6204 106 5 2 20 0 15 0 417314376 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10846984 memory=8207996 CPUtime=63.14 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 86957 13364 0 0 6194 113 5 2 20 0 15 0 417314376 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10846984 memory=8207996 CPUtime=63.35 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 84252 13364 0 0 6222 106 5 2 20 0 15 0 417314376 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10846984 memory=8207996 CPUtime=9.41 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 54246 13364 0 0 925 9 5 2 20 0 15 0 417314378 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10846984 memory=8207992 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 28 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252640437920 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10846984 memory=8207992 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 73 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252606879104 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10846984 memory=8207992 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10846984 memory=8207992 CPUtime=5.86 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) S 17769 17772 14797 0 -1 1077944384 48084 13364 0 0 574 5 5 2 20 0 15 0 417314381 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252991461744 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10846984 memory=8207988 CPUtime=6.39 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 51741 13364 0 0 626 6 5 2 20 0 15 0 417314381 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10846984 memory=8207996 CPUtime=2.17 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) S 17769 17772 14797 0 -1 1077944384 37663 13364 0 0 204 6 5 2 20 0 15 0 417314381 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252989356144 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10846984 memory=210 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10846984 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1668 13364 0 0 67 64 5 2 20 0 15 0 417314382 11107311616 2051999 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 2406.5 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 8207996 KiB

[startup+2262.3 s]
/proc/loadavg: 1.65 1.58 1.59 3/232 18227
/proc/meminfo: memFree=20850108/32770624 swapFree=66967532/67108860
[pid=17772] ppid=17769 vsize=10846984 memory=8208000 CPUtime=2468.39 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 738502 13364 0 0 246259 573 5 2 20 0 15 0 417314366 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2711746 2052000 3636 1 0 2673805 0
[pid=17772/tid=17825] ppid=17769 vsize=10846984 memory=8208000 CPUtime=2188.17 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 195496 13364 0 0 218741 69 5 2 20 0 15 0 417314376 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140253505096432 140253122675505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10846984 memory=8208000 CPUtime=63.96 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 80668 13364 0 0 6285 104 5 2 20 0 15 0 417314376 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10846984 memory=8208000 CPUtime=63.79 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 88791 13364 0 0 6266 106 5 2 20 0 15 0 417314376 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10846984 memory=8208000 CPUtime=63.76 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 88631 13364 0 0 6256 113 5 2 20 0 15 0 417314376 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10846984 memory=8208000 CPUtime=63.97 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 88837 13364 0 0 6284 106 5 2 20 0 15 0 417314376 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10846984 memory=8208000 CPUtime=9.42 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 54566 13364 0 0 926 9 5 2 20 0 15 0 417314378 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10846984 memory=8208000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 28 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252640437920 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10846984 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 73 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252606879104 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10846984 memory=8208000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10846984 memory=8208000 CPUtime=5.86 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) S 17769 17772 14797 0 -1 1077944384 48087 13364 0 0 574 5 5 2 20 0 15 0 417314381 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252991461744 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10846984 memory=8208000 CPUtime=6.39 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 51743 13364 0 0 626 6 5 2 20 0 15 0 417314381 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10846984 memory=8208000 CPUtime=2.17 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) S 17769 17772 14797 0 -1 1077944384 37665 13364 0 0 204 6 5 2 20 0 15 0 417314381 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252989356144 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10846984 memory=8208000 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10846984 memory=8208000 CPUtime=1.41 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1705 13364 0 0 69 65 5 2 20 0 15 0 417314382 11107311616 2052000 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 2468.39 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 8208000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2312.2 s]
/proc/loadavg: 1.81 1.63 1.61 3/231 18231
/proc/meminfo: memFree=20848296/32770624 swapFree=66967532/67108860
[pid=17772] ppid=17769 vsize=10846984 memory=8208004 CPUtime=2520.04 cores=0,2,4,6
/proc/17772/stat : 17772 (java) S 17769 17772 14797 0 -1 1077944320 754380 13364 0 0 251421 576 5 2 20 0 15 0 417314366 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140729539529600 140253533261559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
/proc/17772/statm: 2711746 2052001 3636 1 0 2673805 0
[pid=17772/tid=17825] ppid=17769 vsize=10846984 memory=2600 CPUtime=2237.49 cores=0,2,4,6
/proc/17772/task/17825/stat : 17825 (java) R 17769 17772 14797 0 -1 4202560 199658 13364 0 0 223672 70 5 2 20 0 15 0 417314376 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140253505096592 140253127724558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17826] ppid=17769 vsize=10846984 memory=2612 CPUtime=64.52 cores=0,2,4,6
/proc/17772/task/17826/stat : 17826 (java) S 17769 17772 14797 0 -1 1077944384 83596 13364 0 0 6341 104 5 2 20 0 15 0 417314376 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140253537503888 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17827] ppid=17769 vsize=10846984 memory=1408 CPUtime=64.36 cores=0,2,4,6
/proc/17772/task/17827/stat : 17827 (java) S 17769 17772 14797 0 -1 1077944384 89701 13364 0 0 6323 106 5 2 20 0 15 0 417314376 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140253436394000 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17828] ppid=17769 vsize=10846984 memory=776 CPUtime=64.34 cores=0,2,4,6
/proc/17772/task/17828/stat : 17828 (java) S 17769 17772 14797 0 -1 1077944384 91425 13364 0 0 6313 114 5 2 20 0 15 0 417314376 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140253435341200 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17829] ppid=17769 vsize=10846984 memory=1052 CPUtime=64.54 cores=0,2,4,6
/proc/17772/task/17829/stat : 17829 (java) S 17769 17772 14797 0 -1 1077944384 91156 13364 0 0 6341 106 5 2 20 0 15 0 417314376 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140253434288400 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17830] ppid=17769 vsize=10846984 memory=2832 CPUtime=9.43 cores=0,2,4,6
/proc/17772/task/17830/stat : 17830 (java) S 17769 17772 14797 0 -1 1077944384 54870 13364 0 0 927 9 5 2 20 0 15 0 417314378 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252992514928 140253533272706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17831] ppid=17769 vsize=10846984 memory=9328 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17831/stat : 17831 (java) S 17769 17772 14797 0 -1 1077944384 28 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252640437920 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17832] ppid=17769 vsize=10846984 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17832/stat : 17832 (java) S 17769 17772 14797 0 -1 1077944384 73 13364 0 0 0 0 5 2 20 0 15 0 417314378 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252606879104 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17833] ppid=17769 vsize=10846984 memory=1216 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17833/stat : 17833 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252118079824 140253533280155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17834] ppid=17769 vsize=10846984 memory=1000 CPUtime=5.88 cores=0,2,4,6
/proc/17772/task/17834/stat : 17834 (java) S 17769 17772 14797 0 -1 1077944384 49981 13364 0 0 576 5 5 2 20 0 15 0 417314381 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252991461744 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17835] ppid=17769 vsize=10846984 memory=7988 CPUtime=6.39 cores=0,2,4,6
/proc/17772/task/17835/stat : 17835 (java) S 17769 17772 14797 0 -1 1077944384 52257 13364 0 0 626 6 5 2 20 0 15 0 417314381 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252990408944 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17836] ppid=17769 vsize=10846984 memory=1560 CPUtime=2.17 cores=0,2,4,6
/proc/17772/task/17836/stat : 17836 (java) S 17769 17772 14797 0 -1 1077944384 37673 13364 0 0 204 6 5 2 20 0 15 0 417314381 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252989356144 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17837] ppid=17769 vsize=10846984 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/17772/task/17837/stat : 17837 (java) S 17769 17772 14797 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 417314381 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252084521184 140253533271765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
[pid=17772/tid=17838] ppid=17769 vsize=10846984 memory=7748 CPUtime=1.45 cores=0,2,4,6
/proc/17772/task/17838/stat : 17838 (java) S 17769 17772 14797 0 -1 1077944384 1750 13364 0 0 71 67 5 2 20 0 15 0 417314382 11107311616 2052001 33554432000 4194304 4196468 140729539547056 140252988304560 140253533272706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7172096 140729539549935 140729539552453 140729539552453 140729539555279 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 8208004 KiB

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

[startup+2312.27 s]
# the end of solver process 17772 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.3 s, system=5.83732 s

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

Child status: 143
Real time (s): 2312.27
CPU time (s): 2520.14
CPU user time (s): 2514.3
CPU system time (s): 5.83732
CPU usage (%): 108.99
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 8208004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.3
system time used= 5.83732
maximum resident set size= 8212240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 769539
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68490
involuntary context switches= 5650


# summary of solver processes directly reported to runsolver:
#   pid: 17772
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2514.3
#   total CPU system time (s): 5.83732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2437 second user time and 19.6448 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 23:36:48
IDJOB=4395843
IDBENCH=138439
IDSOLVER=2846
FILE ID=node135/4395843-1568410648
RUNJOBID= node135-1568410544-17414
PBS_JOBID= 21701873
Free space on /tmp= 61340 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-21.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395843-1568410648/watcher-4395843-1568410648 -o /tmp/evaluation-result-4395843-1568410648/solver-4395843-1568410648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568410544-17414 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1591838835 HOME/instance-4395843-1568410648.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=1591838835

node135.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.76
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.76
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.76
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.76
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:        30273388 kB
MemAvailable:   31281348 kB
Buffers:          158108 kB
Cached:          1118440 kB
SwapCached:        34868 kB
Active:          1143676 kB
Inactive:         759004 kB
Active(anon):     598892 kB
Inactive(anon):    59792 kB
Active(file):     544784 kB
Inactive(file):   699212 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66967516 kB
Dirty:             35588 kB
Writeback:             0 kB
AnonPages:        712660 kB
Mapped:            49784 kB
Shmem:             23932 kB
Slab:             190572 kB
SReclaimable:     159600 kB
SUnreclaim:        30972 kB
KernelStack:        4064 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1948144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-14 00:15:20