Trace number 4387436

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.10? (TO) 2520.16 2456.85

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-18.xml
MD5SUM3f0141c7bb33af25d9039070b39091b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1184
Maximum domain size1282
Distribution of domain sizes[{"size":1184,"count":10},{"size":1185,"count":4},{"size":1186,"count":4},{"size":1187,"count":10},{"size":1188,"count":8},{"size":1191,"count":6},{"size":1192,"count":4},{"size":1193,"count":6},{"size":1194,"count":8},{"size":1195,"count":6},{"size":1196,"count":2},{"size":1197,"count":2},{"size":1198,"count":6},{"size":1199,"count":6},{"size":1200,"count":10},{"size":1201,"count":6},{"size":1202,"count":10},{"size":1203,"count":10},{"size":1204,"count":6},{"size":1206,"count":4},{"size":1207,"count":10},{"size":1208,"count":6},{"size":1209,"count":2},{"size":1210,"count":2},{"size":1211,"count":2},"...",{"size":1253,"count":4}, {"size":1255,"count":6}, {"size":1256,"count":6}, {"size":1257,"count":2}, {"size":1259,"count":8}, {"size":1260,"count":6}, {"size":1261,"count":4}, {"size":1262,"count":6}, {"size":1263,"count":4}, {"size":1264,"count":2}, {"size":1265,"count":2}, {"size":1267,"count":8}, {"size":1268,"count":6}, {"size":1269,"count":10}, {"size":1272,"count":6}, {"size":1273,"count":2}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1276,"count":2}, {"size":1277,"count":10}, {"size":1278,"count":10}, {"size":1279,"count":12}, {"size":1280,"count":6}, {"size":1281,"count":4}, {"size":1282,"count":8}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
2520.09/2456.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2456.81		at concrete.MAC.mac(MAC.scala:189)
2520.09/2456.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.09/2456.81		at scala.util.Try$.apply(Try.scala:212)
2520.09/2456.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2456.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2456.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2456.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2456.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2456.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2456.81		at concrete.ProblemState.map(ProblemState.scala:228)
2520.09/2456.81		at concrete.ProblemState.map(ProblemState.scala:210)
2520.09/2456.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2456.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2456.81		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.09/2456.81		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.09/2456.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.09/2456.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.09/2456.81		at scala.util.Success.map(Try.scala:264)
2520.09/2456.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.09/2456.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2456.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2456.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2456.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2456.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2456.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2456.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2456.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2456.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2456.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2456.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2456.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2456.81		at scala.App.main(App.scala:75)
2520.09/2456.81		at scala.App.main$(App.scala:73)
2520.09/2456.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2456.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2456.82	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 (10609 MiB free)
  memory of node 1: 16384 MiB (8550 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387436-1568304932/watcher-4387436-1568304932 -o /tmp/evaluation-result-4387436-1568304932/solver-4387436-1568304932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=650719644 HOME/instance-4387436-1568304932.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
solver pid=7726, runsolver pid=7723
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.67 1.60 1.53 3/218 7783
/proc/meminfo: memFree=19614116/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=9972712 memory=16908 CPUtime=0.09 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 4472 13384 0 0 1 0 5 3 20 0 6 0 406430593 10212057088 4227 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2493178 4227 1935 1 0 2481616 0
[pid=7726/tid=7779] ppid=7723 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 2288 13384 0 0 0 0 5 3 20 0 6 0 406430602 10212057088 4227 33554432000 4194304 4196468 140726647001936 140070741987920 140070754231646 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 6 0 406430603 10212057088 4227 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=9972712 memory=139804502861440 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 6 0 406430603 10212057088 4227 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 6 0 406430603 10212057088 4227 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 6 0 406430603 10212057088 4227 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16908 KiB

[startup+0.210273 s]*
/proc/loadavg: 1.67 1.60 1.53 3/227 7792
/proc/meminfo: memFree=19588680/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=10818940 memory=43272 CPUtime=0.26 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 7085 13384 0 0 16 2 5 3 20 0 15 0 406430593 11078594560 10818 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2704735 10818 2981 1 0 2667149 0
[pid=7726/tid=7779] ppid=7723 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 3602 13384 0 0 10 1 5 3 20 0 15 0 406430602 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070741983504 140070755831322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10818940 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430603 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10818940 memory=139804502869419 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10818940 memory=139804502861440 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430605 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 13 13384 0 0 0 0 5 3 20 0 15 0 406430605 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070224913696 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430605 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070090696304 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11078594560 10826 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 350 13384 0 0 1 0 5 3 20 0 15 0 406430608 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 279 13384 0 0 1 0 5 3 20 0 15 0 406430608 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10818940 memory=139804502861440 CPUtime=0.11 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 635 13384 0 0 3 0 5 3 20 0 15 0 406430608 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11078594560 10826 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10818940 memory=139804502861440 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430609 11078594560 10826 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43272 KiB

[startup+0.310509 s]*
/proc/loadavg: 1.67 1.60 1.53 3/227 7792
/proc/meminfo: memFree=19577568/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=10820096 memory=54636 CPUtime=0.41 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 10863 13384 0 0 29 4 5 3 20 0 15 0 406430593 11079778304 13659 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2705024 13659 3235 1 0 2667149 0
[pid=7726/tid=7779] ppid=7723 vsize=10820096 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 7353 13384 0 0 19 3 5 3 20 0 15 0 406430602 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070741968784 140070625410065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430603 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430605 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 13 13384 0 0 0 0 5 3 20 0 15 0 406430605 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070224913696 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430605 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070090696304 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11079778304 13659 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 350 13384 0 0 1 0 5 3 20 0 15 0 406430608 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10820096 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 281 13384 0 0 2 0 5 3 20 0 15 0 406430608 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10820096 memory=139804502861440 CPUtime=0.13 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 644 13384 0 0 5 0 5 3 20 0 15 0 406430608 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11079778304 13659 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10820096 memory=139804502861440 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430609 11079778304 13659 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54636 KiB

[startup+0.700766 s]
/proc/loadavg: 1.67 1.60 1.53 6/227 7792
/proc/meminfo: memFree=19562324/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=10824340 memory=84284 CPUtime=1.14 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 14813 13384 0 0 100 6 5 3 20 0 15 0 406430593 11084124160 21071 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2706085 21071 3502 1 0 2668173 0
[pid=7726/tid=7779] ppid=7723 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 10545 13384 0 0 54 5 5 3 20 0 15 0 406430602 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070741964352 140070756326475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430603 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10824340 memory=139804339744976 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10824340 memory=139805480452690 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430603 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10824340 memory=1840 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 5 13384 0 0 0 0 5 3 20 0 15 0 406430605 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10824340 memory=7302135314614015849 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 13 13384 0 0 0 0 5 3 20 0 15 0 406430605 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070224913696 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10824340 memory=6010179516970067026 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430605 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070090696304 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10824340 memory=1100 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11084124160 21071 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10824340 memory=15208 CPUtime=0.22 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 695 13384 0 0 14 0 5 3 20 0 15 0 406430608 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10824340 memory=23100 CPUtime=0.21 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 550 13384 0 0 13 0 5 3 20 0 15 0 406430608 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10824340 memory=4048 CPUtime=0.25 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 785 13384 0 0 17 0 5 3 20 0 15 0 406430608 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10824340 memory=14288 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11084124160 21071 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10824340 memory=504 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430609 11084124160 21071 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84284 KiB

[startup+1.50081 s]
/proc/loadavg: 1.67 1.60 1.53 5/227 7792
/proc/meminfo: memFree=19502368/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=10832608 memory=217820 CPUtime=3.06 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 25497 13384 0 0 286 12 5 3 20 0 15 0 406430593 11092590592 54455 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2708152 54455 3577 1 0 2670221 0
[pid=7726/tid=7779] ppid=7723 vsize=10832608 memory=167164 CPUtime=1.42 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 14848 13384 0 0 127 7 5 3 20 0 15 0 406430602 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070741983200 140070755519311 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10832608 memory=2860 CPUtime=0.09 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 44 13384 0 0 1 0 5 3 20 0 15 0 406430603 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10832608 memory=2376 CPUtime=0.1 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 257 13384 0 0 2 0 5 3 20 0 15 0 406430603 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10832608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 70 13384 0 0 2 0 5 3 20 0 15 0 406430603 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10832608 memory=7684413776151944361 CPUtime=0.09 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 30 13384 0 0 1 0 5 3 20 0 15 0 406430603 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10832608 memory=-6010476260271675999 CPUtime=0.09 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 87 13384 0 0 1 0 5 3 20 0 15 0 406430605 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10832608 memory=3692216470037637019 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 14 13384 0 0 0 0 5 3 20 0 15 0 406430605 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070224913760 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10832608 memory=3616448913277150529 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430605 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070090696320 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11092590592 54455 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10832608 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 3089 13384 0 0 56 0 5 3 20 0 15 0 406430608 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10832608 memory=4580 CPUtime=0.59 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 2759 13384 0 0 51 0 5 3 20 0 15 0 406430608 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10832608 memory=7591212276348315216 CPUtime=0.49 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 2086 13384 0 0 41 0 5 3 20 0 15 0 406430608 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10832608 memory=6224067389248530257 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11092590592 54455 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10832608 memory=7308612469127605361 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 1 13384 0 0 0 0 5 3 20 0 15 0 406430609 11092590592 54455 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 10832608 KiB

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

/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 113249 13384 0 0 230232 67 5 3 20 0 15 0 406430602 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070741986768 140070393473961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10846964 memory=1966536 CPUtime=11.93 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 41620 13384 0 0 1144 41 5 3 20 0 15 0 406430603 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10846964 memory=1987544 CPUtime=11.87 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 30053 13384 0 0 1139 40 5 3 20 0 15 0 406430603 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10846964 memory=1966536 CPUtime=11.91 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 45800 13384 0 0 1143 40 5 3 20 0 15 0 406430603 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10846964 memory=0 CPUtime=11.94 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 43258 13384 0 0 1144 42 5 3 20 0 15 0 406430603 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10846964 memory=1966536 CPUtime=5.3 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 30481 13384 0 0 481 41 5 3 20 0 15 0 406430605 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10846964 memory=1966536 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 32 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070224913760 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10846964 memory=1966536 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 10 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070090696320 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10846964 memory=1966536 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 491634 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10846964 memory=1966536 CPUtime=11.21 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 44539 13384 0 0 1107 6 5 3 20 0 15 0 406430608 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10846964 memory=1966536 CPUtime=10.7 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 32689 13384 0 0 1055 7 5 3 20 0 15 0 406430608 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10846964 memory=1966536 CPUtime=4.3 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 33861 13384 0 0 414 8 5 3 20 0 15 0 406430608 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10846964 memory=1966536 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 491634 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10846964 memory=1966536 CPUtime=1.45 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 2011 13384 0 0 62 75 5 3 20 0 15 0 406430609 11107291136 491634 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 2383.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1966536 KiB

[startup+2382.3 s]
/proc/loadavg: 1.42 1.39 1.49 3/228 8139
/proc/meminfo: memFree=20382292/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=10846964 memory=1968600 CPUtime=2444.17 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 426524 13384 0 0 244070 339 5 3 20 0 15 0 406430593 11107291136 492150 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2711741 492150 3635 1 0 2673805 0
[pid=7726/tid=7779] ppid=7723 vsize=10846964 memory=1968600 CPUtime=2362.46 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 114867 13384 0 0 236171 67 5 3 20 0 15 0 406430602 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070741987136 140070393628264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10846964 memory=1968592 CPUtime=12.31 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 42989 13384 0 0 1181 42 5 3 20 0 15 0 406430603 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10846964 memory=1968592 CPUtime=12.25 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 31692 13384 0 0 1176 41 5 3 20 0 15 0 406430603 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10846964 memory=1968600 CPUtime=12.29 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 46790 13384 0 0 1180 41 5 3 20 0 15 0 406430603 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10846964 memory=1968600 CPUtime=12.32 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 43639 13384 0 0 1181 43 5 3 20 0 15 0 406430603 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10846964 memory=1968600 CPUtime=5.47 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 31140 13384 0 0 497 42 5 3 20 0 15 0 406430605 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10846964 memory=2212 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 32 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070224913760 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10846964 memory=1968600 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 10 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070090696320 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10846964 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 492150 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10846964 memory=1968600 CPUtime=11.21 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 44544 13384 0 0 1107 6 5 3 20 0 15 0 406430608 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10846964 memory=37940 CPUtime=10.7 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 32694 13384 0 0 1055 7 5 3 20 0 15 0 406430608 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10846964 memory=1968600 CPUtime=4.3 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 33865 13384 0 0 414 8 5 3 20 0 15 0 406430608 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10846964 memory=1968592 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 492150 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10846964 memory=37940 CPUtime=1.48 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 2051 13384 0 0 64 76 5 3 20 0 15 0 406430609 11107291136 492150 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 2444.17 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1968600 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.43 1.49 3/227 8144
/proc/meminfo: memFree=20444280/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=10846964 memory=1959888 CPUtime=2505.31 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 433202 13384 0 0 250179 344 5 3 20 0 15 0 406430593 11107291136 489972 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2711741 489972 3635 1 0 2673805 0
[pid=7726/tid=7779] ppid=7723 vsize=10846964 memory=1959888 CPUtime=2421.84 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 116468 13384 0 0 242108 68 5 3 20 0 15 0 406430602 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070741986032 140070394085452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10846964 memory=1963476 CPUtime=12.7 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 45301 13384 0 0 1219 43 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10846964 memory=1968608 CPUtime=12.64 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 31917 13384 0 0 1214 42 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10846964 memory=1962452 CPUtime=12.67 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 48096 13384 0 0 1217 42 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10846964 memory=1960400 CPUtime=12.71 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 44144 13384 0 0 1220 43 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10846964 memory=1959888 CPUtime=5.64 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 31817 13384 0 0 513 43 5 3 20 0 15 0 406430605 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10846964 memory=1959888 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 32 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070224913760 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10846964 memory=1959888 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 10 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070090696320 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10846964 memory=1959888 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10846964 memory=1961940 CPUtime=11.21 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 44549 13384 0 0 1107 6 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10846964 memory=1959888 CPUtime=10.7 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 32699 13384 0 0 1055 7 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10846964 memory=14288 CPUtime=4.3 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 33869 13384 0 0 414 8 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10846964 memory=1959888 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10846964 memory=1636 CPUtime=1.52 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 2089 13384 0 0 66 78 5 3 20 0 15 0 406430609 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 2505.31 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1959888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.8 s]
/proc/loadavg: 1.51 1.42 1.49 3/227 8147
/proc/meminfo: memFree=20456580/32770624 swapFree=67108848/67108860
[pid=7726] ppid=7723 vsize=10846964 memory=1959888 CPUtime=2520.09 cores=0,2,4,6
/proc/7726/stat : 7726 (java) S 7723 7726 466 0 -1 1077944320 433421 13384 0 0 251656 345 5 3 20 0 15 0 406430593 11107291136 489972 33554432000 4194304 4196468 140726647001936 140726646984480 140070770151159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
/proc/7726/statm: 2711741 489972 3635 1 0 2673805 0
[pid=7726/tid=7779] ppid=7723 vsize=10846964 memory=8112282956445269571 CPUtime=2436.19 cores=0,2,4,6
/proc/7726/task/7779/stat : 7779 (java) R 7723 7726 466 0 -1 4202560 116607 13384 0 0 243543 68 5 3 20 0 15 0 406430602 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070741987072 140070394744487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7780] ppid=7723 vsize=10846964 memory=37944 CPUtime=12.79 cores=0,2,4,6
/proc/7726/task/7780/stat : 7780 (java) S 7723 7726 466 0 -1 1077944384 45302 13384 0 0 1228 43 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070774393232 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7781] ppid=7723 vsize=10846964 memory=1228 CPUtime=12.73 cores=0,2,4,6
/proc/7726/task/7781/stat : 7781 (java) S 7723 7726 466 0 -1 1077944384 31920 13384 0 0 1223 42 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070343223568 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7782] ppid=7723 vsize=10846964 memory=2352 CPUtime=12.77 cores=0,2,4,6
/proc/7726/task/7782/stat : 7782 (java) S 7723 7726 466 0 -1 1077944384 48107 13384 0 0 1227 42 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070342171280 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7783] ppid=7723 vsize=10846964 memory=1808 CPUtime=12.8 cores=0,2,4,6
/proc/7726/task/7783/stat : 7783 (java) S 7723 7726 466 0 -1 1077944384 44202 13384 0 0 1229 43 5 3 20 0 15 0 406430603 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070341118480 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7784] ppid=7723 vsize=10846964 memory=920 CPUtime=5.68 cores=0,2,4,6
/proc/7726/task/7784/stat : 7784 (java) S 7723 7726 466 0 -1 1077944384 31824 13384 0 0 517 43 5 3 20 0 15 0 406430605 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070296812144 140070770162306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7785] ppid=7723 vsize=10846964 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7785/stat : 7785 (java) S 7723 7726 466 0 -1 1077944384 32 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070224913760 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7786] ppid=7723 vsize=10846964 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7786/stat : 7786 (java) S 7723 7726 466 0 -1 1077944384 10 13384 0 0 0 0 5 3 20 0 15 0 406430605 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070090696320 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7787] ppid=7723 vsize=10846964 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7787/stat : 7787 (java) S 7723 7726 466 0 -1 1077944384 2 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140069486717520 140070770169755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7788] ppid=7723 vsize=10846964 memory=15825503609161747 CPUtime=11.21 cores=0,2,4,6
/proc/7726/task/7788/stat : 7788 (java) S 7723 7726 466 0 -1 1077944384 44549 13384 0 0 1107 6 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070295758960 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7789] ppid=7723 vsize=10846964 memory=1408 CPUtime=10.7 cores=0,2,4,6
/proc/7726/task/7789/stat : 7789 (java) S 7723 7726 466 0 -1 1077944384 32699 13384 0 0 1055 7 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070294706160 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7790] ppid=7723 vsize=10846964 memory=3296 CPUtime=4.3 cores=0,2,4,6
/proc/7726/task/7790/stat : 7790 (java) S 7723 7726 466 0 -1 1077944384 33869 13384 0 0 414 8 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070293653872 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7791] ppid=7723 vsize=10846964 memory=1889304 CPUtime=0.08 cores=0,2,4,6
/proc/7726/task/7791/stat : 7791 (java) S 7723 7726 466 0 -1 1077944384 3 13384 0 0 0 0 5 3 20 0 15 0 406430608 11107291136 489972 33554432000 4194304 4196468 140726647001936 140069016955360 140070770161365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
[pid=7726/tid=7792] ppid=7723 vsize=10846964 memory=1964 CPUtime=1.53 cores=0,2,4,6
/proc/7726/task/7792/stat : 7792 (java) S 7723 7726 466 0 -1 1077944384 2089 13384 0 0 66 79 5 3 20 0 15 0 406430609 11107291136 489972 33554432000 4194304 4196468 140726647001936 140070191356848 140070770162306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 25333760 140726647007990 140726647010501 140726647010501 140726647013327 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1959888 KiB

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

