Trace number 4395798

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.17 2458.58

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395798-1568410849/watcher-4395798-1568410849 -o /tmp/evaluation-result-4395798-1568410849/solver-4395798-1568410849 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568410511-11070 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1814819383 HOME/instance-4395798-1568410849.xml 

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

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=11455, runsolver pid=11452
Current StackSize limit: 8192 KiB


[startup+0.100731 s]*
/proc/loadavg: 1.51 1.21 1.17 3/219 11512
/proc/meminfo: memFree=26093144/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=9972712 memory=18592 CPUtime=0.1 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 4372 13126 0 0 1 1 5 3 20 0 6 0 416998760 10212057088 4648 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2493178 4648 1935 1 0 2481616 0
[pid=11455/tid=11508] ppid=11452 vsize=9972712 memory=4279135703946986127 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 2176 13126 0 0 1 0 5 3 20 0 6 0 416998769 10212057088 4648 33554432000 4194304 4196468 140723330454832 139884020994640 139884027291482 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 6 0 416998770 10212057088 4648 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=9972712 memory=140124799141504 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 6 0 416998770 10212057088 4648 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 6 0 416998770 10212057088 4648 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 6 0 416998770 10212057088 4648 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210015 s]*
/proc/loadavg: 1.51 1.21 1.17 3/228 11521
/proc/meminfo: memFree=26075888/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=10819664 memory=42276 CPUtime=0.27 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 6909 13126 0 0 17 2 5 3 20 0 15 0 416998760 11079335936 10057 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2704916 10057 3171 1 0 2667149 0
[pid=11455/tid=11508] ppid=11452 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 3398 13126 0 0 10 1 5 3 20 0 15 0 416998769 11079335936 10569 33554432000 4194304 4196468 140723330454832 139884020988928 139884033238366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10819664 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079335936 10569 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10819664 memory=288370500950853248 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079335936 10569 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079335936 10569 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079335936 10569 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10819664 memory=140124799141504 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998771 11079335936 10569 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 416998772 11079335936 10569 33554432000 4194304 4196468 140723330454832 139883507033504 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998772 11079335936 10633 33554432000 4194304 4196468 140723330454832 139882924074480 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11079335936 10633 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 500 13126 0 0 1 0 5 3 20 0 15 0 416998775 11079335936 10633 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) S 11452 11455 11038 0 -1 1077944384 166 13126 0 0 0 0 5 3 20 0 15 0 416998775 11079335936 10633 33554432000 4194304 4196468 140723330454832 139883472423024 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10819664 memory=140124799141504 CPUtime=0.11 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) R 11452 11455 11038 0 -1 4202560 609 13126 0 0 3 0 5 3 20 0 15 0 416998775 11079335936 10633 33554432000 4194304 4196468 140723330454832 139883471370480 139884028294152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11079335936 10633 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10819664 memory=140124799141504 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998775 11079335936 10633 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42276 KiB

[startup+0.310593 s]*
/proc/loadavg: 1.51 1.21 1.17 4/228 11521
/proc/meminfo: memFree=26063228/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=10820148 memory=51344 CPUtime=0.41 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 10602 13126 0 0 29 4 5 3 20 0 15 0 416998760 11079831552 12836 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2705037 12836 3303 1 0 2667149 0
[pid=11455/tid=11508] ppid=11452 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 7053 13126 0 0 19 3 5 3 20 0 15 0 416998769 11079831552 12836 33554432000 4194304 4196468 140723330454832 139884020957792 139884049169814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079831552 12836 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998771 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 416998772 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883507033504 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998772 11079831552 12836 33554432000 4194304 4196468 140723330454832 139882924074480 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11079831552 12836 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 509 13126 0 0 2 0 5 3 20 0 15 0 416998775 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) S 11452 11455 11038 0 -1 1077944384 167 13126 0 0 1 0 5 3 20 0 15 0 416998775 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883472423024 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10820148 memory=140124799141504 CPUtime=0.13 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) S 11452 11455 11038 0 -1 1077944384 618 13126 0 0 5 0 5 3 20 0 15 0 416998775 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883471370480 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11079831552 12836 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10820148 memory=140124799141504 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998775 11079831552 12836 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51344 KiB

