Trace number 4402716

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.11 2471.63

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-194.xml
MD5SUMef9e4147ed9b2de2d40743a9ffe67bf9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size593
Maximum domain size593
Distribution of domain sizes[{"size":593,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.54	c Concrete v3.12.3.1568965526260 running
2520.06/2471.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2471.61		at concrete.MAC.mac(MAC.scala:192)
2520.06/2471.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2471.61		at scala.util.Try$.apply(Try.scala:210)
2520.06/2471.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2471.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2471.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2471.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2471.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2471.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.06/2471.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2471.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2471.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2471.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2471.61		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.06/2471.61		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.06/2471.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.06/2471.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.06/2471.61		at scala.util.Success.map(Try.scala:262)
2520.06/2471.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2471.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2471.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2471.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2471.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2471.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2471.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2471.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2471.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.06/2471.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.06/2471.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2471.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2471.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.06/2471.61		at scala.App.main(App.scala:73)
2520.06/2471.61		at scala.App.main$(App.scala:71)
2520.06/2471.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2471.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2471.61	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 (2052 MiB free)
  memory of node 1: 16384 MiB (2853 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402716-1568975069/watcher-4402716-1568975069 -o /tmp/evaluation-result-4402716-1568975069/solver-4402716-1568975069 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1176612141 HOME/instance-4402716-1568975069.xml 

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

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

solver pid=28356, runsolver pid=28353

[startup+0.100101 s]*
/proc/loadavg: 1.35 1.39 1.43 3/218 28413
/proc/meminfo: memFree=5015708/32770624 swapFree=66955392/67108860
[pid=28356] ppid=28353 vsize=10055356 memory=19912 CPUtime=0.09 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 4696 12973 0 0 1 0 5 3 20 0 7 0 473778297 10296684544 4978 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2513839 4978 2040 1 0 2502277 0
[pid=28356/tid=28409] ppid=28353 vsize=10055356 memory=5854520767527157917 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 2487 12973 0 0 1 0 5 3 20 0 7 0 473778306 10296684544 4978 33554432000 4194304 4196468 140725442679120 139790594902800 139790607140190 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10055356 memory=5793854876431145401 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 7 0 473778307 10296684544 4978 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10055356 memory=139625421252224 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 7 0 473778307 10296684544 4978 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 7 0 473778307 10296684544 4978 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 7 0 473778307 10296684544 4978 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 7 0 473778308 10296684544 4978 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19912 KiB

[startup+0.209911 s]*
/proc/loadavg: 1.35 1.39 1.43 4/227 28422
/proc/meminfo: memFree=4994040/32770624 swapFree=66955392/67108860
[pid=28356] ppid=28353 vsize=10820196 memory=43852 CPUtime=0.28 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 7497 12973 0 0 18 2 5 3 20 0 15 0 473778297 11079880704 10963 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2705049 10963 3282 1 0 2667149 0
[pid=28356/tid=28409] ppid=28353 vsize=10820196 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 3976 12973 0 0 11 1 5 3 20 0 15 0 473778306 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790594873888 139790623081629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10820196 memory=4211973351626042762 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10820196 memory=139625421252224 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10820196 memory=139625421252224 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 473778308 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 33 12973 0 0 0 0 5 3 20 0 15 0 473778309 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790081447456 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778309 11079880704 10963 33554432000 4194304 4196468 140725442679120 139789508535664 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11079880704 10963 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) S 28353 28356 26206 0 -1 1077944384 487 12973 0 0 1 0 5 3 20 0 15 0 473778312 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) S 28353 28356 26206 0 -1 1077944384 186 12973 0 0 1 0 5 3 20 0 15 0 473778312 11079880704 10963 33554432000 4194304 4196468 140725442679120 139790046836976 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10820196 memory=139625421252224 CPUtime=0.11 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) S 28353 28356 26206 0 -1 1077944384 594 12973 0 0 3 0 5 3 20 0 15 0 473778312 11079880704 10963 33554432000 4194304 4196468 140725442679120 139789723494512 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11079880704 10963 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10820196 memory=139625421252224 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778312 11079880704 10963 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43852 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.35 1.39 1.43 3/227 28422
/proc/meminfo: memFree=4983552/32770624 swapFree=66955392/67108860
[pid=28356] ppid=28353 vsize=10820196 memory=52564 CPUtime=0.41 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 10841 12973 0 0 30 3 5 3 20 0 15 0 473778297 11079880704 13141 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2705049 13141 3311 1 0 2667149 0
[pid=28356/tid=28409] ppid=28353 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 7310 12973 0 0 19 2 5 3 20 0 15 0 473778306 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790594868624 139790604466002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 473778307 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 473778308 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10820196 memory=139625421252223 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 33 12973 0 0 0 0 5 3 20 0 15 0 473778309 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790081447456 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778309 11079880704 13141 33554432000 4194304 4196468 140725442679120 139789508535664 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11079880704 13141 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) S 28353 28356 26206 0 -1 1077944384 488 12973 0 0 2 0 5 3 20 0 15 0 473778312 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) S 28353 28356 26206 0 -1 1077944384 186 12973 0 0 1 0 5 3 20 0 15 0 473778312 11079880704 13141 33554432000 4194304 4196468 140725442679120 139790046836976 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) R 28353 28356 26206 0 -1 4202560 603 12973 0 0 5 0 5 3 20 0 15 0 473778312 11079880704 13141 33554432000 4194304 4196468 140725442679120 139789723494512 139790623081050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11079880704 13141 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778312 11079880704 13141 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52564 KiB

