Trace number 4402434

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.13 2470.64

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-199.xml
MD5SUM6632ff8405f31e2dfb2c2f75c1e4c1cc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.4392
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size607
Maximum domain size607
Distribution of domain sizes[{"size":607,"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.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.08/2470.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2470.61		at concrete.MAC.mac(MAC.scala:192)
2520.08/2470.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2470.61		at scala.util.Try$.apply(Try.scala:210)
2520.08/2470.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2470.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2470.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2470.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2470.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2470.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.08/2470.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.08/2470.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.08/2470.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.08/2470.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2470.61		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.08/2470.61		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.08/2470.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2470.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.08/2470.61		at scala.util.Success.map(Try.scala:262)
2520.08/2470.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2470.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2470.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2470.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2470.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2470.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2470.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2470.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2470.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.08/2470.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.08/2470.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.08/2470.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.08/2470.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.08/2470.61		at scala.App.main(App.scala:73)
2520.08/2470.61		at scala.App.main$(App.scala:71)
2520.08/2470.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2470.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2470.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 (5243 MiB free)
  memory of node 1: 16384 MiB (1474 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402434-1568975106/watcher-4402434-1568975106 -o /tmp/evaluation-result-4402434-1568975106/solver-4402434-1568975106 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=261177873 HOME/instance-4402434-1568975106.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=6942, runsolver pid=6939

[startup+0.108631 s]*
/proc/loadavg: 1.28 1.37 1.40 3/221 7000
/proc/meminfo: memFree=6869776/32770624 swapFree=66959528/67108860
[pid=6942] ppid=6939 vsize=10355560 memory=20640 CPUtime=0.1 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 4939 13011 0 0 2 1 5 2 20 0 9 0 473779498 10604093440 5160 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2588890 5160 2102 1 0 2551431 0
[pid=6942/tid=6995] ppid=6939 vsize=10355560 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 2703 13011 0 0 1 0 5 2 20 0 9 0 473779507 10604093440 5160 33554432000 4194304 4196468 140731982950000 140023139254128 140023167440029 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 9 0 473779508 10604093440 5160 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10355560 memory=14266968765564568 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 9 0 473779508 10604093440 5160 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 9 0 473779508 10604093440 5160 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 9 0 473779508 10604093440 5160 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 9 0 473779509 10604093440 5160 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 33 13011 0 0 0 0 5 2 20 0 9 0 473779510 10604093440 5160 33554432000 4194304 4196468 140731982950000 140022625813792 140023167428309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 9 0 473779510 10604093440 5160 33554432000 4194304 4196468 140731982950000 140022040749744 140023167428309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20640 KiB

[startup+0.210993 s]*
/proc/loadavg: 1.28 1.37 1.40 3/229 7008
/proc/meminfo: memFree=6848632/32770624 swapFree=66959528/67108860
[pid=6942] ppid=6939 vsize=10820196 memory=44252 CPUtime=0.26 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 7530 13011 0 0 18 1 5 2 20 0 15 0 473779498 11079880704 11063 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2705049 11063 3291 1 0 2667149 0
[pid=6942/tid=6995] ppid=6939 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 4002 13011 0 0 11 1 5 2 20 0 15 0 473779507 11079880704 11063 33554432000 4194304 4196468 140731982950000 140023139232288 140023167440029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10820196 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 11063 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10820196 memory=140201947505229 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 11063 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 11063 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 11063 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10820196 memory=140201947498112 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779509 11079880704 11063 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 33 13011 0 0 0 0 5 2 20 0 15 0 473779510 11079880704 11063 33554432000 4194304 4196468 140731982950000 140022625813792 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779510 11079880704 11063 33554432000 4194304 4196468 140731982950000 140022040749680 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11079880704 11063 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 463 13011 0 0 1 0 5 2 20 0 15 0 473779513 11079880704 11063 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 186 13011 0 0 1 0 5 2 20 0 15 0 473779513 11079880704 11063 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10820196 memory=140201947498112 CPUtime=0.1 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) S 6939 6942 5017 0 -1 1077944384 623 13011 0 0 3 0 5 2 20 0 15 0 473779513 11079880704 11063 33554432000 4194304 4196468 140731982950000 140022590151024 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7007] ppid=6939 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7007/stat : 7007 (java) S 6939 6942 5017 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 473779513 11079880704 11063 33554432000 4194304 4196468 140731982950000 140021436770784 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7008] ppid=6939 vsize=10820196 memory=140201947498112 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7008/stat : 7008 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779513 11079880704 11063 33554432000 4194304 4196468 140731982950000 140022589098928 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44252 KiB

