Trace number 4305205

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.05 2476.04

General information on the benchmark

NameFrb/
frb-45-21-1_c18.xml
MD5SUMb87938282b595c2beb3624311f73a470
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1151.63
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Number of domains1
Minimum domain size21
Maximum domain size21
Distribution of domain sizes[{"size":21,"count":45}]
Minimum variable degree13
Maximum variable degree29
Distribution of variable degrees[{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":4},{"degree":19,"count":3},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":5},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":25,"count":3},{"degree":26,"count":3},{"degree":27,"count":1},{"degree":28,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":476}]
Number of extensional constraints476
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":476}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305205-1534139237/watcher-4305205-1534139237 -o /tmp/evaluation-result-4305205-1534139237/solver-4305205-1534139237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2523 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1142827460 HOME/instance-4305205-1534139237.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=2945, runsolver pid=2942

[startup+0.100125 s]*
/proc/loadavg: 1.38 1.29 1.30 3/206 3002
/proc/meminfo: memFree=28020328/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 4211 12993 0 0 1 0 5 3 20 0 6 0 231486930 10245611520 4582 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2501370 4582 1930 1 0 2489808 0
[pid=2945/tid=2998] ppid=2942 vsize=10005480 memory=-8889949278721851327 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 2038 12993 0 0 0 0 5 3 20 0 6 0 231486939 10245611520 4582 33554432000 4194304 4196468 140727920069296 139766823674448 139766837520179 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 6 0 231486940 10245611520 4582 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=10005480 memory=139633382741632 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 6 0 231486940 10245611520 4582 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 6 0 231486940 10245611520 4582 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 6 0 231486940 10245611520 4582 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210234 s]*
/proc/loadavg: 1.38 1.29 1.30 3/215 3011
/proc/meminfo: memFree=27993540/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=10982696 memory=47348 CPUtime=0.26 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 8201 12993 0 0 17 1 5 3 20 0 15 0 231486930 11246280704 11837 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2745674 11837 2930 1 0 2708109 0
[pid=2945/tid=2998] ppid=2942 vsize=10982696 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 4745 12993 0 0 11 1 5 3 20 0 15 0 231486939 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766823635344 139766832113515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=10982696 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=10982696 memory=139633383891479 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=10982696 memory=139633382741632 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 231486941 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 231486942 11246280704 11837 33554432000 4194304 4196468 140727920069296 139765631411360 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486942 11246280704 11837 33554432000 4194304 4196468 140727920069296 139765483561712 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246280704 11837 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 491 12993 0 0 1 0 5 3 20 0 15 0 231486945 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 126 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=10982696 memory=139633382741632 CPUtime=0.11 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 623 12993 0 0 3 0 5 3 20 0 15 0 231486945 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246280704 11837 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=10982696 memory=139633382741632 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246280704 11837 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 47348 KiB

[startup+0.310537 s]*
/proc/loadavg: 1.38 1.29 1.30 3/215 3011
/proc/meminfo: memFree=27982624/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=10983192 memory=58692 CPUtime=0.39 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 10218 12993 0 0 29 2 5 3 20 0 15 0 231486930 11246788608 14673 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2745798 14673 3062 1 0 2708109 0
[pid=2945/tid=2998] ppid=2942 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 6760 12993 0 0 20 1 5 3 20 0 15 0 231486939 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766823649696 139766833401243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 231486941 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 231486942 11246788608 14673 33554432000 4194304 4196468 140727920069296 139765631411360 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486942 11246788608 14673 33554432000 4194304 4196468 140727920069296 139765483561712 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246788608 14673 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 491 12993 0 0 1 0 5 3 20 0 15 0 231486945 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 129 12993 0 0 1 0 5 3 20 0 15 0 231486945 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=10983192 memory=139633382741632 CPUtime=0.13 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 628 12993 0 0 5 0 5 3 20 0 15 0 231486945 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246788608 14673 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=10983192 memory=139633382741632 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246788608 14673 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58692 KiB

