Trace number 4296104

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.12 2491.35

General information on the benchmark

NameEternity/
Eternity-15-15_c18.xml
MD5SUM07f6a500cdb84e44b97e5b2e1697edff
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 variables705
Number of constraints286
Number of domains2
Minimum domain size22
Maximum domain size225
Distribution of domain sizes[{"size":22,"count":480},{"size":225,"count":225}]
Minimum variable degree1
Maximum variable degree16
Distribution of variable degrees[{"degree":1,"count":14},{"degree":2,"count":690},{"degree":16,"count":1}]
Minimum constraint arity1
Maximum constraint arity225
Distribution of constraint arities[{"arity":1,"count":60},{"arity":5,"count":225},{"arity":225,"count":1}]
Number of extensional constraints225
Number of intensional constraints60
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":60},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296104-1532613810/watcher-4296104-1532613810 -o /tmp/evaluation-result-4296104-1532613810/solver-4296104-1532613810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2111741957 HOME/instance-4296104-1532613810.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=2481, runsolver pid=2478
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.59 1.54 1.59 3/208 2538
/proc/meminfo: memFree=11321228/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=9972712 memory=18856 CPUtime=0.08 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 4390 13097 0 0 1 0 5 2 20 0 6 0 78944192 10212057088 4714 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2493178 4714 1934 1 0 2481616 0
[pid=2481/tid=2534] ppid=2478 vsize=9988792 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 2274 13097 0 0 1 0 5 2 20 0 6 0 78944201 10228523008 4845 33554432000 4194304 4196468 140737445315344 140717015003728 140717028679677 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=9988792 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 78944201 10228523008 4845 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=9988792 memory=139679456790144 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 78944201 10228523008 4845 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=9989820 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 78944201 10229575680 4845 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=9989820 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 7 0 78944201 10229575680 4845 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10055356 memory=139679456790144 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) R 2478 2481 29230 0 -1 4202560 1 13097 0 0 0 0 5 2 20 0 7 0 78944203 10296684544 4845 33554432000 4194304 4196468 140737445315344 140716569725792 140717035394787 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210264 s]*
/proc/loadavg: 1.59 1.54 1.59 3/217 2547
/proc/meminfo: memFree=11301916/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=10818904 memory=42144 CPUtime=0.25 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 7767 13097 0 0 17 1 5 2 20 0 15 0 78944192 11078557696 10536 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2704726 10536 2954 1 0 2667149 0
[pid=2481/tid=2534] ppid=2478 vsize=10818904 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 4468 13097 0 0 11 0 5 2 20 0 15 0 78944201 11078557696 10668 33554432000 4194304 4196468 140737445315344 140717014984080 140717027247454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11078557696 10668 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10818904 memory=139679456813181 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10818904 memory=139679456790144 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 78944201 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 78944203 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716569725168 140717043178114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 13 13097 0 0 0 0 5 2 20 0 15 0 78944203 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716483273888 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10818904 memory=139679456790144 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944204 11078557696 10668 33554432000 4194304 4196468 140737445315344 140715879293680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11078557696 10668 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 424 13097 0 0 1 0 5 2 20 0 15 0 78944206 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 188 13097 0 0 1 0 5 2 20 0 15 0 78944206 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10818904 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) S 2478 2481 29230 0 -1 1077944384 626 13097 0 0 3 0 5 2 20 0 15 0 78944206 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716566567408 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11078557696 10668 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944207 11078557696 10668 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42144 KiB

[startup+0.310302 s]*
/proc/loadavg: 1.59 1.54 1.59 3/217 2547
/proc/meminfo: memFree=11290752/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=10819352 memory=53344 CPUtime=0.38 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 10416 13097 0 0 29 2 5 2 20 0 15 0 78944192 11079016448 13336 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2704838 13336 3073 1 0 2667149 0
[pid=2481/tid=2534] ppid=2478 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 6950 13097 0 0 20 1 5 2 20 0 15 0 78944201 11079016448 13336 33554432000 4194304 4196468 140737445315344 140717014978976 140717023442703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 13336 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10819352 memory=-7022969359889120089 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10819352 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 78944203 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716569725168 140717043178114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 13 13097 0 0 0 0 5 2 20 0 15 0 78944203 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716483273888 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944204 11079016448 13336 33554432000 4194304 4196468 140737445315344 140715879293680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11079016448 13336 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 424 13097 0 0 1 0 5 2 20 0 15 0 78944206 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 189 13097 0 0 1 0 5 2 20 0 15 0 78944206 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) S 2478 2481 29230 0 -1 1077944384 632 13097 0 0 4 0 5 2 20 0 15 0 78944206 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716566567408 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11079016448 13336 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944207 11079016448 13336 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53344 KiB

