Trace number 4396273

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.2? (TO) 2520.11 2481.04

General information on the benchmark

NameBinPacking/BinPacking-sum-sw100/
BinPacking-sum-sw100-01.xml
MD5SUM158e2c33e228ebf79a07c013c2cd02f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20012.7
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints39
Number of domains2
Minimum domain size19
Maximum domain size47
Distribution of domain sizes[{"size":19,"count":1},{"size":47,"count":108}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":90},{"degree":5,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":36},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":18},{"type":"lex","count":1},{"type":"sum","count":18},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.79/0.54	c Concrete v3.12.2.1568380929293 running
2520.06/2481.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2481.02		at concrete.MAC.mac(MAC.scala:192)
2520.06/2481.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2481.02		at scala.util.Try$.apply(Try.scala:212)
2520.06/2481.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2481.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2481.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2481.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2481.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2481.02		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.06/2481.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2481.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2481.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2481.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2481.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2481.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2481.02		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2481.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2481.02		at scala.util.Success.map(Try.scala:264)
2520.06/2481.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2481.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2481.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2481.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2481.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2481.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2481.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2481.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2481.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2481.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2481.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2481.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2481.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2481.02		at scala.App.main(App.scala:75)
2520.06/2481.02		at scala.App.main$(App.scala:73)
2520.06/2481.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2481.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2481.03	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14917 MiB free)
  memory of node 1: 16384 MiB (15033 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396273-1568410312/watcher-4396273-1568410312 -o /tmp/evaluation-result-4396273-1568410312/solver-4396273-1568410312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9266 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1010239454 HOME/instance-4396273-1568410312.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=13354, runsolver pid=13351

[startup+0.100133 s]*
/proc/loadavg: 1.33 1.37 1.39 3/220 13411
/proc/meminfo: memFree=30659392/32770624 swapFree=66934884/67108860
[pid=13354] ppid=13351 vsize=9988792 memory=18856 CPUtime=0.09 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 4426 13091 0 0 1 0 5 3 20 0 6 0 417302708 10228523008 4714 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2497198 4714 1973 1 0 2485636 0
[pid=13354/tid=13407] ppid=13351 vsize=10055356 memory=4628420184252451238 CPUtime=0.09 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 2239 13091 0 0 1 0 5 3 20 0 7 0 417302717 10296684544 4714 33554432000 4194304 4196468 140727802515600 140291638209296 140291652049430 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10055356 memory=5793855669914220985 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 7 0 417302718 10296684544 4714 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10055356 memory=140418904327808 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 7 0 417302718 10296684544 4714 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 7 0 417302718 10296684544 4714 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 7 0 417302718 10296684544 4714 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 7 0 417302719 10296684544 4714 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210045 s]*
/proc/loadavg: 1.33 1.37 1.39 3/229 13420
/proc/meminfo: memFree=30641052/32770624 swapFree=66934884/67108860
[pid=13354] ppid=13351 vsize=10819664 memory=44352 CPUtime=0.26 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 6928 13091 0 0 17 1 5 3 20 0 15 0 417302708 11079335936 11088 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2704916 11088 3167 1 0 2667149 0
[pid=13354/tid=13407] ppid=13351 vsize=10819664 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 3418 13091 0 0 11 1 5 3 20 0 15 0 417302717 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291638195792 140291650446686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10819664 memory=4211974145109118346 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10819664 memory=140418904327808 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10819664 memory=140418904327808 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302719 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 33 13091 0 0 0 0 5 3 20 0 15 0 417302719 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291124167456 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291013076080 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11079335936 11152 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) S 13351 13354 9235 0 -1 1077944384 475 13091 0 0 1 0 5 3 20 0 15 0 417302722 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291090610800 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) S 13351 13354 9235 0 -1 1077944384 175 13091 0 0 0 0 5 3 20 0 15 0 417302722 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291089558000 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10819664 memory=140418904327808 CPUtime=0.11 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) R 13351 13354 9235 0 -1 4202560 619 13091 0 0 3 0 5 3 20 0 15 0 417302722 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291088505712 140291658603326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11079335936 11152 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10819664 memory=140418904327808 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302723 11079335936 11152 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44352 KiB