[startup+0.700816 s]
/proc/loadavg: 1.51 1.21 1.17 3/228 11521
/proc/meminfo: memFree=26048940/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=10824360 memory=83884 CPUtime=1.15 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 14660 13126 0 0 101 6 5 3 20 0 15 0 416998760 11084144640 20971 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2706090 20971 3512 1 0 2668173 0
[pid=11455/tid=11508] ppid=11452 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) D 11452 11455 11038 0 -1 1077944384 9954 13126 0 0 55 4 5 3 20 0 15 0 416998769 11084144640 20971 33554432000 4194304 4196468 140723330454832 139884020985040 139884049181757 0 4 0 16800975 18446744072101617188 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998770 11084144640 20971 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10824360 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 416998770 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 5 13126 0 0 0 0 5 3 20 0 15 0 416998771 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10824360 memory=140124650353360 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 416998772 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883507033504 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10824360 memory=140127602999885 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998772 11084144640 20971 33554432000 4194304 4196468 140723330454832 139882924074480 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10824360 memory=1096 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11084144640 20971 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10824360 memory=7089886620845893184 CPUtime=0.24 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 1057 13126 0 0 16 0 5 3 20 0 15 0 416998775 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10824360 memory=7739276948478389095 CPUtime=0.2 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) R 11452 11455 11038 0 -1 4202560 576 13126 0 0 12 0 5 3 20 0 15 0 416998775 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883472423024 139884030349863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10824360 memory=6148935659200796009 CPUtime=0.25 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) S 11452 11455 11038 0 -1 1077944384 814 13126 0 0 17 0 5 3 20 0 15 0 416998775 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883471370480 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10824360 memory=3512 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11084144640 20971 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998775 11084144640 20971 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83884 KiB

[startup+1.50074 s]
/proc/loadavg: 1.51 1.21 1.17 5/228 11521
/proc/meminfo: memFree=25991072/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=10832628 memory=215420 CPUtime=3.1 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 24845 13126 0 0 291 11 5 3 20 0 15 0 416998760 11092611072 53855 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2708157 53855 3588 1 0 2670221 0
[pid=11455/tid=11508] ppid=11452 vsize=10832628 memory=9174 CPUtime=1.43 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 14276 13126 0 0 129 6 5 3 20 0 15 0 416998769 11092611072 53855 33554432000 4194304 4196468 140723330454832 139884020975136 139884034596515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10832628 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 27 13126 0 0 1 0 5 3 20 0 15 0 416998770 11092611072 53855 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10832628 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 44 13126 0 0 2 0 5 3 20 0 15 0 416998770 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10832628 memory=445 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 258 13126 0 0 1 0 5 3 20 0 15 0 416998770 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10832628 memory=83884 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 69 13126 0 0 1 0 5 3 20 0 15 0 416998770 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 100 13126 0 0 1 0 5 3 20 0 15 0 416998771 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10832628 memory=280249300648432 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 34 13126 0 0 0 0 5 3 20 0 15 0 416998772 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883507033568 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10832628 memory=280249300699232 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998772 11092611072 53855 33554432000 4194304 4196468 140723330454832 139882924074496 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10832628 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11092611072 53855 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10832628 memory=6935649255759568960 CPUtime=0.65 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 3044 13126 0 0 57 0 5 3 20 0 15 0 416998775 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10832628 memory=280249300982656 CPUtime=0.61 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) S 11452 11455 11038 0 -1 1077944384 2654 13126 0 0 53 0 5 3 20 0 15 0 416998775 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883472423024 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10832628 memory=6944656425123290226 CPUtime=0.49 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) S 11452 11455 11038 0 -1 1077944384 2125 13126 0 0 41 0 5 3 20 0 15 0 416998775 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883471370480 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10832628 memory=-7233780906022716832 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11092611072 53855 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10832628 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 416998775 11092611072 53855 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10832628 KiB

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

