Trace number 4387431

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.10? (TO) 2520.14 2422.26

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
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.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.57	c Concrete v3.10.1560635388952 running
2520.06/2422.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2422.21		at concrete.MAC.mac(MAC.scala:189)
2520.06/2422.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.06/2422.21		at scala.util.Try$.apply(Try.scala:212)
2520.06/2422.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2422.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2422.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2422.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2422.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2422.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2422.21		at concrete.ProblemState.map(ProblemState.scala:228)
2520.06/2422.21		at concrete.ProblemState.map(ProblemState.scala:210)
2520.06/2422.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2422.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2422.21		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.06/2422.21		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.06/2422.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.06/2422.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.06/2422.21		at scala.util.Success.map(Try.scala:264)
2520.06/2422.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.06/2422.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2422.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2422.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2422.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2422.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2422.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2422.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2422.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2422.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2422.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2422.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2422.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2422.21		at scala.App.main(App.scala:75)
2520.06/2422.21		at scala.App.main$(App.scala:73)
2520.06/2422.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2422.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2422.21	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 (8455 MiB free)
  memory of node 1: 16384 MiB (11284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387431-1568304476/watcher-4387431-1568304476 -o /tmp/evaluation-result-4387431-1568304476/solver-4387431-1568304476 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=449340205 HOME/instance-4387431-1568304476.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=12004, runsolver pid=12001
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 1.36 1.34 1.36 3/219 12061
/proc/meminfo: memFree=20208220/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 4436 13522 0 0 1 0 5 3 20 0 6 0 406712532 10212057088 4204 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2493178 4204 1935 1 0 2481616 0
[pid=12004/tid=12057] ppid=12001 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 2245 13522 0 0 1 0 5 3 20 0 6 0 406712541 10212057088 4204 33554432000 4194304 4196468 140726953969808 139733820596816 139733832840542 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 6 0 406712541 10212057088 4204 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=9972712 memory=3619117948545009312 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 6 0 406712541 10212057088 4204 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 6 0 406712541 10212057088 4204 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 6 0 406712541 10212057088 4204 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210089 s]*
/proc/loadavg: 1.36 1.34 1.36 3/228 12070
/proc/meminfo: memFree=20187864/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=10818940 memory=38540 CPUtime=0.26 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 6997 13522 0 0 17 1 5 3 20 0 15 0 406712532 11078594560 9635 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2704735 9635 2964 1 0 2667149 0
[pid=12004/tid=12057] ppid=12001 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 3478 13522 0 0 10 1 5 3 20 0 15 0 406712541 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733820592256 139733848781981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10818940 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10818940 memory=140085633539611 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10818940 memory=140085630600832 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712543 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 33 13522 0 0 0 0 5 3 20 0 15 0 406712543 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733307213344 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712544 11078594560 9691 33554432000 4194304 4196468 140726953969808 139732734436720 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11078594560 9691 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) S 12001 12004 3654 0 -1 1077944384 597 13522 0 0 1 0 5 3 20 0 15 0 406712546 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733273655664 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) S 12001 12004 3654 0 -1 1077944384 59 13522 0 0 0 0 5 3 20 0 15 0 406712546 11078594560 9691 33554432000 4194304 4196468 140726953969808 139733272602864 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10818940 memory=140085630600832 CPUtime=0.11 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 609 13522 0 0 3 0 5 3 20 0 15 0 406712546 11078594560 9691 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11078594560 9691 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10818940 memory=140085630600832 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712547 11078594560 9691 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38540 KiB

[startup+0.311905 s]*
/proc/loadavg: 1.36 1.34 1.36 4/228 12070
/proc/meminfo: memFree=20159888/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=10819092 memory=46948 CPUtime=0.4 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 10395 13522 0 0 29 3 5 3 20 0 15 0 406712532 11078750208 11737 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2704773 11737 3018 1 0 2667149 0
[pid=12004/tid=12057] ppid=12001 vsize=10819204 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 6886 13522 0 0 19 2 5 3 20 0 15 0 406712541 11078864896 11802 33554432000 4194304 4196468 140726953969808 139733820579872 139733848781981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10819204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078864896 11802 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10819204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078864896 11802 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10819204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078864896 11802 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10819220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712541 11078881280 11802 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10819220 memory=140085630600831 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712543 11078881280 11802 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10819220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 33 13522 0 0 0 0 5 3 20 0 15 0 406712543 11078881280 11802 33554432000 4194304 4196468 140726953969808 139733307213344 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10819220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712544 11078881280 11802 33554432000 4194304 4196468 140726953969808 139732734436720 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10819220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11078881280 11802 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10819236 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) S 12001 12004 3654 0 -1 1077944384 599 13522 0 0 2 0 5 3 20 0 15 0 406712546 11078897664 11802 33554432000 4194304 4196468 140726953969808 139733273655664 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10819236 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) S 12001 12004 3654 0 -1 1077944384 60 13522 0 0 1 0 5 3 20 0 15 0 406712546 11078897664 11802 33554432000 4194304 4196468 140726953969808 139733272602864 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10819236 memory=140085630600832 CPUtime=0.13 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 619 13522 0 0 5 0 5 3 20 0 15 0 406712546 11078897664 11802 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10819236 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11078897664 11802 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10819236 memory=140085630600832 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712547 11078897664 11802 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819092 KiB
Current children cumulated memory: 46948 KiB