[startup+0.700675 s]
/proc/loadavg: 1.35 1.39 1.43 3/227 28422
/proc/meminfo: memFree=4968640/32770624 swapFree=66955392/67108860
[pid=28356] ppid=28353 vsize=10824364 memory=85960 CPUtime=1.16 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 15216 12973 0 0 103 5 5 3 20 0 15 0 473778297 11084148736 21490 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2706091 21490 3514 1 0 2668173 0
[pid=28356/tid=28409] ppid=28353 vsize=10824364 memory=2124 CPUtime=0.68 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 1077944384 10464 12973 0 0 56 4 5 3 20 0 15 0 473778306 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790594877632 139790615738925 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10824364 memory=16180 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10824364 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10824364 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778307 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10824364 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 473778307 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10824364 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 5 12973 0 0 0 0 5 3 20 0 15 0 473778308 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 33 12973 0 0 0 0 5 3 20 0 15 0 473778309 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790081447456 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10824364 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778309 11084148736 21490 33554432000 4194304 4196468 140725442679120 139789508535664 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10824364 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11084148736 21490 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10824364 memory=2124 CPUtime=0.2 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) S 28353 28356 26206 0 -1 1077944384 970 12973 0 0 12 0 5 3 20 0 15 0 473778312 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10824364 memory=6944652177228980320 CPUtime=0.24 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) S 28353 28356 26206 0 -1 1077944384 719 12973 0 0 16 0 5 3 20 0 15 0 473778312 11084148736 21490 33554432000 4194304 4196468 140725442679120 139790046836976 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10824364 memory=504 CPUtime=0.25 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) S 28353 28356 26206 0 -1 1077944384 806 12973 0 0 17 0 5 3 20 0 15 0 473778312 11084148736 21490 33554432000 4194304 4196468 140725442679120 139789723494512 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10824364 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11084148736 21490 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10824364 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 473778312 11084148736 21490 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85960 KiB

