Trace number 4304889

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.9.2? (TO) 2520.12 2474.03

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K06-P03_c18.xml
MD5SUM54d96134616ca7767c80e2eaaa70f234
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 variables138
Number of constraints59
Number of domains2
Minimum domain size57
Maximum domain size58
Distribution of domain sizes[{"size":57,"count":57},{"size":58,"count":18}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":63},{"degree":2,"count":57},{"degree":7,"count":12},{"degree":8,"count":6}]
Minimum constraint arity3
Maximum constraint arity57
Distribution of constraint arities[{"arity":3,"count":57},{"arity":18,"count":1},{"arity":57,"count":1}]
Number of extensional constraints0
Number of intensional constraints57
Distribution of constraint types[{"type":"intension","count":57},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304889-1534055143/watcher-4304889-1534055143 -o /tmp/evaluation-result-4304889-1534055143/solver-4304889-1534055143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534040371-15153 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=173054577 HOME/instance-4304889-1534055143.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=18146, runsolver pid=18143

[startup+0.100165 s]*
/proc/loadavg: 1.33 1.51 1.58 3/210 18203
/proc/meminfo: memFree=10161568/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=10005480 memory=19120 CPUtime=0.08 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 4386 13110 0 0 1 0 4 3 20 0 6 0 223077438 10245611520 4715 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2501370 4715 1934 1 0 2489808 0
[pid=18146/tid=18199] ppid=18143 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 2209 13110 0 0 1 0 4 3 20 0 6 0 223077447 10245611520 4780 33554432000 4194304 4196468 140721864895360 139956770955856 139956782311429 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=10005480 memory=5793855566872230329 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 6 0 223077447 10245611520 4780 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=10005480 memory=140315862337152 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 6 0 223077447 10245611520 4780 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 6 0 223077447 10245611520 4780 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 2 13110 0 0 0 0 4 3 20 0 6 0 223077447 10245611520 4780 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 19120 KiB

[startup+0.210199 s]*
/proc/loadavg: 1.33 1.51 1.58 3/219 18212
/proc/meminfo: memFree=10139540/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=10982776 memory=45276 CPUtime=0.26 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 8661 13110 0 0 17 2 4 3 20 0 15 0 223077438 11246362624 11319 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2745694 11319 2964 1 0 2708117 0
[pid=18146/tid=18199] ppid=18143 vsize=10982776 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 5333 13110 0 0 10 1 4 3 20 0 15 0 223077447 11246362624 11385 33554432000 4194304 4196468 140721864895360 139956770943904 139956791798813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=10982776 memory=4211974042067127690 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246362624 11451 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=10982776 memory=140315862337152 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246362624 11451 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246362624 11451 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 2 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246362624 11451 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 2 13110 0 0 0 0 4 3 20 0 15 0 223077449 11246362624 11451 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 13 13110 0 0 0 0 4 3 20 0 15 0 223077449 11246362624 11517 33554432000 4194304 4196468 140721864895360 139955602973472 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077450 11246362624 11517 33554432000 4194304 4196468 140721864895360 139955401647216 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11246362624 11517 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=10982776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 436 13110 0 0 1 0 4 3 20 0 15 0 223077452 11246362624 11517 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 184 13110 0 0 0 0 4 3 20 0 15 0 223077452 11246362624 11583 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=10982776 memory=140315862337152 CPUtime=0.1 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) S 18143 18146 13534 0 -1 1077944384 599 13110 0 0 3 0 4 3 20 0 15 0 223077452 11246362624 11583 33554432000 4194304 4196468 140721864895360 139956289059696 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11246362624 11583 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=10982776 memory=140315862337152 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077453 11246362624 11583 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 45276 KiB

[startup+0.310539 s]*
/proc/loadavg: 1.33 1.51 1.58 3/219 18212
/proc/meminfo: memFree=10126764/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=10983192 memory=55476 CPUtime=0.39 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 10444 13110 0 0 29 3 4 3 20 0 15 0 223077438 11246788608 13869 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2745798 13869 3083 1 0 2708109 0
[pid=18146/tid=18199] ppid=18143 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 7003 13110 0 0 19 2 4 3 20 0 15 0 223077447 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956770939752 139956792219028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 2 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=10983192 memory=140315862337151 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 2 13110 0 0 0 0 4 3 20 0 15 0 223077449 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 13 13110 0 0 0 0 4 3 20 0 15 0 223077449 11246788608 13869 33554432000 4194304 4196468 140721864895360 139955602973472 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=10983192 memory=140315862337152 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077450 11246788608 13869 33554432000 4194304 4196468 140721864895360 139955401647216 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11246788608 13869 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 436 13110 0 0 2 0 4 3 20 0 15 0 223077452 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 185 13110 0 0 1 0 4 3 20 0 15 0 223077452 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) R 18143 18146 13534 0 -1 4202560 606 13110 0 0 5 0 4 3 20 0 15 0 223077452 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956289059696 139956782515273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11246788608 13869 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077453 11246788608 13869 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55476 KiB

