Trace number 4295475

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.8 2018-06-13? (TO) 2520.06 2466.04

General information on the benchmark

NameMagicHexagon/
MagicHexagon-08-m009_c18.xml
MD5SUM012ef72073aa4b47e82f6ff4769ae682
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
2520.01/2466.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2466.01		at concrete.MAC.mac(MAC.scala:188)
2520.01/2466.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2466.02		at scala.util.Try$.apply(Try.scala:209)
2520.01/2466.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2466.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2466.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2466.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2466.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2466.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2466.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2466.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2466.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2466.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2466.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2466.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2466.02		at concrete.ProblemState.map(ProblemState.scala:221)
2520.01/2466.02		at concrete.ProblemState.map(ProblemState.scala:204)
2520.01/2466.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2466.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2466.02		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.01/2466.02		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.01/2466.02		at concrete.Solver.toStream(Solver.scala:68)
2520.01/2466.02		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.01/2466.02		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.01/2466.02		at concrete.Solver.toIterable(Solver.scala:68)
2520.01/2466.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.01/2466.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2466.02		at scala.util.Success.map(Try.scala:209)
2520.01/2466.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2466.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2466.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2466.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2466.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2466.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2466.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2466.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2466.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2466.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2466.02		at scala.App.main(App.scala:76)
2520.01/2466.02		at scala.App.main$(App.scala:74)
2520.01/2466.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2466.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2466.02	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 (4021 MiB free)
  memory of node 1: 16384 MiB (6625 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295475-1532600103/watcher-4295475-1532600103 -o /tmp/evaluation-result-4295475-1532600103/solver-4295475-1532600103 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1110380546 HOME/instance-4295475-1532600103.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
Current StackSize limit: 8192 KiB

solver pid=3329, runsolver pid=3326

[startup+0.100063 s]*
/proc/loadavg: 1.52 1.44 1.37 3/204 3384
/proc/meminfo: memFree=10897784/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=9972712 memory=16544 CPUtime=0.09 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 4267 12850 0 0 1 1 5 2 20 0 6 0 77573486 10212057088 4136 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2493178 4136 1932 1 0 2481616 0
[pid=3329/tid=3382] ppid=3326 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 2126 12850 0 0 0 0 5 2 20 0 6 0 77573496 10212057088 4136 33554432000 4194304 4196468 140728181970000 140424183677520 140424195921246 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 6 0 77573497 10212057088 4136 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=9972712 memory=139693699565184 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 6 0 77573497 10212057088 4202 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 6 0 77573497 10212057088 4202 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 6 0 77573497 10212057088 4202 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210056 s]*
/proc/loadavg: 1.52 1.44 1.37 3/215 3395
/proc/meminfo: memFree=10878716/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10818904 memory=39072 CPUtime=0.24 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 7526 12850 0 0 16 1 5 2 20 0 15 0 77573486 11078557696 9768 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2704726 9768 2959 1 0 2667149 0
[pid=3329/tid=3382] ppid=3326 vsize=10818904 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 4369 12850 0 0 10 1 5 2 20 0 15 0 77573496 11078557696 10098 33554432000 4194304 4196468 140728181970000 140424183662856 140424192116508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10818904 memory=4294967638 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573497 11078557696 10098 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10818904 memory=288370069851276928 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573497 11078557696 10098 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573497 11078557696 10098 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573497 11078557696 10098 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10818904 memory=139693699565184 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573498 11078557696 10098 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 33 12850 0 0 0 0 5 2 20 0 15 0 77573498 11078557696 10098 33554432000 4194304 4196468 140728181970000 140423670187168 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11078557696 10098 33554432000 4194304 4196468 140728181970000 140423083320048 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11078557696 10098 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 549 12850 0 0 1 0 5 2 20 0 15 0 77573501 11078557696 10098 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 65 12850 0 0 1 0 5 2 20 0 15 0 77573501 11078557696 10164 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10818904 memory=139693699565184 CPUtime=0.1 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) S 3326 3329 32629 0 -1 1077944384 606 12850 0 0 3 0 5 2 20 0 15 0 77573501 11078557696 10164 33554432000 4194304 4196468 140728181970000 140423634524656 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11078557696 10164 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10818904 memory=139693699565184 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573502 11078557696 10164 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39072 KiB

