Trace number 4400846

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.09 2455.55

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
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 benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"count":2}]
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.75/0.57	c Concrete v3.12.2.1568631193530 running
2520.02/2455.53	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2455.53		at concrete.MAC.mac(MAC.scala:192)
2520.02/2455.53		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2455.53		at scala.util.Try$.apply(Try.scala:212)
2520.02/2455.53		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2455.53		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2455.53		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2455.53		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2455.53		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2455.53		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2455.53		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2455.53		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2455.53		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2455.53		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2455.53		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2455.53		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2455.53		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2455.53		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2455.53		at scala.util.Success.map(Try.scala:264)
2520.02/2455.53		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2455.53		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2455.53		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2455.53		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2455.53		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2455.53		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2455.53		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2455.53		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2455.53		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2455.53		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2455.53		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2455.53		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2455.53		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2455.53		at scala.App.main(App.scala:75)
2520.02/2455.53		at scala.App.main$(App.scala:73)
2520.02/2455.53		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2455.53		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2455.53	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 (14783 MiB free)
  memory of node 1: 16384 MiB (14859 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400846-1568691832/watcher-4400846-1568691832 -o /tmp/evaluation-result-4400846-1568691832/solver-4400846-1568691832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5121 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4400846-1568691832.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=9778, runsolver pid=9775

[startup+0.100129 s]*
/proc/loadavg: 1.29 1.49 1.45 3/219 9835
/proc/meminfo: memFree=30348836/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 4451 13063 0 0 1 0 5 3 20 0 6 0 445097223 10212057088 4203 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2493178 4203 1935 1 0 2481616 0
[pid=9778/tid=9831] ppid=9775 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 2268 13063 0 0 0 0 5 3 20 0 6 0 445097232 10212057088 4203 33554432000 4194304 4196468 140731892211728 140378793058896 140378805302652 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 6 0 445097233 10212057088 4203 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=9972712 memory=139717188556416 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 6 0 445097233 10212057088 4203 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 6 0 445097233 10212057088 4203 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 6 0 445097233 10212057088 4269 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210316 s]*
/proc/loadavg: 1.29 1.49 1.45 4/228 9844
/proc/meminfo: memFree=30328684/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=10819712 memory=39304 CPUtime=0.27 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 7302 13063 0 0 17 2 5 3 20 0 15 0 445097223 11079385088 9826 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2704928 9826 3154 1 0 2667149 0
[pid=9778/tid=9831] ppid=9775 vsize=10819712 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 3812 13063 0 0 10 1 5 3 20 0 15 0 445097232 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378793033856 140378821234070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10819712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10819712 memory=139717188556416 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10819712 memory=139717188556416 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 445097235 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 13 13063 0 0 0 0 5 3 20 0 15 0 445097235 11079385088 9826 33554432000 4194304 4196468 140731892211728 140377717728032 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097235 11079385088 9826 33554432000 4194304 4196468 140731892211728 140377583510640 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11079385088 9826 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10819712 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 586 13063 0 0 1 0 5 3 20 0 15 0 445097238 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 63 13063 0 0 0 0 5 3 20 0 15 0 445097238 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10819712 memory=139717188556416 CPUtime=0.11 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) S 9775 9778 5090 0 -1 1077944384 608 13063 0 0 3 0 5 3 20 0 15 0 445097238 11079385088 9826 33554432000 4194304 4196468 140731892211728 140378276510576 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11079385088 9826 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10819712 memory=139717188556416 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097239 11079385088 10338 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 39304 KiB

