Trace number 4295269

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

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g19-g45_c18.xml
MD5SUMd9c49275b9746ea736e23f2bca190f13
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 variables64
Number of constraints233
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":64}]
Minimum variable degree4
Maximum variable degree10
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":20},{"degree":8,"count":16},{"degree":10,"count":16}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":64},{"arity":2,"count":168},{"arity":64,"count":1}]
Number of extensional constraints232
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":232},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295269-1532538822/watcher-4295269-1532538822 -o /tmp/evaluation-result-4295269-1532538822/solver-4295269-1532538822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=173764331 HOME/instance-4295269-1532538822.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=27842, runsolver pid=27839
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 1.26 1.49 1.99 3/206 27899
/proc/meminfo: memFree=20833476/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=9972712 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 4314 12975 0 0 1 1 5 2 20 0 6 0 71445428 10212057088 4648 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2493178 4648 1932 1 0 2481616 0
[pid=27842/tid=27895] ppid=27839 vsize=9972712 memory=4279135703946986127 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 2122 12975 0 0 0 0 5 2 20 0 6 0 71445437 10212057088 4648 33554432000 4194304 4196468 140730449671504 139943306945104 139943335130269 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 6 0 71445438 10212057088 4648 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=9972712 memory=140614237763200 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 6 0 71445438 10212057088 4648 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 6 0 71445438 10212057088 4648 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 6 0 71445438 10212057088 4648 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210706 s]*
/proc/loadavg: 1.26 1.49 1.99 2/215 27908
/proc/meminfo: memFree=20806396/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=10818856 memory=45816 CPUtime=0.26 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 8342 12975 0 0 17 2 5 2 20 0 15 0 71445428 11078508544 11454 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2704714 11454 2933 1 0 2667149 0
[pid=27842/tid=27895] ppid=27839 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 4872 12975 0 0 10 1 5 2 20 0 15 0 71445437 11078508544 11454 33554432000 4194304 4196468 140730449671504 139943306906000 139943316661656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10818856 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11078508544 11454 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10818856 memory=140614238156652 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11078508544 11454 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11078508544 11454 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445438 11078508544 11454 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10818856 memory=140614237763200 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445440 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 13 12975 0 0 0 0 5 2 20 0 15 0 71445440 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942785180448 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445440 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942650963056 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) S 27839 27842 24385 0 -1 1077944384 483 12975 0 0 1 0 5 2 20 0 15 0 71445443 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 132 12975 0 0 0 0 5 2 20 0 15 0 71445443 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10818856 memory=140614237763200 CPUtime=0.1 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) S 27839 27842 24385 0 -1 1077944384 639 12975 0 0 3 0 5 2 20 0 15 0 71445443 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942858644336 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11078508544 11454 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10818856 memory=140614237763200 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445443 11078508544 11454 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45816 KiB

[startup+0.310342 s]*
/proc/loadavg: 1.26 1.49 1.99 3/215 27908
/proc/meminfo: memFree=20797852/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=10819352 memory=57148 CPUtime=0.38 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 10368 12975 0 0 28 3 5 2 20 0 15 0 71445428 11079016448 14287 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2704838 14287 3064 1 0 2667149 0
[pid=27842/tid=27895] ppid=27839 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 6885 12975 0 0 19 2 5 2 20 0 15 0 71445437 11079016448 14287 33554432000 4194304 4196468 140730449671504 139943306920352 139943316671895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 14287 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 14287 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 14287 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 14287 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445440 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 13 12975 0 0 0 0 5 2 20 0 15 0 71445440 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942785180448 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445440 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942650963056 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) S 27839 27842 24385 0 -1 1077944384 484 12975 0 0 2 0 5 2 20 0 15 0 71445443 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 132 12975 0 0 1 0 5 2 20 0 15 0 71445443 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10819352 memory=140614237763200 CPUtime=0.12 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) S 27839 27842 24385 0 -1 1077944384 651 12975 0 0 5 0 5 2 20 0 15 0 71445443 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942858644336 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11079016448 14287 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10819352 memory=140614237763200 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445443 11079016448 14287 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57148 KiB

