Trace number 4395931

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.2? (TO) 2520.14 2468.65

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
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 benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
2520.07/2468.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2468.61		at concrete.MAC.mac(MAC.scala:192)
2520.07/2468.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2468.61		at scala.util.Try$.apply(Try.scala:212)
2520.07/2468.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2468.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2468.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2468.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2468.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2468.61		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.07/2468.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2468.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2468.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2468.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2468.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2468.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2468.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2468.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2468.61		at scala.util.Success.map(Try.scala:264)
2520.07/2468.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2468.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2468.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2468.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2468.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2468.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2468.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2468.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2468.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2468.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2468.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2468.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2468.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2468.61		at scala.App.main(App.scala:75)
2520.07/2468.61		at scala.App.main$(App.scala:73)
2520.07/2468.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2468.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2468.62	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 (14206 MiB free)
  memory of node 1: 16384 MiB (13774 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395931-1568411569/watcher-4395931-1568411569 -o /tmp/evaluation-result-4395931-1568411569/solver-4395931-1568411569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32744 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=932548969 HOME/instance-4395931-1568411569.xml 

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

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


[startup+0.100161 s]*
/proc/loadavg: 1.12 1.37 1.45 3/217 3496
/proc/meminfo: memFree=28646152/32770624 swapFree=66932096/67108860
[pid=3439] ppid=3436 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 4468 13017 0 0 1 0 5 3 20 0 6 0 417424812 10212057088 4204 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2493178 4204 1935 1 0 2481616 0
[pid=3439/tid=3492] ppid=3436 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 2316 13017 0 0 1 0 5 3 20 0 6 0 417424821 10212057088 4270 33554432000 4194304 4196468 140727394721360 139651153904208 139651166520176 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 6 0 417424821 10212057088 4270 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=9972712 memory=140071751001728 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 6 0 417424821 10212057088 4270 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 6 0 417424821 10212057088 4270 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 6 0 417424821 10212057088 4270 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209989 s]*
/proc/loadavg: 1.12 1.37 1.45 4/226 3505
/proc/meminfo: memFree=28625136/32770624 swapFree=66932096/67108860
[pid=3439] ppid=3436 vsize=10819664 memory=44372 CPUtime=0.27 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 7423 13017 0 0 17 2 5 3 20 0 15 0 417424812 11079335936 11093 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2704916 11093 3167 1 0 2667149 0
[pid=3439/tid=3492] ppid=3436 vsize=10819664 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 3890 13017 0 0 10 1 5 3 20 0 15 0 417424821 11079335936 11093 33554432000 4194304 4196468 140727394721360 139651153864576 139651163630999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079335936 11093 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10819664 memory=140071751001728 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079335936 11093 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079335936 11093 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079335936 11093 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10819664 memory=140071751001728 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424823 11079335936 11093 33554432000 4194304 4196468 140727394721360 139650641545712 139651182078594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 33 13017 0 0 0 0 5 3 20 0 15 0 417424823 11079335936 11093 33554432000 4194304 4196468 140727394721360 139650640491936 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424823 11079335936 11093 33554432000 4194304 4196468 140727394721360 139650526078448 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11079335936 11093 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) S 3436 3439 32713 0 -1 1077944384 364 13017 0 0 1 0 5 3 20 0 15 0 417424826 11079335936 11093 33554432000 4194304 4196468 140727394721360 139650606934000 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 306 13017 0 0 1 0 5 3 20 0 15 0 417424826 11079335936 11093 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10819664 memory=140071751001728 CPUtime=0.11 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 615 13017 0 0 3 0 5 3 20 0 15 0 417424826 11079335936 11093 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11079335936 11093 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10819664 memory=140071751001728 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424827 11079335936 11093 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44372 KiB