[startup+0.310284 s]*
/proc/loadavg: 1.64 1.47 1.37 3/215 3395
/proc/meminfo: memFree=10865784/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10819352 memory=52152 CPUtime=0.37 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 10628 12850 0 0 28 2 5 2 20 0 15 0 77573486 11079016448 13038 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2704838 13038 3078 1 0 2667149 0
[pid=3329/tid=3382] ppid=3326 vsize=10819352 memory=6935054825532540783 CPUtime=0.27 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 7162 12850 0 0 19 1 5 2 20 0 15 0 77573496 11079016448 13038 33554432000 4194304 4196468 140728181970000 140424183652768 140424195921246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10819352 memory=7031125463459224206 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 13038 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 13038 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 13038 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 13038 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573498 11079016448 13038 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 33 12850 0 0 0 0 5 2 20 0 15 0 77573498 11079016448 13038 33554432000 4194304 4196468 140728181970000 140423670187168 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11079016448 13038 33554432000 4194304 4196468 140728181970000 140423083320048 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11079016448 13038 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 551 12850 0 0 1 0 5 2 20 0 15 0 77573501 11079016448 13038 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 65 12850 0 0 1 0 5 2 20 0 15 0 77573501 11079016448 13038 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) S 3326 3329 32629 0 -1 1077944384 616 12850 0 0 5 0 5 2 20 0 15 0 77573501 11079016448 13038 33554432000 4194304 4196468 140728181970000 140423634524656 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11079016448 13038 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573502 11079016448 13038 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52152 KiB

[startup+0.700686 s]
/proc/loadavg: 1.64 1.47 1.37 4/215 3395
/proc/meminfo: memFree=10854868/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10819352 memory=84504 CPUtime=0.98 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 16779 12850 0 0 87 4 5 2 20 0 15 0 77573486 11079016448 21126 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2704838 21126 3237 1 0 2667149 0
[pid=3329/tid=3382] ppid=3326 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 12239 12850 0 0 56 3 5 2 20 0 15 0 77573496 11079016448 21126 33554432000 4194304 4196468 140728181970000 140424183661584 140424197534262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 21126 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10819352 memory=8751464017575688501 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 21126 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10819352 memory=5787220424116168018 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 21126 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10819352 memory=7588675599774802240 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 2 12850 0 0 0 0 5 2 20 0 15 0 77573497 11079016448 21126 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 5 12850 0 0 0 0 5 2 20 0 15 0 77573498 11079016448 21126 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 33 12850 0 0 0 0 5 2 20 0 15 0 77573498 11079016448 21126 33554432000 4194304 4196468 140728181970000 140423670187168 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10819352 memory=139693699564017 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11079016448 21126 33554432000 4194304 4196468 140728181970000 140423083320048 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11079016448 21126 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10819352 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 980 12850 0 0 8 0 5 2 20 0 15 0 77573501 11079016448 21126 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10819352 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 635 12850 0 0 9 0 5 2 20 0 15 0 77573501 11079016448 21126 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) R 3326 3329 32629 0 -1 4202560 679 12850 0 0 13 0 5 2 20 0 15 0 77573501 11079016448 21126 33554432000 4194304 4196468 140728181970000 140423634524656 140424196973041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11079016448 21126 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573502 11079016448 21126 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84504 KiB