[startup+0.700725 s]
/proc/loadavg: 1.26 1.49 1.99 3/215 27908
/proc/meminfo: memFree=20785300/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=10819352 memory=90960 CPUtime=0.98 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 16828 12975 0 0 87 4 5 2 20 0 15 0 71445428 11079016448 22740 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2704838 22740 3238 1 0 2667149 0
[pid=27842/tid=27895] ppid=27839 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 12355 12975 0 0 56 3 5 2 20 0 15 0 71445437 11079016448 22740 33554432000 4194304 4196468 140730449671504 139943306929168 139943319188830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 22740 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 22740 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10819352 memory=140614075298576 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 22740 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10819352 memory=140617229271636 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445438 11079016448 22740 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10819352 memory=8540 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 5 12975 0 0 0 0 5 2 20 0 15 0 71445440 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 13 12975 0 0 0 0 5 2 20 0 15 0 71445440 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942785180448 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445440 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942650963056 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10819352 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10819352 memory=12812 CPUtime=0.17 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) S 27839 27842 24385 0 -1 1077944384 1097 12975 0 0 10 0 5 2 20 0 15 0 71445443 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10819352 memory=4008 CPUtime=0.14 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 424 12975 0 0 7 0 5 2 20 0 15 0 71445443 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10819352 memory=1796 CPUtime=0.2 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) S 27839 27842 24385 0 -1 1077944384 735 12975 0 0 13 0 5 2 20 0 15 0 71445443 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942858644336 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11079016448 22740 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445443 11079016448 22740 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90960 KiB

[startup+1.50099 s]
/proc/loadavg: 1.26 1.49 1.99 4/215 27908
/proc/meminfo: memFree=20739836/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=10834252 memory=184232 CPUtime=2.4 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 24300 12975 0 0 224 9 5 2 20 0 15 0 71445428 11094274048 46058 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2708563 46058 3468 1 0 2670221 0
[pid=27842/tid=27895] ppid=27839 vsize=10834252 memory=67132 CPUtime=1.43 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 17664 12975 0 0 130 6 5 2 20 0 15 0 71445437 11094274048 46058 33554432000 4194304 4196468 140730449671504 139943306932304 139943319188830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 226 12975 0 0 1 0 5 2 20 0 15 0 71445438 11094274048 46058 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10834252 memory=281228150628512 CPUtime=0.08 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 18 12975 0 0 1 0 5 2 20 0 15 0 71445438 11094274048 46058 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 23 12975 0 0 1 0 5 2 20 0 15 0 71445438 11094274048 46058 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 58 12975 0 0 0 0 5 2 20 0 15 0 71445438 11094274048 46058 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 57 12975 0 0 1 0 5 2 20 0 15 0 71445440 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 13 12975 0 0 0 0 5 2 20 0 15 0 71445440 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942785180512 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445440 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942650963072 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) R 27839 27842 24385 0 -1 1077944384 1690 12975 0 0 26 0 5 2 20 0 15 0 71445443 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10834252 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 907 12975 0 0 24 0 5 2 20 0 15 0 71445443 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10834252 memory=6791534058613427641 CPUtime=0.43 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) R 27839 27842 24385 0 -1 4202560 1450 12975 0 0 36 0 5 2 20 0 15 0 71445443 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942858644336 139943335129690 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11094274048 46058 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10834252 memory=281228150872960 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 71445443 11094274048 46058 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834252 KiB

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

