Trace number 4295511

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.08 2470.04

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-m001_c18.xml
MD5SUM6b753b1e1a3070adcb3424354b76057b
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 benchmark816.032
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"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":33}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295511-1532582651/watcher-4295511-1532582651 -o /tmp/evaluation-result-4295511-1532582651/solver-4295511-1532582651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=845038628 HOME/instance-4295511-1532582651.xml 

running on 4 cores: 1,3,5,7

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=32723, runsolver pid=32720
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 0.00 0.01 0.05 3/201 348
/proc/meminfo: memFree=12434688/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=9972712 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 4400 12927 0 0 1 0 5 2 20 0 6 0 75828261 10212057088 4269 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2493178 4269 1934 1 0 2481616 0
[pid=32723/tid=342] ppid=32720 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 2207 12927 0 0 1 0 5 2 20 0 6 0 75828269 10212057088 4269 33554432000 4194304 4196468 140728906545920 140291538195024 140291550438750 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 6 0 75828270 10212057088 4269 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=9972712 memory=139870397376128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 6 0 75828270 10212057088 4269 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 6 0 75828270 10212057088 4269 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 6 0 75828270 10212057088 4269 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.20993 s]*
/proc/loadavg: 0.00 0.01 0.05 4/216 363
/proc/meminfo: memFree=12387900/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=10818904 memory=47540 CPUtime=0.26 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 8103 12927 0 0 17 2 5 2 20 0 15 0 75828261 11078557696 11885 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2704726 11885 2945 1 0 2667149 0
[pid=32723/tid=342] ppid=32720 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 4691 12927 0 0 10 1 5 2 20 0 15 0 75828269 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291538155184 140291546634012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10818904 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10818904 memory=139870397776375 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828270 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10818904 memory=139870397376128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828272 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 13 12927 0 0 0 0 5 2 20 0 15 0 75828272 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291013075872 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11078557696 11951 33554432000 4194304 4196468 140728906545920 140290878858224 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11078557696 11951 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) S 32720 32723 32629 0 -1 1077944384 479 12927 0 0 1 0 5 2 20 0 15 0 75828275 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291091896816 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) S 32720 32723 32629 0 -1 1077944384 126 12927 0 0 0 0 5 2 20 0 15 0 75828275 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291090844272 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10818904 memory=139870397376128 CPUtime=0.1 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 615 12927 0 0 3 0 5 2 20 0 15 0 75828275 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11078557696 11951 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10818904 memory=139870397376128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828276 11078557696 11951 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 47540 KiB

[startup+0.310108 s]*
/proc/loadavg: 0.00 0.01 0.05 2/216 363
/proc/meminfo: memFree=12372016/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=10819352 memory=54148 CPUtime=0.35 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 10018 12927 0 0 25 3 5 2 20 0 15 0 75828261 11079016448 13537 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2704838 13537 3064 1 0 2667149 0
[pid=32723/tid=342] ppid=32720 vsize=10819352 memory=6791534058613427641 CPUtime=0.25 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) D 32720 32723 32629 0 -1 1077944384 6567 12927 0 0 16 2 5 2 20 0 15 0 75828269 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291538168816 140291559037485 0 4 0 16800975 18446744072101703204 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828272 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 13 12927 0 0 0 0 5 2 20 0 15 0 75828272 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291013075872 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11079016448 13537 33554432000 4194304 4196468 140728906545920 140290878858224 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11079016448 13537 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) S 32720 32723 32629 0 -1 1077944384 480 12927 0 0 2 0 5 2 20 0 15 0 75828275 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291091896816 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) S 32720 32723 32629 0 -1 1077944384 126 12927 0 0 1 0 5 2 20 0 15 0 75828275 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291090844272 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10819352 memory=139870397376128 CPUtime=0.12 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 626 12927 0 0 5 0 5 2 20 0 15 0 75828275 11079016448 13537 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11079016448 13537 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10819384 memory=139870397376128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828276 11079049216 13537 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54148 KiB

