Trace number 4402591

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.1 2474.63

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07-3_X2.xml
MD5SUM72c85c51a44e0e8527757e040a083bca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark165.887
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402591-1568980022/watcher-4402591-1568980022 -o /tmp/evaluation-result-4402591-1568980022/solver-4402591-1568980022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1659643885 HOME/instance-4402591-1568980022.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=29993, runsolver pid=29990

[startup+0.100112 s]*
/proc/loadavg: 1.27 1.43 1.47 3/218 30050
/proc/meminfo: memFree=4257472/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10055356 memory=16236 CPUtime=0.09 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 4798 13132 0 0 1 1 4 3 20 0 7 0 474273552 10296684544 4059 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2513839 4059 2052 1 0 2502277 0
[pid=29993/tid=30046] ppid=29990 vsize=10055356 memory=5854520767527157917 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 2592 13132 0 0 1 0 4 3 20 0 7 0 474273561 10296684544 4059 33554432000 4194304 4196468 140729563998480 139770752760592 139770763353312 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10055356 memory=5793855144424159673 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 7 0 474273562 10296684544 4059 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10055356 memory=139893414266496 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 7 0 474273562 10296684544 4059 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 7 0 474273562 10296684544 4059 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 7 0 474273562 10296684544 4059 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 7 0 474273563 10296684544 4059 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 16236 KiB

[startup+0.210262 s]*
/proc/loadavg: 1.27 1.43 1.47 4/227 30059
/proc/meminfo: memFree=4239016/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10821220 memory=42068 CPUtime=0.26 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 9313 13132 0 0 17 2 4 3 20 0 15 0 474273552 11080929280 10517 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2705305 10517 3295 1 0 2667405 0
[pid=29993/tid=30046] ppid=29990 vsize=10821220 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 5696 13132 0 0 10 1 4 3 20 0 15 0 474273561 11080929280 10517 33554432000 4194304 4196468 140729563998480 139770752729856 139770773634599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10821220 memory=4211973619619057034 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11080929280 10306 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10821220 memory=139893414266496 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11080929280 10306 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11079880704 10306 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 15 0 474273562 11079880704 10306 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10820196 memory=139893414266496 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 15 0 474273563 11079880704 10306 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 33 13132 0 0 0 0 4 3 20 0 15 0 474273564 11079880704 10306 33554432000 4194304 4196468 140729563998480 139770238817440 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273564 11080929280 10306 33554432000 4194304 4196468 140729563998480 139769644311280 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11080929280 10306 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) S 29990 29993 26206 0 -1 1077944384 494 13132 0 0 1 0 4 3 20 0 15 0 474273566 11080929280 10306 33554432000 4194304 4196468 140729563998480 139770205260528 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) S 29990 29993 26206 0 -1 1077944384 187 13132 0 0 1 0 4 3 20 0 15 0 474273566 11080929280 10371 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10821220 memory=139893414266496 CPUtime=0.1 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) S 29990 29993 26206 0 -1 1077944384 678 13132 0 0 3 0 4 3 20 0 15 0 474273566 11080929280 10371 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11080929280 10371 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10821220 memory=139893414266496 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273567 11080929280 10437 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 42068 KiB

[startup+0.310477 s]*
/proc/loadavg: 1.27 1.43 1.47 3/227 30059
/proc/meminfo: memFree=4228888/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10820196 memory=46856 CPUtime=0.4 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 11013 13132 0 0 30 3 4 3 20 0 15 0 474273552 11079880704 11714 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2705049 11714 3307 1 0 2667149 0
[pid=29993/tid=30046] ppid=29990 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 7352 13132 0 0 20 2 4 3 20 0 15 0 474273561 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770752726416 139770780939421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 15 0 474273562 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 15 0 474273563 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10820196 memory=139893414266495 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 33 13132 0 0 0 0 4 3 20 0 15 0 474273564 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770238817440 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273564 11079880704 11714 33554432000 4194304 4196468 140729563998480 139769644311280 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11079880704 11714 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) S 29990 29993 26206 0 -1 1077944384 504 13132 0 0 2 0 4 3 20 0 15 0 474273566 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770205260528 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) S 29990 29993 26206 0 -1 1077944384 190 13132 0 0 1 0 4 3 20 0 15 0 474273566 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) S 29990 29993 26206 0 -1 1077944384 710 13132 0 0 5 0 4 3 20 0 15 0 474273566 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11079880704 11714 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273567 11079880704 11714 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46856 KiB