[startup+0.310597 s]*
/proc/loadavg: 1.28 1.37 1.40 3/229 7008
/proc/meminfo: memFree=6838256/32770624 swapFree=66959528/67108860
[pid=6942] ppid=6939 vsize=10820196 memory=52684 CPUtime=0.39 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 10870 13011 0 0 29 3 5 2 20 0 15 0 473779498 11079880704 13171 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2705049 13171 3311 1 0 2667149 0
[pid=6942/tid=6995] ppid=6939 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 7333 13011 0 0 19 2 5 2 20 0 15 0 473779507 11079880704 13171 33554432000 4194304 4196468 140731982950000 140023139227024 140023152785877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10820196 memory=7969308241958893075 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 13171 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10820196 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 13171 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10820196 memory=140201947505105 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 13171 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779508 11079880704 13171 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779509 11079880704 13171 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 33 13011 0 0 0 0 5 2 20 0 15 0 473779510 11079880704 13171 33554432000 4194304 4196468 140731982950000 140022625813792 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779510 11079880704 13171 33554432000 4194304 4196468 140731982950000 140022040749680 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11079880704 13171 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 463 13011 0 0 1 0 5 2 20 0 15 0 473779513 11079880704 13171 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 187 13011 0 0 2 0 5 2 20 0 15 0 473779513 11079880704 13171 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10820196 memory=140201947498112 CPUtime=0.12 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) S 6939 6942 5017 0 -1 1077944384 631 13011 0 0 5 0 5 2 20 0 15 0 473779513 11079880704 13171 33554432000 4194304 4196468 140731982950000 140022590151024 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7007] ppid=6939 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7007/stat : 7007 (java) S 6939 6942 5017 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 473779513 11079880704 13171 33554432000 4194304 4196468 140731982950000 140021436770784 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7008] ppid=6939 vsize=10820196 memory=140201947498112 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7008/stat : 7008 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779513 11079880704 13171 33554432000 4194304 4196468 140731982950000 140022589098928 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52684 KiB

[startup+0.701495 s]
/proc/loadavg: 1.28 1.37 1.40 3/229 7008
/proc/meminfo: memFree=6823072/32770624 swapFree=66959528/67108860
[pid=6942] ppid=6939 vsize=10824364 memory=85684 CPUtime=1.15 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 15139 13011 0 0 103 5 5 2 20 0 15 0 473779498 11084148736 21421 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2706091 21421 3512 1 0 2668173 0
[pid=6942/tid=6995] ppid=6939 vsize=10824364 memory=140201825479264 CPUtime=0.66 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 10503 13011 0 0 56 3 5 2 20 0 15 0 473779507 11084148736 21421 33554432000 4194304 4196468 140731982950000 140023139245056 140023167430038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10824364 memory=140201825442544 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779508 11084148736 21421 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10824364 memory=140201825437872 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779508 11084148736 21421 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10824364 memory=2024 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779508 11084148736 21421 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10824364 memory=7090143983960547920 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779508 11084148736 21421 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10824364 memory=7306929129762414934 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 5 13011 0 0 0 0 5 2 20 0 15 0 473779509 11084148736 21421 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10824364 memory=7810487918915055718 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 33 13011 0 0 0 0 5 2 20 0 15 0 473779510 11084148736 21421 33554432000 4194304 4196468 140731982950000 140022625813792 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779510 11084148736 21421 33554432000 4194304 4196468 140731982950000 140022040749680 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10824364 memory=1316 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11084148736 21421 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 899 13011 0 0 12 0 5 2 20 0 15 0 473779513 11084148736 21421 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 641 13011 0 0 17 0 5 2 20 0 15 0 473779513 11084148736 21421 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) R 6939 6942 5017 0 -1 4202560 835 13011 0 0 17 0 5 2 20 0 15 0 473779513 11084148736 21421 33554432000 4194304 4196468 140731982950000 140022590151024 140023146554229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7007] ppid=6939 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7007/stat : 7007 (java) S 6939 6942 5017 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 473779513 11084148736 21421 33554432000 4194304 4196468 140731982950000 140021436770784 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7008] ppid=6939 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7008/stat : 7008 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779513 11084148736 21421 33554432000 4194304 4196468 140731982950000 140022589098928 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85684 KiB