[startup+0.700721 s]
/proc/loadavg: 0.00 0.01 0.05 4/216 363
/proc/meminfo: memFree=12352760/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=10819352 memory=73276 CPUtime=0.83 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 12947 12927 0 0 72 4 5 2 20 0 15 0 75828261 11079016448 18319 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2704838 18319 3236 1 0 2667149 0
[pid=32723/tid=342] ppid=32720 vsize=10819352 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 8993 12927 0 0 47 3 5 2 20 0 15 0 75828269 11079016448 18319 33554432000 4194304 4196468 140728906545920 140291538178552 140291546633970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 18385 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 18385 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10819352 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 18385 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828270 11079016448 18385 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 6 12927 0 0 0 0 5 2 20 0 15 0 75828272 11079016448 18385 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10819352 memory=139870240649936 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 13 12927 0 0 0 0 5 2 20 0 15 0 75828272 11079016448 18385 33554432000 4194304 4196468 140728906545920 140291013075872 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10819352 memory=139874199929443 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11079016448 18385 33554432000 4194304 4196468 140728906545920 140290878858224 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10819352 memory=10600 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11079016448 18385 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10819352 memory=7234564758908855872 CPUtime=0.13 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) R 32720 32723 32629 0 -1 4202560 740 12927 0 0 6 0 5 2 20 0 15 0 75828275 11079016448 18451 33554432000 4194304 4196468 140728906545920 140291091881384 140291558647712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10819352 memory=7597685182856913236 CPUtime=0.11 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) R 32720 32723 32629 0 -1 4202560 389 12927 0 0 4 0 5 2 20 0 15 0 75828275 11079016448 18451 33554432000 4194304 4196468 140728906545920 140291090844272 140291545617973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10819352 memory=5787218246971642213 CPUtime=0.19 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 661 12927 0 0 12 0 5 2 20 0 15 0 75828275 11079016448 18451 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10819352 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11079016448 18451 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828276 11079016448 18451 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 73276 KiB

[startup+1.50075 s]
/proc/loadavg: 0.00 0.01 0.05 3/216 363
/proc/meminfo: memFree=12274636/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=10834252 memory=177800 CPUtime=2.13 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 23549 12927 0 0 197 9 5 2 20 0 15 0 75828261 11094274048 44450 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2708563 44450 3469 1 0 2670221 0
[pid=32723/tid=342] ppid=32720 vsize=10834252 memory=12813 CPUtime=1.33 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 17498 12927 0 0 120 6 5 2 20 0 15 0 75828269 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291538168064 140291548573232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 16 12927 0 0 0 0 5 2 20 0 15 0 75828270 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 208 12927 0 0 1 0 5 2 20 0 15 0 75828270 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10834252 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 31 12927 0 0 1 0 5 2 20 0 15 0 75828270 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10834252 memory=73276 CPUtime=0.08 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 61 12927 0 0 1 0 5 2 20 0 15 0 75828270 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 54 12927 0 0 1 0 5 2 20 0 15 0 75828272 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 14 12927 0 0 0 0 5 2 20 0 15 0 75828272 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291013075936 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10834252 memory=279740481292384 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11094274048 44450 33554432000 4194304 4196468 140728906545920 140290878858240 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11094274048 44450 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10834252 memory=4638778398332698720 CPUtime=0.3 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) S 32720 32723 32629 0 -1 1077944384 1504 12927 0 0 23 0 5 2 20 0 15 0 75828275 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291091896816 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10834252 memory=279740481575808 CPUtime=0.23 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) S 32720 32723 32629 0 -1 1077944384 761 12927 0 0 16 0 5 2 20 0 15 0 75828275 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291090844272 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10834252 memory=-7531822216213012384 CPUtime=0.36 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 1203 12927 0 0 29 0 5 2 20 0 15 0 75828275 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10834252 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11094274048 44450 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10834252 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828276 11094274048 44450 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 10834252 KiB

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