/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 72798 12975 0 0 231290 26 5 2 20 0 15 0 71445437 11176083456 147186 33554432000 4194304 4196468 140730449671504 139943306942512 139942949576044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10914144 memory=588744 CPUtime=3.39 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 9125 12975 0 0 311 21 5 2 20 0 15 0 71445438 11176083456 147186 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10914144 memory=588720 CPUtime=3.41 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 11882 12975 0 0 315 19 5 2 20 0 15 0 71445438 11176083456 147186 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10914144 memory=588720 CPUtime=3.38 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 10876 12975 0 0 312 19 5 2 20 0 15 0 71445438 11176083456 147186 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10914144 memory=588744 CPUtime=3.39 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 11411 12975 0 0 312 20 5 2 20 0 15 0 71445438 11176083456 147186 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10914144 memory=588744 CPUtime=3.27 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 11917 12975 0 0 301 19 5 2 20 0 15 0 71445440 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10914144 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 14 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942785180576 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10914144 memory=588744 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 6 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942650963072 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10914144 memory=588744 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10914144 memory=281228150309104 CPUtime=4.02 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) S 27839 27842 24385 0 -1 1077944384 28189 12975 0 0 391 4 5 2 20 0 15 0 71445443 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10914144 memory=588744 CPUtime=4.16 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 34293 12975 0 0 405 4 5 2 20 0 15 0 71445443 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10914144 memory=588744 CPUtime=1.78 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) S 27839 27842 24385 0 -1 1077944384 27227 12975 0 0 168 3 5 2 20 0 15 0 71445443 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942858644336 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 56 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10914144 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147186 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10914144 memory=588744 CPUtime=1.18 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1188 12975 0 0 56 55 5 2 20 0 15 0 71445443 11176083456 147186 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 2340.68 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 588744 KiB