[startup+0.313237 s]*
/proc/loadavg: 1.29 1.49 1.45 4/228 9844
/proc/meminfo: memFree=30316356/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=10820196 memory=50548 CPUtime=0.39 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 10822 13063 0 0 28 3 5 3 20 0 15 0 445097223 11079880704 12637 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2705049 12637 3319 1 0 2667149 0
[pid=9778/tid=9831] ppid=9775 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 7310 13063 0 0 18 2 5 3 20 0 15 0 445097232 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378793027136 140378806592034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10820196 memory=7228678077036324969 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10820196 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10820196 memory=7019606805088652745 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 445097233 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 445097235 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 13 13063 0 0 0 0 5 3 20 0 15 0 445097235 11079880704 12637 33554432000 4194304 4196468 140731892211728 140377717728032 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097235 11079880704 12637 33554432000 4194304 4196468 140731892211728 140377583510640 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11079880704 12637 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 595 13063 0 0 2 0 5 3 20 0 15 0 445097238 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 64 13063 0 0 1 0 5 3 20 0 15 0 445097238 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) S 9775 9778 5090 0 -1 1077944384 615 13063 0 0 5 0 5 3 20 0 15 0 445097238 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378276510576 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11079880704 12637 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097239 11079880704 12637 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50548 KiB

[startup+0.700669 s]
/proc/loadavg: 1.29 1.49 1.45 3/228 9844
/proc/meminfo: memFree=30303604/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=10824364 memory=81356 CPUtime=1.11 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 15079 13063 0 0 98 5 5 3 20 0 15 0 445097223 11084148736 20339 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2706091 20339 3500 1 0 2668173 0
[pid=9778/tid=9831] ppid=9775 vsize=10824364 memory=2241 CPUtime=0.65 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 10568 13063 0 0 54 3 5 3 20 0 15 0 445097232 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378793049264 140378804398416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097233 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 445097233 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 5 13063 0 0 0 0 5 3 20 0 15 0 445097235 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 13 13063 0 0 0 0 5 3 20 0 15 0 445097235 11084148736 20339 33554432000 4194304 4196468 140731892211728 140377717728032 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10824364 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097235 11084148736 20339 33554432000 4194304 4196468 140731892211728 140377583510640 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11084148736 20339 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 1021 13063 0 0 14 0 5 3 20 0 15 0 445097238 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 454 13063 0 0 11 0 5 3 20 0 15 0 445097238 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) R 9775 9778 5090 0 -1 4202560 795 13063 0 0 17 0 5 3 20 0 15 0 445097238 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378276510576 140378821234070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10824364 memory=139717031004144 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11084148736 20339 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097239 11084148736 20339 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81356 KiB

[startup+1.50074 s]
/proc/loadavg: 1.29 1.49 1.45 6/228 9844
/proc/meminfo: memFree=30244916/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=10832632 memory=216168 CPUtime=3.15 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 25637 13063 0 0 296 11 5 3 20 0 15 0 445097223 11092615168 54042 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2708158 54042 3582 1 0 2670221 0
[pid=9778/tid=9831] ppid=9775 vsize=10832632 memory=24 CPUtime=1.41 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 14930 13063 0 0 127 6 5 3 20 0 15 0 445097232 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378793055352 140378821244061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10832632 memory=30 CPUtime=0.09 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 240 13063 0 0 1 0 5 3 20 0 15 0 445097233 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10832632 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 69 13063 0 0 2 0 5 3 20 0 15 0 445097233 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 37 13063 0 0 1 0 5 3 20 0 15 0 445097233 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10832632 memory=101460 CPUtime=0.1 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 25 13063 0 0 2 0 5 3 20 0 15 0 445097233 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 97 13063 0 0 1 0 5 3 20 0 15 0 445097235 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10832632 memory=7014751519583653990 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 13 13063 0 0 0 0 5 3 20 0 15 0 445097235 11092615168 54042 33554432000 4194304 4196468 140731892211728 140377717728032 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10832632 memory=7588952848573228121 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 445097235 11092615168 54042 33554432000 4194304 4196468 140731892211728 140377583510640 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10832632 memory=7956841734054634864 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11092615168 54042 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10832632 memory=5571041044932614245 CPUtime=0.7 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 3658 13063 0 0 61 1 5 3 20 0 15 0 445097238 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10832632 memory=7158877754365993318 CPUtime=0.64 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 2638 13063 0 0 55 1 5 3 20 0 15 0 445097238 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10832632 memory=7014751519583653990 CPUtime=0.49 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) S 9775 9778 5090 0 -1 1077944384 1711 13063 0 0 41 0 5 3 20 0 15 0 445097238 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378276510576 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10832632 memory=7014751519583653990 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11092615168 54042 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10832632 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 445097239 11092615168 54042 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10832632 KiB

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