[startup+0.701393 s]
/proc/loadavg: 1.36 1.34 1.36 3/228 12070
/proc/meminfo: memFree=20152940/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=10822292 memory=79868 CPUtime=1.12 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 14714 13522 0 0 97 7 5 3 20 0 15 0 406712532 11082027008 19967 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2705573 19967 3493 1 0 2667661 0
[pid=12004/tid=12057] ppid=12001 vsize=10822292 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 10386 13522 0 0 53 5 5 3 20 0 15 0 406712541 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733820577360 139733771812826 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10822292 memory=1432 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10822292 memory=9536 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10822292 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712541 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10822292 memory=97 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712541 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 5 13522 0 0 0 0 5 3 20 0 15 0 406712543 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 33 13522 0 0 0 0 5 3 20 0 15 0 406712543 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733307213344 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712544 11082027008 19967 33554432000 4194304 4196468 140726953969808 139732734436720 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11082027008 19967 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10822292 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) R 12001 12004 3654 0 -1 4202560 975 13522 0 0 15 0 5 3 20 0 15 0 406712546 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733273655664 139733832228086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10822292 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) R 12001 12004 3654 0 -1 4202560 292 13522 0 0 11 0 5 3 20 0 15 0 406712546 11082027008 19967 33554432000 4194304 4196468 140726953969808 139733272602864 139733832145348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10822292 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 799 13522 0 0 16 0 5 3 20 0 15 0 406712546 11082027008 19967 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11082027008 19967 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10822292 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712547 11082027008 19967 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 79868 KiB

[startup+1.50077 s]
/proc/loadavg: 1.36 1.34 1.36 5/228 12070
/proc/meminfo: memFree=20116232/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=10832608 memory=193700 CPUtime=3.04 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 24746 13522 0 0 284 12 5 3 20 0 15 0 406712532 11092590592 48425 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2708152 48425 3581 1 0 2670221 0
[pid=12004/tid=12057] ppid=12001 vsize=10832608 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 15829 13522 0 0 127 7 5 3 20 0 15 0 406712541 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733820587728 139733832840542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10832608 memory=5937553445288700521 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 34 13522 0 0 1 0 5 3 20 0 15 0 406712541 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10832608 memory=5937553445288700521 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 29 13522 0 0 1 0 5 3 20 0 15 0 406712541 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10832608 memory=5938395662322070121 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 306 13522 0 0 1 0 5 3 20 0 15 0 406712541 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10832608 memory=280171051919776 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 84 13522 0 0 1 0 5 3 20 0 15 0 406712541 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10832608 memory=191628555869703 CPUtime=0.09 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 828 13522 0 0 1 0 5 3 20 0 15 0 406712543 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10832608 memory=191628555869704 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 34 13522 0 0 0 0 5 3 20 0 15 0 406712543 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733307213408 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10832608 memory=191628555869705 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 1 13522 0 0 0 0 5 3 20 0 15 0 406712544 11092590592 48425 33554432000 4194304 4196468 140726953969808 139732734436736 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10832608 memory=191628555869706 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11092590592 48425 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10832608 memory=280171051544320 CPUtime=0.64 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) S 12001 12004 3654 0 -1 1077944384 2139 13522 0 0 56 0 5 3 20 0 15 0 406712546 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733273655664 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10832608 memory=3540060790237277841 CPUtime=0.57 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) S 12001 12004 3654 0 -1 1077944384 1498 13522 0 0 48 1 5 3 20 0 15 0 406712546 11092590592 48425 33554432000 4194304 4196468 140726953969808 139733272602864 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10832608 memory=280171051506688 CPUtime=0.5 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 1746 13522 0 0 42 0 5 3 20 0 15 0 406712546 11092590592 48425 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11092590592 48425 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 2 13522 0 0 0 0 5 3 20 0 15 0 406712547 11092590592 48425 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10832608 KiB

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