[startup+0.700697 s]
/proc/loadavg: 1.59 1.54 1.59 3/217 2547
/proc/meminfo: memFree=11279836/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=10819352 memory=86860 CPUtime=0.98 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 16762 13097 0 0 88 3 5 2 20 0 15 0 78944192 11079016448 21715 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2704838 21715 3246 1 0 2667149 0
[pid=2481/tid=2534] ppid=2478 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 12188 13097 0 0 56 2 5 2 20 0 15 0 78944201 11079016448 21715 33554432000 4194304 4196468 140737445315344 140717014987792 140717027247454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 21715 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10819352 memory=4629800032605997412 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 78944201 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 5 13097 0 0 0 0 5 2 20 0 15 0 78944203 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716569725168 140717043178114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10819352 memory=139679456789025 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 13 13097 0 0 0 0 5 2 20 0 15 0 78944203 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716483273888 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944204 11079016448 21715 33554432000 4194304 4196468 140737445315344 140715879293680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11079016448 21715 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10819352 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 1028 13097 0 0 9 0 5 2 20 0 15 0 78944206 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10819352 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 594 13097 0 0 7 0 5 2 20 0 15 0 78944206 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) R 2478 2481 29230 0 -1 4202560 728 13097 0 0 13 0 5 2 20 0 15 0 78944206 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716566567408 140717043178902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11079016448 21715 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944207 11079016448 21715 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86860 KiB

[startup+1.50326 s]
/proc/loadavg: 1.55 1.53 1.59 3/217 2547
/proc/meminfo: memFree=11240956/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=10828108 memory=247520 CPUtime=2.89 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 21973 13097 0 0 271 11 5 2 20 0 15 0 78944192 11087982592 61880 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2707027 61880 3467 1 0 2668685 0
[pid=2481/tid=2534] ppid=2478 vsize=10828108 memory=227 CPUtime=1.43 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) S 2478 2481 29230 0 -1 1077944384 14831 13097 0 0 131 5 5 2 20 0 15 0 78944201 11087982592 61880 33554432000 4194304 4196468 140737445315344 140717015000912 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) R 2478 2481 29230 0 -1 4202560 45 13097 0 0 0 0 5 2 20 0 15 0 78944201 11087982592 61880 33554432000 4194304 4196468 140737445315344 140717047409880 140717028194386 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10828108 memory=731 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) R 2478 2481 29230 0 -1 4202560 313 13097 0 0 0 0 5 2 20 0 15 0 78944201 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716962229392 140717028194841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10828108 memory=185 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) R 2478 2481 29230 0 -1 4202560 22 13097 0 0 0 0 5 2 20 0 15 0 78944201 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716961176336 140717028190670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10828108 memory=2771 CPUtime=0.08 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) R 2478 2481 29230 0 -1 4202560 69 13097 0 0 1 0 5 2 20 0 15 0 78944201 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716960123792 140717036263827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10828108 memory=121168 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 93 13097 0 0 0 0 5 2 20 0 15 0 78944203 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716569723680 140717043177173 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 13 13097 0 0 0 0 5 2 20 0 15 0 78944203 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716483273888 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10828108 memory=7809523229951467574 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944204 11087982592 61880 33554432000 4194304 4196468 140737445315344 140715879293680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11087982592 61880 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10828108 memory=-2746958450906831424 CPUtime=0.54 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 1716 13097 0 0 47 0 5 2 20 0 15 0 78944206 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10828108 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 1199 13097 0 0 46 0 5 2 20 0 15 0 78944206 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10828108 memory=86860 CPUtime=0.48 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) S 2478 2481 29230 0 -1 1077944384 1471 13097 0 0 40 1 5 2 20 0 15 0 78944206 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716566561328 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11087982592 61880 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10828108 memory=279358631637664 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 78944207 11087982592 61880 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0

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