[startup+0.311277 s]*
/proc/loadavg: 1.33 1.37 1.39 3/229 13420
/proc/meminfo: memFree=30627452/32770624 swapFree=66934884/67108860
[pid=13354] ppid=13351 vsize=10820148 memory=53416 CPUtime=0.4 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 10604 13091 0 0 29 3 5 3 20 0 15 0 417302708 11079831552 13354 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2705037 13354 3299 1 0 2667149 0
[pid=13354/tid=13407] ppid=13351 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 7059 13091 0 0 19 3 5 3 20 0 15 0 417302717 11079831552 13354 33554432000 4194304 4196468 140727802515600 140291638184288 140291666388125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079831552 13354 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079831552 13354 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079831552 13354 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11079831552 13354 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10820152 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302719 11079835648 13354 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10820152 memory=140418904327807 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 33 13091 0 0 0 0 5 3 20 0 15 0 417302719 11079835648 13354 33554432000 4194304 4196468 140727802515600 140291124167456 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10820152 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11079835648 13354 33554432000 4194304 4196468 140727802515600 140291013076080 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10820152 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11079835648 13354 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) S 13351 13354 9235 0 -1 1077944384 475 13091 0 0 1 0 5 3 20 0 15 0 417302722 11079880704 13354 33554432000 4194304 4196468 140727802515600 140291090610800 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) S 13351 13354 9235 0 -1 1077944384 185 13091 0 0 2 0 5 3 20 0 15 0 417302722 11079880704 13419 33554432000 4194304 4196468 140727802515600 140291089558000 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) S 13351 13354 9235 0 -1 1077944384 627 13091 0 0 5 0 5 3 20 0 15 0 417302722 11079880704 13419 33554432000 4194304 4196468 140727802515600 140291088505712 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11079880704 13419 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302723 11079880704 13419 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53416 KiB

[startup+0.700672 s]
/proc/loadavg: 1.33 1.37 1.39 3/229 13420
/proc/meminfo: memFree=30614380/32770624 swapFree=66934884/67108860
[pid=13354] ppid=13351 vsize=10824360 memory=85700 CPUtime=1.14 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 14643 13091 0 0 101 5 5 3 20 0 15 0 417302708 11084144640 21425 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2706090 21425 3507 1 0 2668173 0
[pid=13354/tid=13407] ppid=13351 vsize=10824360 memory=2124 CPUtime=0.67 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 9957 13091 0 0 55 4 5 3 20 0 15 0 417302717 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291638193360 140291666378134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10824360 memory=7532 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302718 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10824360 memory=504 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10824360 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10824360 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302718 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 5 13091 0 0 0 0 5 3 20 0 15 0 417302719 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 33 13091 0 0 0 0 5 3 20 0 15 0 417302719 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291124167456 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10824360 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291013076080 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10824360 memory=12024 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11084144640 21425 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10824360 memory=2124 CPUtime=0.2 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) R 13351 13354 9235 0 -1 4202560 950 13091 0 0 12 0 5 3 20 0 15 0 417302722 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291090610800 140291666380063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10824360 memory=6944652177228980320 CPUtime=0.22 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) R 13351 13354 9235 0 -1 1077944384 647 13091 0 0 14 0 5 3 20 0 15 0 417302722 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291089558000 140291666377346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10824360 memory=504 CPUtime=0.25 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) R 13351 13354 9235 0 -1 4202560 828 13091 0 0 17 0 5 3 20 0 15 0 417302722 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291088505712 140291652690600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10824360 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11084144640 21425 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10824360 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302723 11084144640 21425 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85700 KiB

[startup+1.50092 s]
/proc/loadavg: 1.33 1.37 1.39 3/229 13420
/proc/meminfo: memFree=30569916/32770624 swapFree=66934884/67108860
[pid=13354] ppid=13351 vsize=10834676 memory=173824 CPUtime=2.44 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 23931 13091 0 0 226 10 5 3 20 0 15 0 417302708 11094708224 43456 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2708669 43456 3583 1 0 2670733 0
[pid=13354/tid=13407] ppid=13351 vsize=10834676 memory=3620 CPUtime=1.44 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 14842 13091 0 0 130 6 5 3 20 0 15 0 417302717 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291638172496 140291666388125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10834676 memory=23328 CPUtime=0.09 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 435 13091 0 0 1 0 5 3 20 0 15 0 417302718 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10834676 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 37 13091 0 0 0 0 5 3 20 0 15 0 417302718 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10834676 memory=170112 CPUtime=0.09 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 105 13091 0 0 1 0 5 3 20 0 15 0 417302718 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 79 13091 0 0 1 0 5 3 20 0 15 0 417302718 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 2332 13091 0 0 1 0 5 3 20 0 15 0 417302719 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 34 13091 0 0 0 0 5 3 20 0 15 0 417302719 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291124167520 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10834676 memory=198022889794179 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291013076096 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10834676 memory=3312111 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11094708224 43456 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10834676 memory=6935649255810949952 CPUtime=0.31 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) S 13351 13354 9235 0 -1 1077944384 1075 13091 0 0 23 0 5 3 20 0 15 0 417302722 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291090610800 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10834676 memory=4638778398332764256 CPUtime=0.32 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) R 13351 13354 9235 0 -1 4202560 917 13091 0 0 24 0 5 3 20 0 15 0 417302722 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291089546144 140291650606420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10834676 memory=280837576720624 CPUtime=0.49 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) S 13351 13354 9235 0 -1 1077944384 1860 13091 0 0 41 0 5 3 20 0 15 0 417302722 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291088505712 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10834676 memory=6935649255894902865 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11094708224 43456 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10834676 memory=-6872299922650610523 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11094708224 43456 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0

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