[startup+1.50079 s]
/proc/loadavg: 1.28 1.37 1.40 3/229 7008
/proc/meminfo: memFree=6779036/32770624 swapFree=66959528/67108860
[pid=6942] ppid=6939 vsize=10834680 memory=171760 CPUtime=2.46 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 22043 13011 0 0 230 9 5 2 20 0 15 0 473779498 11094712320 42940 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2708670 42940 3584 1 0 2670733 0
[pid=6942/tid=6995] ppid=6939 vsize=10834680 memory=100 CPUtime=1.43 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 15380 13011 0 0 131 5 5 2 20 0 15 0 473779507 11094712320 42940 33554432000 4194304 4196468 140731982950000 140023139221232 140022728699008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 421 13011 0 0 1 0 5 2 20 0 15 0 473779508 11094712320 42940 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 70 13011 0 0 0 0 5 2 20 0 15 0 473779508 11094712320 42940 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 28 13011 0 0 1 0 5 2 20 0 15 0 473779508 11094712320 42940 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10834680 memory=-7385037615208631145 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 87 13011 0 0 1 0 5 2 20 0 15 0 473779508 11094712320 42940 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10834680 memory=8401352418782109792 CPUtime=0.08 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 208 13011 0 0 1 0 5 2 20 0 15 0 473779509 11094712320 42940 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10834680 memory=7668615785997693026 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 34 13011 0 0 0 0 5 2 20 0 15 0 473779510 11094712320 42940 33554432000 4194304 4196468 140731982950000 140022625813856 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10834680 memory=7523107478184158290 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 473779510 11094712320 42940 33554432000 4194304 4196468 140731982950000 140022040749696 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10834680 memory=1188 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11094712320 42940 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10834680 memory=1536 CPUtime=0.31 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 1163 13011 0 0 24 0 5 2 20 0 15 0 473779513 11094712320 42940 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10834680 memory=9592 CPUtime=0.34 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 834 13011 0 0 27 0 5 2 20 0 15 0 473779513 11094712320 42940 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10834680 memory=2828 CPUtime=0.48 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) S 6939 6942 5017 0 -1 1077944384 1601 13011 0 0 41 0 5 2 20 0 15 0 473779513 11094712320 42940 33554432000 4194304 4196468 140731982950000 140022590151024 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0

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

