Trace number 4396512

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)90 2400.09 2370.03

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark306.205
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
8.73/3.84	o 326
8.73/3.85	o 325
8.73/3.86	o 324
8.73/3.87	o 119
9.08/3.92	o 117
9.34/4.06	o 116
9.34/4.09	o 115
9.74/4.30	o 107
9.85/4.30	o 105
11.25/5.01	o 99
11.71/5.50	o 96
12.18/5.89	o 95
12.42/6.10	o 94
15.59/8.72	o 93
17.07/10.13	o 92
35.67/27.62	o 91
243.83/233.61	o 90
2400.05/2370.00	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2370.00		at concrete.MAC.mac(MAC.scala:192)
2400.05/2370.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2370.00		at scala.util.Try$.apply(Try.scala:212)
2400.05/2370.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2370.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2370.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2370.00		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2370.00		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2370.00		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2370.00		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2370.00		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2370.00		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2370.00		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2370.00		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2370.00		at scala.util.Success.map(Try.scala:264)
2400.05/2370.00		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2370.00		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2370.00		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2370.00		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2370.00		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2370.00		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2370.00		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2370.00		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2370.00		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2370.00		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2370.00		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2370.00		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2370.00		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2370.00		at scala.App.main(App.scala:75)
2400.05/2370.00		at scala.App.main$(App.scala:73)
2400.05/2370.00		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2370.00		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2370.01	v <instantiation
2400.05/2370.01	v         cost = '90'>
2400.05/2370.01	v       <list>
2400.05/2370.01	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2400.05/2370.01	v       </list>
2400.05/2370.01	v       <values>
2400.05/2370.01	v         0 0 0 0 2 15 10 10 2 15 8 16 12 25 49 80 33 23 36 22 4 22 31 12 31 33 27 44 41 17 31 50 41 26 59 56 33 55 34 52 54 40 66 51 65 34 51 56 23 55 56 74 65 67 71 75 78 76 82 83 69 90
2400.05/2370.01	v       </values>
2400.05/2370.01	v     </instantiation>
2400.05/2370.01	s SATISFIABLE

Verifier Data

OK	90

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 (10668 MiB free)
  memory of node 1: 16384 MiB (13039 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396512-1568401604/watcher-4396512-1568401604 -o /tmp/evaluation-result-4396512-1568401604/solver-4396512-1568401604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568401563-1362 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=930574831 HOME/instance-4396512-1568401604.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1386, runsolver pid=1382

[startup+0.100111 s]*
/proc/loadavg: 0.70 0.69 0.96 2/205 1500
/proc/meminfo: memFree=24266396/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 4398 13232 0 0 1 0 5 3 20 0 6 0 416097764 10212057088 4137 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2493178 4137 1933 1 0 2481616 0
[pid=1386/tid=1495] ppid=1382 vsize=9972712 memory=576460756329955604 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 2265 13232 0 0 0 0 5 3 20 0 6 0 416097773 10212057088 4715 33554432000 4194304 4196468 140732739569232 140313682596432 140313692153405 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 416097774 10212057088 4715 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=9972712 memory=3761131539426181152 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 416097774 10212057088 4715 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 416097774 10212057088 4715 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 6 0 416097774 10212057088 4715 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210194 s]*
/proc/loadavg: 0.70 0.69 0.96 4/227 1522
/proc/meminfo: memFree=24221928/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=10819664 memory=40904 CPUtime=0.26 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 7066 13232 0 0 17 1 5 3 20 0 15 0 416097764 11079335936 10226 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2704916 10226 3163 1 0 2667149 0
[pid=1386/tid=1495] ppid=1382 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 3541 13232 0 0 11 0 5 3 20 0 15 0 416097773 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313682556800 140313694840158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10819664 memory=4294967661 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10819664 memory=139755762041840 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10819664 memory=139755759064704 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 416097775 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 416097776 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313159000864 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097776 11079335936 10226 33554432000 4194304 4196468 140732739569232 140312555021424 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11079335936 10226 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) S 1382 1386 1330 0 -1 1077944384 481 13232 0 0 1 0 5 3 20 0 15 0 416097778 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) S 1382 1386 1330 0 -1 1077944384 182 13232 0 0 1 0 5 3 20 0 15 0 416097778 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313235343856 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10819664 memory=139755759064704 CPUtime=0.11 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) S 1382 1386 1330 0 -1 1077944384 633 13232 0 0 3 0 5 3 20 0 15 0 416097778 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313234291568 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11079335936 10226 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10819664 memory=139755759064704 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097779 11079335936 10226 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40904 KiB

