Trace number 4295484

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.15 2469.05

General information on the benchmark

NameMagicHexagon/
MagicHexagon-07-0002_c18.xml
MD5SUMd84d4d85366018deec6903098e084e8b
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 variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
2520.10/2469.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.10/2469.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.10/2469.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.10/2469.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.10/2469.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.10/2469.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.10/2469.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.10/2469.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.10/2469.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.10/2469.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.10/2469.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.10/2469.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2469.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.10/2469.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.10/2469.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2469.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.10/2469.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.10/2469.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.10/2469.01		at scala.Option.map(Option.scala:146)
2520.10/2469.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.10/2469.01		at concrete.MAC.mac(MAC.scala:203)
2520.10/2469.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2469.01		at scala.util.Try$.apply(Try.scala:209)
2520.10/2469.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2469.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2469.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2469.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2469.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2469.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2469.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2469.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2469.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2469.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2469.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2469.01		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.10/2469.01		at concrete.ProblemState.map(ProblemState.scala:221)
2520.10/2469.01		at concrete.ProblemState.map(ProblemState.scala:204)
2520.10/2469.01		at concrete.MAC.nextSolution(MAC.scala:334)
2520.10/2469.01		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2469.01		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.10/2469.01		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.10/2469.01		at concrete.Solver.toStream(Solver.scala:68)
2520.10/2469.01		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.10/2469.01		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.10/2469.01		at concrete.Solver.toIterable(Solver.scala:68)
2520.10/2469.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.10/2469.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2469.01		at scala.util.Success.map(Try.scala:209)
2520.10/2469.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2469.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2469.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2469.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2469.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2469.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2469.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2469.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2469.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2469.01		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2469.01		at scala.App.main(App.scala:76)
2520.10/2469.01		at scala.App.main$(App.scala:74)
2520.10/2469.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2469.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2469.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 (3162 MiB free)
  memory of node 1: 16384 MiB (8077 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100065 s]*
/proc/loadavg: 1.41 1.45 1.40 3/206 409
/proc/meminfo: memFree=11503096/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=9972712 memory=14380 CPUtime=0.08 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 4281 12972 0 0 1 0 4 3 20 0 6 0 77589149 10212057088 3595 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2493178 3595 1919 1 0 2481616 0
[pid=352/tid=405] ppid=349 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 2306 12972 0 0 1 0 4 3 20 0 6 0 77589158 10212057088 3859 33554432000 4194304 4196468 140726267204608 139973088997968 139973110258043 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=9972712 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 6 0 77589159 10212057088 3859 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=9972712 memory=288370395560281728 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 6 0 77589159 10212057088 3859 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 6 0 77589159 10212057088 3859 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 6 0 77589159 10212057088 3859 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14380 KiB

[startup+0.210261 s]*
/proc/loadavg: 1.41 1.45 1.40 3/215 419
/proc/meminfo: memFree=11485772/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=10818904 memory=36792 CPUtime=0.24 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 7409 12972 0 0 16 1 4 3 20 0 15 0 77589149 11078557696 9198 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2704726 9198 2985 1 0 2667149 0
[pid=352/tid=405] ppid=349 vsize=10819896 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 4858 12972 0 0 11 1 4 3 20 0 15 0 77589158 11079573504 10188 33554432000 4194304 4196468 140726267204608 139973088986016 139973109840925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10821524 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589159 11081240576 10188 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10821524 memory=288370395560281728 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589159 11081240576 10188 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589159 11081240576 10254 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589159 11081240576 10254 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10821524 memory=140019408569984 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589160 11081240576 10254 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 77589160 11081240576 10254 33554432000 4194304 4196468 140726267204608 139972575200288 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589161 11081240576 10320 33554432000 4194304 4196468 140726267204608 139971977536368 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11081240576 10320 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 495 12972 0 0 1 0 4 3 20 0 15 0 77589163 11081240576 10320 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 134 12972 0 0 0 0 4 3 20 0 15 0 77589163 11081240576 10320 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10821524 memory=140019408569984 CPUtime=0.1 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 677 12972 0 0 3 0 4 3 20 0 15 0 77589163 11081240576 10320 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11081240576 10386 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10821524 memory=140019408569984 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589164 11081240576 10386 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 36792 KiB