/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 107374 13126 0 0 236223 63 5 3 20 0 15 0 416998769 11107311616 409384 33554432000 4194304 4196468 140723330454832 139884020991968 139883623197910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10846984 memory=1641640 CPUtime=11.92 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 29761 13126 0 0 1142 42 5 3 20 0 15 0 416998770 11107311616 409384 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10846984 memory=6791534058613427641 CPUtime=11.93 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 39228 13126 0 0 1143 42 5 3 20 0 15 0 416998770 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10846984 memory=1645744 CPUtime=11.9 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 37994 13126 0 0 1143 39 5 3 20 0 15 0 416998770 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10846984 memory=1647284 CPUtime=11.86 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 32157 13126 0 0 1135 43 5 3 20 0 15 0 416998770 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10846984 memory=1647284 CPUtime=5.77 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 28068 13126 0 0 525 44 5 3 20 0 15 0 416998771 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10846984 memory=1647284 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 46 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883507033632 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10846984 memory=1641640 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 11 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 409384 33554432000 4194304 4196468 140723330454832 139882924074496 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10846984 memory=1639588 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 409384 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10846984 memory=1647284 CPUtime=11.19 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 48781 13126 0 0 1106 5 5 3 20 0 15 0 416998775 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10846984 memory=1638048 CPUtime=11.12 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) S 11452 11455 11038 0 -1 1077944384 54928 13126 0 0 1098 6 5 3 20 0 15 0 416998775 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883472423024 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10846984 memory=1638048 CPUtime=2.91 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) S 11452 11455 11038 0 -1 1077944384 30427 13126 0 0 277 6 5 3 20 0 15 0 416998775 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883471370480 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10846984 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 409384 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10846984 memory=3512 CPUtime=1.44 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 2883 13126 0 0 56 80 5 3 20 0 15 0 416998775 11107311616 409384 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 2442.36 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1637536 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.40 1.37 3/228 11915
/proc/meminfo: memFree=24881840/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=10846984 memory=1603196 CPUtime=2503.55 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 417004 13126 0 0 250008 339 5 3 20 0 15 0 416998760 11107311616 400799 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2711746 400799 3641 1 0 2673805 0
[pid=11455/tid=11508] ppid=11452 vsize=10846984 memory=1624732 CPUtime=2422.33 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 108477 13126 0 0 242161 64 5 3 20 0 15 0 416998769 11107311616 400799 33554432000 4194304 4196468 140723330454832 139884020992992 139883615256583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10846984 memory=1620628 CPUtime=12.32 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 29902 13126 0 0 1181 43 5 3 20 0 15 0 416998770 11107311616 400799 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10846984 memory=1618576 CPUtime=12.33 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 39734 13126 0 0 1183 42 5 3 20 0 15 0 416998770 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10846984 memory=1619088 CPUtime=12.31 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 38475 13126 0 0 1183 40 5 3 20 0 15 0 416998770 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10846984 memory=1614984 CPUtime=12.25 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 32618 13126 0 0 1174 43 5 3 20 0 15 0 416998770 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10846984 memory=1607816 CPUtime=5.93 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 28465 13126 0 0 540 45 5 3 20 0 15 0 416998771 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10846984 memory=1607816 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 46 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883507033632 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10846984 memory=1603196 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 11 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 400799 33554432000 4194304 4196468 140723330454832 139882924074496 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 400799 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10846984 memory=1716 CPUtime=11.19 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 48785 13126 0 0 1106 5 5 3 20 0 15 0 416998775 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10846984 memory=6791534058613427641 CPUtime=11.12 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) S 11452 11455 11038 0 -1 1077944384 54932 13126 0 0 1098 6 5 3 20 0 15 0 416998775 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883472423024 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10846984 memory=988 CPUtime=2.91 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) S 11452 11455 11038 0 -1 1077944384 30431 13126 0 0 277 6 5 3 20 0 15 0 416998775 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883471370480 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10846984 memory=1368 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 400799 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10846984 memory=1603196 CPUtime=1.47 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 2916 13126 0 0 58 81 5 3 20 0 15 0 416998775 11107311616 400799 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 2503.55 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1603196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.5 s]
/proc/loadavg: 1.47 1.40 1.36 3/228 11915
/proc/meminfo: memFree=24896816/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=10846984 memory=1588332 CPUtime=2520.07 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 417806 13126 0 0 251660 339 5 3 20 0 15 0 416998760 11107311616 397083 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2711746 397083 3641 1 0 2673805 0
[pid=11455/tid=11508] ppid=11452 vsize=10846984 memory=1588844 CPUtime=2438.36 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 108843 13126 0 0 243764 64 5 3 20 0 15 0 416998769 11107311616 397083 33554432000 4194304 4196468 140723330454832 139884020992160 139883620989056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10846984 memory=0 CPUtime=12.43 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 29971 13126 0 0 1192 43 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10846984 memory=1589872 CPUtime=12.44 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 39945 13126 0 0 1193 43 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10846984 memory=1590384 CPUtime=12.42 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 38542 13126 0 0 1194 40 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10846984 memory=1592424 CPUtime=12.36 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 32680 13126 0 0 1185 43 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10846984 memory=1590896 CPUtime=5.97 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 28490 13126 0 0 544 45 5 3 20 0 15 0 416998771 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10846984 memory=1677528 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 46 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883507033632 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10846984 memory=1589360 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 11 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 397083 33554432000 4194304 4196468 140723330454832 139882924074496 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10846984 memory=1588332 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10846984 memory=6628 CPUtime=11.19 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 48785 13126 0 0 1106 5 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10846984 memory=164 CPUtime=11.12 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) S 11452 11455 11038 0 -1 1077944384 54932 13126 0 0 1098 6 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883472423024 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10846984 memory=40452 CPUtime=2.91 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) S 11452 11455 11038 0 -1 1077944384 30431 13126 0 0 277 6 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883471370480 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10846984 memory=1647284 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10846984 memory=6935649255759568960 CPUtime=1.48 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 2918 13126 0 0 58 82 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1588332 KiB

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