[startup+0.310617 s]*
/proc/loadavg: 0.70 0.69 0.96 4/227 1522
/proc/meminfo: memFree=24196032/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=10820148 memory=49796 CPUtime=0.41 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 10729 13232 0 0 29 4 5 3 20 0 15 0 416097764 11079831552 12449 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2705037 12449 3296 1 0 2667149 0
[pid=1386/tid=1495] ppid=1382 vsize=10820148 memory=4627829660337606006 CPUtime=0.29 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 7176 13232 0 0 19 2 5 3 20 0 15 0 416097773 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313682559584 140313710781597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10820148 memory=139759913637807 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10820148 memory=139755759064704 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 416097774 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 416097775 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 416097776 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313159000864 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097776 11079831552 12449 33554432000 4194304 4196468 140732739569232 140312555021424 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11079831552 12449 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) S 1382 1386 1330 0 -1 1077944384 482 13232 0 0 1 0 5 3 20 0 15 0 416097778 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) S 1382 1386 1330 0 -1 1077944384 191 13232 0 0 2 0 5 3 20 0 15 0 416097778 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313235343856 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10820148 memory=139755759064704 CPUtime=0.13 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) R 1382 1386 1330 0 -1 4202560 651 13232 0 0 5 0 5 3 20 0 15 0 416097778 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313234291568 140313689893244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11079831552 12449 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10820148 memory=139755759064704 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097779 11079831552 12449 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49796 KiB

[startup+0.705097 s]
/proc/loadavg: 0.70 0.69 0.96 4/227 1522
/proc/meminfo: memFree=24165636/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=10824360 memory=84072 CPUtime=1.16 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 15241 13232 0 0 102 6 5 3 20 0 15 0 416097764 11084144640 21018 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2706090 21018 3508 1 0 2668173 0
[pid=1386/tid=1495] ppid=1382 vsize=10824360 memory=40340 CPUtime=0.67 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 10374 13232 0 0 55 4 5 3 20 0 15 0 416097773 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313682586832 140313710781597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10824360 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10824360 memory=2352 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10824360 memory=139755618734992 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097774 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10824360 memory=279511237151008 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 416097774 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10824360 memory=279511237151200 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 5 13232 0 0 0 0 5 3 20 0 15 0 416097775 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10824360 memory=279511237151392 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 416097776 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313159000864 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10824360 memory=279511237151584 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097776 11084144640 21018 33554432000 4194304 4196468 140732739569232 140312555021424 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10824360 memory=279511237151776 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11084144640 21018 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10824360 memory=279511237161248 CPUtime=0.2 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) R 1382 1386 1330 0 -1 1077944384 1022 13232 0 0 12 0 5 3 20 0 15 0 416097778 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10824360 memory=279511237157376 CPUtime=0.24 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) R 1382 1386 1330 0 -1 4202560 755 13232 0 0 16 0 5 3 20 0 15 0 416097778 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313235330400 140313693973105 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10824360 memory=279511237157568 CPUtime=0.25 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) R 1382 1386 1330 0 -1 4202560 853 13232 0 0 17 0 5 3 20 0 15 0 416097778 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313234291568 140313710771606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10824360 memory=3924 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11084144640 21018 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10824360 memory=4417 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097779 11084144640 21018 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 84072 KiB