[startup+0.310376 s]*
/proc/loadavg: 1.41 1.45 1.40 3/215 419
/proc/meminfo: memFree=11474868/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=10819352 memory=50216 CPUtime=0.38 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 10672 12972 0 0 28 3 4 3 20 0 15 0 77589149 11079016448 12554 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2704838 12554 3104 1 0 2667149 0
[pid=352/tid=405] ppid=349 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 7109 12972 0 0 19 2 4 3 20 0 15 0 77589158 11079016448 12597 33554432000 4194304 4196468 140726267204608 139973088973216 139973117183133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 12597 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 12597 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589160 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 77589160 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972575200288 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589161 11079016448 12597 33554432000 4194304 4196468 140726267204608 139971977536368 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11079016448 12597 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 498 12972 0 0 1 0 4 3 20 0 15 0 77589163 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 140 12972 0 0 0 0 4 3 20 0 15 0 77589163 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10819352 memory=140019408569984 CPUtime=0.12 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 708 12972 0 0 5 0 4 3 20 0 15 0 77589163 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11079016448 12597 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10819352 memory=140019408569984 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589164 11079016448 12597 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50216 KiB

[startup+0.700766 s]
/proc/loadavg: 1.41 1.45 1.40 4/215 419
/proc/meminfo: memFree=11463580/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=10819352 memory=83340 CPUtime=0.98 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 17094 12972 0 0 87 4 4 3 20 0 15 0 77589149 11079016448 20835 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2704838 20835 3237 1 0 2667149 0
[pid=352/tid=405] ppid=349 vsize=10819352 memory=7739276948478060390 CPUtime=0.66 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 12242 12972 0 0 56 3 4 3 20 0 15 0 77589158 11079016448 20835 33554432000 4194304 4196468 140726267204608 139973088989088 139973101241694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10819352 memory=6155129131226255716 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 20835 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10819352 memory=2416 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 20835 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10819352 memory=1300 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10819352 memory=7668012111147524688 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589159 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 5 12972 0 0 0 0 4 3 20 0 15 0 77589160 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10819352 memory=7512092415070199872 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 77589160 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972575200288 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10819352 memory=-7741331004330446197 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589161 11079016448 20835 33554432000 4194304 4196468 140726267204608 139971977536368 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10819352 memory=5782710158698229802 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11079016448 20835 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10819352 memory=5782710158314057770 CPUtime=0.17 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 1178 12972 0 0 10 0 4 3 20 0 15 0 77589163 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10819352 memory=7079746850842632256 CPUtime=0.13 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 508 12972 0 0 6 0 4 3 20 0 15 0 77589163 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10819352 memory=6935649255759569488 CPUtime=0.2 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 918 12972 0 0 13 0 4 3 20 0 15 0 77589163 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10819352 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11079016448 20835 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10819352 memory=2867664571609120 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589164 11079016448 20835 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83340 KiB