[startup+0.701574 s]
/proc/loadavg: 1.27 1.43 1.47 5/227 30059
/proc/meminfo: memFree=4212468/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10824364 memory=81232 CPUtime=1.15 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 15562 13132 0 0 102 6 4 3 20 0 15 0 474273552 11084148736 20308 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2706091 20308 3513 1 0 2668173 0
[pid=29993/tid=30046] ppid=29990 vsize=10824364 memory=2124 CPUtime=0.67 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 10566 13132 0 0 56 4 4 3 20 0 15 0 474273561 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770752727952 139770767122042 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10824364 memory=16252 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10824364 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273562 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10824364 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 15 0 474273562 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 5 13132 0 0 0 0 4 3 20 0 15 0 474273563 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 33 13132 0 0 0 0 4 3 20 0 15 0 474273564 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770238817440 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10824364 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273564 11084148736 20308 33554432000 4194304 4196468 140729563998480 139769644311280 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10824364 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11084148736 20308 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10824364 memory=2124 CPUtime=0.19 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) R 29990 29993 26206 0 -1 4202560 899 13132 0 0 12 0 4 3 20 0 15 0 474273566 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770205260528 139770764400826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10824364 memory=6944652177228980320 CPUtime=0.22 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) S 29990 29993 26206 0 -1 1077944384 846 13132 0 0 15 0 4 3 20 0 15 0 474273566 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10824364 memory=504 CPUtime=0.24 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) S 29990 29993 26206 0 -1 1077944384 990 13132 0 0 17 0 4 3 20 0 15 0 474273566 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11084148736 20308 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10824364 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273567 11084148736 20308 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81232 KiB

[startup+1.50221 s]
/proc/loadavg: 1.27 1.43 1.47 4/227 30059
/proc/meminfo: memFree=4174748/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10834680 memory=173584 CPUtime=2.67 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 22199 13132 0 0 250 10 4 3 20 0 15 0 474273552 11094712320 43396 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2708670 43396 3583 1 0 2670733 0
[pid=29993/tid=30046] ppid=29990 vsize=10834680 memory=3620 CPUtime=1.43 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 15187 13132 0 0 131 5 4 3 20 0 15 0 474273561 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770752744256 139770764997982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10834680 memory=41804 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 320 13132 0 0 1 0 4 3 20 0 15 0 474273562 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10834680 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 40 13132 0 0 0 0 4 3 20 0 15 0 474273562 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10834680 memory=169808 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 47 13132 0 0 1 0 4 3 20 0 15 0 474273562 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 78 13132 0 0 1 0 4 3 20 0 15 0 474273562 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 105 13132 0 0 1 0 4 3 20 0 15 0 474273563 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 33 13132 0 0 0 0 4 3 20 0 15 0 474273564 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770238817440 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10834680 memory=268961321134978 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 2 13132 0 0 0 0 4 3 20 0 15 0 474273564 11094712320 43396 33554432000 4194304 4196468 140729563998480 139769644311280 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10834680 memory=4203653204835316256 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11094712320 43396 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10834680 memory=6935649255810949952 CPUtime=0.4 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) R 29990 29993 26206 0 -1 4202560 1413 13132 0 0 33 0 4 3 20 0 15 0 474273566 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770205260528 139770780929430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10834680 memory=4638778398332764256 CPUtime=0.41 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) R 29990 29993 26206 0 -1 1077944384 1054 13132 0 0 34 0 4 3 20 0 15 0 474273566 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10834680 memory=279786517692656 CPUtime=0.52 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) R 29990 29993 26206 0 -1 1077944384 1704 13132 0 0 44 1 4 3 20 0 15 0 474273566 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10834680 memory=6935649255945234513 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11094712320 43396 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10834680 memory=-7088473795686087512 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 1 13132 0 0 0 0 4 3 20 0 15 0 474273567 11094712320 43396 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0

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