/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 244140 13522 0 0 222896 74 5 3 20 0 15 0 406712541 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733820595312 139733431960092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10846964 memory=6629424 CPUtime=27.08 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 107111 13522 0 0 2578 122 5 3 20 0 15 0 406712541 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10846964 memory=6629420 CPUtime=26.99 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 113539 13522 0 0 2574 117 5 3 20 0 15 0 406712541 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10846964 memory=51805895536446 CPUtime=27.04 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 107504 13522 0 0 2580 116 5 3 20 0 15 0 406712541 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10846964 memory=6629420 CPUtime=27.04 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 101881 13522 0 0 2576 120 5 3 20 0 15 0 406712541 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10846964 memory=6629420 CPUtime=4.91 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 52565 13522 0 0 475 8 5 3 20 0 15 0 406712543 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10846964 memory=6629424 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 55 13522 0 0 0 0 5 3 20 0 15 0 406712543 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733307213472 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10846964 memory=6629424 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 16 13522 0 0 0 0 5 3 20 0 15 0 406712544 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139732734436736 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10846964 memory=6629424 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10846964 memory=6629424 CPUtime=6.03 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) S 12001 12004 3654 0 -1 1077944384 43436 13522 0 0 586 9 5 3 20 0 15 0 406712546 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733273655664 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10846964 memory=6629424 CPUtime=5.57 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) S 12001 12004 3654 0 -1 1077944384 34299 13522 0 0 540 9 5 3 20 0 15 0 406712546 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139733272602864 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10846964 memory=3580 CPUtime=4.02 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 39763 13522 0 0 385 9 5 3 20 0 15 0 406712546 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10846964 memory=6629424 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10846964 memory=6629424 CPUtime=1.41 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 1310 13522 0 0 67 66 5 3 20 0 15 0 406712547 11107291136 1657356 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 2359.27 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 6629424 KiB