[startup+0.700822 s]
/proc/loadavg: 1.38 1.29 1.30 3/215 3011
/proc/meminfo: memFree=27971500/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=10983192 memory=91384 CPUtime=0.99 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 16406 12993 0 0 87 4 5 3 20 0 15 0 231486930 11246788608 22846 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2745798 22846 3237 1 0 2708109 0
[pid=2945/tid=2998] ppid=2942 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 11986 12993 0 0 56 2 5 3 20 0 15 0 231486939 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766823658512 139766833401243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 5 12993 0 0 0 0 5 3 20 0 15 0 231486941 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 231486942 11246788608 22846 33554432000 4194304 4196468 140727920069296 139765631411360 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=10983192 memory=139633279251216 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486942 11246788608 22846 33554432000 4194304 4196468 140727920069296 139765483561712 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=10983192 memory=139633681760841 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246788608 22846 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=10983192 memory=752 CPUtime=0.15 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 763 12993 0 0 7 0 5 3 20 0 15 0 231486945 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=10983192 memory=7014751519650764113 CPUtime=0.17 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 768 12993 0 0 9 0 5 3 20 0 15 0 231486945 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=10983192 memory=6082220498109819240 CPUtime=0.21 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 670 12993 0 0 13 0 5 3 20 0 15 0 231486945 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=10983192 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246788608 22846 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486945 11246788608 22846 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 91384 KiB

[startup+1.5008 s]
/proc/loadavg: 1.38 1.29 1.30 3/215 3011
/proc/meminfo: memFree=27926656/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=10996044 memory=201188 CPUtime=2.85 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 23074 12993 0 0 269 8 5 3 20 0 15 0 231486930 11259949056 50297 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2749011 50297 3445 1 0 2710669 0
[pid=2945/tid=2998] ppid=2942 vsize=10996044 memory=9169 CPUtime=1.46 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 16364 12993 0 0 132 6 5 3 20 0 15 0 231486939 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766823610320 139766835918174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=10996044 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 231486940 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=10996044 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=10996044 memory=3232 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=10996044 memory=91384 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486940 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 231486941 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 231486942 11259949056 50297 33554432000 4194304 4196468 140727920069296 139765631411360 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486942 11259949056 50297 33554432000 4194304 4196468 140727920069296 139765483561712 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=10996044 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11259949056 50297 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=10996044 memory=4638778398332698720 CPUtime=0.52 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 1500 12993 0 0 44 0 5 3 20 0 15 0 231486945 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=10996044 memory=279266558778240 CPUtime=0.57 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 1520 12993 0 0 49 0 5 3 20 0 15 0 231486945 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=10996044 memory=6944656425123290226 CPUtime=0.49 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 1463 12993 0 0 41 0 5 3 20 0 15 0 231486945 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=10996044 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11259949056 50297 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=10996044 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 231486945 11259949056 50297 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10996044 KiB

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