/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 128082 13097 0 0 237112 62 5 2 20 0 15 0 78944201 11178180608 543342 33554432000 4194304 4196468 140737445315344 140717014977072 140716650327552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10916192 memory=2173352 CPUtime=4.9 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 37386 13097 0 0 450 33 5 2 20 0 15 0 78944201 11178180608 543342 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10916192 memory=0 CPUtime=4.9 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 38590 13097 0 0 449 34 5 2 20 0 15 0 78944201 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10916192 memory=2173368 CPUtime=4.92 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 37956 13097 0 0 453 32 5 2 20 0 15 0 78944201 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10916192 memory=2173368 CPUtime=4.92 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 44889 13097 0 0 451 34 5 2 20 0 15 0 78944201 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10916192 memory=2173352 CPUtime=4.36 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 31386 13097 0 0 403 26 5 2 20 0 15 0 78944203 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716569725168 140717043178114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10916192 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 27 13097 0 0 0 0 5 2 20 0 15 0 78944203 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716483273952 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10916192 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 78944204 11178180608 543342 33554432000 4194304 4196468 140737445315344 140715879293696 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543342 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10916192 memory=1300 CPUtime=5.4 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 37603 13097 0 0 529 4 5 2 20 0 15 0 78944206 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10916192 memory=2173368 CPUtime=5.77 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 42809 13097 0 0 564 6 5 2 20 0 15 0 78944206 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10916192 memory=4012 CPUtime=2.24 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) S 2478 2481 29230 0 -1 1077944384 31781 13097 0 0 212 5 5 2 20 0 15 0 78944206 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716566567408 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10916192 memory=23560 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543342 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10916192 memory=2416 CPUtime=1.4 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 4358 13097 0 0 66 67 5 2 20 0 15 0 78944207 11178180608 543342 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 2410.1 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2173368 KiB

[startup+2442.3 s]
/proc/loadavg: 1.64 1.35 1.35 3/216 2903
/proc/meminfo: memFree=9646272/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=10916192 memory=2173496 CPUtime=2470.61 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 442890 13097 0 0 246786 268 5 2 20 0 15 0 78944192 11178180608 543374 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2729048 543374 3528 1 0 2690701 0
[pid=2481/tid=2534] ppid=2478 vsize=10916192 memory=2173496 CPUtime=2431.42 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 129817 13097 0 0 243072 63 5 2 20 0 15 0 78944201 11178180608 543374 33554432000 4194304 4196468 140737445315344 140717014970656 140716650325570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10916192 memory=2173496 CPUtime=5.08 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 38370 13097 0 0 467 34 5 2 20 0 15 0 78944201 11178180608 543374 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10916192 memory=2173452 CPUtime=5.08 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 39341 13097 0 0 467 34 5 2 20 0 15 0 78944201 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10916192 memory=2173468 CPUtime=5.1 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 38302 13097 0 0 471 32 5 2 20 0 15 0 78944201 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10916192 memory=2173468 CPUtime=5.09 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 45877 13097 0 0 468 34 5 2 20 0 15 0 78944201 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10916192 memory=2173496 CPUtime=4.5 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 32324 13097 0 0 417 26 5 2 20 0 15 0 78944203 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716569725168 140717043178114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10916192 memory=2173496 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 27 13097 0 0 0 0 5 2 20 0 15 0 78944203 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716483273952 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10916192 memory=2173468 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 78944204 11178180608 543374 33554432000 4194304 4196468 140737445315344 140715879293696 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10916192 memory=2173496 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543374 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10916192 memory=2173452 CPUtime=5.4 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 37608 13097 0 0 529 4 5 2 20 0 15 0 78944206 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10916192 memory=2173496 CPUtime=5.77 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 42815 13097 0 0 564 6 5 2 20 0 15 0 78944206 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10916192 memory=2173496 CPUtime=2.24 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) S 2478 2481 29230 0 -1 1077944384 31788 13097 0 0 212 5 5 2 20 0 15 0 78944206 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716566567408 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10916192 memory=2336 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543374 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10916192 memory=1580 CPUtime=1.43 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 4406 13097 0 0 67 69 5 2 20 0 15 0 78944207 11178180608 543374 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 2470.61 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2173496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.3 s]
/proc/loadavg: 1.65 1.40 1.37 3/216 2904
/proc/meminfo: memFree=9644932/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=10916192 memory=2175636 CPUtime=2520.05 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 446138 13097 0 0 251726 272 5 2 20 0 15 0 78944192 11178180608 543909 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2729048 543909 3528 1 0 2690701 0
[pid=2481/tid=2534] ppid=2478 vsize=10916192 memory=2175620 CPUtime=2480.13 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 130841 13097 0 0 247942 64 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140717015000576 140716650331104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10916192 memory=2175604 CPUtime=5.23 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 39377 13097 0 0 481 35 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10916192 memory=2175588 CPUtime=5.23 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 39536 13097 0 0 481 35 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10916192 memory=2173496 CPUtime=5.24 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 38678 13097 0 0 485 32 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10916192 memory=2173524 CPUtime=5.24 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 46144 13097 0 0 482 35 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10916192 memory=2175636 CPUtime=4.63 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 32667 13097 0 0 429 27 5 2 20 0 15 0 78944203 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716569725168 140717043178114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10916192 memory=2175636 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 27 13097 0 0 0 0 5 2 20 0 15 0 78944203 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716483273952 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10916192 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 78944204 11178180608 543909 33554432000 4194304 4196468 140737445315344 140715879293696 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10916192 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10916192 memory=2175620 CPUtime=5.4 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 37612 13097 0 0 529 4 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10916192 memory=2175620 CPUtime=5.77 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 42820 13097 0 0 564 6 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10916192 memory=2175636 CPUtime=2.24 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) S 2478 2481 29230 0 -1 1077944384 31793 13097 0 0 212 5 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716566567408 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10916192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10916192 memory=2175636 CPUtime=1.45 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 4428 13097 0 0 68 70 5 2 20 0 15 0 78944207 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2175636 KiB

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