[startup+0.310436 s]*
/proc/loadavg: 1.12 1.37 1.45 3/226 3505
/proc/meminfo: memFree=28611800/32770624 swapFree=66932096/67108860
[pid=3439] ppid=3436 vsize=10820148 memory=53256 CPUtime=0.4 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 11068 13017 0 0 29 3 5 3 20 0 15 0 417424812 11079831552 13314 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2705037 13314 3299 1 0 2667149 0
[pid=3439/tid=3492] ppid=3436 vsize=10820148 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 7520 13017 0 0 19 2 5 3 20 0 15 0 417424821 11079831552 13314 33554432000 4194304 4196468 140727394721360 139651153867360 139651166147934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10820148 memory=-2843869603891365022 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079831552 13314 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10820148 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079831552 13314 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079831552 13314 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424821 11079831552 13314 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424823 11079831552 13314 33554432000 4194304 4196468 140727394721360 139650641545712 139651182078594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 33 13017 0 0 0 0 5 3 20 0 15 0 417424823 11079831552 13314 33554432000 4194304 4196468 140727394721360 139650640491936 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424823 11079831552 13314 33554432000 4194304 4196468 140727394721360 139650526078448 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11079831552 13314 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) S 3436 3439 32713 0 -1 1077944384 369 13017 0 0 1 0 5 3 20 0 15 0 417424826 11079831552 13314 33554432000 4194304 4196468 140727394721360 139650606934000 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 307 13017 0 0 2 0 5 3 20 0 15 0 417424826 11079831552 13314 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 623 13017 0 0 5 0 5 3 20 0 15 0 417424826 11079831552 13314 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11079831552 13314 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424827 11079831552 13314 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53256 KiB

[startup+0.700765 s]
/proc/loadavg: 1.12 1.37 1.45 4/226 3505
/proc/meminfo: memFree=28597532/32770624 swapFree=66932096/67108860
[pid=3439] ppid=3436 vsize=10824360 memory=85800 CPUtime=1.15 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 15166 13017 0 0 101 6 5 3 20 0 15 0 417424812 11084144640 21450 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2706090 21450 3511 1 0 2668173 0
[pid=3439/tid=3492] ppid=3436 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 10501 13017 0 0 55 4 5 3 20 0 15 0 417424821 11084144640 21450 33554432000 4194304 4196468 140727394721360 139651153891840 139651182089373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424821 11084144640 21450 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10824360 memory=8242257093008504629 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424821 11084144640 21450 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10824360 memory=7661556818084520512 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424821 11084144640 21450 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10824360 memory=7302700429432607590 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424821 11084144640 21450 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10824360 memory=4638778398332698724 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) S 3436 3439 32713 0 -1 1077944384 5 13017 0 0 0 0 5 3 20 0 15 0 417424823 11084144640 21450 33554432000 4194304 4196468 140727394721360 139650641545712 139651182078594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 33 13017 0 0 0 0 5 3 20 0 15 0 417424823 11084144640 21450 33554432000 4194304 4196468 140727394721360 139650640491936 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424823 11084144640 21450 33554432000 4194304 4196468 140727394721360 139650526078448 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11084144640 21450 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10824360 memory=2244 CPUtime=0.23 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) R 3436 3439 32713 0 -1 4202560 801 13017 0 0 15 0 5 3 20 0 15 0 417424826 11084144640 21450 33554432000 4194304 4196468 140727394721360 139650606934000 139651165553397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 778 13017 0 0 12 0 5 3 20 0 15 0 417424826 11084144640 21450 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 830 13017 0 0 17 0 5 3 20 0 15 0 417424826 11084144640 21450 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11084144640 21450 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10824360 memory=19265 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424827 11084144640 21450 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85800 KiB