/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 89210 12927 0 0 229495 53 5 2 20 0 15 0 75828269 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291538191712 140291177287224 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10914144 memory=164 CPUtime=11.9 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 23133 12927 0 0 1121 62 5 2 20 0 15 0 75828270 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10914144 memory=279740482836384 CPUtime=11.9 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 13126 12927 0 0 1127 56 5 2 20 0 15 0 75828270 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10914144 memory=1700 CPUtime=11.9 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 13619 12927 0 0 1123 60 5 2 20 0 15 0 75828270 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10914144 memory=885984 CPUtime=11.89 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 11612 12927 0 0 1119 63 5 2 20 0 15 0 75828270 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10914144 memory=885984 CPUtime=11.18 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 15685 12927 0 0 1049 62 5 2 20 0 15 0 75828272 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10914144 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 14 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291013076000 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10914144 memory=885984 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 221496 33554432000 4194304 4196468 140728906545920 140290878858240 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10914144 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 221496 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10914144 memory=22736 CPUtime=6.09 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) S 32720 32723 32629 0 -1 1077944384 19033 12927 0 0 599 3 5 2 20 0 15 0 75828275 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291091896816 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10914144 memory=13320 CPUtime=5.9 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) S 32720 32723 32629 0 -1 1077944384 22912 12927 0 0 577 6 5 2 20 0 15 0 75828275 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291090844272 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10914144 memory=4048 CPUtime=2.82 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 17612 12927 0 0 270 5 5 2 20 0 15 0 75828275 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10914144 memory=885984 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 221496 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10914144 memory=636 CPUtime=1.5 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1286 12927 0 0 66 77 5 2 20 0 15 0 75828276 11176083456 221496 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 2370.11 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 885984 KiB