[startup+1.50079 s]
/proc/loadavg: 1.64 1.47 1.37 4/215 3395
/proc/meminfo: memFree=10811236/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10834252 memory=176028 CPUtime=2.27 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 24046 12850 0 0 211 9 5 2 20 0 15 0 77573486 11094274048 44007 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2708563 44007 3467 1 0 2670221 0
[pid=3329/tid=3382] ppid=3326 vsize=10834252 memory=2600 CPUtime=1.42 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 17840 12850 0 0 130 5 5 2 20 0 15 0 77573496 11094274048 44007 33554432000 4194304 4196468 140728181970000 140424183669744 140424190104417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10834252 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 22 12850 0 0 1 0 5 2 20 0 15 0 77573497 11094274048 44007 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10834252 memory=279387086011872 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 188 12850 0 0 1 0 5 2 20 0 15 0 77573497 11094274048 44007 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10834252 memory=7308048539837818222 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 63 12850 0 0 1 0 5 2 20 0 15 0 77573497 11094274048 44007 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 36 12850 0 0 1 0 5 2 20 0 15 0 77573497 11094274048 44007 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 55 12850 0 0 1 0 5 2 20 0 15 0 77573498 11094274048 44007 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 34 12850 0 0 0 0 5 2 20 0 15 0 77573498 11094274048 44007 33554432000 4194304 4196468 140728181970000 140423670187232 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10834252 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11094274048 44007 33554432000 4194304 4196468 140728181970000 140423083320064 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11094274048 44007 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10834252 memory=6944656592387989600 CPUtime=0.3 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 1532 12850 0 0 23 0 5 2 20 0 15 0 77573501 11094274048 44007 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10834252 memory=279387086295824 CPUtime=0.25 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 778 12850 0 0 18 0 5 2 20 0 15 0 77573501 11094274048 44007 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10834252 memory=12806 CPUtime=0.4 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) S 3326 3329 32629 0 -1 1077944384 1296 12850 0 0 33 0 5 2 20 0 15 0 77573501 11094274048 44007 33554432000 4194304 4196468 140728181970000 140423634524656 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10834252 memory=24389 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11094274048 44007 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573502 11094274048 44007 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 97565 12850 0 0 229574 52 5 2 20 0 15 0 77573496 11176083456 264887 33554432000 4194304 4196468 140728181970000 140424183674976 140423775867965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10914144 memory=1059548 CPUtime=12.61 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 30110 12850 0 0 1196 58 5 2 20 0 15 0 77573497 11176083456 264887 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10914144 memory=1059548 CPUtime=12.63 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 19481 12850 0 0 1199 57 5 2 20 0 15 0 77573497 11176083456 264887 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10914144 memory=1059064 CPUtime=12.66 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 21598 12850 0 0 1200 59 5 2 20 0 15 0 77573497 11176083456 264887 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10914144 memory=1059064 CPUtime=12.67 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 23171 12850 0 0 1203 57 5 2 20 0 15 0 77573497 11176083456 264887 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10914144 memory=1059548 CPUtime=10.7 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 22027 12850 0 0 1007 56 5 2 20 0 15 0 77573498 11176083456 264887 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10914144 memory=1059548 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 39 12850 0 0 0 0 5 2 20 0 15 0 77573498 11176083456 264887 33554432000 4194304 4196468 140728181970000 140423670187296 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10914144 memory=1059548 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11176083456 264887 33554432000 4194304 4196468 140728181970000 140423083320064 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10914144 memory=7597616690087079987 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11176083456 264887 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10914144 memory=1059548 CPUtime=6.36 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 21518 12850 0 0 624 5 5 2 20 0 15 0 77573501 11176083456 264887 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10914144 memory=1059548 CPUtime=5.98 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 21429 12850 0 0 586 5 5 2 20 0 15 0 77573501 11176083456 264887 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10914144 memory=1059548 CPUtime=2.95 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) S 3326 3329 32629 0 -1 1077944384 19570 12850 0 0 282 6 5 2 20 0 15 0 77573501 11176083456 264887 33554432000 4194304 4196468 140728181970000 140423634524656 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10914144 memory=1059548 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11176083456 264887 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10914144 memory=1059548 CPUtime=1.51 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1075 12850 0 0 69 75 5 2 20 0 15 0 77573502 11176083456 264887 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 2373.86 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1059548 KiB