[startup+1.50079 s]
/proc/loadavg: 1.12 1.37 1.45 6/226 3505
/proc/meminfo: memFree=28525676/32770624 swapFree=66932096/67108860
[pid=3439] ppid=3436 vsize=10828532 memory=224564 CPUtime=3.54 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 24258 13017 0 0 337 9 5 3 20 0 15 0 417424812 11088416768 56141 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2707133 56141 3588 1 0 2669197 0
[pid=3439/tid=3492] ppid=3436 vsize=10828532 memory=3620 CPUtime=1.44 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 12727 13017 0 0 131 5 5 3 20 0 15 0 417424821 11088416768 56207 33554432000 4194304 4196468 140727394721360 139651153898528 139651174304574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10828532 memory=100 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 84 13017 0 0 0 0 5 3 20 0 15 0 417424821 11088416768 56207 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10828532 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 9 13017 0 0 0 0 5 3 20 0 15 0 417424821 11088416768 56207 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10828532 memory=167 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 317 13017 0 0 0 0 5 3 20 0 15 0 417424821 11088416768 56207 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10828532 memory=79 CPUtime=0.09 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 69 13017 0 0 1 0 5 3 20 0 15 0 417424821 11088416768 56207 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10828532 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) S 3436 3439 32713 0 -1 1077944384 98 13017 0 0 0 0 5 3 20 0 15 0 417424823 11088416768 56207 33554432000 4194304 4196468 140727394721360 139650641545712 139651182078594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10828532 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 35 13017 0 0 0 0 5 3 20 0 15 0 417424823 11088416768 56207 33554432000 4194304 4196468 140727394721360 139650640491936 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10828532 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424823 11088416768 56207 33554432000 4194304 4196468 140727394721360 139650526078448 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10828532 memory=140071634221687 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11088416768 56207 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10828532 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) S 3436 3439 32713 0 -1 1077944384 2913 13017 0 0 79 0 5 3 20 0 15 0 417424826 11088416768 56207 33554432000 4194304 4196468 140727394721360 139650606934000 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10828532 memory=7445382915217973859 CPUtime=0.83 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 3576 13017 0 0 75 0 5 3 20 0 15 0 417424826 11088416768 56207 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10828532 memory=-2245088631185882904 CPUtime=0.54 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 2219 13017 0 0 46 0 5 3 20 0 15 0 417424826 11088416768 56207 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10828532 memory=8594174981562934426 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11088416768 56207 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10828532 memory=-1807685287717842718 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1 13017 0 0 0 0 5 3 20 0 15 0 417424827 11088416768 56207 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 10828532 KiB

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