[startup+2382.3 s]
/proc/loadavg: 1.25 1.20 1.15 3/217 463
/proc/meminfo: memFree=10676364/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=10914144 memory=888032 CPUtime=2431.06 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 231251 12927 0 0 242714 385 5 2 20 0 15 0 75828261 11176083456 222008 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2728536 222008 3524 1 0 2690189 0
[pid=32723/tid=342] ppid=32720 vsize=10914144 memory=888032 CPUtime=2354.81 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 89921 12927 0 0 235420 54 5 2 20 0 15 0 75828269 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291538191664 140291176402211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10914144 memory=888032 CPUtime=12.23 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 23153 12927 0 0 1153 63 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10914144 memory=888032 CPUtime=12.24 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 13157 12927 0 0 1159 58 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10914144 memory=13320 CPUtime=12.23 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 13943 12927 0 0 1155 61 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10914144 memory=888032 CPUtime=12.23 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 11736 12927 0 0 1151 65 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10914144 memory=888032 CPUtime=11.48 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 15888 12927 0 0 1077 64 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10914144 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 14 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291013076000 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10914144 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140290878858240 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10914144 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10914144 memory=888032 CPUtime=6.1 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) S 32720 32723 32629 0 -1 1077944384 19087 12927 0 0 600 3 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291091896816 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10914144 memory=888032 CPUtime=5.9 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) S 32720 32723 32629 0 -1 1077944384 23074 12927 0 0 577 6 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291090844272 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10914144 memory=1200 CPUtime=2.82 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 17776 12927 0 0 270 5 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10914144 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10914144 memory=2416 CPUtime=1.54 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1304 12927 0 0 68 79 5 2 20 0 15 0 75828276 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 2431.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 888032 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.26 1.17 6/217 464
/proc/meminfo: memFree=10674944/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=10914144 memory=888032 CPUtime=2491.91 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 232647 12927 0 0 248792 392 5 2 20 0 15 0 75828261 11176083456 222008 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2728536 222008 3524 1 0 2690189 0
[pid=32723/tid=342] ppid=32720 vsize=10914144 memory=1728 CPUtime=2414.14 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 90625 12927 0 0 241352 55 5 2 20 0 15 0 75828269 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291538191856 140291176056576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10914144 memory=0 CPUtime=12.54 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 23448 12927 0 0 1183 64 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10914144 memory=54 CPUtime=12.54 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 13198 12927 0 0 1188 59 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10914144 memory=1200 CPUtime=12.54 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 14043 12927 0 0 1185 62 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10914144 memory=16436 CPUtime=12.54 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 11772 12927 0 0 1181 66 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10914144 memory=4128 CPUtime=11.74 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 16090 12927 0 0 1102 65 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10914144 memory=888032 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 14 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291013076000 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10914144 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140290878858240 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10914144 memory=888032 CPUtime=6.1 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) S 32720 32723 32629 0 -1 1077944384 19089 12927 0 0 600 3 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291091896816 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10914144 memory=888032 CPUtime=5.9 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) S 32720 32723 32629 0 -1 1077944384 23076 12927 0 0 577 6 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291090844272 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10914144 memory=2416 CPUtime=2.82 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 17782 12927 0 0 270 5 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10914144 memory=888032 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10914144 memory=888032 CPUtime=1.58 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1312 12927 0 0 69 82 5 2 20 0 15 0 75828276 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 2491.91 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 888032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470 s]*
/proc/loadavg: 1.40 1.26 1.17 3/216 465
/proc/meminfo: memFree=10674588/32770624 swapFree=67108860/67108860
[pid=32723] ppid=32720 vsize=10914144 memory=888032 CPUtime=2520.03 cores=1,3,5,7
/proc/32723/stat : 32723 (java) S 32720 32723 32629 0 -1 1077944320 232985 12927 0 0 251601 395 5 2 20 0 15 0 75828261 11176083456 222008 33554432000 4194304 4196468 140728906545920 140728906528464 140291566358263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
/proc/32723/statm: 2728536 222008 3524 1 0 2690189 0
[pid=32723/tid=342] ppid=32720 vsize=10914144 memory=6791534058613427641 CPUtime=2441.56 cores=1,3,5,7
/proc/32723/task/342/stat : 342 (java) R 32720 32723 32629 0 -1 4202560 90898 12927 0 0 244094 55 5 2 20 0 15 0 75828269 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291538191184 140291175686349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=343] ppid=32720 vsize=10914144 memory=2200 CPUtime=12.68 cores=1,3,5,7
/proc/32723/task/343/stat : 343 (java) S 32720 32723 32629 0 -1 1077944384 23448 12927 0 0 1196 65 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291570600720 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=346] ppid=32720 vsize=10914144 memory=7528 CPUtime=12.68 cores=1,3,5,7
/proc/32723/task/346/stat : 346 (java) S 32720 32723 32629 0 -1 1077944384 13220 12927 0 0 1202 59 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291485420432 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=347] ppid=32720 vsize=10914144 memory=844 CPUtime=12.68 cores=1,3,5,7
/proc/32723/task/347/stat : 347 (java) S 32720 32723 32629 0 -1 1077944384 14058 12927 0 0 1199 62 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291484367888 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=348] ppid=32720 vsize=10914144 memory=9992 CPUtime=12.67 cores=1,3,5,7
/proc/32723/task/348/stat : 348 (java) S 32720 32723 32629 0 -1 1077944384 11791 12927 0 0 1193 67 5 2 20 0 15 0 75828270 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291137526928 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=349] ppid=32720 vsize=10914144 memory=1228 CPUtime=11.86 cores=1,3,5,7
/proc/32723/task/349/stat : 349 (java) S 32720 32723 32629 0 -1 1077944384 16096 12927 0 0 1113 66 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291092948976 140291566369410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=355] ppid=32720 vsize=10914144 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/355/stat : 355 (java) S 32720 32723 32629 0 -1 1077944384 14 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291013076000 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=357] ppid=32720 vsize=10914144 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/357/stat : 357 (java) S 32720 32723 32629 0 -1 1077944384 1 12927 0 0 0 0 5 2 20 0 15 0 75828272 11176083456 222008 33554432000 4194304 4196468 140728906545920 140290878858240 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=358] ppid=32720 vsize=10914144 memory=10600 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/358/stat : 358 (java) S 32720 32723 32629 0 -1 1077944384 2 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140290274879696 140291566376859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=359] ppid=32720 vsize=10914144 memory=4616 CPUtime=6.1 cores=1,3,5,7
/proc/32723/task/359/stat : 359 (java) S 32720 32723 32629 0 -1 1077944384 19090 12927 0 0 600 3 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291091896816 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=360] ppid=32720 vsize=10914144 memory=1428 CPUtime=5.9 cores=1,3,5,7
/proc/32723/task/360/stat : 360 (java) S 32720 32723 32629 0 -1 1077944384 23076 12927 0 0 577 6 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291090844272 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=361] ppid=32720 vsize=10914144 memory=6791534058613427641 CPUtime=2.82 cores=1,3,5,7
/proc/32723/task/361/stat : 361 (java) S 32720 32723 32629 0 -1 1077944384 17782 12927 0 0 270 5 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291089791728 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=362] ppid=32720 vsize=10914144 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/32723/task/362/stat : 362 (java) S 32720 32723 32629 0 -1 1077944384 3 12927 0 0 0 0 5 2 20 0 15 0 75828275 11176083456 222008 33554432000 4194304 4196468 140728906545920 140289805118560 140291566368469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
[pid=32723/tid=363] ppid=32720 vsize=10914144 memory=16436 CPUtime=1.6 cores=1,3,5,7
/proc/32723/task/363/stat : 363 (java) S 32720 32723 32629 0 -1 1077944384 1314 12927 0 0 70 83 5 2 20 0 15 0 75828276 11176083456 222008 33554432000 4194304 4196468 140728906545920 140291088738608 140291566369410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30212096 140728906549871 140728906552668 140728906552668 140728906555343 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 888032 KiB

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