[startup+2382.3 s]
/proc/loadavg: 1.68 1.61 1.51 3/216 28109
/proc/meminfo: memFree=19707088/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=10914144 memory=588800 CPUtime=2400.9 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 222012 12975 0 0 239918 165 5 2 20 0 15 0 71445428 11176083456 147200 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2728536 147200 3524 1 0 2690189 0
[pid=27842/tid=27895] ppid=27839 vsize=10914144 memory=588744 CPUtime=2372.99 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 73122 12975 0 0 237266 26 5 2 20 0 15 0 71445437 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943306943120 139942949604389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10914144 memory=588800 CPUtime=3.48 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 9394 12975 0 0 319 22 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10914144 memory=588800 CPUtime=3.5 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 11917 12975 0 0 323 20 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10914144 memory=588800 CPUtime=3.47 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 10900 12975 0 0 320 20 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10914144 memory=588744 CPUtime=3.47 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 11498 12975 0 0 320 20 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10914144 memory=588800 CPUtime=3.34 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 12058 12975 0 0 308 19 5 2 20 0 15 0 71445440 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10914144 memory=588800 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 14 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942785180576 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10914144 memory=588800 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 6 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942650963072 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10914144 memory=3256253291331263212 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10914144 memory=588800 CPUtime=4.02 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) S 27839 27842 24385 0 -1 1077944384 28191 12975 0 0 391 4 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10914144 memory=-6800859132029471843 CPUtime=4.16 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 34295 12975 0 0 405 4 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10914144 memory=588800 CPUtime=1.78 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) S 27839 27842 24385 0 -1 1077944384 27229 12975 0 0 168 3 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942858644336 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 56 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10914144 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10914144 memory=2436 CPUtime=1.2 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1194 12975 0 0 57 56 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 2400.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 588800 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.58 1.51 3/216 28110
/proc/meminfo: memFree=19704872/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=10914144 memory=588800 CPUtime=2461.13 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 222476 12975 0 0 245937 169 5 2 20 0 15 0 71445428 11176083456 147200 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2728536 147200 3524 1 0 2690189 0
[pid=27842/tid=27895] ppid=27839 vsize=10914144 memory=588800 CPUtime=2432.76 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 73456 12975 0 0 243242 27 5 2 20 0 15 0 71445437 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943306942208 139942950301339 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10914144 memory=588744 CPUtime=3.57 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 9415 12975 0 0 328 22 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10914144 memory=588744 CPUtime=3.58 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 11923 12975 0 0 331 20 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10914144 memory=588800 CPUtime=3.56 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 10926 12975 0 0 329 20 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10914144 memory=588800 CPUtime=3.56 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 11505 12975 0 0 328 21 5 2 20 0 15 0 71445438 11176083456 147200 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10914144 memory=588800 CPUtime=3.43 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 12111 12975 0 0 316 20 5 2 20 0 15 0 71445440 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10914144 memory=588800 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 14 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942785180576 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10914144 memory=588800 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 6 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942650963072 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10914144 memory=588800 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10914144 memory=588800 CPUtime=4.02 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) S 27839 27842 24385 0 -1 1077944384 28192 12975 0 0 391 4 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10914144 memory=588800 CPUtime=4.16 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 34295 12975 0 0 405 4 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10914144 memory=588800 CPUtime=1.78 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) S 27839 27842 24385 0 -1 1077944384 27229 12975 0 0 168 3 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942858644336 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 56 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10914144 memory=588800 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10914144 memory=588800 CPUtime=1.23 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1210 12975 0 0 59 57 5 2 20 0 15 0 71445443 11176083456 147200 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 2461.13 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 588800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501 s]*
/proc/loadavg: 1.18 1.46 1.47 3/215 28112
/proc/meminfo: memFree=19706328/32770624 swapFree=67108860/67108860
[pid=27842] ppid=27839 vsize=10914144 memory=588848 CPUtime=2520.05 cores=0,2,4,6
/proc/27842/stat : 27842 (java) S 27839 27842 24385 0 -1 1077944320 223619 12975 0 0 251826 172 5 2 20 0 15 0 71445428 11176083456 147212 33554432000 4194304 4196468 140730449671504 140730449654048 139943335108343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
/proc/27842/statm: 2728536 147212 3524 1 0 2690189 0
[pid=27842/tid=27895] ppid=27839 vsize=10914144 memory=6791534058613427641 CPUtime=2491.23 cores=0,2,4,6
/proc/27842/task/27895/stat : 27895 (java) R 27839 27842 24385 0 -1 4202560 73949 12975 0 0 249089 27 5 2 20 0 15 0 71445437 11176083456 147212 33554432000 4194304 4196468 140730449671504 139943306942224 139942950361832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27896] ppid=27839 vsize=10914144 memory=4126316290023845779 CPUtime=3.66 cores=0,2,4,6
/proc/27842/task/27896/stat : 27896 (java) S 27839 27842 24385 0 -1 1077944384 9461 12975 0 0 336 23 5 2 20 0 15 0 71445438 11176083456 147212 33554432000 4194304 4196468 140730449671504 139943339350928 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27897] ppid=27839 vsize=10914144 memory=8514701219730523551 CPUtime=3.67 cores=0,2,4,6
/proc/27842/task/27897/stat : 27897 (java) S 27839 27842 24385 0 -1 1077944384 12194 12975 0 0 340 20 5 2 20 0 15 0 71445438 11176083456 147212 33554432000 4194304 4196468 140730449671504 139943258102544 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27898] ppid=27839 vsize=10914144 memory=7164777751039334508 CPUtime=3.65 cores=0,2,4,6
/proc/27842/task/27898/stat : 27898 (java) S 27839 27842 24385 0 -1 1077944384 11014 12975 0 0 337 21 5 2 20 0 15 0 71445438 11176083456 147212 33554432000 4194304 4196468 140730449671504 139943257050256 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27899] ppid=27839 vsize=10914144 memory=6226342360614659945 CPUtime=3.64 cores=0,2,4,6
/proc/27842/task/27899/stat : 27899 (java) S 27839 27842 24385 0 -1 1077944384 11545 12975 0 0 336 21 5 2 20 0 15 0 71445438 11176083456 147212 33554432000 4194304 4196468 140730449671504 139943255997456 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27900] ppid=27839 vsize=10914144 memory=7594566860606629744 CPUtime=3.51 cores=0,2,4,6
/proc/27842/task/27900/stat : 27900 (java) S 27839 27842 24385 0 -1 1077944384 12295 12975 0 0 324 20 5 2 20 0 15 0 71445440 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942861801584 139943335119490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27901] ppid=27839 vsize=10914144 memory=7667497561383256160 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27901/stat : 27901 (java) S 27839 27842 24385 0 -1 1077944384 14 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942785180576 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27902] ppid=27839 vsize=10914144 memory=7667497561383256160 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27902/stat : 27902 (java) S 27839 27842 24385 0 -1 1077944384 6 12975 0 0 0 0 5 2 20 0 15 0 71445440 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942650963072 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27903] ppid=27839 vsize=10914144 memory=7593729114383804773 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27903/stat : 27903 (java) S 27839 27842 24385 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942046984272 139943335126939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27904] ppid=27839 vsize=10914144 memory=7885360301357940846 CPUtime=4.02 cores=0,2,4,6
/proc/27842/task/27904/stat : 27904 (java) S 27839 27842 24385 0 -1 1077944384 28194 12975 0 0 391 4 5 2 20 0 15 0 71445443 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942860749424 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27905] ppid=27839 vsize=10914144 memory=7523376918531162212 CPUtime=4.16 cores=0,2,4,6
/proc/27842/task/27905/stat : 27905 (java) S 27839 27842 24385 0 -1 1077944384 34297 12975 0 0 405 4 5 2 20 0 15 0 71445443 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942859696624 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27906] ppid=27839 vsize=10914144 memory=-6519619645245871518 CPUtime=1.78 cores=0,2,4,6
/proc/27842/task/27906/stat : 27906 (java) S 27839 27842 24385 0 -1 1077944384 27231 12975 0 0 168 3 5 2 20 0 15 0 71445443 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942858644336 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27907] ppid=27839 vsize=10914144 memory=7522515970996007008 CPUtime=0.07 cores=0,2,4,6
/proc/27842/task/27907/stat : 27907 (java) S 27839 27842 24385 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 71445443 11176083456 147212 33554432000 4194304 4196468 140730449671504 139941577223136 139943335118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
[pid=27842/tid=27908] ppid=27839 vsize=10914144 memory=7656236358929835112 CPUtime=1.26 cores=0,2,4,6
/proc/27842/task/27908/stat : 27908 (java) S 27839 27842 24385 0 -1 1077944384 1225 12975 0 0 61 58 5 2 20 0 15 0 71445443 11176083456 147212 33554432000 4194304 4196468 140730449671504 139942857591216 139943335119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 27815936 140730449672815 140730449675612 140730449675612 140730449678287 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 588848 KiB

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