/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 82182 13017 0 0 230528 47 5 3 20 0 15 0 417424821 11109408768 95142 33554432000 4194304 4196468 140727394721360 139651153902144 139650756136168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10849032 memory=380568 CPUtime=9.22 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 23090 13017 0 0 873 41 5 3 20 0 15 0 417424821 11109408768 95142 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10849032 memory=380528 CPUtime=9.26 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 12404 13017 0 0 879 39 5 3 20 0 15 0 417424821 11109408768 95142 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10849032 memory=380568 CPUtime=9.27 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 23036 13017 0 0 879 40 5 3 20 0 15 0 417424821 11109408768 95142 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10849032 memory=380568 CPUtime=9.23 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 16466 13017 0 0 877 38 5 3 20 0 15 0 417424821 11109408768 95142 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10849032 memory=380568 CPUtime=4.95 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) S 3436 3439 32713 0 -1 1077944384 19009 13017 0 0 440 47 5 3 20 0 15 0 417424823 11109408768 95142 33554432000 4194304 4196468 140727394721360 139650641545712 139651182078594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10849032 memory=380568 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 59 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95142 33554432000 4194304 4196468 140727394721360 139650640492000 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10849032 memory=380568 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 13 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95142 33554432000 4194304 4196468 140727394721360 139650526078464 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10849032 memory=380568 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95142 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10849032 memory=380568 CPUtime=10.31 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) S 3436 3439 32713 0 -1 1077944384 53047 13017 0 0 1017 6 5 3 20 0 15 0 417424826 11109408768 95142 33554432000 4194304 4196468 140727394721360 139650606934000 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10849032 memory=380568 CPUtime=9.86 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 44861 13017 0 0 973 5 5 3 20 0 15 0 417424826 11109408768 95142 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10849032 memory=381188 CPUtime=3.18 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 25247 13017 0 0 303 7 5 3 20 0 15 0 417424826 11109408768 95142 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10849032 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95142 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10849032 memory=380568 CPUtime=1.44 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1411 13017 0 0 64 72 5 3 20 0 15 0 417424827 11109408768 95142 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 2371.94 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 380568 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.33 1.32 3/225 4007
/proc/meminfo: memFree=29307096/32770624 swapFree=66932100/67108860
[pid=3439] ppid=3436 vsize=10849032 memory=382720 CPUtime=2432.7 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 304686 13017 0 0 242951 311 5 3 20 0 15 0 417424812 11109408768 95680 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2712258 95680 3643 1 0 2674317 0
[pid=3439/tid=3492] ppid=3436 vsize=10849032 memory=382720 CPUtime=2365.39 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) S 3436 3439 32713 0 -1 1077944384 82670 13017 0 0 236484 47 5 3 20 0 15 0 417424821 11109408768 95680 33554432000 4194304 4196468 140727394721360 139651153902144 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10849032 memory=1676 CPUtime=9.48 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 23510 13017 0 0 898 42 5 3 20 0 15 0 417424821 11109408768 95680 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10849032 memory=382720 CPUtime=9.52 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 12642 13017 0 0 905 39 5 3 20 0 15 0 417424821 11109408768 95680 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10849032 memory=382720 CPUtime=9.53 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 23131 13017 0 0 904 41 5 3 20 0 15 0 417424821 11109408768 95680 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10849032 memory=382720 CPUtime=9.49 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 16676 13017 0 0 903 38 5 3 20 0 15 0 417424821 11109408768 95680 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10849032 memory=382720 CPUtime=5.08 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) R 3436 3439 32713 0 -1 4202560 19197 13017 0 0 452 48 5 3 20 0 15 0 417424823 11109408768 95680 33554432000 4194304 4196468 140727394721360 139650641544224 139651164472839 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10849032 memory=382720 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 59 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95680 33554432000 4194304 4196468 140727394721360 139650640492000 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10849032 memory=382720 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 13 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95680 33554432000 4194304 4196468 140727394721360 139650526078464 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10849032 memory=2257 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95680 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10849032 memory=382720 CPUtime=10.31 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) S 3436 3439 32713 0 -1 1077944384 53049 13017 0 0 1017 6 5 3 20 0 15 0 417424826 11109408768 95680 33554432000 4194304 4196468 140727394721360 139650606934000 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10849032 memory=382720 CPUtime=9.86 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 44863 13017 0 0 973 5 5 3 20 0 15 0 417424826 11109408768 95680 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10849032 memory=382720 CPUtime=3.18 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 25249 13017 0 0 303 7 5 3 20 0 15 0 417424826 11109408768 95680 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10849032 memory=382720 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95680 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10849032 memory=20732 CPUtime=1.46 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1417 13017 0 0 65 73 5 3 20 0 15 0 417424827 11109408768 95680 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 2432.7 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 382720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.33 1.32 3/225 4011
/proc/meminfo: memFree=29308716/32770624 swapFree=66932100/67108860
[pid=3439] ppid=3436 vsize=10849032 memory=381308 CPUtime=2493.44 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 305397 13017 0 0 249020 316 5 3 20 0 15 0 417424812 11109408768 95327 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2712258 95327 3643 1 0 2674317 0
[pid=3439/tid=3492] ppid=3436 vsize=10849032 memory=382720 CPUtime=2424.95 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 82898 13017 0 0 242439 48 5 3 20 0 15 0 417424821 11109408768 95327 33554432000 4194304 4196468 140727394721360 139651153902432 139650756136053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10849032 memory=382196 CPUtime=9.73 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 23612 13017 0 0 923 42 5 3 20 0 15 0 417424821 11109408768 95327 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10849032 memory=381684 CPUtime=9.78 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 12787 13017 0 0 930 40 5 3 20 0 15 0 417424821 11109408768 95327 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10849032 memory=381696 CPUtime=9.78 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 23228 13017 0 0 928 42 5 3 20 0 15 0 417424821 11109408768 95327 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10849032 memory=382720 CPUtime=9.74 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 16752 13017 0 0 927 39 5 3 20 0 15 0 417424821 11109408768 95327 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10849032 memory=381696 CPUtime=5.22 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) S 3436 3439 32713 0 -1 1077944384 19247 13017 0 0 465 49 5 3 20 0 15 0 417424823 11109408768 95327 33554432000 4194304 4196468 140727394721360 139650641545712 139651182078594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10849032 memory=381308 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 59 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95327 33554432000 4194304 4196468 140727394721360 139650640492000 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10849032 memory=381696 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 13 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95327 33554432000 4194304 4196468 140727394721360 139650526078464 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10849032 memory=2688 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95327 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10849032 memory=381696 CPUtime=10.31 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) S 3436 3439 32713 0 -1 1077944384 53049 13017 0 0 1017 6 5 3 20 0 15 0 417424826 11109408768 95327 33554432000 4194304 4196468 140727394721360 139650606934000 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10849032 memory=381696 CPUtime=9.86 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 44863 13017 0 0 973 5 5 3 20 0 15 0 417424826 11109408768 95327 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10849032 memory=381308 CPUtime=3.18 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 25249 13017 0 0 303 7 5 3 20 0 15 0 417424826 11109408768 95327 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10849032 memory=381308 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95327 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10849032 memory=381684 CPUtime=1.5 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1430 13017 0 0 67 75 5 3 20 0 15 0 417424827 11109408768 95327 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 2493.44 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 381308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.6 s]
/proc/loadavg: 1.31 1.33 1.32 3/225 4015
/proc/meminfo: memFree=29303644/32770624 swapFree=66932100/67108860
[pid=3439] ppid=3436 vsize=10849032 memory=383744 CPUtime=2520.07 cores=0,2,4,6
/proc/3439/stat : 3439 (java) S 3436 3439 32713 0 -1 1077944320 306784 13017 0 0 251681 318 5 3 20 0 15 0 417424812 11109408768 95936 33554432000 4194304 4196468 140727394721360 140727394703904 139651182067447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
/proc/3439/statm: 2712258 95936 3643 1 0 2674317 0
[pid=3439/tid=3492] ppid=3436 vsize=10849032 memory=2110422241986324 CPUtime=2451.07 cores=0,2,4,6
/proc/3439/task/3492/stat : 3492 (java) R 3436 3439 32713 0 -1 4202560 83294 13017 0 0 245051 48 5 3 20 0 15 0 417424821 11109408768 95936 33554432000 4194304 4196468 140727394721360 139651153901520 139650756138077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3493] ppid=3436 vsize=10849032 memory=4737 CPUtime=9.85 cores=0,2,4,6
/proc/3439/task/3493/stat : 3493 (java) S 3436 3439 32713 0 -1 1077944384 23726 13017 0 0 934 43 5 3 20 0 15 0 417424821 11109408768 95936 33554432000 4194304 4196468 140727394721360 139651186309392 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3494] ppid=3436 vsize=10849032 memory=8112282956445269571 CPUtime=9.88 cores=0,2,4,6
/proc/3439/task/3494/stat : 3494 (java) S 3436 3439 32713 0 -1 1077944384 12933 13017 0 0 940 40 5 3 20 0 15 0 417424821 11109408768 95936 33554432000 4194304 4196468 140727394721360 139651074582928 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3495] ppid=3436 vsize=10849032 memory=4715435516538746410 CPUtime=9.89 cores=0,2,4,6
/proc/3439/task/3495/stat : 3495 (java) S 3436 3439 32713 0 -1 1077944384 23430 13017 0 0 939 42 5 3 20 0 15 0 417424821 11109408768 95936 33554432000 4194304 4196468 140727394721360 139651073530384 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3496] ppid=3436 vsize=10849032 memory=-7023579799431922829 CPUtime=9.86 cores=0,2,4,6
/proc/3439/task/3496/stat : 3496 (java) S 3436 3439 32713 0 -1 1077944384 17070 13017 0 0 938 40 5 3 20 0 15 0 417424821 11109408768 95936 33554432000 4194304 4196468 140727394721360 139651072477840 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3497] ppid=3436 vsize=10849032 memory=-8486080722631693414 CPUtime=5.28 cores=0,2,4,6
/proc/3439/task/3497/stat : 3497 (java) S 3436 3439 32713 0 -1 1077944384 19447 13017 0 0 471 49 5 3 20 0 15 0 417424823 11109408768 95936 33554432000 4194304 4196468 140727394721360 139650641545712 139651182078594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3498] ppid=3436 vsize=10849032 memory=3047711553219693942 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3498/stat : 3498 (java) S 3436 3439 32713 0 -1 1077944384 59 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95936 33554432000 4194304 4196468 140727394721360 139650640492000 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3499] ppid=3436 vsize=10849032 memory=4426639978525455914 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3499/stat : 3499 (java) S 3436 3439 32713 0 -1 1077944384 13 13017 0 0 0 0 5 3 20 0 15 0 417424823 11109408768 95936 33554432000 4194304 4196468 140727394721360 139650526078464 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3500] ppid=3436 vsize=10849032 memory=-7521736447810188379 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3500/stat : 3500 (java) S 3436 3439 32713 0 -1 1077944384 2 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95936 33554432000 4194304 4196468 140727394721360 139649922099920 139651182086043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3501] ppid=3436 vsize=10849032 memory=7897517683652307531 CPUtime=10.31 cores=0,2,4,6
/proc/3439/task/3501/stat : 3501 (java) S 3436 3439 32713 0 -1 1077944384 53051 13017 0 0 1017 6 5 3 20 0 15 0 417424826 11109408768 95936 33554432000 4194304 4196468 140727394721360 139650606934000 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3502] ppid=3436 vsize=10849032 memory=8514726395715349656 CPUtime=9.86 cores=0,2,4,6
/proc/3439/task/3502/stat : 3502 (java) S 3436 3439 32713 0 -1 1077944384 44865 13017 0 0 973 5 5 3 20 0 15 0 417424826 11109408768 95936 33554432000 4194304 4196468 140727394721360 139650605881456 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3503] ppid=3436 vsize=10849032 memory=-8412652160765825907 CPUtime=3.18 cores=0,2,4,6
/proc/3439/task/3503/stat : 3503 (java) S 3436 3439 32713 0 -1 1077944384 25251 13017 0 0 303 7 5 3 20 0 15 0 417424826 11109408768 95936 33554432000 4194304 4196468 140727394721360 139650604828912 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3504] ppid=3436 vsize=10849032 memory=8026650869813564775 CPUtime=0.08 cores=0,2,4,6
/proc/3439/task/3504/stat : 3504 (java) S 3436 3439 32713 0 -1 1077944384 3 13017 0 0 0 0 5 3 20 0 15 0 417424826 11109408768 95936 33554432000 4194304 4196468 140727394721360 139649452337760 139651182077653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
[pid=3439/tid=3505] ppid=3436 vsize=10849032 memory=7447093755344479577 CPUtime=1.52 cores=0,2,4,6
/proc/3439/task/3505/stat : 3505 (java) S 3436 3439 32713 0 -1 1077944384 1435 13017 0 0 68 76 5 3 20 0 15 0 417424827 11109408768 95936 33554432000 4194304 4196468 140727394721360 139650603776816 139651182078594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140727394728688 140727394731205 140727394731205 140727394734031 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 383744 KiB

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