[startup+1.50076 s]
/proc/loadavg: 1.41 1.45 1.40 3/215 419
/proc/meminfo: memFree=11419792/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=10834252 memory=174284 CPUtime=2.26 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 24298 12972 0 0 209 10 4 3 20 0 15 0 77589149 11094274048 43571 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2708563 43571 3464 1 0 2670221 0
[pid=352/tid=405] ppid=349 vsize=10834252 memory=7 CPUtime=1.42 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 17834 12972 0 0 129 6 4 3 20 0 15 0 77589158 11094274048 43571 33554432000 4194304 4196468 140726267204608 139973088978304 139973101241694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10834252 memory=2416 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 18 12972 0 0 1 0 4 3 20 0 15 0 77589159 11094274048 43571 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10834252 memory=1300 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 25 12972 0 0 1 0 4 3 20 0 15 0 77589159 11094274048 43571 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 207 12972 0 0 1 0 4 3 20 0 15 0 77589159 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10834252 memory=105484 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 64 12972 0 0 1 0 4 3 20 0 15 0 77589159 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10834252 memory=23120 CPUtime=0.08 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 57 12972 0 0 1 0 4 3 20 0 15 0 77589160 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10834252 memory=2416 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 77589160 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972575200352 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10834252 memory=1300 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 77589161 11094274048 43571 33554432000 4194304 4196468 140726267204608 139971977536384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10834252 memory=1732 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11094274048 43571 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10834252 memory=1704 CPUtime=0.32 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 1640 12972 0 0 25 0 4 3 20 0 15 0 77589163 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10834252 memory=796 CPUtime=0.22 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 669 12972 0 0 14 1 4 3 20 0 15 0 77589163 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10834252 memory=11008 CPUtime=0.39 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 1546 12972 0 0 32 0 4 3 20 0 15 0 77589163 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11094274048 43571 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 77589164 11094274048 43571 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 95470 12972 0 0 229578 55 4 3 20 0 15 0 77589158 11176083456 223627 33554432000 4194304 4196468 140726267204608 139973088994400 139972733433684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10914144 memory=894508 CPUtime=11.73 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 16011 12972 0 0 1110 56 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10914144 memory=131 CPUtime=11.71 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 14063 12972 0 0 1103 61 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10914144 memory=892460 CPUtime=11.7 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 19160 12972 0 0 1109 54 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10914144 memory=894508 CPUtime=11.71 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 20494 12972 0 0 1105 59 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10914144 memory=894508 CPUtime=11.13 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 14899 12972 0 0 1054 52 4 3 20 0 15 0 77589160 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10914144 memory=894508 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 40 12972 0 0 0 0 4 3 20 0 15 0 77589160 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972575200352 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10914144 memory=894508 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 6 12972 0 0 0 0 4 3 20 0 15 0 77589161 11176083456 223627 33554432000 4194304 4196468 140726267204608 139971977536384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10914144 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10914144 memory=894508 CPUtime=6.64 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 27616 12972 0 0 652 5 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10914144 memory=894508 CPUtime=6.24 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 24690 12972 0 0 611 6 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10914144 memory=1732 CPUtime=2.93 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 28193 12972 0 0 281 5 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10914144 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10914144 memory=894508 CPUtime=1.38 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1109 12972 0 0 67 64 4 3 20 0 15 0 77589164 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 2371.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 894508 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.48 1.43 3/215 654
/proc/meminfo: memFree=9323928/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=10914144 memory=894508 CPUtime=2432.01 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 264827 12972 0 0 242828 366 4 3 20 0 15 0 77589149 11176083456 223627 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2728536 223627 3524 1 0 2690189 0
[pid=352/tid=405] ppid=349 vsize=10914144 memory=894508 CPUtime=2355.75 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 96068 12972 0 0 235512 56 4 3 20 0 15 0 77589158 11176083456 223627 33554432000 4194304 4196468 140726267204608 139973088995184 139972734877313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10914144 memory=894508 CPUtime=12.06 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 16053 12972 0 0 1142 57 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10914144 memory=894508 CPUtime=12.02 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 14079 12972 0 0 1133 62 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10914144 memory=894508 CPUtime=12.03 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 19173 12972 0 0 1140 56 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10914144 memory=894508 CPUtime=12.04 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 20499 12972 0 0 1136 61 4 3 20 0 15 0 77589159 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10914144 memory=894508 CPUtime=11.42 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 15077 12972 0 0 1082 53 4 3 20 0 15 0 77589160 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10914144 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 40 12972 0 0 0 0 4 3 20 0 15 0 77589160 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972575200352 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10914144 memory=280038580493664 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 6 12972 0 0 0 0 4 3 20 0 15 0 77589161 11176083456 223627 33554432000 4194304 4196468 140726267204608 139971977536384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10914144 memory=894508 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10914144 memory=4044 CPUtime=6.64 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 27618 12972 0 0 652 5 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10914144 memory=13568 CPUtime=6.24 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 24692 12972 0 0 611 6 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10914144 memory=3280 CPUtime=2.93 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 28195 12972 0 0 281 5 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10914144 memory=894508 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 223627 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10914144 memory=4012 CPUtime=1.42 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1124 12972 0 0 69 66 4 3 20 0 15 0 77589164 11176083456 223627 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 2432.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 894508 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.50 1.44 3/215 656
/proc/meminfo: memFree=9396660/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=10914144 memory=896556 CPUtime=2492.98 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 266278 12972 0 0 248917 374 4 3 20 0 15 0 77589149 11176083456 224139 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2728536 224139 3524 1 0 2690189 0
[pid=352/tid=405] ppid=349 vsize=10914144 memory=896556 CPUtime=2415.07 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 96780 12972 0 0 241443 57 4 3 20 0 15 0 77589158 11176083456 224139 33554432000 4194304 4196468 140726267204608 139973088994608 139972732253881 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10914144 memory=896556 CPUtime=12.38 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 16149 12972 0 0 1173 58 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10914144 memory=896556 CPUtime=12.35 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 14384 12972 0 0 1164 64 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10914144 memory=894508 CPUtime=12.35 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 19238 12972 0 0 1171 57 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10914144 memory=896556 CPUtime=12.37 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 20551 12972 0 0 1168 62 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10914144 memory=896556 CPUtime=11.72 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 15276 12972 0 0 1111 54 4 3 20 0 15 0 77589160 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10914144 memory=896556 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 40 12972 0 0 0 0 4 3 20 0 15 0 77589160 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972575200352 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10914144 memory=896556 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 6 12972 0 0 0 0 4 3 20 0 15 0 77589161 11176083456 224139 33554432000 4194304 4196468 140726267204608 139971977536384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10914144 memory=896556 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10914144 memory=896556 CPUtime=6.64 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 27620 12972 0 0 652 5 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10914144 memory=896556 CPUtime=6.24 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 24694 12972 0 0 611 6 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10914144 memory=896556 CPUtime=2.93 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 28197 12972 0 0 281 5 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10914144 memory=896556 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10914144 memory=896556 CPUtime=1.46 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1140 12972 0 0 71 68 4 3 20 0 15 0 77589164 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 2492.98 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 896556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469 s]*
/proc/loadavg: 1.35 1.46 1.43 3/215 656
/proc/meminfo: memFree=9397020/32770624 swapFree=67108852/67108860
[pid=352] ppid=349 vsize=10914144 memory=896556 CPUtime=2520.1 cores=0,2,4,6
/proc/352/stat : 352 (java) S 349 352 29230 0 -1 1077944320 267389 12972 0 0 251625 378 4 3 20 0 15 0 77589149 11176083456 224139 33554432000 4194304 4196468 140726267204608 140726267187152 139973117161207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
/proc/352/statm: 2728536 224139 3524 1 0 2690189 0
[pid=352/tid=405] ppid=349 vsize=10914144 memory=1398720917958146503 CPUtime=2441.45 cores=0,2,4,6
/proc/352/task/405/stat : 405 (java) R 349 352 29230 0 -1 4202560 97207 12972 0 0 244081 57 4 3 20 0 15 0 77589158 11176083456 224139 33554432000 4194304 4196468 140726267204608 139973088994864 139972732608155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=406] ppid=349 vsize=10914144 memory=4126316290023845779 CPUtime=12.53 cores=0,2,4,6
/proc/352/task/406/stat : 406 (java) S 349 352 29230 0 -1 1077944384 16169 12972 0 0 1187 59 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139973121404048 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=407] ppid=349 vsize=10914144 memory=4572164749098055210 CPUtime=12.5 cores=0,2,4,6
/proc/352/task/407/stat : 407 (java) S 349 352 29230 0 -1 1077944384 14519 12972 0 0 1178 65 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139973053316112 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=408] ppid=349 vsize=10914144 memory=8328453600958622283 CPUtime=12.49 cores=0,2,4,6
/proc/352/task/408/stat : 408 (java) S 349 352 29230 0 -1 1077944384 19249 12972 0 0 1185 57 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972688874384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=409] ppid=349 vsize=10914144 memory=-8412652160765825907 CPUtime=12.52 cores=0,2,4,6
/proc/352/task/409/stat : 409 (java) S 349 352 29230 0 -1 1077944384 20851 12972 0 0 1182 63 4 3 20 0 15 0 77589159 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972687821584 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=410] ppid=349 vsize=10914144 memory=7100839878645619564 CPUtime=11.86 cores=0,2,4,6
/proc/352/task/410/stat : 410 (java) S 349 352 29230 0 -1 1077944384 15482 12972 0 0 1124 55 4 3 20 0 15 0 77589160 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972576254320 139973117172354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=411] ppid=349 vsize=10914144 memory=-8634980985311628903 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/411/stat : 411 (java) S 349 352 29230 0 -1 1077944384 40 12972 0 0 0 0 4 3 20 0 15 0 77589160 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972575200352 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=413] ppid=349 vsize=10914144 memory=7897517683652307531 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/413/stat : 413 (java) S 349 352 29230 0 -1 1077944384 6 12972 0 0 0 0 4 3 20 0 15 0 77589161 11176083456 224139 33554432000 4194304 4196468 140726267204608 139971977536384 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=414] ppid=349 vsize=10914144 memory=8514726395715349656 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/414/stat : 414 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139971670136656 139973117179803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=415] ppid=349 vsize=10914144 memory=3047711553320166262 CPUtime=6.64 cores=0,2,4,6
/proc/352/task/415/stat : 415 (java) S 349 352 29230 0 -1 1077944384 27622 12972 0 0 652 5 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972541643632 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=416] ppid=349 vsize=10914144 memory=8514701219730523551 CPUtime=6.24 cores=0,2,4,6
/proc/352/task/416/stat : 416 (java) S 349 352 29230 0 -1 1077944384 24696 12972 0 0 611 6 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972540590832 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=417] ppid=349 vsize=10914144 memory=7380379873750110312 CPUtime=2.93 cores=0,2,4,6
/proc/352/task/417/stat : 417 (java) S 349 352 29230 0 -1 1077944384 28199 12972 0 0 281 5 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972539538032 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=418] ppid=349 vsize=10914144 memory=6369607639053132906 CPUtime=0.07 cores=0,2,4,6
/proc/352/task/418/stat : 418 (java) S 349 352 29230 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 77589163 11176083456 224139 33554432000 4194304 4196468 140726267204608 139971636579040 139973117171413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
[pid=352/tid=419] ppid=349 vsize=10914144 memory=7084817979802217319 CPUtime=1.46 cores=0,2,4,6
/proc/352/task/419/stat : 419 (java) S 349 352 29230 0 -1 1077944384 1146 12972 0 0 71 68 4 3 20 0 15 0 77589164 11176083456 224139 33554432000 4194304 4196468 140726267204608 139972538485424 139973117172354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33316864 140726267206256 140726267209052 140726267209052 140726267211727 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 896556 KiB

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

