Trace number 4396515

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)103 2400.13 2369.43

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark115.382
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"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.78/0.56	c Concrete v3.12.2.1568380929293 running
7.74/3.58	o 154
8.37/3.71	o 112
8.37/3.72	o 110
8.37/3.77	o 109
8.69/3.83	o 108
10.16/4.53	o 107
141.17/131.96	o 106
146.76/137.46	o 105
175.83/166.24	o 104
182.48/172.52	o 103
2400.08/2369.40	Exception in thread "main" java.util.concurrent.TimeoutException
2400.08/2369.40		at concrete.MAC.mac(MAC.scala:192)
2400.08/2369.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.08/2369.40		at scala.util.Try$.apply(Try.scala:212)
2400.08/2369.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2369.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2369.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2369.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.08/2369.40		at concrete.MAC.nextSolution(MAC.scala:284)
2400.08/2369.40		at concrete.MAC.nextSolution(MAC.scala:369)
2400.08/2369.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2369.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2369.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2369.40		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2369.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.08/2369.40		at scala.util.Success.map(Try.scala:264)
2400.08/2369.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.08/2369.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2369.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2369.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2369.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2369.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2369.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2369.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2369.40		at scala.App.$anonfun$main$1(App.scala:75)
2400.08/2369.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.08/2369.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2369.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2369.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.08/2369.41		at scala.App.main(App.scala:75)
2400.08/2369.41		at scala.App.main$(App.scala:73)
2400.08/2369.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2369.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2369.41	v <instantiation
2400.08/2369.41	v         cost = '103'>
2400.08/2369.41	v       <list>
2400.08/2369.41	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]
2400.08/2369.41	v       </list>
2400.08/2369.41	v       <values>
2400.08/2369.41	v         0 0 9 9 10 17 21 17 24 21 30 42 30 57 48 64 66 35 52 82 84 65 73 80 42 80 56 84 98 95 92 103
2400.08/2369.41	v       </values>
2400.08/2369.41	v     </instantiation>
2400.08/2369.41	s SATISFIABLE

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396515-1568401786/watcher-4396515-1568401786 -o /tmp/evaluation-result-4396515-1568401786/solver-4396515-1568401786 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25761 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=347118221 HOME/instance-4396515-1568401786.xml 

running on 4 cores: 0,2,4,6

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=28400, runsolver pid=28397

[startup+0.100069 s]*
/proc/loadavg: 1.51 1.53 1.48 3/219 28457
/proc/meminfo: memFree=28020996/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 4473 13013 0 0 1 1 5 2 20 0 6 0 416446385 10212057088 4715 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2493178 4715 1935 1 0 2481616 0
[pid=28400/tid=28453] ppid=28397 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 2263 13013 0 0 0 0 5 2 20 0 6 0 416446394 10212057088 4715 33554432000 4194304 4196468 140734505612096 140306307867216 140306317424189 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 6 0 416446395 10212057088 4715 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=9972712 memory=140633837233792 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 416446395 10212057088 4715 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 6 0 416446395 10212057088 4715 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 6 0 416446395 10212057088 4715 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.212187 s]*
/proc/loadavg: 1.51 1.53 1.48 3/228 28466
/proc/meminfo: memFree=27997608/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=10819664 memory=42868 CPUtime=0.25 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 7049 13013 0 0 16 2 5 2 20 0 15 0 416446385 11079335936 10717 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2704916 10717 3166 1 0 2667149 0
[pid=28400/tid=28453] ppid=28397 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 3524 13013 0 0 10 1 5 2 20 0 15 0 416446394 11079335936 10717 33554432000 4194304 4196468 140734505612096 140306307863664 140306336042390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10819664 memory=339 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079335936 10717 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10819664 memory=3618280686087923360 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079335936 10717 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079335936 10717 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079335936 10717 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10819664 memory=140633837233792 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446397 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 416446397 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305777026080 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305642808176 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 334 13013 0 0 1 0 5 2 20 0 15 0 416446400 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 24221 0 -1 1077944384 315 13013 0 0 1 0 5 2 20 0 15 0 416446400 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305860319984 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10819664 memory=140633837233792 CPUtime=0.09 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) R 28397 28400 24221 0 -1 4202560 642 13013 0 0 2 0 5 2 20 0 15 0 416446400 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305859267184 140306321404332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11079335936 10717 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10819664 memory=140633837233792 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446401 11079335936 10717 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42868 KiB