[startup+2468.65 s]
# the end of solver process 3439 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.91 s, system=3.22752 s

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

Child status: 143
Real time (s): 2468.65
CPU time (s): 2520.14
CPU user time (s): 2516.91
CPU system time (s): 3.22752
CPU usage (%): 102.086
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2089472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.91
system time used= 3.22752
maximum resident set size= 2090500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321260
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164448
involuntary context switches= 6261


# summary of solver processes directly reported to runsolver:
#   pid: 3439
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.91
#   total CPU system time (s): 3.22752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7686 second user time and 20.9798 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-13 23:54:33
IDJOB=4395931
IDBENCH=139285
IDSOLVER=2846
FILE ID=node139/4395931-1568411569
RUNJOBID= node139-1568402531-32744
PBS_JOBID= 21702188
Free space on /tmp= 59520 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-fair.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395931-1568411569/watcher-4395931-1568411569 -o /tmp/evaluation-result-4395931-1568411569/solver-4395931-1568411569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32744 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=932548969 HOME/instance-4395931-1568411569.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=932548969

node139.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.57
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.57
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.57
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.57
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:        28652948 kB
MemAvailable:   29905936 kB
Buffers:          123336 kB
Cached:          1410556 kB
SwapCached:        74384 kB
Active:          2454528 kB
Inactive:        1073552 kB
Active(anon):    1921448 kB
Inactive(anon):   113484 kB
Active(file):     533080 kB
Inactive(file):   960068 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       66932096 kB
Dirty:             36080 kB
Writeback:             0 kB
AnonPages:       2052700 kB
Mapped:            57600 kB
Shmem:             32196 kB
Slab:             180484 kB
SReclaimable:     151348 kB
SUnreclaim:        29136 kB
KernelStack:        3968 kB
PageTables:        10456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3090168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1888256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59484 MiB
End job on node139 at 2019-09-14 00:35:42