[startup+0.700917 s]
/proc/loadavg: 1.33 1.51 1.58 4/219 18212
/proc/meminfo: memFree=10116476/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=10983192 memory=88244 CPUtime=0.99 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 16734 13110 0 0 88 4 4 3 20 0 15 0 223077438 11246788608 22061 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2745798 22061 3238 1 0 2708109 0
[pid=18146/tid=18199] ppid=18143 vsize=10983192 memory=60648 CPUtime=0.66 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 12209 13110 0 0 56 3 4 3 20 0 15 0 223077447 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956770939920 139956783199582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=10983192 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=10983192 memory=140315709448691 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=10983192 memory=140316581561227 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=10983192 memory=1788 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 2 13110 0 0 0 0 4 3 20 0 15 0 223077447 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=10983192 memory=6296143700806424935 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 5 13110 0 0 0 0 4 3 20 0 15 0 223077449 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=10983192 memory=8099279071866868837 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 13 13110 0 0 0 0 4 3 20 0 15 0 223077449 11246788608 22061 33554432000 4194304 4196468 140721864895360 139955602973472 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=10983192 memory=6004820471124940137 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077450 11246788608 22061 33554432000 4194304 4196468 140721864895360 139955401647216 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=10983192 memory=3054156605368933524 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11246788608 22061 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=10983192 memory=8326441112149131689 CPUtime=0.14 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 821 13110 0 0 7 0 4 3 20 0 15 0 223077452 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=10983192 memory=-7025452035940392864 CPUtime=0.17 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 786 13110 0 0 10 0 4 3 20 0 15 0 223077452 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=10983192 memory=6944656592452807326 CPUtime=0.2 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) R 18143 18146 13534 0 -1 4202560 699 13110 0 0 13 0 4 3 20 0 15 0 223077452 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956289059696 139956799140442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=10983192 memory=-9178176116494409632 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11246788608 22061 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077453 11246788608 22061 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88244 KiB