[startup+2458.58 s]
# the end of solver process 11455 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.73 s, system=3.44422 s

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

[startup+2458.5 s]
/proc/loadavg: 1.47 1.40 1.36 3/228 11915
/proc/meminfo: memFree=24896816/32770624 swapFree=66957012/67108860
[pid=11455] ppid=11452 vsize=10846984 memory=1588332 CPUtime=2520.07 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 11038 0 -1 1077944320 417806 13126 0 0 251660 339 5 3 20 0 15 0 416998760 11107311616 397083 33554432000 4194304 4196468 140723330454832 140723330437376 139884049157879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
/proc/11455/statm: 2711746 397083 3641 1 0 2673805 0
[pid=11455/tid=11508] ppid=11452 vsize=10846984 memory=1588844 CPUtime=2438.36 cores=1,3,5,7
/proc/11455/task/11508/stat : 11508 (java) R 11452 11455 11038 0 -1 4202560 108843 13126 0 0 243764 64 5 3 20 0 15 0 416998769 11107311616 397083 33554432000 4194304 4196468 140723330454832 139884020992160 139883620989056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11509] ppid=11452 vsize=10846984 memory=0 CPUtime=12.43 cores=1,3,5,7
/proc/11455/task/11509/stat : 11509 (java) S 11452 11455 11038 0 -1 1077944384 29971 13126 0 0 1192 43 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139884053399824 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11510] ppid=11452 vsize=10846984 memory=1589872 CPUtime=12.44 cores=1,3,5,7
/proc/11455/task/11510/stat : 11510 (java) S 11452 11455 11038 0 -1 1077944384 39945 13126 0 0 1193 43 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883941673360 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11511] ppid=11452 vsize=10846984 memory=1590384 CPUtime=12.42 cores=1,3,5,7
/proc/11455/task/11511/stat : 11511 (java) S 11452 11455 11038 0 -1 1077944384 38542 13126 0 0 1194 40 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883940620816 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11512] ppid=11452 vsize=10846984 memory=1592424 CPUtime=12.36 cores=1,3,5,7
/proc/11455/task/11512/stat : 11512 (java) S 11452 11455 11038 0 -1 1077944384 32680 13126 0 0 1185 43 5 3 20 0 15 0 416998770 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883939568272 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11513] ppid=11452 vsize=10846984 memory=1590896 CPUtime=5.97 cores=1,3,5,7
/proc/11455/task/11513/stat : 11513 (java) S 11452 11455 11038 0 -1 1077944384 28490 13126 0 0 544 45 5 3 20 0 15 0 416998771 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883508087280 139884049169026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11514] ppid=11452 vsize=10846984 memory=1677528 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11514/stat : 11514 (java) S 11452 11455 11038 0 -1 1077944384 46 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883507033632 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11515] ppid=11452 vsize=10846984 memory=1589360 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11515/stat : 11515 (java) S 11452 11455 11038 0 -1 1077944384 11 13126 0 0 0 0 5 3 20 0 15 0 416998772 11107311616 397083 33554432000 4194304 4196468 140723330454832 139882924074496 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11516] ppid=11452 vsize=10846984 memory=1588332 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11516/stat : 11516 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139882616675024 139884049176475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11517] ppid=11452 vsize=10846984 memory=6628 CPUtime=11.19 cores=1,3,5,7
/proc/11455/task/11517/stat : 11517 (java) S 11452 11455 11038 0 -1 1077944384 48785 13126 0 0 1106 5 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883473475568 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11518] ppid=11452 vsize=10846984 memory=164 CPUtime=11.12 cores=1,3,5,7
/proc/11455/task/11518/stat : 11518 (java) S 11452 11455 11038 0 -1 1077944384 54932 13126 0 0 1098 6 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883472423024 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11519] ppid=11452 vsize=10846984 memory=40452 CPUtime=2.91 cores=1,3,5,7
/proc/11455/task/11519/stat : 11519 (java) S 11452 11455 11038 0 -1 1077944384 30431 13126 0 0 277 6 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883471370480 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11520] ppid=11452 vsize=10846984 memory=1647284 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11520/stat : 11520 (java) S 11452 11455 11038 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139882583116384 139884049168085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
[pid=11455/tid=11521] ppid=11452 vsize=10846984 memory=6935649255759568960 CPUtime=1.48 cores=1,3,5,7
/proc/11455/task/11521/stat : 11521 (java) S 11452 11455 11038 0 -1 1077944384 2918 13126 0 0 58 82 5 3 20 0 15 0 416998775 11107311616 397083 33554432000 4194304 4196468 140723330454832 139883470318384 139884049169026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7208960 140723330456303 140723330458821 140723330458821 140723330461647 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1588332 KiB