/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 76156 13011 0 0 229462 60 5 2 20 0 15 0 473779507 11107315712 311850 33554432000 4194304 4196468 140731982950000 140023139252976 140022742247394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10846988 memory=1247400 CPUtime=11.78 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 17134 13011 0 0 1110 61 5 2 20 0 15 0 473779508 11107315712 311850 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10846988 memory=1247400 CPUtime=11.76 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 13355 13011 0 0 1111 58 5 2 20 0 15 0 473779508 11107315712 311850 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10846988 memory=1247400 CPUtime=11.77 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 14205 13011 0 0 1112 58 5 2 20 0 15 0 473779508 11107315712 311850 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10846988 memory=1247400 CPUtime=11.74 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 17684 13011 0 0 1108 59 5 2 20 0 15 0 473779508 11107315712 311850 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10846988 memory=1247400 CPUtime=11.78 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 15031 13011 0 0 1116 55 5 2 20 0 15 0 473779509 11107315712 311850 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10846988 memory=1247400 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 53 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 311850 33554432000 4194304 4196468 140731982950000 140022625813856 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10846988 memory=2968 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 311850 33554432000 4194304 4196468 140731982950000 140022040749696 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10846988 memory=1247400 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 311850 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10846988 memory=3624 CPUtime=5.6 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 49126 13011 0 0 547 6 5 2 20 0 15 0 473779513 11107315712 311850 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10846988 memory=55 CPUtime=5.35 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 51005 13011 0 0 522 6 5 2 20 0 15 0 473779513 11107315712 311850 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10846988 memory=280403651031016 CPUtime=3.4 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) S 6939 6942 5017 0 -1 1077944384 61890 13011 0 0 324 9 5 2 20 0 15 0 473779513 11107315712 311850 33554432000 4194304 4196468 140731982950000 140022590151024 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7007] ppid=6939 vsize=10846988 memory=1247400 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7007/stat : 7007 (java) S 6939 6942 5017 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 311850 33554432000 4194304 4196468 140731982950000 140021436770784 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7008] ppid=6939 vsize=10846988 memory=1247400 CPUtime=1.51 cores=1,3,5,7
/proc/6942/task/7008/stat : 7008 (java) S 6939 6942 5017 0 -1 1077944384 1775 13011 0 0 64 80 5 2 20 0 15 0 473779513 11107315712 311850 33554432000 4194304 4196468 140731982950000 140022589098928 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 2369.47 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1247400 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.34 1.42 3/229 7513
/proc/meminfo: memFree=5795576/32770624 swapFree=66959532/67108860
[pid=6942] ppid=6939 vsize=10846988 memory=1249448 CPUtime=2430.39 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 321183 13011 0 0 242639 393 5 2 20 0 15 0 473779498 11107315712 312362 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2711747 312362 3637 1 0 2673805 0
[pid=6942/tid=6995] ppid=6939 vsize=10846988 memory=1247400 CPUtime=2354.6 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 77020 13011 0 0 235393 60 5 2 20 0 15 0 473779507 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023139253600 140022743531221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.08 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 17284 13011 0 0 1139 62 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10846988 memory=1247400 CPUtime=12.08 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 13359 13011 0 0 1141 60 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.09 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 14496 13011 0 0 1142 60 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.06 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 17686 13011 0 0 1139 60 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.09 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 15242 13011 0 0 1146 56 5 2 20 0 15 0 473779509 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10846988 memory=1249448 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 53 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022625813856 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10846988 memory=1249448 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022040749696 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10846988 memory=1247400 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10846988 memory=1247400 CPUtime=5.6 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 49128 13011 0 0 547 6 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10846988 memory=0 CPUtime=5.35 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 51007 13011 0 0 522 6 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10846988 memory=7308607001785952876 CPUtime=3.4 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) S 6939 6942 5017 0 -1 1077944384 61892 13011 0 0 324 9 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022590151024 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7007] ppid=6939 vsize=10846988 memory=1247400 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7007/stat : 7007 (java) S 6939 6942 5017 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140021436770784 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7008] ppid=6939 vsize=10846988 memory=1247400 CPUtime=1.56 cores=1,3,5,7
/proc/6942/task/7008/stat : 7008 (java) S 6939 6942 5017 0 -1 1077944384 1792 13011 0 0 66 83 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022589098928 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 2430.39 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1249448 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.38 1.43 3/228 7519
/proc/meminfo: memFree=5792868/32770624 swapFree=66959532/67108860
[pid=6942] ppid=6939 vsize=10846988 memory=1249448 CPUtime=2491.33 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 322254 13011 0 0 248725 401 5 2 20 0 15 0 473779498 11107315712 312362 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2711747 312362 3637 1 0 2673805 0
[pid=6942/tid=6995] ppid=6939 vsize=10846988 memory=1249448 CPUtime=2413.91 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 77802 13011 0 0 241322 62 5 2 20 0 15 0 473779507 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023139253184 140022743341577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.41 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 17292 13011 0 0 1170 64 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.4 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 13360 13011 0 0 1172 61 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10846988 memory=0 CPUtime=12.41 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 14735 13011 0 0 1173 61 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.4 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 17686 13011 0 0 1172 61 5 2 20 0 15 0 473779508 11107315712 312362 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10846988 memory=1249448 CPUtime=12.4 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 15279 13011 0 0 1175 58 5 2 20 0 15 0 473779509 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10846988 memory=1249448 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 53 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022625813856 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10846988 memory=1249448 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022040749696 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10846988 memory=1249448 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10846988 memory=1188 CPUtime=5.6 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 49128 13011 0 0 547 6 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10846988 memory=1536 CPUtime=5.35 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 51007 13011 0 0 522 6 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10846988 memory=1249448 CPUtime=3.4 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) S 6939 6942 5017 0 -1 1077944384 61892 13011 0 0 324 9 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022590151024 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7007] ppid=6939 vsize=10846988 memory=1249448 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7007/stat : 7007 (java) S 6939 6942 5017 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140021436770784 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7008] ppid=6939 vsize=10846988 memory=1249448 CPUtime=1.59 cores=1,3,5,7
/proc/6942/task/7008/stat : 7008 (java) S 6939 6942 5017 0 -1 1077944384 1796 13011 0 0 68 84 5 2 20 0 15 0 473779513 11107315712 312362 33554432000 4194304 4196468 140731982950000 140022589098928 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 2491.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1249448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.6 s]
/proc/loadavg: 1.41 1.38 1.42 3/228 7520
/proc/meminfo: memFree=5790416/32770624 swapFree=66959532/67108860
[pid=6942] ppid=6939 vsize=10846988 memory=1251496 CPUtime=2520.08 cores=1,3,5,7
/proc/6942/stat : 6942 (java) S 6939 6942 5017 0 -1 1077944320 323162 13011 0 0 251595 406 5 2 20 0 15 0 473779498 11107315712 312874 33554432000 4194304 4196468 140731982950000 140731982932544 140023167418103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
/proc/6942/statm: 2711747 312874 3637 1 0 2673805 0
[pid=6942/tid=6995] ppid=6939 vsize=10846988 memory=1240 CPUtime=2441.87 cores=1,3,5,7
/proc/6942/task/6995/stat : 6995 (java) R 6939 6942 5017 0 -1 4202560 78257 13011 0 0 244118 62 5 2 20 0 15 0 473779507 11107315712 312874 33554432000 4194304 4196468 140731982950000 140023139252848 140022739851596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6996] ppid=6939 vsize=10846988 memory=280403652064336 CPUtime=12.56 cores=1,3,5,7
/proc/6942/task/6996/stat : 6996 (java) S 6939 6942 5017 0 -1 1077944384 17295 13011 0 0 1184 65 5 2 20 0 15 0 473779508 11107315712 312874 33554432000 4194304 4196468 140731982950000 140023171660176 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6997] ppid=6939 vsize=10846988 memory=140201825474848 CPUtime=12.56 cores=1,3,5,7
/proc/6942/task/6997/stat : 6997 (java) S 6939 6942 5017 0 -1 1077944384 13518 13011 0 0 1187 62 5 2 20 0 15 0 473779508 11107315712 312874 33554432000 4194304 4196468 140731982950000 140023059933456 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6998] ppid=6939 vsize=10846988 memory=140201825681472 CPUtime=12.56 cores=1,3,5,7
/proc/6942/task/6998/stat : 6998 (java) S 6939 6942 5017 0 -1 1077944384 14759 13011 0 0 1188 61 5 2 20 0 15 0 473779508 11107315712 312874 33554432000 4194304 4196468 140731982950000 140023058881168 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=6999] ppid=6939 vsize=10846988 memory=8112282956445269571 CPUtime=12.55 cores=1,3,5,7
/proc/6942/task/6999/stat : 6999 (java) S 6939 6942 5017 0 -1 1077944384 17738 13011 0 0 1186 62 5 2 20 0 15 0 473779508 11107315712 312874 33554432000 4194304 4196468 140731982950000 140023057828368 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7000] ppid=6939 vsize=10846988 memory=2024 CPUtime=12.55 cores=1,3,5,7
/proc/6942/task/7000/stat : 7000 (java) S 6939 6942 5017 0 -1 1077944384 15473 13011 0 0 1189 59 5 2 20 0 15 0 473779509 11107315712 312874 33554432000 4194304 4196468 140731982950000 140022626867824 140023167429250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7001] ppid=6939 vsize=10846988 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7001/stat : 7001 (java) S 6939 6942 5017 0 -1 1077944384 53 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 312874 33554432000 4194304 4196468 140731982950000 140022625813856 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7002] ppid=6939 vsize=10846988 memory=55352 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7002/stat : 7002 (java) S 6939 6942 5017 0 -1 1077944384 9 13011 0 0 0 0 5 2 20 0 15 0 473779510 11107315712 312874 33554432000 4194304 4196468 140731982950000 140022040749696 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7003] ppid=6939 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7003/stat : 7003 (java) S 6939 6942 5017 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 312874 33554432000 4194304 4196468 140731982950000 140021705206352 140023167436699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7004] ppid=6939 vsize=10846988 memory=55352 CPUtime=5.6 cores=1,3,5,7
/proc/6942/task/7004/stat : 7004 (java) S 6939 6942 5017 0 -1 1077944384 49131 13011 0 0 547 6 5 2 20 0 15 0 473779513 11107315712 312874 33554432000 4194304 4196468 140731982950000 140022592256112 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7005] ppid=6939 vsize=10846988 memory=988 CPUtime=5.35 cores=1,3,5,7
/proc/6942/task/7005/stat : 7005 (java) S 6939 6942 5017 0 -1 1077944384 51009 13011 0 0 522 6 5 2 20 0 15 0 473779513 11107315712 312874 33554432000 4194304 4196468 140731982950000 140022591203312 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7006] ppid=6939 vsize=10846988 memory=2024 CPUtime=3.4 cores=1,3,5,7
/proc/6942/task/7006/stat : 7006 (java) S 6939 6942 5017 0 -1 1077944384 61894 13011 0 0 324 9 5 2 20 0 15 0 473779513 11107315712 312874 33554432000 4194304 4196468 140731982950000 140022590151024 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7007] ppid=6939 vsize=10846988 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/6942/task/7007/stat : 7007 (java) S 6939 6942 5017 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 473779513 11107315712 312874 33554432000 4194304 4196468 140731982950000 140021436770784 140023167428309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
[pid=6942/tid=7008] ppid=6939 vsize=10846988 memory=55352 CPUtime=1.6 cores=1,3,5,7
/proc/6942/task/7008/stat : 7008 (java) S 6939 6942 5017 0 -1 1077944384 1811 13011 0 0 69 84 5 2 20 0 15 0 473779513 11107315712 312874 33554432000 4194304 4196468 140731982950000 140022589098928 140023167429250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 14462976 140731982953200 140731982955717 140731982955717 140731982958543 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1251496 KiB

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