[startup+2322.3 s]
/proc/loadavg: 1.89 1.71 1.61 3/227 12538
/proc/meminfo: memFree=12456568/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=10846964 memory=6629428 CPUtime=2419.62 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 865573 13522 0 0 241315 639 5 3 20 0 15 0 406712532 11107291136 1657357 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2711741 1657357 3630 1 0 2673805 0
[pid=12004/tid=12057] ppid=12001 vsize=10846964 memory=6629424 CPUtime=2289.66 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 250209 13522 0 0 228883 75 5 3 20 0 15 0 406712541 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733820595328 139733436189612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10846964 memory=6629424 CPUtime=27.19 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 109512 13522 0 0 2588 123 5 3 20 0 15 0 406712541 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10846964 memory=6629424 CPUtime=27.1 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 117614 13522 0 0 2584 118 5 3 20 0 15 0 406712541 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10846964 memory=6629428 CPUtime=27.14 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 109727 13522 0 0 2590 116 5 3 20 0 15 0 406712541 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10846964 memory=6629428 CPUtime=27.15 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 104519 13522 0 0 2587 120 5 3 20 0 15 0 406712541 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10846964 memory=6629428 CPUtime=4.92 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 52869 13522 0 0 476 8 5 3 20 0 15 0 406712543 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10846964 memory=6629428 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 55 13522 0 0 0 0 5 3 20 0 15 0 406712543 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733307213472 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10846964 memory=6629428 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 16 13522 0 0 0 0 5 3 20 0 15 0 406712544 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139732734436736 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10846964 memory=6629428 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10846964 memory=6629424 CPUtime=6.03 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) S 12001 12004 3654 0 -1 1077944384 43439 13522 0 0 586 9 5 3 20 0 15 0 406712546 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733273655664 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10846964 memory=6629424 CPUtime=5.57 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) S 12001 12004 3654 0 -1 1077944384 34301 13522 0 0 540 9 5 3 20 0 15 0 406712546 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139733272602864 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10846964 memory=800 CPUtime=4.02 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 39765 13522 0 0 385 9 5 3 20 0 15 0 406712546 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10846964 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10846964 memory=6629428 CPUtime=1.44 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 1331 13522 0 0 69 67 5 3 20 0 15 0 406712547 11107291136 1657357 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 2419.62 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 6629428 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.67 1.60 3/228 12544
/proc/meminfo: memFree=12503736/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=10846964 memory=6629432 CPUtime=2479.93 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 883285 13522 0 0 247343 642 5 3 20 0 15 0 406712532 11107291136 1657358 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2711741 1657358 3630 1 0 2673805 0
[pid=12004/tid=12057] ppid=12001 vsize=10846964 memory=6629432 CPUtime=2349.55 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 256225 13522 0 0 234871 76 5 3 20 0 15 0 406712541 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733820595360 139733423432921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10846964 memory=6629432 CPUtime=27.28 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 112046 13522 0 0 2597 123 5 3 20 0 15 0 406712541 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10846964 memory=6629432 CPUtime=27.19 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 119914 13522 0 0 2593 118 5 3 20 0 15 0 406712541 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10846964 memory=6629432 CPUtime=27.23 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 112614 13522 0 0 2599 116 5 3 20 0 15 0 406712541 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10846964 memory=6629432 CPUtime=27.24 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 108160 13522 0 0 2596 120 5 3 20 0 15 0 406712541 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10846964 memory=6629432 CPUtime=4.93 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 53172 13522 0 0 477 8 5 3 20 0 15 0 406712543 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10846964 memory=6629432 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 55 13522 0 0 0 0 5 3 20 0 15 0 406712543 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733307213472 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10846964 memory=7373383526480326241 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 16 13522 0 0 0 0 5 3 20 0 15 0 406712544 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139732734436736 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10846964 memory=6629432 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10846964 memory=37136 CPUtime=6.03 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) S 12001 12004 3654 0 -1 1077944384 43442 13522 0 0 586 9 5 3 20 0 15 0 406712546 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733273655664 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10846964 memory=3292 CPUtime=5.57 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) S 12001 12004 3654 0 -1 1077944384 34303 13522 0 0 540 9 5 3 20 0 15 0 406712546 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139733272602864 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10846964 memory=6629432 CPUtime=4.02 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 39767 13522 0 0 385 9 5 3 20 0 15 0 406712546 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10846964 memory=6629432 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10846964 memory=6629432 CPUtime=1.48 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 1355 13522 0 0 71 69 5 3 20 0 15 0 406712547 11107291136 1657358 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 2479.93 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 6629432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2422.2 s]
/proc/loadavg: 1.54 1.64 1.59 3/227 12544
/proc/meminfo: memFree=12537968/32770624 swapFree=66999904/67108860
[pid=12004] ppid=12001 vsize=10846964 memory=6629436 CPUtime=2520.06 cores=0,2,4,6
/proc/12004/stat : 12004 (java) S 12001 12004 3654 0 -1 1077944320 888929 13522 0 0 251355 643 5 3 20 0 15 0 406712532 11107291136 1657359 33554432000 4194304 4196468 140726953969808 140726953952352 139733848760055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
/proc/12004/statm: 2711741 1657359 3630 1 0 2673805 0
[pid=12004/tid=12057] ppid=12001 vsize=10846964 memory=288230621803970871 CPUtime=2389.36 cores=0,2,4,6
/proc/12004/task/12057/stat : 12057 (java) R 12001 12004 3654 0 -1 4202560 257915 13522 0 0 238852 76 5 3 20 0 15 0 406712541 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733820595360 139733436167603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12058] ppid=12001 vsize=10846964 memory=15823304585906089 CPUtime=27.35 cores=0,2,4,6
/proc/12004/task/12058/stat : 12058 (java) S 12001 12004 3654 0 -1 1077944384 113055 13522 0 0 2604 123 5 3 20 0 15 0 406712541 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733853002384 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12059] ppid=12001 vsize=10846964 memory=1660 CPUtime=27.27 cores=0,2,4,6
/proc/12004/task/12059/stat : 12059 (java) S 12001 12004 3654 0 -1 1077944384 120813 13522 0 0 2601 118 5 3 20 0 15 0 406712541 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733422303760 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12060] ppid=12001 vsize=10846964 memory=1398722017469774279 CPUtime=27.3 cores=0,2,4,6
/proc/12004/task/12060/stat : 12060 (java) S 12001 12004 3654 0 -1 1077944384 113599 13522 0 0 2606 116 5 3 20 0 15 0 406712541 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733421250960 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12061] ppid=12001 vsize=10846964 memory=7955447544470988898 CPUtime=27.31 cores=0,2,4,6
/proc/12004/task/12061/stat : 12061 (java) S 12001 12004 3654 0 -1 1077944384 109200 13522 0 0 2603 120 5 3 20 0 15 0 406712541 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733420198160 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12062] ppid=12001 vsize=10846964 memory=288230587427464712 CPUtime=4.94 cores=0,2,4,6
/proc/12004/task/12062/stat : 12062 (java) S 12001 12004 3654 0 -1 1077944384 53189 13522 0 0 478 8 5 3 20 0 15 0 406712543 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733308267376 139733848771202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12063] ppid=12001 vsize=10846964 memory=13847469305909877 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12063/stat : 12063 (java) S 12001 12004 3654 0 -1 1077944384 55 13522 0 0 0 0 5 3 20 0 15 0 406712543 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733307213472 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12064] ppid=12001 vsize=10846964 memory=11514003668 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12064/stat : 12064 (java) S 12001 12004 3654 0 -1 1077944384 16 13522 0 0 0 0 5 3 20 0 15 0 406712544 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139732734436736 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12065] ppid=12001 vsize=10846964 memory=522675242 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12065/stat : 12065 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712546 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139732427037008 139733848778651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12066] ppid=12001 vsize=10846964 memory=517129258 CPUtime=6.03 cores=0,2,4,6
/proc/12004/task/12066/stat : 12066 (java) S 12001 12004 3654 0 -1 1077944384 43442 13522 0 0 586 9 5 3 20 0 15 0 406712546 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733273655664 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12067] ppid=12001 vsize=10846964 memory=11514127403 CPUtime=5.57 cores=0,2,4,6
/proc/12004/task/12067/stat : 12067 (java) S 12001 12004 3654 0 -1 1077944384 34303 13522 0 0 540 9 5 3 20 0 15 0 406712546 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139733272602864 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12068] ppid=12001 vsize=10846964 memory=427521803 CPUtime=4.02 cores=0,2,4,6
/proc/12004/task/12068/stat : 12068 (java) S 12001 12004 3654 0 -1 1077944384 39767 13522 0 0 385 9 5 3 20 0 15 0 406712546 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139732949395568 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12069] ppid=12001 vsize=10846964 memory=11514003677 CPUtime=0.08 cores=0,2,4,6
/proc/12004/task/12069/stat : 12069 (java) S 12001 12004 3654 0 -1 1077944384 3 13522 0 0 0 0 5 3 20 0 15 0 406712547 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139732393478368 139733848770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
[pid=12004/tid=12070] ppid=12001 vsize=10846964 memory=3580 CPUtime=1.5 cores=0,2,4,6
/proc/12004/task/12070/stat : 12070 (java) S 12001 12004 3654 0 -1 1077944384 1359 13522 0 0 72 70 5 3 20 0 15 0 406712547 11107291136 1657359 33554432000 4194304 4196468 140726953969808 139732948343984 139733848771202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22650880 140726953974518 140726953977029 140726953977029 140726953979855 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 6629436 KiB

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