/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 67662 13132 0 0 229475 56 4 3 20 0 15 0 474273561 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770752752720 139770396131421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10846988 memory=1080476 CPUtime=12.87 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 10433 13132 0 0 1222 58 4 3 20 0 15 0 474273562 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10846988 memory=1080476 CPUtime=12.9 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 12294 13132 0 0 1222 61 4 3 20 0 15 0 474273562 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10846988 memory=0 CPUtime=12.87 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 13088 13132 0 0 1221 59 4 3 20 0 15 0 474273562 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10846988 memory=6152876326558788708 CPUtime=12.85 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 13210 13132 0 0 1217 61 4 3 20 0 15 0 474273562 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10846988 memory=1080464 CPUtime=10.89 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 14026 13132 0 0 1019 63 4 3 20 0 15 0 474273563 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10846988 memory=1080464 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 42 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770238817504 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10846988 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 8 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270119 33554432000 4194304 4196468 140729563998480 139769644311296 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10846988 memory=744 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11107315712 270119 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10846988 memory=1080476 CPUtime=2.49 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) S 29990 29993 26206 0 -1 1077944384 12802 13132 0 0 240 2 4 3 20 0 15 0 474273566 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770205260528 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10846988 memory=1080476 CPUtime=2.29 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) S 29990 29993 26206 0 -1 1077944384 11268 13132 0 0 219 3 4 3 20 0 15 0 474273566 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10846988 memory=1080476 CPUtime=1.57 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) S 29990 29993 26206 0 -1 1077944384 12601 13132 0 0 147 3 4 3 20 0 15 0 474273566 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10846988 memory=1080476 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11107315712 270119 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10846988 memory=1080456 CPUtime=1.56 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 816 13132 0 0 68 81 4 3 20 0 15 0 474273567 11107315712 270119 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 2365.15 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1080476 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.40 1.41 3/229 30817
/proc/meminfo: memFree=4086844/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10846988 memory=1080520 CPUtime=2426.17 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 172073 13132 0 0 242225 385 4 3 20 0 15 0 474273552 11107315712 270130 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2711747 270130 3622 1 0 2673805 0
[pid=29993/tid=30046] ppid=29990 vsize=10846988 memory=1080476 CPUtime=2354.65 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 68640 13132 0 0 235401 57 4 3 20 0 15 0 474273561 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770752753248 139770397274835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10846988 memory=1080520 CPUtime=13.22 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 10466 13132 0 0 1256 59 4 3 20 0 15 0 474273562 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10846988 memory=279786518949696 CPUtime=13.25 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 12355 13132 0 0 1256 62 4 3 20 0 15 0 474273562 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10846988 memory=1080520 CPUtime=13.22 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 13250 13132 0 0 1255 60 4 3 20 0 15 0 474273562 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10846988 memory=1080520 CPUtime=13.2 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 13369 13132 0 0 1250 63 4 3 20 0 15 0 474273562 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10846988 memory=1080520 CPUtime=11.17 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 14216 13132 0 0 1046 64 4 3 20 0 15 0 474273563 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10846988 memory=1080520 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 42 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770238817504 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10846988 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 8 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270130 33554432000 4194304 4196468 140729563998480 139769644311296 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10846988 memory=1080520 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11107315712 270130 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10846988 memory=1080520 CPUtime=2.49 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) S 29990 29993 26206 0 -1 1077944384 12805 13132 0 0 240 2 4 3 20 0 15 0 474273566 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770205260528 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10846988 memory=1080520 CPUtime=2.3 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) S 29990 29993 26206 0 -1 1077944384 11270 13132 0 0 220 3 4 3 20 0 15 0 474273566 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10846988 memory=1080520 CPUtime=1.57 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) S 29990 29993 26206 0 -1 1077944384 12603 13132 0 0 147 3 4 3 20 0 15 0 474273566 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11107315712 270130 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10846988 memory=1099 CPUtime=1.6 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 833 13132 0 0 70 83 4 3 20 0 15 0 474273567 11107315712 270130 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 2426.17 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1080520 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.46 1.43 3/227 30821
/proc/meminfo: memFree=4081724/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10846988 memory=1082712 CPUtime=2487.2 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 174259 13132 0 0 248317 396 4 3 20 0 15 0 474273552 11107315712 270678 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2711747 270678 3622 1 0 2673805 0
[pid=29993/tid=30046] ppid=29990 vsize=10846988 memory=303430223234596890 CPUtime=2413.96 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 69742 13132 0 0 241331 58 4 3 20 0 15 0 474273561 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770752753008 139770396702220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10846988 memory=1082712 CPUtime=13.58 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 10592 13132 0 0 1289 62 4 3 20 0 15 0 474273562 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10846988 memory=3620 CPUtime=13.6 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 12577 13132 0 0 1289 64 4 3 20 0 15 0 474273562 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10846988 memory=3616 CPUtime=13.57 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 13450 13132 0 0 1288 62 4 3 20 0 15 0 474273562 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10846988 memory=1082672 CPUtime=13.54 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 13539 13132 0 0 1283 64 4 3 20 0 15 0 474273562 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10846988 memory=1082672 CPUtime=11.45 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 14556 13132 0 0 1071 67 4 3 20 0 15 0 474273563 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10846988 memory=1082672 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 42 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770238817504 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10846988 memory=1080604 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 8 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270678 33554432000 4194304 4196468 140729563998480 139769644311296 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10846988 memory=1080604 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11107315712 270678 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10846988 memory=1080624 CPUtime=2.49 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) S 29990 29993 26206 0 -1 1077944384 12807 13132 0 0 240 2 4 3 20 0 15 0 474273566 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770205260528 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10846988 memory=1082672 CPUtime=2.3 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) S 29990 29993 26206 0 -1 1077944384 11272 13132 0 0 220 3 4 3 20 0 15 0 474273566 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10846988 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) S 29990 29993 26206 0 -1 1077944384 12605 13132 0 0 148 3 4 3 20 0 15 0 474273566 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10846988 memory=1082672 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11107315712 270678 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10846988 memory=1082672 CPUtime=1.63 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 853 13132 0 0 71 85 4 3 20 0 15 0 474273567 11107315712 270678 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 2487.2 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1082712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.6 s]
/proc/loadavg: 1.59 1.48 1.43 3/227 30824
/proc/meminfo: memFree=4080260/32770624 swapFree=66955396/67108860
[pid=29993] ppid=29990 vsize=10846988 memory=1082724 CPUtime=2520.04 cores=1,3,5,7
/proc/29993/stat : 29993 (java) S 29990 29993 26206 0 -1 1077944320 174849 13132 0 0 251596 401 4 3 20 0 15 0 474273552 11107315712 270681 33554432000 4194304 4196468 140729563998480 140729563981024 139770780917495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
/proc/29993/statm: 2711747 270681 3622 1 0 2673805 0
[pid=29993/tid=30046] ppid=29990 vsize=10846988 memory=111632 CPUtime=2445.86 cores=1,3,5,7
/proc/29993/task/30046/stat : 30046 (java) R 29990 29993 26206 0 -1 4202560 70155 13132 0 0 244520 59 4 3 20 0 15 0 474273561 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770752753216 139770397123368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30047] ppid=29990 vsize=10846988 memory=804 CPUtime=13.77 cores=1,3,5,7
/proc/29993/task/30047/stat : 30047 (java) S 29990 29993 26206 0 -1 1077944384 10622 13132 0 0 1307 63 4 3 20 0 15 0 474273562 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770785160208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30048] ppid=29990 vsize=10846988 memory=6791534058613427641 CPUtime=13.8 cores=1,3,5,7
/proc/29993/task/30048/stat : 30048 (java) S 29990 29993 26206 0 -1 1077944384 12591 13132 0 0 1308 65 4 3 20 0 15 0 474273562 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770719202448 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30049] ppid=29990 vsize=10846988 memory=1124 CPUtime=13.76 cores=1,3,5,7
/proc/29993/task/30049/stat : 30049 (java) S 29990 29993 26206 0 -1 1077944384 13490 13132 0 0 1306 63 4 3 20 0 15 0 474273562 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770353519376 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30050] ppid=29990 vsize=10846988 memory=14008 CPUtime=13.73 cores=1,3,5,7
/proc/29993/task/30050/stat : 30050 (java) S 29990 29993 26206 0 -1 1077944384 13571 13132 0 0 1301 65 4 3 20 0 15 0 474273562 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770352466832 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30051] ppid=29990 vsize=10846988 memory=12024 CPUtime=11.61 cores=1,3,5,7
/proc/29993/task/30051/stat : 30051 (java) S 29990 29993 26206 0 -1 1077944384 14598 13132 0 0 1086 68 4 3 20 0 15 0 474273563 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770239871216 139770780928642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30052] ppid=29990 vsize=10846988 memory=2124 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30052/stat : 30052 (java) S 29990 29993 26206 0 -1 1077944384 42 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770238817504 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30053] ppid=29990 vsize=10846988 memory=16292 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30053/stat : 30053 (java) S 29990 29993 26206 0 -1 1077944384 8 13132 0 0 0 0 4 3 20 0 15 0 474273564 11107315712 270681 33554432000 4194304 4196468 140729563998480 139769644311296 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30054] ppid=29990 vsize=10846988 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30054/stat : 30054 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273566 11107315712 270681 33554432000 4194304 4196468 140729563998480 139769336911824 139770780936091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30055] ppid=29990 vsize=10846988 memory=1564 CPUtime=2.49 cores=1,3,5,7
/proc/29993/task/30055/stat : 30055 (java) S 29990 29993 26206 0 -1 1077944384 12809 13132 0 0 240 2 4 3 20 0 15 0 474273566 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770205260528 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30056] ppid=29990 vsize=10846988 memory=924 CPUtime=2.3 cores=1,3,5,7
/proc/29993/task/30056/stat : 30056 (java) S 29990 29993 26206 0 -1 1077944384 11274 13132 0 0 220 3 4 3 20 0 15 0 474273566 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770204207984 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30057] ppid=29990 vsize=10846988 memory=1082724 CPUtime=1.58 cores=1,3,5,7
/proc/29993/task/30057/stat : 30057 (java) S 29990 29993 26206 0 -1 1077944384 12607 13132 0 0 148 3 4 3 20 0 15 0 474273566 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770203154928 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30058] ppid=29990 vsize=10846988 memory=2124 CPUtime=0.07 cores=1,3,5,7
/proc/29993/task/30058/stat : 30058 (java) S 29990 29993 26206 0 -1 1077944384 3 13132 0 0 0 0 4 3 20 0 15 0 474273567 11107315712 270681 33554432000 4194304 4196468 140729563998480 139769303354208 139770780927701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
[pid=29993/tid=30059] ppid=29990 vsize=10846988 memory=16292 CPUtime=1.65 cores=1,3,5,7
/proc/29993/task/30059/stat : 30059 (java) S 29990 29993 26206 0 -1 1077944384 866 13132 0 0 72 86 4 3 20 0 15 0 474273567 11107315712 270681 33554432000 4194304 4196468 140729563998480 139770202102320 139770780928642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21815296 140729564003055 140729564005573 140729564005573 140729564008399 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1082724 KiB

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

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

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