[startup+1.50072 s]
/proc/loadavg: 1.33 1.51 1.58 4/219 18212
/proc/meminfo: memFree=10070392/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=10998092 memory=179676 CPUtime=2.29 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 23972 13110 0 0 212 10 4 3 20 0 15 0 223077438 11262046208 44919 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2749523 44919 3468 1 0 2711181 0
[pid=18146/tid=18199] ppid=18143 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 17757 13110 0 0 129 6 4 3 20 0 15 0 223077447 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956770951136 139956779394976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=10998092 memory=102480 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 58 13110 0 0 0 0 4 3 20 0 15 0 223077447 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=10998092 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 27 13110 0 0 1 0 4 3 20 0 15 0 223077447 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 250 13110 0 0 1 0 4 3 20 0 15 0 223077447 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 25 13110 0 0 0 0 4 3 20 0 15 0 223077447 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 49 13110 0 0 1 0 4 3 20 0 15 0 223077449 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=10998092 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 14 13110 0 0 0 0 4 3 20 0 15 0 223077449 11262046208 44919 33554432000 4194304 4196468 140721864895360 139955602973536 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=10998092 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077450 11262046208 44919 33554432000 4194304 4196468 140721864895360 139955401647232 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=10998092 memory=2192 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11262046208 44919 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=10998092 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 1368 13110 0 0 21 0 4 3 20 0 15 0 223077452 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=10998092 memory=218501293866299 CPUtime=0.28 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 989 13110 0 0 21 0 4 3 20 0 15 0 223077452 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=10998092 memory=1088950 CPUtime=0.4 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) S 18143 18146 13534 0 -1 1077944384 1238 13110 0 0 33 0 4 3 20 0 15 0 223077452 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956289059696 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=10998092 memory=4638778428397932880 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11262046208 44919 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=10998092 memory=4639059873309409380 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1 13110 0 0 0 0 4 3 20 0 15 0 223077453 11262046208 44919 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 83134 13110 0 0 229798 41 4 3 20 0 15 0 223077447 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956770952656 139956369768853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=11077984 memory=791960 CPUtime=12.26 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 15419 13110 0 0 1171 48 4 3 20 0 15 0 223077447 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=11077984 memory=791960 CPUtime=12.23 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 20567 13110 0 0 1167 49 4 3 20 0 15 0 223077447 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=11077984 memory=791960 CPUtime=12.29 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 9464 13110 0 0 1173 49 4 3 20 0 15 0 223077447 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=11077984 memory=791960 CPUtime=12.3 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 15269 13110 0 0 1180 43 4 3 20 0 15 0 223077447 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=11077984 memory=791960 CPUtime=9.26 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 12457 13110 0 0 871 48 4 3 20 0 15 0 223077449 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=11077984 memory=791960 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 15 13110 0 0 0 0 4 3 20 0 15 0 223077449 11343855616 197990 33554432000 4194304 4196468 140721864895360 139955602973600 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=11077984 memory=791960 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 10 13110 0 0 0 0 4 3 20 0 15 0 223077450 11343855616 197990 33554432000 4194304 4196468 140721864895360 139955401647232 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=11077984 memory=3560 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 197990 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=11077984 memory=791960 CPUtime=3.29 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 27627 13110 0 0 320 2 4 3 20 0 15 0 223077452 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=11077984 memory=0 CPUtime=3.03 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 21487 13110 0 0 292 4 4 3 20 0 15 0 223077452 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=11077984 memory=3560 CPUtime=1.68 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) S 18143 18146 13534 0 -1 1077944384 18461 13110 0 0 157 4 4 3 20 0 15 0 223077452 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956289059696 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=11077984 memory=60708 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 197990 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=11077984 memory=791960 CPUtime=1.4 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1142 13110 0 0 62 71 4 3 20 0 15 0 223077453 11343855616 197990 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 2365.67 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 791960 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.57 1.57 3/220 18693
/proc/meminfo: memFree=7017856/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=11077984 memory=798104 CPUtime=2426.74 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 228722 13110 0 0 242351 316 4 3 20 0 15 0 223077438 11343855616 199526 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2769496 199526 3519 1 0 2731149 0
[pid=18146/tid=18199] ppid=18143 vsize=11077984 memory=798104 CPUtime=2357.78 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 83754 13110 0 0 235730 41 4 3 20 0 15 0 223077447 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956770952832 139956370374619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=11077984 memory=796056 CPUtime=12.63 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 15428 13110 0 0 1207 49 4 3 20 0 15 0 223077447 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=11077984 memory=796056 CPUtime=12.6 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 20801 13110 0 0 1203 50 4 3 20 0 15 0 223077447 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=11077984 memory=796056 CPUtime=12.66 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 9815 13110 0 0 1209 50 4 3 20 0 15 0 223077447 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=11077984 memory=798104 CPUtime=12.66 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 15318 13110 0 0 1216 43 4 3 20 0 15 0 223077447 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=11077984 memory=796056 CPUtime=9.5 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 12645 13110 0 0 894 49 4 3 20 0 15 0 223077449 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=11077984 memory=798104 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 15 13110 0 0 0 0 4 3 20 0 15 0 223077449 11343855616 199526 33554432000 4194304 4196468 140721864895360 139955602973600 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=11077984 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 10 13110 0 0 0 0 4 3 20 0 15 0 223077450 11343855616 199526 33554432000 4194304 4196468 140721864895360 139955401647232 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=11077984 memory=798104 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 199526 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=11077984 memory=798104 CPUtime=3.29 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 27629 13110 0 0 320 2 4 3 20 0 15 0 223077452 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=11077984 memory=34732 CPUtime=3.03 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 21489 13110 0 0 292 4 4 3 20 0 15 0 223077452 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=11077984 memory=798104 CPUtime=1.68 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) S 18143 18146 13534 0 -1 1077944384 18463 13110 0 0 157 4 4 3 20 0 15 0 223077452 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956289059696 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=11077984 memory=798104 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 199526 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=11077984 memory=798104 CPUtime=1.44 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1160 13110 0 0 64 73 4 3 20 0 15 0 223077453 11343855616 199526 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 2426.74 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 798104 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.58 1.57 3/219 18694
/proc/meminfo: memFree=6889008/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=11077984 memory=797584 CPUtime=2487.82 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 230729 13110 0 0 248450 325 4 3 20 0 15 0 223077438 11343855616 199396 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2769496 199396 3519 1 0 2731149 0
[pid=18146/tid=18199] ppid=18143 vsize=11077984 memory=797584 CPUtime=2417.12 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 84526 13110 0 0 241663 42 4 3 20 0 15 0 223077447 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956770953056 139956370258939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=11077984 memory=5772 CPUtime=12.99 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 15971 13110 0 0 1242 50 4 3 20 0 15 0 223077447 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=11077984 memory=797584 CPUtime=12.97 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 20852 13110 0 0 1239 51 4 3 20 0 15 0 223077447 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=11077984 memory=796056 CPUtime=13.03 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 10077 13110 0 0 1244 52 4 3 20 0 15 0 223077447 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=11077984 memory=800152 CPUtime=13.03 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 15482 13110 0 0 1251 45 4 3 20 0 15 0 223077447 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=11077984 memory=795536 CPUtime=9.73 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 12837 13110 0 0 916 50 4 3 20 0 15 0 223077449 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=11077984 memory=797584 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 15 13110 0 0 0 0 4 3 20 0 15 0 223077449 11343855616 199396 33554432000 4194304 4196468 140721864895360 139955602973600 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=11077984 memory=797584 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 10 13110 0 0 0 0 4 3 20 0 15 0 223077450 11343855616 199396 33554432000 4194304 4196468 140721864895360 139955401647232 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 199396 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=11077984 memory=2244 CPUtime=3.29 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 27631 13110 0 0 320 2 4 3 20 0 15 0 223077452 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=11077984 memory=6791534058613427641 CPUtime=3.03 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 21491 13110 0 0 292 4 4 3 20 0 15 0 223077452 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=11077984 memory=1232 CPUtime=1.68 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) S 18143 18146 13534 0 -1 1077944384 18465 13110 0 0 157 4 4 3 20 0 15 0 223077452 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956289059696 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=11077984 memory=797584 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 199396 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=11077984 memory=797584 CPUtime=1.47 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1177 13110 0 0 65 75 4 3 20 0 15 0 223077453 11343855616 199396 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 2487.82 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 797584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474 s]*
/proc/loadavg: 1.32 1.51 1.55 3/219 18694
/proc/meminfo: memFree=6846204/32770624 swapFree=67108860/67108860
[pid=18146] ppid=18143 vsize=11077984 memory=801680 CPUtime=2520.08 cores=0,2,4,6
/proc/18146/stat : 18146 (java) S 18143 18146 13534 0 -1 1077944320 231324 13110 0 0 251672 329 4 3 20 0 15 0 223077438 11343855616 200420 33554432000 4194304 4196468 140721864895360 140721864877904 139956799119095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
/proc/18146/statm: 2769496 200420 3519 1 0 2731149 0
[pid=18146/tid=18199] ppid=18143 vsize=11077984 memory=6791534058613427641 CPUtime=2448.5 cores=0,2,4,6
/proc/18146/task/18199/stat : 18199 (java) R 18143 18146 13534 0 -1 4202560 84796 13110 0 0 244800 43 4 3 20 0 15 0 223077447 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956770952656 139956372085609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18200] ppid=18143 vsize=11077984 memory=-7003737579269690708 CPUtime=13.18 cores=0,2,4,6
/proc/18146/task/18200/stat : 18200 (java) S 18143 18146 13534 0 -1 1077944384 15983 13110 0 0 1260 51 4 3 20 0 15 0 223077447 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956803361680 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18201] ppid=18143 vsize=11077984 memory=4132 CPUtime=13.16 cores=0,2,4,6
/proc/18146/task/18201/stat : 18201 (java) S 18143 18146 13534 0 -1 1077944384 20871 13110 0 0 1257 52 4 3 20 0 15 0 223077447 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956684626704 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18202] ppid=18143 vsize=11077984 memory=2192 CPUtime=13.21 cores=0,2,4,6
/proc/18146/task/18202/stat : 18202 (java) S 18143 18146 13534 0 -1 1077944384 10096 13110 0 0 1262 52 4 3 20 0 15 0 223077447 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956683574416 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18203] ppid=18143 vsize=11077984 memory=7528 CPUtime=13.22 cores=0,2,4,6
/proc/18146/task/18203/stat : 18203 (java) S 18143 18146 13534 0 -1 1077944384 15572 13110 0 0 1269 46 4 3 20 0 15 0 223077447 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956682521616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18204] ppid=18143 vsize=11077984 memory=828 CPUtime=9.85 cores=0,2,4,6
/proc/18146/task/18204/stat : 18204 (java) S 18143 18146 13534 0 -1 1077944384 13008 13110 0 0 927 51 4 3 20 0 15 0 223077449 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956292216944 139956799130242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18205] ppid=18143 vsize=11077984 memory=1796 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18205/stat : 18205 (java) S 18143 18146 13534 0 -1 1077944384 15 13110 0 0 0 0 4 3 20 0 15 0 223077449 11343855616 200420 33554432000 4194304 4196468 140721864895360 139955602973600 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18206] ppid=18143 vsize=11077984 memory=912 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18206/stat : 18206 (java) S 18143 18146 13534 0 -1 1077944384 10 13110 0 0 0 0 4 3 20 0 15 0 223077450 11343855616 200420 33554432000 4194304 4196468 140721864895360 139955401647232 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18207] ppid=18143 vsize=11077984 memory=3844 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18207/stat : 18207 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 200420 33554432000 4194304 4196468 140721864895360 139955094247504 139956799137691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18208] ppid=18143 vsize=11077984 memory=2684 CPUtime=3.29 cores=0,2,4,6
/proc/18146/task/18208/stat : 18208 (java) S 18143 18146 13534 0 -1 1077944384 27631 13110 0 0 320 2 4 3 20 0 15 0 223077452 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956291164784 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18209] ppid=18143 vsize=11077984 memory=2680 CPUtime=3.03 cores=0,2,4,6
/proc/18146/task/18209/stat : 18209 (java) S 18143 18146 13534 0 -1 1077944384 21491 13110 0 0 292 4 4 3 20 0 15 0 223077452 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956290111984 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18210] ppid=18143 vsize=11077984 memory=4096 CPUtime=1.68 cores=0,2,4,6
/proc/18146/task/18210/stat : 18210 (java) S 18143 18146 13534 0 -1 1077944384 18465 13110 0 0 157 4 4 3 20 0 15 0 223077452 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956289059696 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18211] ppid=18143 vsize=11077984 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/18146/task/18211/stat : 18211 (java) S 18143 18146 13534 0 -1 1077944384 3 13110 0 0 0 0 4 3 20 0 15 0 223077452 11343855616 200420 33554432000 4194304 4196468 140721864895360 139954663451616 139956799129301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
[pid=18146/tid=18212] ppid=18143 vsize=11077984 memory=3288 CPUtime=1.49 cores=0,2,4,6
/proc/18146/task/18212/stat : 18212 (java) S 18143 18146 13534 0 -1 1077944384 1191 13110 0 0 66 76 4 3 20 0 15 0 223077453 11343855616 200420 33554432000 4194304 4196468 140721864895360 139956288006576 139956799130242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140721864899181 140721864901980 140721864901980 140721864904655 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 801680 KiB

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