/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 82249 12993 0 0 229478 43 5 3 20 0 15 0 231486939 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766823671712 139766373880714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=11077984 memory=1025360 CPUtime=11.71 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 9036 12993 0 0 1105 58 5 3 20 0 15 0 231486940 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=11077984 memory=1025360 CPUtime=11.71 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 9649 12993 0 0 1105 58 5 3 20 0 15 0 231486940 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=11077984 memory=1025360 CPUtime=11.65 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 11278 12993 0 0 1092 65 5 3 20 0 15 0 231486940 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=11077984 memory=1025360 CPUtime=11.7 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 5540 12993 0 0 1105 57 5 3 20 0 15 0 231486940 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=11077984 memory=1025360 CPUtime=11.11 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 12322 12993 0 0 1046 57 5 3 20 0 15 0 231486941 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=11077984 memory=1025360 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 20 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256340 33554432000 4194304 4196468 140727920069296 139765631411424 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=11077984 memory=1025360 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 9 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256340 33554432000 4194304 4196468 140727920069296 139765483561728 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=11077984 memory=768 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256340 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=11077984 memory=5268 CPUtime=3.94 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 17642 12993 0 0 383 3 5 3 20 0 15 0 231486945 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=11077984 memory=8112282956445269571 CPUtime=4.02 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 14504 12993 0 0 391 3 5 3 20 0 15 0 231486945 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=11077984 memory=11068 CPUtime=1.88 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 16793 12993 0 0 175 5 5 3 20 0 15 0 231486945 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=11077984 memory=1025360 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256340 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=11077984 memory=3544 CPUtime=1.56 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 789 12993 0 0 75 73 5 3 20 0 15 0 231486945 11343855616 256340 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 2363.94 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1025360 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.39 1.35 3/215 3236
/proc/meminfo: memFree=26864032/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=11077984 memory=1025392 CPUtime=2424.86 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 182865 12993 0 0 242126 352 5 3 20 0 15 0 231486930 11343855616 256348 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2769496 256348 3522 1 0 2731149 0
[pid=2945/tid=2998] ppid=2942 vsize=11077984 memory=1025392 CPUtime=2354.56 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 82767 12993 0 0 235405 43 5 3 20 0 15 0 231486939 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766823671632 139766388055307 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=11077984 memory=1025392 CPUtime=12.03 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 9039 12993 0 0 1136 59 5 3 20 0 15 0 231486940 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=11077984 memory=1025392 CPUtime=12.03 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 9662 12993 0 0 1136 59 5 3 20 0 15 0 231486940 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=11077984 memory=1025392 CPUtime=11.97 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 11520 12993 0 0 1123 66 5 3 20 0 15 0 231486940 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=11077984 memory=1836 CPUtime=12.02 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 5577 12993 0 0 1136 58 5 3 20 0 15 0 231486940 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=11077984 memory=1025392 CPUtime=11.41 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 12344 12993 0 0 1075 58 5 3 20 0 15 0 231486941 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=11077984 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 20 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256348 33554432000 4194304 4196468 140727920069296 139765631411424 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=11077984 memory=1025392 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 9 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256348 33554432000 4194304 4196468 140727920069296 139765483561728 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=11077984 memory=7019467087939645491 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256348 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=11077984 memory=1025392 CPUtime=3.94 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 17642 12993 0 0 383 3 5 3 20 0 15 0 231486945 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=11077984 memory=3544 CPUtime=4.02 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 14505 12993 0 0 391 3 5 3 20 0 15 0 231486945 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=11077984 memory=1025392 CPUtime=1.88 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 16793 12993 0 0 175 5 5 3 20 0 15 0 231486945 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=11077984 memory=1025392 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256348 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=11077984 memory=7822038051842261661 CPUtime=1.59 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 793 12993 0 0 76 75 5 3 20 0 15 0 231486945 11343855616 256348 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 2424.86 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1025392 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.38 1.35 3/215 3237
/proc/meminfo: memFree=26862076/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=11077984 memory=1025480 CPUtime=2485.76 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 184212 12993 0 0 248208 360 5 3 20 0 15 0 231486930 11343855616 256370 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2769496 256370 3522 1 0 2731149 0
[pid=2945/tid=2998] ppid=2942 vsize=11077984 memory=2428 CPUtime=2413.82 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 83485 12993 0 0 241329 45 5 3 20 0 15 0 231486939 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766823671840 139766375890984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=11077984 memory=1025480 CPUtime=12.35 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 9059 12993 0 0 1166 61 5 3 20 0 15 0 231486940 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=11077984 memory=1025444 CPUtime=12.35 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 9749 12993 0 0 1167 60 5 3 20 0 15 0 231486940 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=11077984 memory=1025444 CPUtime=12.3 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 11583 12993 0 0 1154 68 5 3 20 0 15 0 231486940 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=11077984 memory=1025444 CPUtime=12.35 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 5836 12993 0 0 1168 59 5 3 20 0 15 0 231486940 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=11077984 memory=1025480 CPUtime=11.71 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 12521 12993 0 0 1103 60 5 3 20 0 15 0 231486941 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=11077984 memory=1025480 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 20 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256370 33554432000 4194304 4196468 140727920069296 139765631411424 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=11077984 memory=1025480 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 9 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256370 33554432000 4194304 4196468 140727920069296 139765483561728 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=11077984 memory=1025480 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256370 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=11077984 memory=1025480 CPUtime=3.94 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 17644 12993 0 0 383 3 5 3 20 0 15 0 231486945 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=11077984 memory=1025480 CPUtime=4.02 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 14507 12993 0 0 391 3 5 3 20 0 15 0 231486945 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=11077984 memory=1025480 CPUtime=1.89 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 16795 12993 0 0 176 5 5 3 20 0 15 0 231486945 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=11077984 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256370 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=11077984 memory=1025480 CPUtime=1.64 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 810 12993 0 0 79 77 5 3 20 0 15 0 231486945 11343855616 256370 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 2485.76 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1025480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476 s]*
/proc/loadavg: 1.42 1.39 1.35 3/215 3238
/proc/meminfo: memFree=26862232/32770624 swapFree=67030660/67108860
[pid=2945] ppid=2942 vsize=11077984 memory=1025492 CPUtime=2520 cores=0,2,4,6
/proc/2945/stat : 2945 (java) S 2942 2945 1776 0 -1 1077944320 184967 12993 0 0 251627 365 5 3 20 0 15 0 231486930 11343855616 256373 33554432000 4194304 4196468 140727920069296 140727920051840 139766851837687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
/proc/2945/statm: 2769496 256373 3522 1 0 2731149 0
[pid=2945/tid=2998] ppid=2942 vsize=11077984 memory=8112282956445269571 CPUtime=2447.13 cores=0,2,4,6
/proc/2945/task/2998/stat : 2998 (java) R 2942 2945 1776 0 -1 4202560 83876 12993 0 0 244660 45 5 3 20 0 15 0 231486939 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766823671840 139766373098654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=2999] ppid=2942 vsize=11077984 memory=4126316290023845779 CPUtime=12.54 cores=0,2,4,6
/proc/2945/task/2999/stat : 2999 (java) S 2942 2945 1776 0 -1 1077944384 9114 12993 0 0 1184 62 5 3 20 0 15 0 231486940 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766856080400 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3000] ppid=2942 vsize=11077984 memory=792 CPUtime=12.54 cores=0,2,4,6
/proc/2945/task/3000/stat : 3000 (java) S 2942 2945 1776 0 -1 1077944384 9761 12993 0 0 1185 61 5 3 20 0 15 0 231486940 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766710799504 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3001] ppid=2942 vsize=11077984 memory=4104 CPUtime=12.49 cores=0,2,4,6
/proc/2945/task/3001/stat : 3001 (java) S 2942 2945 1776 0 -1 1077944384 11598 12993 0 0 1172 69 5 3 20 0 15 0 231486940 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766709746448 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3002] ppid=2942 vsize=11077984 memory=2592 CPUtime=12.53 cores=0,2,4,6
/proc/2945/task/3002/stat : 3002 (java) S 2942 2945 1776 0 -1 1077944384 5909 12993 0 0 1185 60 5 3 20 0 15 0 231486940 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766708693904 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3003] ppid=2942 vsize=11077984 memory=2592 CPUtime=11.88 cores=0,2,4,6
/proc/2945/task/3003/stat : 3003 (java) S 2942 2945 1776 0 -1 1077944384 12707 12993 0 0 1119 61 5 3 20 0 15 0 231486941 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766277802224 139766851848834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3004] ppid=2942 vsize=11077984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3004/stat : 3004 (java) S 2942 2945 1776 0 -1 1077944384 20 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256373 33554432000 4194304 4196468 140727920069296 139765631411424 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3005] ppid=2942 vsize=11077984 memory=3296 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3005/stat : 3005 (java) S 2942 2945 1776 0 -1 1077944384 9 12993 0 0 0 0 5 3 20 0 15 0 231486942 11343855616 256373 33554432000 4194304 4196468 140727920069296 139765483561728 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3006] ppid=2942 vsize=11077984 memory=1025492 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3006/stat : 3006 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256373 33554432000 4194304 4196468 140727920069296 139765176162256 139766851856283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3007] ppid=2942 vsize=11077984 memory=1408 CPUtime=3.94 cores=0,2,4,6
/proc/2945/task/3007/stat : 3007 (java) S 2942 2945 1776 0 -1 1077944384 17646 12993 0 0 383 3 5 3 20 0 15 0 231486945 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766276750064 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3008] ppid=2942 vsize=11077984 memory=3060 CPUtime=4.02 cores=0,2,4,6
/proc/2945/task/3008/stat : 3008 (java) S 2942 2945 1776 0 -1 1077944384 14509 12993 0 0 391 3 5 3 20 0 15 0 231486945 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766275697520 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3009] ppid=2942 vsize=11077984 memory=999152 CPUtime=1.89 cores=0,2,4,6
/proc/2945/task/3009/stat : 3009 (java) S 2942 2945 1776 0 -1 1077944384 16797 12993 0 0 176 5 5 3 20 0 15 0 231486945 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766274644464 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3010] ppid=2942 vsize=11077984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/2945/task/3010/stat : 3010 (java) S 2942 2945 1776 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 231486945 11343855616 256373 33554432000 4194304 4196468 140727920069296 139764745366368 139766851847893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
[pid=2945/tid=3011] ppid=2942 vsize=11077984 memory=3060 CPUtime=1.66 cores=0,2,4,6
/proc/2945/task/3011/stat : 3011 (java) S 2942 2945 1776 0 -1 1077944384 827 12993 0 0 80 78 5 3 20 0 15 0 231486945 11343855616 256373 33554432000 4194304 4196468 140727920069296 139766273591856 139766851848834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140727920077420 140727920080220 140727920080220 140727920082895 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1025492 KiB

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