[startup+2422.26 s]
# the end of solver process 12004 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.63 s, system=6.51139 s

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

Child status: 143
Real time (s): 2422.26
CPU time (s): 2520.14
CPU user time (s): 2513.63
CPU system time (s): 6.51139
CPU usage (%): 104.041
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 6629436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.63
system time used= 6.51139
maximum resident set size= 6633680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 905991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83684
involuntary context switches= 4575


# summary of solver processes directly reported to runsolver:
#   pid: 12004
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2513.63
#   total CPU system time (s): 6.51139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0341 second user time and 20.2944 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-12 18:07:17
IDJOB=4387431
IDBENCH=138449
IDSOLVER=2823
FILE ID=node123/4387431-1568304476
RUNJOBID= node123-1568285996-4541
PBS_JOBID= 21701081
Free space on /tmp= 56764 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387431-1568304476/watcher-4387431-1568304476 -o /tmp/evaluation-result-4387431-1568304476/solver-4387431-1568304476 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=449340205 HOME/instance-4387431-1568304476.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=449340205

node123.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.49
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.49
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.49
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.49
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:        20214624 kB
MemAvailable:   31195768 kB
Buffers:          193080 kB
Cached:         10961712 kB
SwapCached:         7400 kB
Active:          2307412 kB
Inactive:        9517788 kB
Active(anon):     666840 kB
Inactive(anon):    45308 kB
Active(file):    1640572 kB
Inactive(file):  9472480 kB
Unevictable:      106696 kB
Mlocked:          106696 kB
SwapTotal:      67108860 kB
SwapFree:       66999904 kB
Dirty:             35284 kB
Writeback:             0 kB
AnonPages:        785924 kB
Mapped:            56520 kB
Shmem:             32668 kB
Slab:             325908 kB
SReclaimable:     296552 kB
SUnreclaim:        29356 kB
KernelStack:        4000 kB
PageTables:         8356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1779512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 56728 MiB
End job on node123 at 2019-09-12 18:47:40