[startup+2474.03 s]
# the end of solver process 18146 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.79 s, system=3.33861 s

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

Child status: 143
Real time (s): 2474.03
CPU time (s): 2520.12
CPU user time (s): 2516.79
CPU system time (s): 3.33861
CPU usage (%): 101.863
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 801680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.79
system time used= 3.33861
maximum resident set size= 803992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245170
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261730
involuntary context switches= 9552


# summary of solver processes directly reported to runsolver:
#   pid: 18146
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.79
#   total CPU system time (s): 3.33861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9697 second user time and 18.278 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 08:25:43
IDJOB=4304889
IDBENCH=141171
IDSOLVER=2780
FILE ID=node135/4304889-1534055143
RUNJOBID= node135-1534040371-15153
PBS_JOBID= 21036964
Free space on /tmp= 42548 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K06-P03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304889-1534055143/watcher-4304889-1534055143 -o /tmp/evaluation-result-4304889-1534055143/solver-4304889-1534055143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534040371-15153 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=173054577 HOME/instance-4304889-1534055143.xml

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

MD5SUM BENCH= 54d96134616ca7767c80e2eaaa70f234
RANDOM SEED=173054577

node135.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:        10169728 kB
MemAvailable:   30289604 kB
Buffers:          240232 kB
Cached:         19884424 kB
SwapCached:            0 kB
Active:         10742132 kB
Inactive:       11051444 kB
Active(anon):    1615720 kB
Inactive(anon):   105076 kB
Active(file):    9126412 kB
Inactive(file): 10946368 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:       1744648 kB
Mapped:            74460 kB
Shmem:             49824 kB
Slab:             504328 kB
SReclaimable:     475556 kB
SUnreclaim:        28772 kB
KernelStack:        3904 kB
PageTables:         8736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2805140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1497088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42524 MiB
End job on node135 at 2018-08-12 09:06:57