[startup+2476.04 s]
# the end of solver process 2945 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.69693 s

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

Child status: 143
Real time (s): 2476.04
CPU time (s): 2520.05
CPU user time (s): 2516.35
CPU system time (s): 3.69693
CPU usage (%): 101.777
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 1025492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.69693
maximum resident set size= 1027944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 311279
involuntary context switches= 10175


# summary of solver processes directly reported to runsolver:
#   pid: 2945
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.69693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4487 second user time and 24.2158 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 07:47:17
IDJOB=4305205
IDBENCH=141587
IDSOLVER=2780
FILE ID=node102/4305205-1534139237
RUNJOBID= node102-1534136767-2523
PBS_JOBID= 21037015
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Frb/frb-45-21-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305205-1534139237/watcher-4305205-1534139237 -o /tmp/evaluation-result-4305205-1534139237/solver-4305205-1534139237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2523 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1142827460 HOME/instance-4305205-1534139237.xml

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

MD5SUM BENCH= b87938282b595c2beb3624311f73a470
RANDOM SEED=1142827460

node102.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.51
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.51
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.51
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.51
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:        28027024 kB
MemAvailable:   31039968 kB
Buffers:          164328 kB
Cached:          3096580 kB
SwapCached:        51244 kB
Active:          2510372 kB
Inactive:        1668924 kB
Active(anon):     843260 kB
Inactive(anon):   126908 kB
Active(file):    1667112 kB
Inactive(file):  1542016 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26828 kB
Writeback:             0 kB
AnonPages:        874980 kB
Mapped:            63832 kB
Shmem:             48984 kB
Slab:             261104 kB
SReclaimable:     232276 kB
SUnreclaim:        28828 kB
KernelStack:        3520 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2020680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38420 MiB
End job on node102 at 2018-08-13 08:28:34