[startup+2382.3 s]
/proc/loadavg: 1.22 1.26 1.33 3/216 3595
/proc/meminfo: memFree=10631532/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10914144 memory=1061600 CPUtime=2434.88 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 281320 12850 0 0 243108 373 5 2 20 0 15 0 77573486 11176083456 265400 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2728536 265400 3524 1 0 2690189 0
[pid=3329/tid=3382] ppid=3326 vsize=10914144 memory=1061600 CPUtime=2355.66 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 98430 12850 0 0 235506 53 5 2 20 0 15 0 77573496 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424183674480 140423775868129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10914144 memory=1061600 CPUtime=12.95 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 30143 12850 0 0 1229 59 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10914144 memory=1059552 CPUtime=12.97 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 19541 12850 0 0 1232 58 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10914144 memory=1059552 CPUtime=13.01 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 21741 12850 0 0 1234 60 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10914144 memory=1059552 CPUtime=13.01 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 23475 12850 0 0 1237 57 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10914144 memory=1061600 CPUtime=10.96 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 22144 12850 0 0 1032 57 5 2 20 0 15 0 77573498 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10914144 memory=1061600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 39 12850 0 0 0 0 5 2 20 0 15 0 77573498 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423670187296 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10914144 memory=1061600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423083320064 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10914144 memory=1061600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10914144 memory=279387086068960 CPUtime=6.36 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 21520 12850 0 0 624 5 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10914144 memory=164 CPUtime=5.98 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 21431 12850 0 0 586 5 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10914144 memory=1061600 CPUtime=2.95 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) S 3326 3329 32629 0 -1 1077944384 19572 12850 0 0 282 6 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423634524656 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10914144 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11176083456 265400 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10914144 memory=1281 CPUtime=1.54 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1083 12850 0 0 70 77 5 2 20 0 15 0 77573502 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 2434.88 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1061600 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.27 1.33 4/215 3724
/proc/meminfo: memFree=8610420/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10914144 memory=1061600 CPUtime=2495.9 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 283027 12850 0 0 249201 382 5 2 20 0 15 0 77573486 11176083456 265400 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2728536 265400 3524 1 0 2690189 0
[pid=3329/tid=3382] ppid=3326 vsize=10914144 memory=1061600 CPUtime=2414.97 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 99237 12850 0 0 241436 54 5 2 20 0 15 0 77573496 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424183674688 140423784827203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10914144 memory=1061600 CPUtime=13.3 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 30179 12850 0 0 1264 59 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10914144 memory=1061600 CPUtime=13.32 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 20174 12850 0 0 1265 60 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10914144 memory=1061600 CPUtime=13.36 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 21819 12850 0 0 1267 62 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10914144 memory=1061600 CPUtime=13.36 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 23503 12850 0 0 1270 59 5 2 20 0 15 0 77573497 11176083456 265400 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10914144 memory=1061600 CPUtime=11.24 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 22247 12850 0 0 1058 59 5 2 20 0 15 0 77573498 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10914144 memory=1061600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 39 12850 0 0 0 0 5 2 20 0 15 0 77573498 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423670187296 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10914144 memory=1061600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423083320064 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10914144 memory=1061600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10914144 memory=1061600 CPUtime=6.36 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 21522 12850 0 0 624 5 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10914144 memory=1061600 CPUtime=5.98 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 21433 12850 0 0 586 5 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10914144 memory=164 CPUtime=2.95 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) S 3326 3329 32629 0 -1 1077944384 19574 12850 0 0 282 6 5 2 20 0 15 0 77573501 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423634524656 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10914144 memory=1061600 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11176083456 265400 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10914144 memory=1061600 CPUtime=1.58 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1099 12850 0 0 72 79 5 2 20 0 15 0 77573502 11176083456 265400 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 2495.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1061600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466 s]*
/proc/loadavg: 1.32 1.28 1.33 4/215 3724
/proc/meminfo: memFree=8421936/32770624 swapFree=67108860/67108860
[pid=3329] ppid=3326 vsize=10914144 memory=1054932 CPUtime=2520.01 cores=0,2,4,6
/proc/3329/stat : 3329 (java) S 3326 3329 32629 0 -1 1077944320 284044 12850 0 0 251609 385 5 2 20 0 15 0 77573486 11176083456 263733 33554432000 4194304 4196468 140728181970000 140728181952544 140424211840759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
/proc/3329/statm: 2728536 263733 3524 1 0 2690189 0
[pid=3329/tid=3382] ppid=3326 vsize=10914144 memory=6935054825532540783 CPUtime=2438.42 cores=0,2,4,6
/proc/3329/task/3382/stat : 3382 (java) R 3326 3329 32629 0 -1 4202560 99820 12850 0 0 243781 54 5 2 20 0 15 0 77573496 11176083456 263733 33554432000 4194304 4196468 140728181970000 140424183674000 140423783760613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3383] ppid=3326 vsize=10914144 memory=1580 CPUtime=13.44 cores=0,2,4,6
/proc/3329/task/3383/stat : 3383 (java) S 3326 3329 32629 0 -1 1077944384 30211 12850 0 0 1277 60 5 2 20 0 15 0 77573497 11176083456 263733 33554432000 4194304 4196468 140728181970000 140424216083472 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3384] ppid=3326 vsize=10914144 memory=2240 CPUtime=13.45 cores=0,2,4,6
/proc/3329/task/3384/stat : 3384 (java) S 3326 3329 32629 0 -1 1077944384 20267 12850 0 0 1278 60 5 2 20 0 15 0 77573497 11176083456 263733 33554432000 4194304 4196468 140728181970000 140424104357008 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3385] ppid=3326 vsize=10914144 memory=4124 CPUtime=13.5 cores=0,2,4,6
/proc/3329/task/3385/stat : 3385 (java) S 3326 3329 32629 0 -1 1077944384 21931 12850 0 0 1281 62 5 2 20 0 15 0 77573497 11176083456 263733 33554432000 4194304 4196468 140728181970000 140424103303952 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3386] ppid=3326 vsize=10914144 memory=2200 CPUtime=13.5 cores=0,2,4,6
/proc/3329/task/3386/stat : 3386 (java) S 3326 3329 32629 0 -1 1077944384 23580 12850 0 0 1283 60 5 2 20 0 15 0 77573497 11176083456 263733 33554432000 4194304 4196468 140728181970000 140424102251408 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3387] ppid=3326 vsize=10914144 memory=7528 CPUtime=11.34 cores=0,2,4,6
/proc/3329/task/3387/stat : 3387 (java) S 3326 3329 32629 0 -1 1077944384 22348 12850 0 0 1068 59 5 2 20 0 15 0 77573498 11176083456 263733 33554432000 4194304 4196468 140728181970000 140423671240944 140424211851906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3388] ppid=3326 vsize=10914144 memory=844 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3388/stat : 3388 (java) S 3326 3329 32629 0 -1 1077944384 39 12850 0 0 0 0 5 2 20 0 15 0 77573498 11176083456 263733 33554432000 4194304 4196468 140728181970000 140423670187296 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3389] ppid=3326 vsize=10914144 memory=6935054825532540783 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3389/stat : 3389 (java) S 3326 3329 32629 0 -1 1077944384 1 12850 0 0 0 0 5 2 20 0 15 0 77573499 11176083456 263733 33554432000 4194304 4196468 140728181970000 140423083320064 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3390] ppid=3326 vsize=10914144 memory=7528 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3390/stat : 3390 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573501 11176083456 263733 33554432000 4194304 4196468 140728181970000 140422775920592 140424211859355 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3391] ppid=3326 vsize=10914144 memory=844 CPUtime=6.36 cores=0,2,4,6
/proc/3329/task/3391/stat : 3391 (java) S 3326 3329 32629 0 -1 1077944384 21524 12850 0 0 624 5 5 2 20 0 15 0 77573501 11176083456 263733 33554432000 4194304 4196468 140728181970000 140423636630256 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3392] ppid=3326 vsize=10914144 memory=4104 CPUtime=5.98 cores=0,2,4,6
/proc/3329/task/3392/stat : 3392 (java) S 3326 3329 32629 0 -1 1077944384 21435 12850 0 0 586 5 5 2 20 0 15 0 77573501 11176083456 263733 33554432000 4194304 4196468 140728181970000 140423635577712 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3393] ppid=3326 vsize=10914144 memory=0 CPUtime=2.95 cores=0,2,4,6
/proc/3329/task/3393/stat : 3393 (java) S 3326 3329 32629 0 -1 1077944384 19576 12850 0 0 282 6 5 2 20 0 15 0 77573501 11176083456 263733 33554432000 4194304 4196468 140728181970000 140423634524656 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3394] ppid=3326 vsize=10914144 memory=12785 CPUtime=0.07 cores=0,2,4,6
/proc/3329/task/3394/stat : 3394 (java) S 3326 3329 32629 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 77573502 11176083456 263733 33554432000 4194304 4196468 140728181970000 140422742362976 140424211850965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
[pid=3329/tid=3395] ppid=3326 vsize=10914144 memory=18079 CPUtime=1.59 cores=0,2,4,6
/proc/3329/task/3395/stat : 3395 (java) S 3326 3329 32629 0 -1 1077944384 1112 12850 0 0 73 79 5 2 20 0 15 0 77573502 11176083456 263733 33554432000 4194304 4196468 140728181970000 140423633472048 140424211851906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9990144 140728181971566 140728181974364 140728181974364 140728181977039 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1054932 KiB

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