[startup+1.5008 s]
/proc/loadavg: 1.35 1.39 1.43 4/227 28422
/proc/meminfo: memFree=4923228/32770624 swapFree=66955392/67108860
[pid=28356] ppid=28353 vsize=10834680 memory=173932 CPUtime=2.47 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 24648 12973 0 0 230 9 5 3 20 0 15 0 473778297 11094712320 43483 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2708670 43483 3577 1 0 2670733 0
[pid=28356/tid=28409] ppid=28353 vsize=10834680 memory=3620 CPUtime=1.44 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 15673 12973 0 0 131 5 5 3 20 0 15 0 473778306 11094712320 43483 33554432000 4194304 4196468 140725442679120 139790594863040 139790623071638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10834680 memory=41700 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 435 12973 0 0 1 0 5 3 20 0 15 0 473778307 11094712320 43483 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10834680 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 109 12973 0 0 0 0 5 3 20 0 15 0 473778307 11094712320 43483 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10834680 memory=170512 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 27 12973 0 0 1 0 5 3 20 0 15 0 473778307 11094712320 43483 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 60 12973 0 0 1 0 5 3 20 0 15 0 473778307 11094712320 43483 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 2276 12973 0 0 1 0 5 3 20 0 15 0 473778308 11094712320 43483 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 34 12973 0 0 0 0 5 3 20 0 15 0 473778309 11094712320 43483 33554432000 4194304 4196468 140725442679120 139790081447520 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10834680 memory=261662493975837 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 473778309 11094712320 43483 33554432000 4194304 4196468 140725442679120 139789508535680 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10834680 memory=297290490214168583 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11094712320 43483 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10834680 memory=6935649255810949952 CPUtime=0.32 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) R 28353 28356 26206 0 -1 1077944384 1217 12973 0 0 24 0 5 3 20 0 15 0 473778312 11094712320 43507 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10834680 memory=4638778398332764256 CPUtime=0.33 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) R 28353 28356 26206 0 -1 4202560 963 12973 0 0 25 0 5 3 20 0 15 0 473778312 11094712320 43507 33554432000 4194304 4196468 140725442679120 139790046836976 139790615349085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10834680 memory=279250586304752 CPUtime=0.49 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) R 28353 28356 26206 0 -1 4202560 1663 12973 0 0 41 0 5 3 20 0 15 0 473778312 11094712320 43507 33554432000 4194304 4196468 140725442679120 139789723488864 139790616156595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10834680 memory=6935649255844571217 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11094712320 43507 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10834680 memory=-6797992719232318301 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11094712320 43507 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0

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