[startup+0.310958 s]*
/proc/loadavg: 1.51 1.53 1.48 3/228 28466
/proc/meminfo: memFree=27984504/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=10820148 memory=54284 CPUtime=0.39 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 10758 13013 0 0 28 4 5 2 20 0 15 0 416446385 11079831552 13571 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2705037 13571 3302 1 0 2667149 0
[pid=28400/tid=28453] ppid=28397 vsize=10820148 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 7200 13013 0 0 18 3 5 2 20 0 15 0 416446394 11079831552 13571 33554432000 4194304 4196468 140734505612096 140306307835824 140306320110942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079831552 13571 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079831552 13571 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079831552 13571 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11079831552 13571 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446397 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 416446397 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305777026080 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305642808176 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 335 13013 0 0 2 0 5 2 20 0 15 0 416446400 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 24221 0 -1 1077944384 324 13013 0 0 2 0 5 2 20 0 15 0 416446400 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305860319984 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10820148 memory=140633837233792 CPUtime=0.12 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) S 28397 28400 24221 0 -1 1077944384 662 13013 0 0 5 0 5 2 20 0 15 0 416446400 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305859267184 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11079831552 13571 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10820148 memory=140633837233792 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446401 11079831552 13571 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54284 KiB

[startup+0.700725 s]
/proc/loadavg: 1.51 1.53 1.48 4/228 28466
/proc/meminfo: memFree=27970100/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=10824360 memory=87792 CPUtime=1.1 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 15104 13013 0 0 97 6 5 2 20 0 15 0 416446385 11084144640 21948 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2706090 21948 3512 1 0 2668173 0
[pid=28400/tid=28453] ppid=28397 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 10218 13013 0 0 54 5 5 2 20 0 15 0 416446394 11084144640 21948 33554432000 4194304 4196468 140734505612096 140306307852560 140305930306593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11084144640 21948 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446395 11084144640 21948 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10824360 memory=281267476374464 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11084144640 21948 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10824360 memory=124153948539369 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446395 11084144640 21948 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10824360 memory=11496396731 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 5 13013 0 0 0 0 5 2 20 0 15 0 416446397 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10824360 memory=68 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 416446397 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305777026080 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305642808176 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 967 13013 0 0 12 0 5 2 20 0 15 0 416446400 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) R 28397 28400 24221 0 -1 4202560 730 13013 0 0 13 0 5 2 20 0 15 0 416446400 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305860319984 140306316666313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) S 28397 28400 24221 0 -1 1077944384 948 13013 0 0 17 0 5 2 20 0 15 0 416446400 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305859267184 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11084144640 21948 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446401 11084144640 21948 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87792 KiB