[startup+1.50196 s]
/proc/loadavg: 0.70 0.69 0.96 4/227 1522
/proc/meminfo: memFree=24081912/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=10834676 memory=171692 CPUtime=2.51 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 21893 13232 0 0 231 12 5 3 20 0 15 0 416097764 11094708224 42923 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2708669 42923 3575 1 0 2670733 0
[pid=1386/tid=1495] ppid=1382 vsize=10834676 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 15265 13232 0 0 129 7 5 3 20 0 15 0 416097773 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313682560784 140313688754810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10834676 memory=40340 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 87 13232 0 0 1 0 5 3 20 0 15 0 416097774 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10834676 memory=1228 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 24 13232 0 0 1 0 5 3 20 0 15 0 416097774 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10834676 memory=279511237145696 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 339 13232 0 0 1 0 5 3 20 0 15 0 416097774 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 62 13232 0 0 1 0 5 3 20 0 15 0 416097774 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 159 13232 0 0 1 0 5 3 20 0 15 0 416097775 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10834676 memory=667680 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 416097776 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313159000864 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10834676 memory=170926135 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 416097776 11094708224 42923 33554432000 4194304 4196468 140732739569232 140312555021424 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11094708224 42923 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10834676 memory=10 CPUtime=0.35 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) S 1382 1386 1330 0 -1 1077944384 1226 13232 0 0 26 1 5 3 20 0 15 0 416097778 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) S 1382 1386 1330 0 -1 1077944384 876 13232 0 0 26 0 5 3 20 0 15 0 416097778 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313235343856 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10834676 memory=10 CPUtime=0.5 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) S 1382 1386 1330 0 -1 1077944384 1627 13232 0 0 41 1 5 3 20 0 15 0 416097778 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313234291568 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10834676 memory=-7449382998787290564 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11094708224 42923 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10834676 memory=-7027408097462567840 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 416097779 11094708224 42923 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834676 KiB

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

/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 53387 13232 0 0 224474 34 5 3 20 0 15 0 416097773 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313682595200 140313326312412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10846984 memory=1398722017469774279 CPUtime=7.43 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 9499 13232 0 0 698 37 5 3 20 0 15 0 416097774 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10846984 memory=4126316290023845779 CPUtime=7.4 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 6621 13232 0 0 695 37 5 3 20 0 15 0 416097774 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10846984 memory=1384 CPUtime=7.42 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 5829 13232 0 0 696 38 5 3 20 0 15 0 416097774 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10846984 memory=7172 CPUtime=7.42 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 7582 13232 0 0 698 36 5 3 20 0 15 0 416097774 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10846984 memory=625304 CPUtime=6.97 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 10183 13232 0 0 654 35 5 3 20 0 15 0 416097775 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10846984 memory=625304 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 16 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313159000992 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10846984 memory=8612 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 11 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156326 33554432000 4194304 4196468 140732739569232 140312555021440 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10846984 memory=1192 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11107311616 156326 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10846984 memory=288230574492221466 CPUtime=3.06 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) S 1382 1386 1330 0 -1 1077944384 19061 13232 0 0 294 4 5 3 20 0 15 0 416097778 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10846984 memory=288230596050944315 CPUtime=3.89 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) S 1382 1386 1330 0 -1 1077944384 27272 13232 0 0 378 3 5 3 20 0 15 0 416097778 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313235343856 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10846984 memory=13567093840807525 CPUtime=1.89 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) S 1382 1386 1330 0 -1 1077944384 18411 13232 0 0 176 5 5 3 20 0 15 0 416097778 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313234291568 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10846984 memory=1100 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11107311616 156326 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10846984 memory=15208 CPUtime=1.3 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1122 13232 0 0 59 63 5 3 20 0 15 0 416097779 11107311616 156326 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 2291.33 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 625304 KiB