[startup+2491.35 s]
# the end of solver process 2481 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.35 s, system=2.77045 s

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

[startup+2491.3 s]
/proc/loadavg: 1.65 1.40 1.37 3/216 2904
/proc/meminfo: memFree=9644932/32770624 swapFree=67108852/67108860
[pid=2481] ppid=2478 vsize=10916192 memory=2175636 CPUtime=2520.05 cores=0,2,4,6
/proc/2481/stat : 2481 (java) S 2478 2481 29230 0 -1 1077944320 446138 13097 0 0 251726 272 5 2 20 0 15 0 78944192 11178180608 543909 33554432000 4194304 4196468 140737445315344 140737445297888 140717043166967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
/proc/2481/statm: 2729048 543909 3528 1 0 2690701 0
[pid=2481/tid=2534] ppid=2478 vsize=10916192 memory=2175620 CPUtime=2480.13 cores=0,2,4,6
/proc/2481/task/2534/stat : 2534 (java) R 2478 2481 29230 0 -1 4202560 130841 13097 0 0 247942 64 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140717015000576 140716650331104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2535] ppid=2478 vsize=10916192 memory=2175604 CPUtime=5.23 cores=0,2,4,6
/proc/2481/task/2535/stat : 2535 (java) S 2478 2481 29230 0 -1 1077944384 39377 13097 0 0 481 35 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140717047409680 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2536] ppid=2478 vsize=10916192 memory=2175588 CPUtime=5.23 cores=0,2,4,6
/proc/2481/task/2536/stat : 2536 (java) S 2478 2481 29230 0 -1 1077944384 39536 13097 0 0 481 35 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716962229392 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2537] ppid=2478 vsize=10916192 memory=2173496 CPUtime=5.24 cores=0,2,4,6
/proc/2481/task/2537/stat : 2537 (java) S 2478 2481 29230 0 -1 1077944384 38678 13097 0 0 485 32 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716961176336 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2538] ppid=2478 vsize=10916192 memory=2173524 CPUtime=5.24 cores=0,2,4,6
/proc/2481/task/2538/stat : 2538 (java) S 2478 2481 29230 0 -1 1077944384 46144 13097 0 0 482 35 5 2 20 0 15 0 78944201 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716960123792 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2539] ppid=2478 vsize=10916192 memory=2175636 CPUtime=4.63 cores=0,2,4,6
/proc/2481/task/2539/stat : 2539 (java) S 2478 2481 29230 0 -1 1077944384 32667 13097 0 0 429 27 5 2 20 0 15 0 78944203 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716569725168 140717043178114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2540] ppid=2478 vsize=10916192 memory=2175636 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2540/stat : 2540 (java) S 2478 2481 29230 0 -1 1077944384 27 13097 0 0 0 0 5 2 20 0 15 0 78944203 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716483273952 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2541] ppid=2478 vsize=10916192 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2541/stat : 2541 (java) S 2478 2481 29230 0 -1 1077944384 16 13097 0 0 0 0 5 2 20 0 15 0 78944204 11178180608 543909 33554432000 4194304 4196468 140737445315344 140715879293696 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2542] ppid=2478 vsize=10916192 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2542/stat : 2542 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140715571894224 140717043185563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2543] ppid=2478 vsize=10916192 memory=2175620 CPUtime=5.4 cores=0,2,4,6
/proc/2481/task/2543/stat : 2543 (java) S 2478 2481 29230 0 -1 1077944384 37612 13097 0 0 529 4 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716568673008 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2544] ppid=2478 vsize=10916192 memory=2175620 CPUtime=5.77 cores=0,2,4,6
/proc/2481/task/2544/stat : 2544 (java) S 2478 2481 29230 0 -1 1077944384 42820 13097 0 0 564 6 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716567620464 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2545] ppid=2478 vsize=10916192 memory=2175636 CPUtime=2.24 cores=0,2,4,6
/proc/2481/task/2545/stat : 2545 (java) S 2478 2481 29230 0 -1 1077944384 31793 13097 0 0 212 5 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716566567408 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2546] ppid=2478 vsize=10916192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/2481/task/2546/stat : 2546 (java) S 2478 2481 29230 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 78944206 11178180608 543909 33554432000 4194304 4196468 140737445315344 140715538336608 140717043177173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
[pid=2481/tid=2547] ppid=2478 vsize=10916192 memory=2175636 CPUtime=1.45 cores=0,2,4,6
/proc/2481/task/2547/stat : 2547 (java) S 2478 2481 29230 0 -1 1077944384 4428 13097 0 0 68 70 5 2 20 0 15 0 78944207 11178180608 543909 33554432000 4194304 4196468 140737445315344 140716565514800 140717043178114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 27406336 140737445317230 140737445320028 140737445320028 140737445322703 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2175636 KiB