[startup+1.50068 s]
/proc/loadavg: 1.51 1.53 1.48 3/228 28466
/proc/meminfo: memFree=27925088/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=10834676 memory=175624 CPUtime=2.42 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 21973 13013 0 0 224 11 5 2 20 0 15 0 416446385 11094708224 43906 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2708669 43906 3579 1 0 2670733 0
[pid=28400/tid=28453] ppid=28397 vsize=10834676 memory=-5153075247759266159 CPUtime=1.43 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 15185 13013 0 0 128 8 5 2 20 0 15 0 416446394 11094708224 43906 33554432000 4194304 4196468 140734505612096 140306307830064 140306320110942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10834676 memory=-7811026032552159894 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 57 13013 0 0 1 0 5 2 20 0 15 0 416446395 11094708224 43906 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10834676 memory=6720696446780543624 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 17 13013 0 0 1 0 5 2 20 0 15 0 416446395 11094708224 43906 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10834676 memory=-5153075247754915967 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 379 13013 0 0 1 0 5 2 20 0 15 0 416446395 11094708224 43906 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10834676 memory=128060 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 79 13013 0 0 1 0 5 2 20 0 15 0 416446395 11094708224 43906 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 186 13013 0 0 1 0 5 2 20 0 15 0 416446397 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 14 13013 0 0 0 0 5 2 20 0 15 0 416446397 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305777026144 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10834676 memory=281267476168800 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305642808192 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10834676 memory=281267476583840 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10834676 memory=140633738094112 CPUtime=0.31 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 1249 13013 0 0 24 0 5 2 20 0 15 0 416446400 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10834676 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 24221 0 -1 1077944384 867 13013 0 0 23 0 5 2 20 0 15 0 416446400 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305860319984 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10834676 memory=952 CPUtime=0.48 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) R 28397 28400 24221 0 -1 4202560 1724 13013 0 0 40 1 5 2 20 0 15 0 416446400 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305859267184 140306336042390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10834676 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11094708224 43906 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10834676 memory=22036 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446401 11094708224 43906 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 57410 13013 0 0 218332 32 5 2 20 0 15 0 416446394 11107311616 161713 33554432000 4194304 4196468 140734505612096 140306307866352 140305943936624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10846984 memory=644804 CPUtime=7.57 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 13329 13013 0 0 713 37 5 2 20 0 15 0 416446395 11107311616 161713 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10846984 memory=646852 CPUtime=7.56 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 9097 13013 0 0 709 40 5 2 20 0 15 0 416446395 11107311616 161713 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10846984 memory=646852 CPUtime=7.58 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 8064 13013 0 0 714 37 5 2 20 0 15 0 416446395 11107311616 161713 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10846984 memory=646852 CPUtime=7.57 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 10690 13013 0 0 711 39 5 2 20 0 15 0 416446395 11107311616 161713 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10846984 memory=646852 CPUtime=7.28 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 13037 13013 0 0 682 39 5 2 20 0 15 0 416446397 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10846984 memory=646852 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305777026144 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10846984 memory=646852 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305642808192 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10846984 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10846984 memory=646852 CPUtime=4.01 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 30604 13013 0 0 389 5 5 2 20 0 15 0 416446400 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10846984 memory=2472 CPUtime=3.55 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 24221 0 -1 1077944384 26373 13013 0 0 344 4 5 2 20 0 15 0 416446400 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305860319984 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10846984 memory=9584 CPUtime=1.77 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) S 28397 28400 24221 0 -1 1077944384 20883 13013 0 0 165 5 5 2 20 0 15 0 416446400 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305859267184 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10846984 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 161713 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10846984 memory=6791534058613427641 CPUtime=1.33 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1314 13013 0 0 66 60 5 2 20 0 15 0 416446401 11107311616 161713 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 2231.42 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 646852 KiB

[startup+2262.3 s]
/proc/loadavg: 1.54 1.40 1.35 3/228 28803
/proc/meminfo: memFree=25565888/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=10846984 memory=646916 CPUtime=2291.97 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 194609 13013 0 0 228935 255 5 2 20 0 15 0 416446385 11107311616 161729 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2711746 161729 3630 1 0 2673805 0
[pid=28400/tid=28453] ppid=28397 vsize=10846984 memory=646916 CPUtime=2243.22 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 58031 13013 0 0 224283 32 5 2 20 0 15 0 416446394 11107311616 161729 33554432000 4194304 4196468 140734505612096 140306307865760 140305941027740 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10846984 memory=646916 CPUtime=7.78 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 13393 13013 0 0 733 38 5 2 20 0 15 0 416446395 11107311616 161729 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10846984 memory=646916 CPUtime=7.76 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 9131 13013 0 0 728 41 5 2 20 0 15 0 416446395 11107311616 161729 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10846984 memory=646916 CPUtime=7.77 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 8239 13013 0 0 732 38 5 2 20 0 15 0 416446395 11107311616 161729 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10846984 memory=281267477242128 CPUtime=7.77 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 10772 13013 0 0 730 40 5 2 20 0 15 0 416446395 11107311616 161729 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10846984 memory=646916 CPUtime=7.47 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 13246 13013 0 0 700 40 5 2 20 0 15 0 416446397 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10846984 memory=646916 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305777026144 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305642808192 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10846984 memory=646916 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10846984 memory=768 CPUtime=4.01 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 30606 13013 0 0 389 5 5 2 20 0 15 0 416446400 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10846984 memory=769 CPUtime=3.56 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 24221 0 -1 1077944384 26753 13013 0 0 345 4 5 2 20 0 15 0 416446400 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305860319984 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10846984 memory=646916 CPUtime=1.77 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) S 28397 28400 24221 0 -1 1077944384 20885 13013 0 0 165 5 5 2 20 0 15 0 416446400 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305859267184 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10846984 memory=646916 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 161729 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10846984 memory=40312 CPUtime=1.37 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1322 13013 0 0 68 62 5 2 20 0 15 0 416446401 11107311616 161729 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 2291.97 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 646916 KiB