[startup+2466.04 s]
# the end of solver process 3329 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.89861 s

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

Child status: 143
Real time (s): 2466.04
CPU time (s): 2520.06
CPU user time (s): 2516.16
CPU system time (s): 3.89861
CPU usage (%): 102.191
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1280500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.89861
maximum resident set size= 1281792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296377
involuntary context switches= 7917


# summary of solver processes directly reported to runsolver:
#   pid: 3329
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.89861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0609 second user time and 24.9885 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 12:15:03
IDJOB=4295475
IDBENCH=141557
IDSOLVER=2750
FILE ID=node139/4295475-1532600103
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-08-m009_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295475-1532600103/watcher-4295475-1532600103 -o /tmp/evaluation-result-4295475-1532600103/solver-4295475-1532600103 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1110380546 HOME/instance-4295475-1532600103.xml

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

MD5SUM BENCH= 012ef72073aa4b47e82f6ff4769ae682
RANDOM SEED=1110380546

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.80
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.80
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.80
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.80
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:        10902764 kB
MemAvailable:   30394540 kB
Buffers:          236856 kB
Cached:         19211468 kB
SwapCached:            0 kB
Active:          4465360 kB
Inactive:       16569952 kB
Active(anon):    1541396 kB
Inactive(anon):    73596 kB
Active(file):    2923964 kB
Inactive(file): 16496356 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26392 kB
Writeback:             0 kB
AnonPages:       1594052 kB
Mapped:            53820 kB
Shmem:             25228 kB
Slab:             527648 kB
SReclaimable:     499916 kB
SUnreclaim:        27732 kB
KernelStack:        3520 kB
PageTables:         8400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2593220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1366016 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= 38736 MiB
End job on node139 at 2018-07-26 12:56:09