[startup+2322.3 s]
/proc/loadavg: 1.14 1.31 1.28 3/227 1735
/proc/meminfo: memFree=23044772/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=10846984 memory=625428 CPUtime=2351.91 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 162619 13232 0 0 234929 254 5 3 20 0 15 0 416097764 11107311616 156357 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2711746 156357 3631 1 0 2673805 0
[pid=1386/tid=1495] ppid=1382 vsize=10846984 memory=932 CPUtime=2304.71 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 53993 13232 0 0 230428 35 5 3 20 0 15 0 416097773 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313682595232 140313323539362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10846984 memory=2008 CPUtime=7.64 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 9588 13232 0 0 718 38 5 3 20 0 15 0 416097774 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10846984 memory=8112282956445269571 CPUtime=7.6 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 6791 13232 0 0 715 37 5 3 20 0 15 0 416097774 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10846984 memory=288230596050944315 CPUtime=7.62 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 5883 13232 0 0 715 39 5 3 20 0 15 0 416097774 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10846984 memory=13567093840807525 CPUtime=7.63 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 7647 13232 0 0 718 37 5 3 20 0 15 0 416097774 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10846984 memory=1398722017469774279 CPUtime=7.15 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 10382 13232 0 0 671 36 5 3 20 0 15 0 416097775 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10846984 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 16 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313159000992 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10846984 memory=1412 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 11 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156357 33554432000 4194304 4196468 140732739569232 140312555021440 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10846984 memory=625428 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11107311616 156357 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10846984 memory=3268 CPUtime=3.06 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) S 1382 1386 1330 0 -1 1077944384 19063 13232 0 0 294 4 5 3 20 0 15 0 416097778 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10846984 memory=629324 CPUtime=3.89 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) S 1382 1386 1330 0 -1 1077944384 27274 13232 0 0 378 3 5 3 20 0 15 0 416097778 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313235343856 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10846984 memory=4108 CPUtime=1.89 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) S 1382 1386 1330 0 -1 1077944384 18619 13232 0 0 176 5 5 3 20 0 15 0 416097778 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313234291568 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10846984 memory=2376 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11107311616 156357 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10846984 memory=2212 CPUtime=1.34 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1140 13232 0 0 62 64 5 3 20 0 15 0 416097779 11107311616 156357 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 2351.91 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 625428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370 s]
/proc/loadavg: 1.02 1.25 1.26 3/231 1762
/proc/meminfo: memFree=23038340/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=10846984 memory=627484 CPUtime=2400.05 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 162902 13232 0 0 239738 259 5 3 20 0 15 0 416097764 11107311616 156871 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2711746 156871 3631 1 0 2673805 0
[pid=1386/tid=1495] ppid=1382 vsize=10846984 memory=627484 CPUtime=2352.03 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 54231 13232 0 0 235160 35 5 3 20 0 15 0 416097773 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313682595472 140313323855302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.79 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 9592 13232 0 0 733 38 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.76 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 6809 13232 0 0 730 38 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.78 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 5888 13232 0 0 730 40 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.78 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 7653 13232 0 0 733 37 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.3 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 10391 13232 0 0 685 37 5 3 20 0 15 0 416097775 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 16 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313159000992 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 11 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156871 33554432000 4194304 4196468 140732739569232 140312555021440 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10846984 memory=627484 CPUtime=3.06 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) S 1382 1386 1330 0 -1 1077944384 19063 13232 0 0 294 4 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10846984 memory=3924 CPUtime=3.89 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) S 1382 1386 1330 0 -1 1077944384 27274 13232 0 0 378 3 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313235343856 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10846984 memory=627484 CPUtime=1.89 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) S 1382 1386 1330 0 -1 1077944384 18620 13232 0 0 176 5 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313234291568 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11107311616 156871 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10846984 memory=3924 CPUtime=1.37 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1142 13232 0 0 63 66 5 3 20 0 15 0 416097779 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 627484 KiB

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

[startup+2370.03 s]
# the end of solver process 1386 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.46 s, system=2.63722 s

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