/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 100559 13063 0 0 236178 63 5 3 20 0 15 0 445097232 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378793057440 140378426467865 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10846988 memory=964572 CPUtime=13.02 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 27757 13063 0 0 1253 41 5 3 20 0 15 0 445097233 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10846988 memory=966624 CPUtime=12.97 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 30886 13063 0 0 1251 38 5 3 20 0 15 0 445097233 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10846988 memory=964060 CPUtime=12.98 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 27867 13063 0 0 1251 39 5 3 20 0 15 0 445097233 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10846988 memory=963032 CPUtime=12.95 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 28073 13063 0 0 1248 39 5 3 20 0 15 0 445097233 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10846988 memory=962008 CPUtime=4.89 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 23832 13063 0 0 432 49 5 3 20 0 15 0 445097235 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10846988 memory=962008 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 18 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 240373 33554432000 4194304 4196468 140731892211728 140377717728160 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10846988 memory=968164 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 6 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 240373 33554432000 4194304 4196468 140731892211728 140377583510656 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10846988 memory=278 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 240373 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10846988 memory=964572 CPUtime=11.33 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 41357 13063 0 0 1120 5 5 3 20 0 15 0 445097238 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10846988 memory=970732 CPUtime=10.87 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 47681 13063 0 0 1074 5 5 3 20 0 15 0 445097238 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10846988 memory=0 CPUtime=2.86 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) S 9775 9778 5090 0 -1 1077944384 21861 13063 0 0 272 6 5 3 20 0 15 0 445097238 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378276510576 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10846988 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 240373 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10846988 memory=45380 CPUtime=1.55 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1825 13063 0 0 77 70 5 3 20 0 15 0 445097239 11107315712 240373 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 2445.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 961492 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.54 1.57 3/228 10219
/proc/meminfo: memFree=25475976/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=10846988 memory=908136 CPUtime=2506.55 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 355627 13063 0 0 250315 332 5 3 20 0 15 0 445097223 11107315712 227034 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2711747 227034 3643 1 0 2673805 0
[pid=9778/tid=9831] ppid=9775 vsize=10846988 memory=911728 CPUtime=2421.87 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 101244 13063 0 0 242116 63 5 3 20 0 15 0 445097232 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378793056944 140378426369839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10846988 memory=939436 CPUtime=13.43 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 27942 13063 0 0 1294 41 5 3 20 0 15 0 445097233 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10846988 memory=929688 CPUtime=13.39 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 31239 13063 0 0 1292 39 5 3 20 0 15 0 445097233 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10846988 memory=919936 CPUtime=13.39 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 27998 13063 0 0 1291 40 5 3 20 0 15 0 445097233 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10846988 memory=923016 CPUtime=13.37 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 28193 13063 0 0 1290 39 5 3 20 0 15 0 445097233 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10846988 memory=913780 CPUtime=5.04 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 24024 13063 0 0 445 51 5 3 20 0 15 0 445097235 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10846988 memory=910704 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 18 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 227034 33554432000 4194304 4196468 140731892211728 140377717728160 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10846988 memory=908136 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 6 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 227034 33554432000 4194304 4196468 140731892211728 140377583510656 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10846988 memory=908652 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 227034 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10846988 memory=931228 CPUtime=11.33 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 41359 13063 0 0 1120 5 5 3 20 0 15 0 445097238 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10846988 memory=278 CPUtime=10.87 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 47683 13063 0 0 1074 5 5 3 20 0 15 0 445097238 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10846988 memory=910188 CPUtime=2.87 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) S 9775 9778 5090 0 -1 1077944384 21863 13063 0 0 273 6 5 3 20 0 15 0 445097238 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378276510576 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10846988 memory=910704 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 227034 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10846988 memory=8112282956445269571 CPUtime=1.59 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1842 13063 0 0 78 73 5 3 20 0 15 0 445097239 11107315712 227034 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 2506.55 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 908136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.5 s]
/proc/loadavg: 1.51 1.55 1.57 3/229 10221
/proc/meminfo: memFree=25460136/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=10846988 memory=891716 CPUtime=2520.02 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 355758 13063 0 0 251661 333 5 3 20 0 15 0 445097223 11107315712 222929 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2711747 222929 3643 1 0 2673805 0
[pid=9778/tid=9831] ppid=9775 vsize=10846988 memory=893256 CPUtime=2434.93 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 101313 13063 0 0 243422 63 5 3 20 0 15 0 445097232 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378793057856 140378425972156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10846988 memory=908136 CPUtime=13.53 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 27962 13063 0 0 1303 42 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10846988 memory=911728 CPUtime=13.48 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 31254 13063 0 0 1301 39 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10846988 memory=939436 CPUtime=13.48 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 28011 13063 0 0 1300 40 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10846988 memory=929688 CPUtime=13.47 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 28202 13063 0 0 1299 40 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10846988 memory=923016 CPUtime=5.07 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 24028 13063 0 0 448 51 5 3 20 0 15 0 445097235 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10846988 memory=913780 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 18 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377717728160 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10846988 memory=898392 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 6 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377583510656 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10846988 memory=895308 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10846988 memory=896848 CPUtime=11.33 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 41359 13063 0 0 1120 5 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10846988 memory=892232 CPUtime=10.87 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 47683 13063 0 0 1074 5 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10846988 memory=891716 CPUtime=2.87 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) S 9775 9778 5090 0 -1 1077944384 21863 13063 0 0 273 6 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378276510576 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10846988 memory=892232 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10846988 memory=892232 CPUtime=1.6 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1843 13063 0 0 79 73 5 3 20 0 15 0 445097239 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 891716 KiB

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