/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 78432 12973 0 0 229465 57 5 3 20 0 15 0 473778306 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790594895024 139790210481284 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10846988 memory=1194040 CPUtime=12.27 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 19292 12973 0 0 1158 61 5 3 20 0 15 0 473778307 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10846988 memory=1194040 CPUtime=12.25 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 11339 12973 0 0 1160 57 5 3 20 0 15 0 473778307 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10846988 memory=1194040 CPUtime=12.29 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 15126 12973 0 0 1163 58 5 3 20 0 15 0 473778307 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10846988 memory=0 CPUtime=12.25 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 19201 12973 0 0 1159 58 5 3 20 0 15 0 473778307 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10846988 memory=1194040 CPUtime=11.61 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 18551 12973 0 0 1090 63 5 3 20 0 15 0 473778308 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10846988 memory=1194040 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 52 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790081447584 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10846988 memory=1194040 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 10 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 298510 33554432000 4194304 4196468 140725442679120 139789508535680 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10846988 memory=1194040 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 298510 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10846988 memory=1194040 CPUtime=4.58 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) S 28353 28356 26206 0 -1 1077944384 24563 12973 0 0 446 4 5 3 20 0 15 0 473778312 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10846988 memory=1194040 CPUtime=4.92 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) S 28353 28356 26206 0 -1 1077944384 26405 12973 0 0 480 4 5 3 20 0 15 0 473778312 11107315712 298510 33554432000 4194304 4196468 140725442679120 139790046836976 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10846988 memory=1194040 CPUtime=1.93 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) S 28353 28356 26206 0 -1 1077944384 25714 12973 0 0 180 5 5 3 20 0 15 0 473778312 11107315712 298510 33554432000 4194304 4196468 140725442679120 139789723494512 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10846988 memory=1194040 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 298510 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10846988 memory=1194040 CPUtime=1.51 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 1852 12973 0 0 66 77 5 3 20 0 15 0 473778312 11107315712 298510 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 2368.29 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1194040 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.38 1.38 3/228 28794
/proc/meminfo: memFree=3441844/32770624 swapFree=66955396/67108860
[pid=28356] ppid=28353 vsize=10846988 memory=1196160 CPUtime=2429.26 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 244571 12973 0 0 242535 383 5 3 20 0 15 0 473778297 11107315712 299040 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2711747 299040 3633 1 0 2673805 0
[pid=28356/tid=28409] ppid=28353 vsize=10846988 memory=41768 CPUtime=2354.62 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 79298 12973 0 0 235396 58 5 3 20 0 15 0 473778306 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790594895168 139790210397868 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10846988 memory=1194040 CPUtime=12.59 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 19474 12973 0 0 1189 62 5 3 20 0 15 0 473778307 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.59 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 11348 12973 0 0 1193 58 5 3 20 0 15 0 473778307 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.61 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 15348 12973 0 0 1194 59 5 3 20 0 15 0 473778307 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.59 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 19216 12973 0 0 1190 61 5 3 20 0 15 0 473778307 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10846988 memory=1196160 CPUtime=11.9 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 18762 12973 0 0 1118 64 5 3 20 0 15 0 473778308 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10846988 memory=1196160 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 52 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790081447584 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10846988 memory=1196160 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 10 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 299040 33554432000 4194304 4196468 140725442679120 139789508535680 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10846988 memory=1196160 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 299040 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10846988 memory=1196160 CPUtime=4.58 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) S 28353 28356 26206 0 -1 1077944384 24565 12973 0 0 446 4 5 3 20 0 15 0 473778312 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10846988 memory=6791534058613427641 CPUtime=4.92 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) S 28353 28356 26206 0 -1 1077944384 26700 12973 0 0 480 4 5 3 20 0 15 0 473778312 11107315712 299040 33554432000 4194304 4196468 140725442679120 139790046836976 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10846988 memory=1440 CPUtime=1.93 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) S 28353 28356 26206 0 -1 1077944384 25716 12973 0 0 180 5 5 3 20 0 15 0 473778312 11107315712 299040 33554432000 4194304 4196468 140725442679120 139789723494512 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10846988 memory=1196160 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 299040 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10846988 memory=1196160 CPUtime=1.55 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 1870 12973 0 0 68 79 5 3 20 0 15 0 473778312 11107315712 299040 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 2429.26 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1196160 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.34 1.37 3/228 28798
/proc/meminfo: memFree=3440112/32770624 swapFree=66955396/67108860
[pid=28356] ppid=28353 vsize=10846988 memory=1196200 CPUtime=2490.27 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 246510 12973 0 0 248628 391 5 3 20 0 15 0 473778297 11107315712 299050 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2711747 299050 3633 1 0 2673805 0
[pid=28356/tid=28409] ppid=28353 vsize=10846988 memory=1196160 CPUtime=2413.91 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 80302 12973 0 0 241324 59 5 3 20 0 15 0 473778306 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790594895728 139790209347377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.94 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 19595 12973 0 0 1222 64 5 3 20 0 15 0 473778307 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.93 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 11618 12973 0 0 1226 59 5 3 20 0 15 0 473778307 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.95 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 15429 12973 0 0 1227 60 5 3 20 0 15 0 473778307 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.92 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 19422 12973 0 0 1222 62 5 3 20 0 15 0 473778307 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10846988 memory=1196160 CPUtime=12.21 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 18992 12973 0 0 1148 65 5 3 20 0 15 0 473778308 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10846988 memory=1196200 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 52 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790081447584 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10846988 memory=1196160 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 10 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 299050 33554432000 4194304 4196468 140725442679120 139789508535680 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10846988 memory=1196160 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 299050 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10846988 memory=1196160 CPUtime=4.58 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) S 28353 28356 26206 0 -1 1077944384 24567 12973 0 0 446 4 5 3 20 0 15 0 473778312 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10846988 memory=6791534058613427641 CPUtime=4.92 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) S 28353 28356 26206 0 -1 1077944384 26702 12973 0 0 480 4 5 3 20 0 15 0 473778312 11107315712 299050 33554432000 4194304 4196468 140725442679120 139790046836976 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10846988 memory=14008 CPUtime=1.93 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) S 28353 28356 26206 0 -1 1077944384 25719 12973 0 0 180 5 5 3 20 0 15 0 473778312 11107315712 299050 33554432000 4194304 4196468 140725442679120 139789723494512 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10846988 memory=1196160 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 299050 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10846988 memory=3620 CPUtime=1.58 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 1890 12973 0 0 69 81 5 3 20 0 15 0 473778312 11107315712 299050 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 2490.27 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1196200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.6 s]
/proc/loadavg: 1.36 1.36 1.37 3/228 28800
/proc/meminfo: memFree=3438176/32770624 swapFree=66955396/67108860
[pid=28356] ppid=28353 vsize=10846988 memory=1198252 CPUtime=2520.06 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 26206 0 -1 1077944320 247360 12973 0 0 251602 396 5 3 20 0 15 0 473778297 11107315712 299563 33554432000 4194304 4196468 140725442679120 140725442661664 139790623059703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
/proc/28356/statm: 2711747 299563 3633 1 0 2673805 0
[pid=28356/tid=28409] ppid=28353 vsize=10846988 memory=41768 CPUtime=2442.86 cores=1,3,5,7
/proc/28356/task/28409/stat : 28409 (java) R 28353 28356 26206 0 -1 4202560 80761 12973 0 0 244218 60 5 3 20 0 15 0 473778306 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790594894464 139790210877697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28410] ppid=28353 vsize=10846988 memory=984 CPUtime=13.09 cores=1,3,5,7
/proc/28356/task/28410/stat : 28410 (java) S 28353 28356 26206 0 -1 1077944384 19599 12973 0 0 1237 64 5 3 20 0 15 0 473778307 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790627302032 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28411] ppid=28353 vsize=10846988 memory=2032 CPUtime=13.1 cores=1,3,5,7
/proc/28356/task/28411/stat : 28411 (java) S 28353 28356 26206 0 -1 1077944384 11646 12973 0 0 1242 60 5 3 20 0 15 0 473778307 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790196402704 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28412] ppid=28353 vsize=10846988 memory=1548 CPUtime=13.12 cores=1,3,5,7
/proc/28356/task/28412/stat : 28412 (java) S 28353 28356 26206 0 -1 1077944384 15462 12973 0 0 1243 61 5 3 20 0 15 0 473778307 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790195349904 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28413] ppid=28353 vsize=10846988 memory=1056 CPUtime=13.1 cores=1,3,5,7
/proc/28356/task/28413/stat : 28413 (java) S 28353 28356 26206 0 -1 1077944384 19543 12973 0 0 1239 63 5 3 20 0 15 0 473778307 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790194297104 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28414] ppid=28353 vsize=10846988 memory=744 CPUtime=12.37 cores=1,3,5,7
/proc/28356/task/28414/stat : 28414 (java) S 28353 28356 26206 0 -1 1077944384 19177 12973 0 0 1162 67 5 3 20 0 15 0 473778308 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790082501488 139790623070850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28415] ppid=28353 vsize=10846988 memory=8296 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28415/stat : 28415 (java) S 28353 28356 26206 0 -1 1077944384 52 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790081447584 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28416] ppid=28353 vsize=10846988 memory=6080 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28416/stat : 28416 (java) S 28353 28356 26206 0 -1 1077944384 10 12973 0 0 0 0 5 3 20 0 15 0 473778309 11107315712 299563 33554432000 4194304 4196468 140725442679120 139789508535680 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28417] ppid=28353 vsize=10846988 memory=1124 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28417/stat : 28417 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 299563 33554432000 4194304 4196468 140725442679120 139789201135952 139790623078299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28418] ppid=28353 vsize=10846988 memory=14008 CPUtime=4.58 cores=1,3,5,7
/proc/28356/task/28418/stat : 28418 (java) S 28353 28356 26206 0 -1 1077944384 24569 12973 0 0 446 4 5 3 20 0 15 0 473778312 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790047889776 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28419] ppid=28353 vsize=10846988 memory=12024 CPUtime=4.92 cores=1,3,5,7
/proc/28356/task/28419/stat : 28419 (java) S 28353 28356 26206 0 -1 1077944384 26704 12973 0 0 480 4 5 3 20 0 15 0 473778312 11107315712 299563 33554432000 4194304 4196468 140725442679120 139790046836976 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28420] ppid=28353 vsize=10846988 memory=2124 CPUtime=1.93 cores=1,3,5,7
/proc/28356/task/28420/stat : 28420 (java) S 28353 28356 26206 0 -1 1077944384 25721 12973 0 0 180 5 5 3 20 0 15 0 473778312 11107315712 299563 33554432000 4194304 4196468 140725442679120 139789723494512 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28421] ppid=28353 vsize=10846988 memory=16228 CPUtime=0.08 cores=1,3,5,7
/proc/28356/task/28421/stat : 28421 (java) S 28353 28356 26206 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 473778312 11107315712 299563 33554432000 4194304 4196468 140725442679120 139789167577312 139790623069909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
[pid=28356/tid=28422] ppid=28353 vsize=10846988 memory=504 CPUtime=1.6 cores=1,3,5,7
/proc/28356/task/28422/stat : 28422 (java) S 28353 28356 26206 0 -1 1077944384 1904 12973 0 0 70 82 5 3 20 0 15 0 473778312 11107315712 299563 33554432000 4194304 4196468 140725442679120 139789722442928 139790623070850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140725442681583 140725442684101 140725442684101 140725442686927 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1198252 KiB

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