Child status: 143
Real time (s): 2458.58
CPU time (s): 2520.17
CPU user time (s): 2516.73
CPU system time (s): 3.44422
CPU usage (%): 102.505
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 2532524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.73
system time used= 3.44422
maximum resident set size= 2534540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 179090
involuntary context switches= 4956


# summary of solver processes directly reported to runsolver:
#   pid: 11455
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2516.73
#   total CPU system time (s): 3.44422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2917 second user time and 21.1553 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 23:40:06
IDJOB=4395798
IDBENCH=138482
IDSOLVER=2846
FILE ID=node147/4395798-1568410849
RUNJOBID= node147-1568410511-11070
PBS_JOBID= 21702193
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
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-4395798-1568410849/watcher-4395798-1568410849 -o /tmp/evaluation-result-4395798-1568410849/solver-4395798-1568410849 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568410511-11070 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1814819383 HOME/instance-4395798-1568410849.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=1814819383

node147.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.52
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.52
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.52
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.52
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:        26102256 kB
MemAvailable:   31103960 kB
Buffers:          180792 kB
Cached:          5048864 kB
SwapCached:        48500 kB
Active:          2781856 kB
Inactive:        3206400 kB
Active(anon):     711028 kB
Inactive(anon):    89344 kB
Active(file):    2070828 kB
Inactive(file):  3117056 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             35864 kB
Writeback:             0 kB
AnonPages:        824108 kB
Mapped:            58244 kB
Shmem:             32768 kB
Slab:             271884 kB
SReclaimable:     242280 kB
SUnreclaim:        29604 kB
KernelStack:        3856 kB
PageTables:         7992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1950068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58808 MiB
End job on node147 at 2019-09-14 00:21:05