[startup+2455.55 s]
# the end of solver process 9778 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.71 s, system=3.37987 s

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

[startup+2455.5 s]
/proc/loadavg: 1.51 1.55 1.57 3/229 10221
/proc/meminfo: memFree=25460136/32770624 swapFree=67001992/67108860
[pid=9778] ppid=9775 vsize=10846988 memory=891716 CPUtime=2520.02 cores=0,2,4,6
/proc/9778/stat : 9778 (java) S 9775 9778 5090 0 -1 1077944320 355758 13063 0 0 251661 333 5 3 20 0 15 0 445097223 11107315712 222929 33554432000 4194304 4196468 140731892211728 140731892194272 140378821222135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
/proc/9778/statm: 2711747 222929 3643 1 0 2673805 0
[pid=9778/tid=9831] ppid=9775 vsize=10846988 memory=893256 CPUtime=2434.93 cores=0,2,4,6
/proc/9778/task/9831/stat : 9831 (java) R 9775 9778 5090 0 -1 4202560 101313 13063 0 0 243422 63 5 3 20 0 15 0 445097232 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378793057856 140378425972156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9832] ppid=9775 vsize=10846988 memory=908136 CPUtime=13.53 cores=0,2,4,6
/proc/9778/task/9832/stat : 9832 (java) S 9775 9778 5090 0 -1 1077944384 27962 13063 0 0 1303 42 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378825464720 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9833] ppid=9775 vsize=10846988 memory=911728 CPUtime=13.48 cores=0,2,4,6
/proc/9778/task/9833/stat : 9833 (java) S 9775 9778 5090 0 -1 1077944384 31254 13063 0 0 1301 39 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378729667344 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9834] ppid=9775 vsize=10846988 memory=939436 CPUtime=13.48 cores=0,2,4,6
/proc/9778/task/9834/stat : 9834 (java) S 9775 9778 5090 0 -1 1077944384 28011 13063 0 0 1300 40 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378728615056 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9835] ppid=9775 vsize=10846988 memory=929688 CPUtime=13.47 cores=0,2,4,6
/proc/9778/task/9835/stat : 9835 (java) S 9775 9778 5090 0 -1 1077944384 28202 13063 0 0 1299 40 5 3 20 0 15 0 445097233 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378727562256 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9836] ppid=9775 vsize=10846988 memory=923016 CPUtime=5.07 cores=0,2,4,6
/proc/9778/task/9836/stat : 9836 (java) S 9775 9778 5090 0 -1 1077944384 24028 13063 0 0 448 51 5 3 20 0 15 0 445097235 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378279667824 140378821233282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9837] ppid=9775 vsize=10846988 memory=913780 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9837/stat : 9837 (java) S 9775 9778 5090 0 -1 1077944384 18 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377717728160 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9838] ppid=9775 vsize=10846988 memory=898392 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9838/stat : 9838 (java) S 9775 9778 5090 0 -1 1077944384 6 13063 0 0 0 0 5 3 20 0 15 0 445097235 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377583510656 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9839] ppid=9775 vsize=10846988 memory=895308 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9839/stat : 9839 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377343219792 140378821240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9840] ppid=9775 vsize=10846988 memory=896848 CPUtime=11.33 cores=0,2,4,6
/proc/9778/task/9840/stat : 9840 (java) S 9775 9778 5090 0 -1 1077944384 41359 13063 0 0 1120 5 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378278615664 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9841] ppid=9775 vsize=10846988 memory=892232 CPUtime=10.87 cores=0,2,4,6
/proc/9778/task/9841/stat : 9841 (java) S 9775 9778 5090 0 -1 1077944384 47683 13063 0 0 1074 5 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378277562864 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9842] ppid=9775 vsize=10846988 memory=891716 CPUtime=2.87 cores=0,2,4,6
/proc/9778/task/9842/stat : 9842 (java) S 9775 9778 5090 0 -1 1077944384 21863 13063 0 0 273 6 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378276510576 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9843] ppid=9775 vsize=10846988 memory=892232 CPUtime=0.08 cores=0,2,4,6
/proc/9778/task/9843/stat : 9843 (java) S 9775 9778 5090 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 445097238 11107315712 222929 33554432000 4194304 4196468 140731892211728 140377309662176 140378821232341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
[pid=9778/tid=9844] ppid=9775 vsize=10846988 memory=892232 CPUtime=1.6 cores=0,2,4,6
/proc/9778/task/9844/stat : 9844 (java) S 9775 9778 5090 0 -1 1077944384 1843 13063 0 0 79 73 5 3 20 0 15 0 445097239 11107315712 222929 33554432000 4194304 4196468 140731892211728 140378275457456 140378821233282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32358400 140731892214511 140731892217029 140731892217029 140731892219855 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 891716 KiB