[startup+2471.63 s]
# the end of solver process 28356 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=4.00914 s

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

Child status: 143
Real time (s): 2471.63
CPU time (s): 2520.11
CPU user time (s): 2516.1
CPU system time (s): 4.00914
CPU usage (%): 101.961
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 1198252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 4.00915
maximum resident set size= 1202464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261395
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317230
involuntary context switches= 7745


# summary of solver processes directly reported to runsolver:
#   pid: 28356
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 4.00914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4384 second user time and 26.6999 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 12:23:49
IDJOB=4402716
IDBENCH=127769
IDSOLVER=2861
FILE ID=node151/4402716-1568975069
RUNJOBID= node151-1568967597-26239
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-194.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402716-1568975069/watcher-4402716-1568975069 -o /tmp/evaluation-result-4402716-1568975069/solver-4402716-1568975069 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1176612141 HOME/instance-4402716-1568975069.xml

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

MD5SUM BENCH= ef9e4147ed9b2de2d40743a9ffe67bf9
RANDOM SEED=1176612141

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:         5024816 kB
MemAvailable:   30838708 kB
Buffers:          122184 kB
Cached:         25703328 kB
SwapCached:        51800 kB
Active:         13833144 kB
Inactive:       13014236 kB
Active(anon):     966068 kB
Inactive(anon):   101412 kB
Active(file):   12867076 kB
Inactive(file): 12912824 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955392 kB
Dirty:             35400 kB
Writeback:             4 kB
AnonPages:       1078060 kB
Mapped:            62100 kB
Shmem:             36860 kB
Slab:             491276 kB
SReclaimable:     462452 kB
SUnreclaim:        28824 kB
KernelStack:        3760 kB
PageTables:         7304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2198420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 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= 12244 MiB
End job on node151 at 2019-09-20 13:05:01