[startup+2456.85 s]
# the end of solver process 7726 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.65 s, system=3.51172 s

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

Child status: 143
Real time (s): 2456.85
CPU time (s): 2520.16
CPU user time (s): 2516.65
CPU system time (s): 3.51172
CPU usage (%): 102.577
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2908448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.65
system time used= 3.51172
maximum resident set size= 2908452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451561
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 174741
involuntary context switches= 6959


# summary of solver processes directly reported to runsolver:
#   pid: 7726
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.65
#   total CPU system time (s): 3.51172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1496 second user time and 25.5774 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 18:14:51
IDJOB=4387436
IDBENCH=138482
IDSOLVER=2823
FILE ID=node143/4387436-1568304932
RUNJOBID= node143-1568286551-1786
PBS_JOBID= 21701067
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387436-1568304932/watcher-4387436-1568304932 -o /tmp/evaluation-result-4387436-1568304932/solver-4387436-1568304932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=650719644 HOME/instance-4387436-1568304932.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=650719644

node143.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.73
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.73
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.73
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.73
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:        19619744 kB
MemAvailable:   27092752 kB
Buffers:          141816 kB
Cached:          7619008 kB
SwapCached:            8 kB
Active:          6853456 kB
Inactive:        5615112 kB
Active(anon):    4662268 kB
Inactive(anon):   145044 kB
Active(file):    2191188 kB
Inactive(file):  5470068 kB
Unevictable:      107256 kB
Mlocked:          107256 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35164 kB
Writeback:             0 kB
AnonPages:       4815288 kB
Mapped:            60660 kB
Shmem:             90756 kB
Slab:             269060 kB
SReclaimable:     240212 kB
SUnreclaim:        28848 kB
KernelStack:        3712 kB
PageTables:        14852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5357148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4591616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 18:55:48