Child status: 143
Real time (s): 2474.63
CPU time (s): 2520.1
CPU user time (s): 2516.03
CPU system time (s): 4.06523
CPU usage (%): 101.837
Max. virtual memory (cumulated for all children) (KiB): 10849772
Max. memory (cumulated for all children) (KiB): 1082724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.03
system time used= 4.06523
maximum resident set size= 1086952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304714
involuntary context switches= 7452


# summary of solver processes directly reported to runsolver:
#   pid: 29993
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.03
#   total CPU system time (s): 4.06523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4711 second user time and 23.6337 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 13:46:22
IDJOB=4402591
IDBENCH=134589
IDSOLVER=2861
FILE ID=node151/4402591-1568980022
RUNJOBID= node151-1568967597-26239
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07-3_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402591-1568980022/watcher-4402591-1568980022 -o /tmp/evaluation-result-4402591-1568980022/solver-4402591-1568980022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1659643885 HOME/instance-4402591-1568980022.xml

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

MD5SUM BENCH= 72c85c51a44e0e8527757e040a083bca
RANDOM SEED=1659643885

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:         4264100 kB
MemAvailable:   30084636 kB
Buffers:          126468 kB
Cached:         25705640 kB
SwapCached:        51796 kB
Active:         14587156 kB
Inactive:       13018752 kB
Active(anon):    1718988 kB
Inactive(anon):   100424 kB
Active(file):   12868168 kB
Inactive(file): 12918328 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955396 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:       1842848 kB
Mapped:            62268 kB
Shmem:             36864 kB
Slab:             491500 kB
SReclaimable:     462500 kB
SUnreclaim:        29000 kB
KernelStack:        3984 kB
PageTables:         9820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2760556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1716224 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 14:27:37