/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 59451 13091 0 0 230096 36 5 3 20 0 15 0 417302717 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291638201808 140291237471495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.32 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 11184 13091 0 0 881 43 5 3 20 0 15 0 417302718 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.35 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 9920 13091 0 0 884 43 5 3 20 0 15 0 417302718 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.37 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 14250 13091 0 0 886 43 5 3 20 0 15 0 417302718 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.33 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 8254 13091 0 0 880 45 5 3 20 0 15 0 417302718 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10846984 memory=0 CPUtime=8.59 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 13528 13091 0 0 805 46 5 3 20 0 15 0 417302719 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10846984 memory=606736 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 44 13091 0 0 0 0 5 3 20 0 15 0 417302719 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291124167520 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10846984 memory=606736 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291013076096 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10846984 memory=606736 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11107311616 151684 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10846984 memory=606736 CPUtime=4.39 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) S 13351 13354 9235 0 -1 1077944384 34777 13091 0 0 427 4 5 3 20 0 15 0 417302722 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291090610800 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10846984 memory=606736 CPUtime=5.12 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) S 13351 13354 9235 0 -1 1077944384 38399 13091 0 0 499 5 5 3 20 0 15 0 417302722 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291089558000 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10846984 memory=606736 CPUtime=1.95 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) S 13351 13354 9235 0 -1 1077944384 17414 13091 0 0 183 4 5 3 20 0 15 0 417302722 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291088505712 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10846984 memory=606736 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11107311616 151684 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10846984 memory=606736 CPUtime=1.21 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 1536 13091 0 0 60 53 5 3 20 0 15 0 417302723 11107311616 151684 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 2359.45 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 606736 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.52 1.46 3/227 13809
/proc/meminfo: memFree=30085608/32770624 swapFree=66934948/67108860
[pid=13354] ppid=13351 vsize=10846984 memory=608784 CPUtime=2420.15 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 211865 13091 0 0 241722 285 5 3 20 0 15 0 417302708 11107311616 152196 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2711746 152196 3632 1 0 2673805 0
[pid=13354/tid=13407] ppid=13351 vsize=10846984 memory=606736 CPUtime=2360.87 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 59965 13091 0 0 236043 36 5 3 20 0 15 0 417302717 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291638201808 140291245584014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.57 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 11231 13091 0 0 905 44 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10846984 memory=223721 CPUtime=9.61 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 10119 13091 0 0 908 45 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.6 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 14274 13091 0 0 908 44 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10846984 memory=608784 CPUtime=9.59 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 8323 13091 0 0 904 47 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10846984 memory=56 CPUtime=8.81 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 13556 13091 0 0 825 48 5 3 20 0 15 0 417302719 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10846984 memory=608784 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 44 13091 0 0 0 0 5 3 20 0 15 0 417302719 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291124167520 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10846984 memory=608784 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291013076096 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10846984 memory=608784 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10846984 memory=606736 CPUtime=4.39 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) S 13351 13354 9235 0 -1 1077944384 34779 13091 0 0 427 4 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291090610800 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10846984 memory=23508 CPUtime=5.12 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) S 13351 13354 9235 0 -1 1077944384 38401 13091 0 0 499 5 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291089558000 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10846984 memory=984 CPUtime=1.95 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) S 13351 13354 9235 0 -1 1077944384 17416 13091 0 0 183 4 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291088505712 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10846984 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11107311616 152196 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10846984 memory=23508 CPUtime=1.24 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 1542 13091 0 0 61 55 5 3 20 0 15 0 417302723 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 2420.15 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608784 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.45 1.44 3/227 13813
/proc/meminfo: memFree=30078900/32770624 swapFree=66934948/67108860
[pid=13354] ppid=13351 vsize=10846984 memory=608784 CPUtime=2480.88 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 212743 13091 0 0 247790 290 5 3 20 0 15 0 417302708 11107311616 152196 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2711746 152196 3632 1 0 2673805 0
[pid=13354/tid=13407] ppid=13351 vsize=10846984 memory=608784 CPUtime=2420.36 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 60464 13091 0 0 241991 37 5 3 20 0 15 0 417302717 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291638201024 140291243864832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10846984 memory=608784 CPUtime=9.82 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 11301 13091 0 0 929 45 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.85 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 10203 13091 0 0 932 45 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10846984 memory=223721 CPUtime=9.86 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 14287 13091 0 0 933 45 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10846984 memory=606736 CPUtime=9.83 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 8333 13091 0 0 928 47 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10846984 memory=608784 CPUtime=9.03 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 13739 13091 0 0 846 49 5 3 20 0 15 0 417302719 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10846984 memory=608784 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 44 13091 0 0 0 0 5 3 20 0 15 0 417302719 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291124167520 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10846984 memory=608784 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291013076096 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10846984 memory=608784 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10846984 memory=608784 CPUtime=4.39 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) S 13351 13354 9235 0 -1 1077944384 34781 13091 0 0 427 4 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291090610800 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10846984 memory=608784 CPUtime=5.12 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) S 13351 13354 9235 0 -1 1077944384 38405 13091 0 0 499 5 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291089558000 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10846984 memory=608784 CPUtime=1.95 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) S 13351 13354 9235 0 -1 1077944384 17416 13091 0 0 183 4 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291088505712 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10846984 memory=5960 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11107311616 152196 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10846984 memory=608784 CPUtime=1.26 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 1555 13091 0 0 63 55 5 3 20 0 15 0 417302723 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 2480.88 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481 s]*
/proc/loadavg: 1.19 1.41 1.43 3/227 13817
/proc/meminfo: memFree=30074140/32770624 swapFree=66934948/67108860
[pid=13354] ppid=13351 vsize=10846984 memory=608784 CPUtime=2520.06 cores=0,2,4,6
/proc/13354/stat : 13354 (java) S 13351 13354 9235 0 -1 1077944320 213911 13091 0 0 251704 294 5 3 20 0 15 0 417302708 11107311616 152196 33554432000 4194304 4196468 140727802515600 140727802498144 140291666366199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
/proc/13354/statm: 2711746 152196 3632 1 0 2673805 0
[pid=13354/tid=13407] ppid=13351 vsize=10846984 memory=6791534058613427641 CPUtime=2458.74 cores=0,2,4,6
/proc/13354/task/13407/stat : 13407 (java) R 13351 13354 9235 0 -1 4202560 60955 13091 0 0 245829 37 5 3 20 0 15 0 417302717 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291638201696 140291247843843 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13408] ppid=13351 vsize=10846984 memory=-7003737579269690708 CPUtime=9.98 cores=0,2,4,6
/proc/13354/task/13408/stat : 13408 (java) S 13351 13354 9235 0 -1 1077944384 11333 13091 0 0 945 45 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291670608784 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13409] ppid=13351 vsize=10846984 memory=984 CPUtime=10.01 cores=0,2,4,6
/proc/13354/task/13409/stat : 13409 (java) S 13351 13354 9235 0 -1 1077944384 10449 13091 0 0 947 46 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291558882064 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13410] ppid=13351 vsize=10846984 memory=2032 CPUtime=10.02 cores=0,2,4,6
/proc/13354/task/13410/stat : 13410 (java) S 13351 13354 9235 0 -1 1077944384 14411 13091 0 0 948 46 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291557829776 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13411] ppid=13351 vsize=10846984 memory=1332 CPUtime=9.99 cores=0,2,4,6
/proc/13354/task/13411/stat : 13411 (java) S 13351 13354 9235 0 -1 1077944384 8388 13091 0 0 943 48 5 3 20 0 15 0 417302718 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291556776976 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13412] ppid=13351 vsize=10846984 memory=1564 CPUtime=9.18 cores=0,2,4,6
/proc/13354/task/13412/stat : 13412 (java) S 13351 13354 9235 0 -1 1077944384 13936 13091 0 0 860 50 5 3 20 0 15 0 417302719 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291125221488 140291666377346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13413] ppid=13351 vsize=10846984 memory=976 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13413/stat : 13413 (java) S 13351 13354 9235 0 -1 1077944384 44 13091 0 0 0 0 5 3 20 0 15 0 417302719 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291124167520 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13414] ppid=13351 vsize=10846984 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13414/stat : 13414 (java) S 13351 13354 9235 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 417302720 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291013076096 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13415] ppid=13351 vsize=10846984 memory=3932 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13415/stat : 13415 (java) S 13351 13354 9235 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140290409097296 140291666384795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13416] ppid=13351 vsize=10846984 memory=2832 CPUtime=4.39 cores=0,2,4,6
/proc/13354/task/13416/stat : 13416 (java) S 13351 13354 9235 0 -1 1077944384 34783 13091 0 0 427 4 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291090610800 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13417] ppid=13351 vsize=10846984 memory=1548 CPUtime=5.12 cores=0,2,4,6
/proc/13354/task/13417/stat : 13417 (java) S 13351 13354 9235 0 -1 1077944384 38407 13091 0 0 499 5 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291089558000 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13418] ppid=13351 vsize=10846984 memory=1056 CPUtime=1.95 cores=0,2,4,6
/proc/13354/task/13418/stat : 13418 (java) S 13351 13354 9235 0 -1 1077944384 17419 13091 0 0 183 4 5 3 20 0 15 0 417302722 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291088505712 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13419] ppid=13351 vsize=10846984 memory=744 CPUtime=0.08 cores=0,2,4,6
/proc/13354/task/13419/stat : 13419 (java) S 13351 13354 9235 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 417302723 11107311616 152196 33554432000 4194304 4196468 140727802515600 140289939336160 140291666376405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
[pid=13354/tid=13420] ppid=13351 vsize=10846984 memory=8296 CPUtime=1.28 cores=0,2,4,6
/proc/13354/task/13420/stat : 13420 (java) S 13351 13354 9235 0 -1 1077944384 1571 13091 0 0 64 56 5 3 20 0 15 0 417302723 11107311616 152196 33554432000 4194304 4196468 140727802515600 140291087452592 140291666377346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12726272 140727802518255 140727802520773 140727802520773 140727802523599 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 608784 KiB

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