[startup+2469.05 s]
# the end of solver process 352 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.32 s, system=3.8294 s

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

Child status: 143
Real time (s): 2469.05
CPU time (s): 2520.15
CPU user time (s): 2516.32
CPU system time (s): 3.8294
CPU usage (%): 102.07
Max. virtual memory (cumulated for all children) (KiB): 10916996
Max. memory (cumulated for all children) (KiB): 980708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.32
system time used= 3.8294
maximum resident set size= 981088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307471
involuntary context switches= 8779


# summary of solver processes directly reported to runsolver:
#   pid: 352
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.32
#   total CPU system time (s): 3.8294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1122 second user time and 23.3999 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 12:17:40
IDJOB=4295484
IDBENCH=141558
IDSOLVER=2750
FILE ID=node148/4295484-1532600260
RUNJOBID= node148-1532582651-29261
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

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

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

MD5SUM BENCH= d84d4d85366018deec6903098e084e8b
RANDOM SEED=80956515

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:        11510408 kB
MemAvailable:   30399800 kB
Buffers:          225376 kB
Cached:         18599232 kB
SwapCached:            8 kB
Active:          3944576 kB
Inactive:       16461916 kB
Active(anon):    1535788 kB
Inactive(anon):    74280 kB
Active(file):    2408788 kB
Inactive(file): 16387636 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26548 kB
Writeback:             0 kB
AnonPages:       1761192 kB
Mapped:            53724 kB
Shmem:             25216 kB
Slab:             549824 kB
SReclaimable:     521428 kB
SUnreclaim:        28396 kB
KernelStack:        3808 kB
PageTables:         8576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2581312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1529856 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= 43212 MiB
End job on node148 at 2018-07-26 12:58:49