[startup+2470.64 s]
# the end of solver process 6942 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.03 s, system=4.09988 s

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

Child status: 143
Real time (s): 2470.64
CPU time (s): 2520.13
CPU user time (s): 2516.03
CPU system time (s): 4.09988
CPU usage (%): 102.003
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 1251496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.03
system time used= 4.09988
maximum resident set size= 1255620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305261
involuntary context switches= 10110


# summary of solver processes directly reported to runsolver:
#   pid: 6942
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.03
#   total CPU system time (s): 4.09988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0019 second user time and 23.3613 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 12:24:26
IDJOB=4402434
IDBENCH=127787
IDSOLVER=2861
FILE ID=node127/4402434-1568975106
RUNJOBID= node127-1568967596-5049
PBS_JOBID= 21704621
Free space on /tmp= 35784 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-199.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402434-1568975106/watcher-4402434-1568975106 -o /tmp/evaluation-result-4402434-1568975106/solver-4402434-1568975106 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=261177873 HOME/instance-4402434-1568975106.xml

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

MD5SUM BENCH= 6632ff8405f31e2dfb2c2f75c1e4c1cc
RANDOM SEED=261177873

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         6879380 kB
MemAvailable:   30938328 kB
Buffers:           97592 kB
Cached:         23928448 kB
SwapCached:        44564 kB
Active:         14850760 kB
Inactive:       10094920 kB
Active(anon):     873052 kB
Inactive(anon):    96196 kB
Active(file):   13977708 kB
Inactive(file):  9998724 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66959528 kB
Dirty:             35392 kB
Writeback:             0 kB
AnonPages:        984020 kB
Mapped:            66044 kB
Shmem:             40776 kB
Slab:             539796 kB
SReclaimable:     510976 kB
SUnreclaim:        28820 kB
KernelStack:        3744 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2129332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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= 35748 MiB
End job on node127 at 2019-09-20 13:05:37