[startup+2501.03 s]
# the end of solver process 27842 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.34 s, system=1.76384 s

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

Child status: 143
Real time (s): 2501.03
CPU time (s): 2520.1
CPU user time (s): 2518.34
CPU system time (s): 1.76384
CPU usage (%): 100.762
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 654832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.34
system time used= 1.76384
maximum resident set size= 656868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131972
involuntary context switches= 6723


# summary of solver processes directly reported to runsolver:
#   pid: 27842
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.34
#   total CPU system time (s): 1.76384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3892 second user time and 22.7243 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 19:13:42
IDJOB=4295269
IDBENCH=141500
IDSOLVER=2750
FILE ID=node136/4295269-1532538822
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g19-g45_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295269-1532538822/watcher-4295269-1532538822 -o /tmp/evaluation-result-4295269-1532538822/solver-4295269-1532538822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=173764331 HOME/instance-4295269-1532538822.xml

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

MD5SUM BENCH= d9c49275b9746ea736e23f2bca190f13
RANDOM SEED=173764331

node136.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.50
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.50
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.50
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.50
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:        20840320 kB
MemAvailable:   31278216 kB
Buffers:          216760 kB
Cached:         10452104 kB
SwapCached:            0 kB
Active:          3223388 kB
Inactive:        8152856 kB
Active(anon):     658548 kB
Inactive(anon):    76688 kB
Active(file):    2564840 kB
Inactive(file):  8076168 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26336 kB
Writeback:             0 kB
AnonPages:        714708 kB
Mapped:            52936 kB
Shmem:             25228 kB
Slab:             252600 kB
SReclaimable:     225348 kB
SUnreclaim:        27252 kB
KernelStack:        3520 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1710800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 19:55:24