[startup+2481.04 s]
# the end of solver process 13354 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.13 s, system=2.98667 s

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

Child status: 143
Real time (s): 2481.04
CPU time (s): 2520.11
CPU user time (s): 2517.13
CPU system time (s): 2.98667
CPU usage (%): 101.575
Max. virtual memory (cumulated for all children) (KiB): 10849676
Max. memory (cumulated for all children) (KiB): 735860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.13
system time used= 2.98667
maximum resident set size= 737916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248815
involuntary context switches= 9560


# summary of solver processes directly reported to runsolver:
#   pid: 13354
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.13
#   total CPU system time (s): 2.98667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4825 second user time and 20.1045 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 23:31:13
IDJOB=4396273
IDBENCH=138148
IDSOLVER=2846
FILE ID=node151/4396273-1568410312
RUNJOBID= node151-1568393581-9266
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-sw100/BinPacking-sum-sw100-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396273-1568410312/watcher-4396273-1568410312 -o /tmp/evaluation-result-4396273-1568410312/solver-4396273-1568410312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9266 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1010239454 HOME/instance-4396273-1568410312.xml

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

MD5SUM BENCH= 158e2c33e228ebf79a07c013c2cd02f9
RANDOM SEED=1010239454

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30669444 kB
MemAvailable:   31503600 kB
Buffers:          173308 kB
Cached:           952752 kB
SwapCached:        71332 kB
Active:           987096 kB
Inactive:         565704 kB
Active(anon):     361048 kB
Inactive(anon):    97944 kB
Active(file):     626048 kB
Inactive(file):   467760 kB
Unevictable:      109748 kB
Mlocked:          109748 kB
SwapTotal:      67108860 kB
SwapFree:       66934884 kB
Dirty:             35516 kB
Writeback:             0 kB
AnonPages:        464636 kB
Mapped:            50292 kB
Shmem:             24120 kB
Slab:             140604 kB
SReclaimable:     112364 kB
SUnreclaim:        28240 kB
KernelStack:        3808 kB
PageTables:         8428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1465904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-14 00:12:35