[startup+2470.04 s]
# the end of solver process 32723 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.08 s, system=3.99745 s

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

Child status: 143
Real time (s): 2470.04
CPU time (s): 2520.08
CPU user time (s): 2516.08
CPU system time (s): 3.99745
CPU usage (%): 102.026
Max. virtual memory (cumulated for all children) (KiB): 10917000
Max. memory (cumulated for all children) (KiB): 956948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 3.99745
maximum resident set size= 956948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318193
involuntary context switches= 7337


# summary of solver processes directly reported to runsolver:
#   pid: 32723
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.08
#   total CPU system time (s): 3.99745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9612 second user time and 19.9681 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 07:24:11
IDJOB=4295511
IDBENCH=141561
IDSOLVER=2750
FILE ID=node139/4295511-1532582651
RUNJOBID= node139-1532582651-32661
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-06-m001_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295511-1532582651/watcher-4295511-1532582651 -o /tmp/evaluation-result-4295511-1532582651/solver-4295511-1532582651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=845038628 HOME/instance-4295511-1532582651.xml

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

MD5SUM BENCH= 6b753b1e1a3070adcb3424354b76057b
RANDOM SEED=845038628

node139.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.80
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.80
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.80
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.80
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:        12453008 kB
MemAvailable:   31930116 kB
Buffers:          230436 kB
Cached:         19203624 kB
SwapCached:            0 kB
Active:          2924484 kB
Inactive:       16564312 kB
Active(anon):       8816 kB
Inactive(anon):    73596 kB
Active(file):    2915668 kB
Inactive(file): 16490716 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52688 kB
Writeback:             0 kB
AnonPages:         60316 kB
Mapped:            42504 kB
Shmem:             25228 kB
Slab:             526292 kB
SReclaimable:     499184 kB
SUnreclaim:        27108 kB
KernelStack:        3104 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 08:05:21