[startup+2322.3 s]
/proc/loadavg: 1.50 1.41 1.36 3/228 28807
/proc/meminfo: memFree=25593284/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=10846984 memory=646960 CPUtime=2352.54 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 195878 13013 0 0 234985 262 5 2 20 0 15 0 416446385 11107311616 161740 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2711746 161740 3630 1 0 2673805 0
[pid=28400/tid=28453] ppid=28397 vsize=10846984 memory=646960 CPUtime=2302.76 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 58716 13013 0 0 230236 33 5 2 20 0 15 0 416446394 11107311616 161740 33554432000 4194304 4196468 140734505612096 140306307865888 140305936386367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10846984 memory=646960 CPUtime=7.98 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 13474 13013 0 0 752 39 5 2 20 0 15 0 416446395 11107311616 161740 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10846984 memory=646956 CPUtime=7.96 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 9299 13013 0 0 747 42 5 2 20 0 15 0 416446395 11107311616 161740 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10846984 memory=646916 CPUtime=7.98 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 8327 13013 0 0 751 40 5 2 20 0 15 0 416446395 11107311616 161740 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10846984 memory=646960 CPUtime=7.97 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 10794 13013 0 0 749 41 5 2 20 0 15 0 416446395 11107311616 161740 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10846984 memory=0 CPUtime=7.66 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 13447 13013 0 0 718 41 5 2 20 0 15 0 416446397 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10846984 memory=646956 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305777026144 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10846984 memory=646960 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305642808192 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10846984 memory=1808 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10846984 memory=646960 CPUtime=4.01 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 30608 13013 0 0 389 5 5 2 20 0 15 0 416446400 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10846984 memory=646960 CPUtime=3.56 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 24221 0 -1 1077944384 26755 13013 0 0 345 4 5 2 20 0 15 0 416446400 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305860319984 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10846984 memory=984 CPUtime=1.78 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) S 28397 28400 24221 0 -1 1077944384 20887 13013 0 0 166 5 5 2 20 0 15 0 416446400 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305859267184 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10846984 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 161740 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10846984 memory=646960 CPUtime=1.41 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1340 13013 0 0 70 64 5 2 20 0 15 0 416446401 11107311616 161740 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 2352.54 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 646960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.4 s]
/proc/loadavg: 1.71 1.48 1.39 3/228 28810
/proc/meminfo: memFree=25647572/32770624 swapFree=67004752/67108860
[pid=28400] ppid=28397 vsize=10846984 memory=649008 CPUtime=2400.08 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 24221 0 -1 1077944320 196187 13013 0 0 239735 266 5 2 20 0 15 0 416446385 11107311616 162252 33554432000 4194304 4196468 140734505612096 140734505594640 140306336030455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
/proc/28400/statm: 2711746 162252 3630 1 0 2673805 0
[pid=28400/tid=28453] ppid=28397 vsize=10846984 memory=288230617509003574 CPUtime=2349.5 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 24221 0 -1 4202560 58979 13013 0 0 234910 33 5 2 20 0 15 0 416446394 11107311616 162252 33554432000 4194304 4196468 140734505612096 140306307865264 140305940717568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28454] ppid=28397 vsize=10846984 memory=16104775267649398 CPUtime=8.14 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 24221 0 -1 1077944384 13478 13013 0 0 767 40 5 2 20 0 15 0 416446395 11107311616 162252 33554432000 4194304 4196468 140734505612096 140306340273296 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28455] ppid=28397 vsize=10846984 memory=1060 CPUtime=8.11 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 24221 0 -1 1077944384 9305 13013 0 0 761 43 5 2 20 0 15 0 416446395 11107311616 162252 33554432000 4194304 4196468 140734505612096 140306255092752 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28456] ppid=28397 vsize=10846984 memory=752 CPUtime=8.14 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 24221 0 -1 1077944384 8346 13013 0 0 766 41 5 2 20 0 15 0 416446395 11107311616 162252 33554432000 4194304 4196468 140734505612096 140306254039952 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28457] ppid=28397 vsize=10846984 memory=1228 CPUtime=8.13 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 24221 0 -1 1077944384 10798 13013 0 0 764 42 5 2 20 0 15 0 416446395 11107311616 162252 33554432000 4194304 4196468 140734505612096 140306252987152 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28458] ppid=28397 vsize=10846984 memory=303430223234596890 CPUtime=7.81 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 24221 0 -1 1077944384 13456 13013 0 0 732 42 5 2 20 0 15 0 416446397 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305862424944 140306336041602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28459] ppid=28397 vsize=10846984 memory=288230617509003574 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 24221 0 -1 1077944384 15 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305777026144 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28460] ppid=28397 vsize=10846984 memory=16104775267649398 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 24221 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 416446397 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305642808192 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28461] ppid=28397 vsize=10846984 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 24221 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305038829392 140306336049051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28462] ppid=28397 vsize=10846984 memory=22080 CPUtime=4.01 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 24221 0 -1 1077944384 30608 13013 0 0 389 5 5 2 20 0 15 0 416446400 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305861372784 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28463] ppid=28397 vsize=10846984 memory=2116 CPUtime=3.56 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 24221 0 -1 1077944384 26755 13013 0 0 345 4 5 2 20 0 15 0 416446400 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305860319984 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28464] ppid=28397 vsize=10846984 memory=12028 CPUtime=1.78 cores=0,2,4,6
/proc/28400/task/28464/stat : 28464 (java) S 28397 28400 24221 0 -1 1077944384 20887 13013 0 0 166 5 5 2 20 0 15 0 416446400 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305859267184 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28465] ppid=28397 vsize=10846984 memory=649008 CPUtime=0.07 cores=0,2,4,6
/proc/28400/task/28465/stat : 28465 (java) S 28397 28400 24221 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 416446400 11107311616 162252 33554432000 4194304 4196468 140734505612096 140304569068256 140306336040661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
[pid=28400/tid=28466] ppid=28397 vsize=10846984 memory=1398722017469774279 CPUtime=1.44 cores=0,2,4,6
/proc/28400/task/28466/stat : 28466 (java) S 28397 28400 24221 0 -1 1077944384 1344 13013 0 0 72 65 5 2 20 0 15 0 416446401 11107311616 162252 33554432000 4194304 4196468 140734505612096 140305858214576 140306336041602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7983104 140734505614064 140734505616581 140734505616581 140734505619407 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 649008 KiB

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