[startup+2370 s]
/proc/loadavg: 1.02 1.25 1.26 3/231 1762
/proc/meminfo: memFree=23038340/32770624 swapFree=67108848/67108860
[pid=1386] ppid=1382 vsize=10846984 memory=627484 CPUtime=2400.05 cores=1,3,5,7
/proc/1386/stat : 1386 (java) S 1382 1386 1330 0 -1 1077944320 162902 13232 0 0 239738 259 5 3 20 0 15 0 416097764 11107311616 156871 33554432000 4194304 4196468 140732739569232 140732739551776 140313710759671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
/proc/1386/statm: 2711746 156871 3631 1 0 2673805 0
[pid=1386/tid=1495] ppid=1382 vsize=10846984 memory=627484 CPUtime=2352.03 cores=1,3,5,7
/proc/1386/task/1495/stat : 1495 (java) R 1382 1386 1330 0 -1 4202560 54231 13232 0 0 235160 35 5 3 20 0 15 0 416097773 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313682595472 140313323855302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1497] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.79 cores=1,3,5,7
/proc/1386/task/1497/stat : 1497 (java) S 1382 1386 1330 0 -1 1077944384 9592 13232 0 0 733 38 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313715002256 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1498] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.76 cores=1,3,5,7
/proc/1386/task/1498/stat : 1498 (java) S 1382 1386 1330 0 -1 1077944384 6809 13232 0 0 730 38 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313629821712 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1499] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.78 cores=1,3,5,7
/proc/1386/task/1499/stat : 1499 (java) S 1382 1386 1330 0 -1 1077944384 5888 13232 0 0 730 40 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313283452048 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1500] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.78 cores=1,3,5,7
/proc/1386/task/1500/stat : 1500 (java) S 1382 1386 1330 0 -1 1077944384 7653 13232 0 0 733 37 5 3 20 0 15 0 416097774 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313282399248 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1505] ppid=1382 vsize=10846984 memory=627484 CPUtime=7.3 cores=1,3,5,7
/proc/1386/task/1505/stat : 1505 (java) S 1382 1386 1330 0 -1 1077944384 10391 13232 0 0 685 37 5 3 20 0 15 0 416097775 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313237448816 140313710770818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1507] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1507/stat : 1507 (java) S 1382 1386 1330 0 -1 1077944384 16 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313159000992 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1508] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1508/stat : 1508 (java) S 1382 1386 1330 0 -1 1077944384 11 13232 0 0 0 0 5 3 20 0 15 0 416097776 11107311616 156871 33554432000 4194304 4196468 140732739569232 140312555021440 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1511] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1511/stat : 1511 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140312247621712 140313710778267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1512] ppid=1382 vsize=10846984 memory=627484 CPUtime=3.06 cores=1,3,5,7
/proc/1386/task/1512/stat : 1512 (java) S 1382 1386 1330 0 -1 1077944384 19063 13232 0 0 294 4 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313236396656 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1513] ppid=1382 vsize=10846984 memory=3924 CPUtime=3.89 cores=1,3,5,7
/proc/1386/task/1513/stat : 1513 (java) S 1382 1386 1330 0 -1 1077944384 27274 13232 0 0 378 3 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313235343856 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1514] ppid=1382 vsize=10846984 memory=627484 CPUtime=1.89 cores=1,3,5,7
/proc/1386/task/1514/stat : 1514 (java) S 1382 1386 1330 0 -1 1077944384 18620 13232 0 0 176 5 5 3 20 0 15 0 416097778 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313234291568 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1515] ppid=1382 vsize=10846984 memory=627484 CPUtime=0.08 cores=1,3,5,7
/proc/1386/task/1515/stat : 1515 (java) S 1382 1386 1330 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 416097779 11107311616 156871 33554432000 4194304 4196468 140732739569232 140312214064096 140313710769877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
[pid=1386/tid=1520] ppid=1382 vsize=10846984 memory=3924 CPUtime=1.37 cores=1,3,5,7
/proc/1386/task/1520/stat : 1520 (java) S 1382 1386 1330 0 -1 1077944384 1142 13232 0 0 63 66 5 3 20 0 15 0 416097779 11107311616 156871 33554432000 4194304 4196468 140732739569232 140313233238448 140313710770818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140732739570416 140732739572933 140732739572933 140732739575759 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 627484 KiB

Child status: 143
Real time (s): 2370.03
CPU time (s): 2400.09
CPU user time (s): 2397.46
CPU system time (s): 2.63722
CPU usage (%): 101.269
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 627484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.46
system time used= 2.63722
maximum resident set size= 631692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207283
involuntary context switches= 6117


# summary of solver processes directly reported to runsolver:
#   pid: 1386
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.46
#   total CPU system time (s): 2.63722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5115 second user time and 22.4954 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 21:06:03
IDJOB=4396512
IDBENCH=128634
IDSOLVER=2847
FILE ID=node143/4396512-1568401604
RUNJOBID= node143-1568401563-1362
PBS_JOBID= 21701881
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396512-1568401604/watcher-4396512-1568401604 -o /tmp/evaluation-result-4396512-1568401604/solver-4396512-1568401604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568401563-1362 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=930574831 HOME/instance-4396512-1568401604.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=930574831

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24278544 kB
MemAvailable:   31758624 kB
Buffers:          191116 kB
Cached:          7579524 kB
SwapCached:            8 kB
Active:          2179864 kB
Inactive:        5641320 kB
Active(anon):       5032 kB
Inactive(anon):   145128 kB
Active(file):    2174832 kB
Inactive(file):  5496192 kB
Unevictable:      107308 kB
Mlocked:          107308 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             70356 kB
Writeback:             0 kB
AnonPages:        157444 kB
Mapped:            48032 kB
Shmem:             90756 kB
Slab:             266220 kB
SReclaimable:     237516 kB
SUnreclaim:        28704 kB
KernelStack:        3280 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59204 MiB
End job on node143 at 2019-09-13 21:45:33