Child status: 143
Real time (s): 2491.35
CPU time (s): 2520.12
CPU user time (s): 2517.35
CPU system time (s): 2.77045
CPU usage (%): 101.155
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 2324952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.35
system time used= 2.77045
maximum resident set size= 2327000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155630
involuntary context switches= 5462


# summary of solver processes directly reported to runsolver:
#   pid: 2481
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.35
#   total CPU system time (s): 2.77045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2613 second user time and 23.3711 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 16:03:30
IDJOB=4296104
IDBENCH=141653
IDSOLVER=2750
FILE ID=node148/4296104-1532613810
RUNJOBID= node148-1532582651-29261
PBS_JOBID= 21021961
Free space on /tmp= 43236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-15-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296104-1532613810/watcher-4296104-1532613810 -o /tmp/evaluation-result-4296104-1532613810/solver-4296104-1532613810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2111741957 HOME/instance-4296104-1532613810.xml

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

MD5SUM BENCH= 07f6a500cdb84e44b97e5b2e1697edff
RANDOM SEED=2111741957

node148.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:        11329468 kB
MemAvailable:   30233616 kB
Buffers:          229464 kB
Cached:         18609128 kB
SwapCached:            8 kB
Active:          4116928 kB
Inactive:       16465788 kB
Active(anon):    1697876 kB
Inactive(anon):    74280 kB
Active(file):    2419052 kB
Inactive(file): 16391508 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             29784 kB
Writeback:             0 kB
AnonPages:       1753104 kB
Mapped:            54072 kB
Shmem:             25216 kB
Slab:             550212 kB
SReclaimable:     522048 kB
SUnreclaim:        28164 kB
KernelStack:        3552 kB
PageTables:         9976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2566536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1411072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43208 MiB
End job on node148 at 2018-07-26 16:45:02