[startup+2369.43 s]
# the end of solver process 28400 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.43 s, system=2.7017 s

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

Child status: 143
Real time (s): 2369.43
CPU time (s): 2400.13
CPU user time (s): 2397.43
CPU system time (s): 2.7017
CPU usage (%): 101.296
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 649008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.43
system time used= 2.7017
maximum resident set size= 653128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 221028
involuntary context switches= 7243


# summary of solver processes directly reported to runsolver:
#   pid: 28400
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2397.43
#   total CPU system time (s): 2.7017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1477 second user time and 22.4776 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 21:09:08
IDJOB=4396515
IDBENCH=129880
IDSOLVER=2847
FILE ID=node126/4396515-1568401786
RUNJOBID= node126-1568394259-25761
PBS_JOBID= 21701858
Free space on /tmp= 55740 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396515-1568401786/watcher-4396515-1568401786 -o /tmp/evaluation-result-4396515-1568401786/solver-4396515-1568401786 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25761 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=347118221 HOME/instance-4396515-1568401786.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=347118221

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28027816 kB
MemAvailable:   31298980 kB
Buffers:          166000 kB
Cached:          3350276 kB
SwapCached:         2860 kB
Active:          2306956 kB
Inactive:        1774452 kB
Active(anon):     563060 kB
Inactive(anon):    43540 kB
Active(file):    1743896 kB
Inactive(file):  1730912 kB
Unevictable:      108840 kB
Mlocked:          108840 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:             35440 kB
Writeback:            48 kB
AnonPages:        672536 kB
Mapped:            58224 kB
Shmem:             32816 kB
Slab:             255252 kB
SReclaimable:     224380 kB
SUnreclaim:        30872 kB
KernelStack:        3712 kB
PageTables:         6920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1852000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55704 MiB
End job on node126 at 2019-09-13 21:48:38