Child status: 143
Real time (s): 2455.55
CPU time (s): 2520.09
CPU user time (s): 2516.71
CPU system time (s): 3.37987
CPU usage (%): 102.629
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2620292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.71
system time used= 3.37987
maximum resident set size= 2621348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158530
involuntary context switches= 5785


# summary of solver processes directly reported to runsolver:
#   pid: 9778
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.71
#   total CPU system time (s): 3.37987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6051 second user time and 21.3058 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 05:43:11
IDJOB=4400846
IDBENCH=138488
IDSOLVER=2857
FILE ID=node146/4400846-1568691832
RUNJOBID= node146-1568673290-5121
PBS_JOBID= 21703776
Free space on /tmp= 58968 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400846-1568691832/watcher-4400846-1568691832 -o /tmp/evaluation-result-4400846-1568691832/solver-4400846-1568691832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5121 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4400846-1568691832.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=1538733696

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30355808 kB
MemAvailable:   31557672 kB
Buffers:          232152 kB
Cached:          1240220 kB
SwapCached:         4408 kB
Active:          1076464 kB
Inactive:         714056 kB
Active(anon):     335088 kB
Inactive(anon):    30424 kB
Active(file):     741376 kB
Inactive(file):   683632 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67001992 kB
Dirty:             35332 kB
Writeback:             0 kB
AnonPages:        566796 kB
Mapped:            61008 kB
Shmem:             39040 kB
Slab:             215964 kB
SReclaimable:     185384 kB
SUnreclaim:        30580 kB
KernelStack:        4048 kB
PageTables:         8860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1467564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58932 MiB
End job on node146 at 2019-09-17 06:24:07