Trace number 4295502

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.1 2471.04

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-0010_c18.xml
MD5SUMa4a3304b5e9aae9c2bcc59fc5ef6ae6f
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 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.85	c Concrete v3.8.1528841891564 running
2520.05/2471.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2471.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2471.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2471.02		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2471.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2471.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2471.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2471.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2471.02		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2471.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2471.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2471.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2471.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2471.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2471.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2471.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2471.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.05/2471.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2471.02		at scala.Option.map(Option.scala:146)
2520.05/2471.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2471.02		at concrete.MAC.mac(MAC.scala:203)
2520.05/2471.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2471.02		at scala.util.Try$.apply(Try.scala:209)
2520.05/2471.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2471.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2471.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2471.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2471.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2471.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2471.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2471.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2471.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2471.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2471.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2471.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2471.02		at concrete.ProblemState.map(ProblemState.scala:221)
2520.05/2471.02		at concrete.ProblemState.map(ProblemState.scala:204)
2520.05/2471.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2471.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2471.02		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.05/2471.02		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.05/2471.02		at concrete.Solver.toStream(Solver.scala:68)
2520.05/2471.02		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.05/2471.02		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.05/2471.02		at concrete.Solver.toIterable(Solver.scala:68)
2520.05/2471.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.05/2471.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2471.02		at scala.util.Success.map(Try.scala:209)
2520.05/2471.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2471.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2471.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2471.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2471.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2471.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2471.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2471.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2471.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2471.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2471.02		at scala.App.main(App.scala:76)
2520.05/2471.02		at scala.App.main$(App.scala:74)
2520.05/2471.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2471.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2471.03	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 (4023 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-4295502-1532582651/watcher-4295502-1532582651 -o /tmp/evaluation-result-4295502-1532582651/solver-4295502-1532582651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=845038628 HOME/instance-4295502-1532582651.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32680, runsolver pid=32677

[startup+0.101402 s]*
/proc/loadavg: 0.00 0.01 0.05 3/200 319
/proc/meminfo: memFree=12439844/32770624 swapFree=67108860/67108860
[pid=32680] ppid=32677 vsize=9970504 memory=10792 CPUtime=0.09 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 3372 12882 0 0 0 1 6 2 20 0 6 0 75828256 10209796096 2698 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2492626 2698 1233 1 0 2481537 0
[pid=32680/tid=319] ppid=32677 vsize=9970504 memory=-6949179150270506172 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) R 32677 32680 32629 0 -1 4202560 1201 12882 0 0 0 0 6 2 20 0 6 0 75828266 10209796096 2764 33554432000 4194304 4196468 140727332701152 140452106966344 140452120999808 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=9970504 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 6 0 75828267 10209796096 2764 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=9970504 memory=140394012198528 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 6 0 75828267 10209796096 2764 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=9970504 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 6 0 75828267 10209796096 2764 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=9970504 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 6 0 75828267 10209796096 2764 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 10792 KiB

[startup+0.210436 s]*
/proc/loadavg: 0.00 0.01 0.05 4/216 363
/proc/meminfo: memFree=12405080/32770624 swapFree=67108860/67108860
[pid=32680] ppid=32677 vsize=10818904 memory=37696 CPUtime=0.25 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 6579 12882 0 0 15 2 6 2 20 0 15 0 75828256 11078557696 9424 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2704726 9424 2988 1 0 2667149 0
[pid=32680/tid=319] ppid=32677 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) R 32677 32680 32629 0 -1 4202560 3118 12882 0 0 9 1 6 2 20 0 15 0 75828266 11078557696 9424 33554432000 4194304 4196468 140727332701152 140452106924640 140452118311553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10818904 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11078557696 9424 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10818904 memory=140394012598775 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11078557696 9424 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11078557696 9424 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828267 11078557696 9424 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10818904 memory=140394012198528 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828268 11078557696 9424 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 33 12882 0 0 0 0 6 2 20 0 15 0 75828269 11078557696 9424 33554432000 4194304 4196468 140727332701152 140451593655328 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828269 11078557696 9424 33554432000 4194304 4196468 140727332701152 140451000607600 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11078557696 9424 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) S 32677 32680 32629 0 -1 1077944384 550 12882 0 0 1 0 6 2 20 0 15 0 75828272 11078557696 9424 33554432000 4194304 4196468 140727332701152 140451560098672 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) S 32677 32680 32629 0 -1 1077944384 71 12882 0 0 0 0 6 2 20 0 15 0 75828272 11078557696 9424 33554432000 4194304 4196468 140727332701152 140451559045872 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10818904 memory=140394012198528 CPUtime=0.11 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 600 12882 0 0 3 0 6 2 20 0 15 0 75828272 11078557696 9424 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11078557696 9424 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10818904 memory=140394012198528 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828272 11078557696 9424 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 37696 KiB

[startup+0.310308 s]*
/proc/loadavg: 0.00 0.01 0.05 4/216 363
/proc/meminfo: memFree=12376488/32770624 swapFree=67108860/67108860
[pid=32680] ppid=32677 vsize=10819352 memory=48792 CPUtime=0.37 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 9661 12882 0 0 26 3 6 2 20 0 15 0 75828256 11079016448 12198 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2704838 12198 3107 1 0 2667149 0
[pid=32680/tid=319] ppid=32677 vsize=10819352 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) D 32677 32680 32629 0 -1 1077944384 6189 12882 0 0 17 1 6 2 20 0 15 0 75828266 11079016448 12198 33554432000 4194304 4196468 140727332701152 140452106935280 140452127803949 0 4 0 16800975 18446744072101703204 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10819352 memory=3047711566422646390 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 12198 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10819352 memory=-8187100386482147110 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 12198 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10819352 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 12198 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10819352 memory=6935054825532540783 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 12198 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10819352 memory=140394012205521 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828268 11079016448 12198 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 33 12882 0 0 0 0 6 2 20 0 15 0 75828269 11079016448 12198 33554432000 4194304 4196468 140727332701152 140451593655328 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828269 11079016448 12198 33554432000 4194304 4196468 140727332701152 140451000607600 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11079016448 12198 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) S 32677 32680 32629 0 -1 1077944384 550 12882 0 0 1 0 6 2 20 0 15 0 75828272 11079016448 12198 33554432000 4194304 4196468 140727332701152 140451560098672 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) S 32677 32680 32629 0 -1 1077944384 72 12882 0 0 1 0 6 2 20 0 15 0 75828272 11079016448 12198 33554432000 4194304 4196468 140727332701152 140451559045872 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 610 12882 0 0 5 0 6 2 20 0 15 0 75828272 11079016448 12198 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11079016448 12198 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828272 11079016448 12198 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 48792 KiB

[startup+0.70073 s]
/proc/loadavg: 0.00 0.01 0.05 8/216 363
/proc/meminfo: memFree=12356048/32770624 swapFree=67108860/67108860
[pid=32680] ppid=32677 vsize=10819352 memory=66660 CPUtime=0.83 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 12327 12882 0 0 71 4 6 2 20 0 15 0 75828256 11079016448 16665 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2704838 16665 3230 1 0 2667149 0
[pid=32680/tid=319] ppid=32677 vsize=10819352 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) D 32677 32680 32629 0 -1 1077944384 8327 12882 0 0 47 2 6 2 20 0 15 0 75828266 11079016448 16665 33554432000 4194304 4196468 140727332701152 140452106933776 140452127803949 0 4 0 16800975 18446744072101703204 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 16665 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 16665 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10819352 memory=280787782524096 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 16665 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10819352 memory=140398185939517 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828267 11079016448 16665 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10819352 memory=140398185939519 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 5 12882 0 0 0 0 6 2 20 0 15 0 75828268 11079016448 16665 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10819352 memory=140398185939540 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 33 12882 0 0 0 0 6 2 20 0 15 0 75828269 11079016448 16665 33554432000 4194304 4196468 140727332701152 140451593655328 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10819352 memory=9992 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828269 11079016448 16665 33554432000 4194304 4196468 140727332701152 140451000607600 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10819352 memory=7014751519599842897 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11079016448 16665 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) R 32677 32680 32629 0 -1 4202560 810 12882 0 0 5 0 6 2 20 0 15 0 75828272 11079016448 16665 33554432000 4194304 4196468 140727332701152 140451560079688 140452116646134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) R 32677 32680 32629 0 -1 4202560 299 12882 0 0 5 0 6 2 20 0 15 0 75828272 11079016448 16665 33554432000 4194304 4196468 140727332701152 140451559031896 140452116642602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10819352 memory=1 CPUtime=0.2 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 648 12882 0 0 12 0 6 2 20 0 15 0 75828272 11079016448 16665 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11079016448 16665 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10819352 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828272 11079016448 16665 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 66660 KiB

[startup+1.50094 s]
/proc/loadavg: 0.00 0.01 0.05 3/216 363
/proc/meminfo: memFree=12282080/32770624 swapFree=67108860/67108860
[pid=32680] ppid=32677 vsize=10834252 memory=171608 CPUtime=2.13 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 23630 12882 0 0 195 10 6 2 20 0 15 0 75828256 11094274048 42902 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2708563 42902 3468 1 0 2670221 0
[pid=32680/tid=319] ppid=32677 vsize=10834252 memory=6944656575208382560 CPUtime=1.33 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) R 32677 32680 32629 0 -1 4202560 17456 12882 0 0 120 5 6 2 20 0 15 0 75828266 11094274048 42902 33554432000 4194304 4196468 140727332701152 140452106931560 140452116688274 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10834252 memory=6944656592455097440 CPUtime=0.09 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 59 12882 0 0 1 0 6 2 20 0 15 0 75828267 11094274048 42902 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10834252 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 24 12882 0 0 1 0 6 2 20 0 15 0 75828267 11094274048 42902 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10834252 memory=280787782524096 CPUtime=0.09 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 199 12882 0 0 1 0 6 2 20 0 15 0 75828267 11094274048 42902 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10834252 memory=140398185939517 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 29 12882 0 0 0 0 6 2 20 0 15 0 75828267 11094274048 42902 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10834252 memory=140398185939519 CPUtime=0.09 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 507 12882 0 0 1 0 6 2 20 0 15 0 75828268 11094274048 42902 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10834252 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 33 12882 0 0 0 0 6 2 20 0 15 0 75828269 11094274048 42902 33554432000 4194304 4196468 140727332701152 140451593655392 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10834252 memory=22656 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828269 11094274048 42902 33554432000 4194304 4196468 140727332701152 140451000607616 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10834252 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11094274048 42902 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10834252 memory=88748 CPUtime=0.3 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) S 32677 32680 32629 0 -1 1077944384 1013 12882 0 0 22 0 6 2 20 0 15 0 75828272 11094274048 42902 33554432000 4194304 4196468 140727332701152 140451560098672 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10834252 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) S 32677 32680 32629 0 -1 1077944384 760 12882 0 0 17 0 6 2 20 0 15 0 75828272 11094274048 42902 33554432000 4194304 4196468 140727332701152 140451559045872 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10834252 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 1349 12882 0 0 29 0 6 2 20 0 15 0 75828272 11094274048 42902 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10834252 memory=65 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11094274048 42902 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 1 12882 0 0 0 0 6 2 20 0 15 0 75828272 11094274048 42902 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 10834252 KiB

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

/proc/32680/task/319/stat : 319 (java) R 32677 32680 32629 0 -1 4202560 80126 12882 0 0 229430 50 6 2 20 0 15 0 75828266 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452106958336 140451700489209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10914144 memory=909824 CPUtime=11.76 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 9134 12882 0 0 1109 59 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10914144 memory=909824 CPUtime=11.79 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 7907 12882 0 0 1108 63 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10914144 memory=909824 CPUtime=11.77 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 13074 12882 0 0 1112 57 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10914144 memory=1166 CPUtime=11.78 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 7994 12882 0 0 1109 61 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10914144 memory=280787784107520 CPUtime=11.38 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 9082 12882 0 0 1068 62 6 2 20 0 15 0 75828268 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10914144 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 37 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451593655456 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10914144 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451000607616 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10914144 memory=909824 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10914144 memory=0 CPUtime=5.93 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) S 32677 32680 32629 0 -1 1077944384 21492 12882 0 0 581 4 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451560098672 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10914144 memory=3816 CPUtime=6.02 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) S 32677 32680 32629 0 -1 1077944384 15166 12882 0 0 591 3 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451559045872 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10914144 memory=2304 CPUtime=2.83 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 17035 12882 0 0 269 6 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10914144 memory=909824 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10914144 memory=909824 CPUtime=1.54 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 892 12882 0 0 69 77 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 2369.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 909824 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=32680] ppid=32677 vsize=10914144 memory=909824 CPUtime=2429.95 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 185592 12882 0 0 242611 376 6 2 20 0 15 0 75828256 11176083456 227456 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2728536 227456 3522 1 0 2690189 0
[pid=32680/tid=319] ppid=32677 vsize=10914144 memory=909824 CPUtime=2354.15 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) R 32677 32680 32629 0 -1 4202560 80900 12882 0 0 235356 51 6 2 20 0 15 0 75828266 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452106958672 140451698332979 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10914144 memory=4048 CPUtime=12.08 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 9290 12882 0 0 1140 60 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10914144 memory=909824 CPUtime=12.11 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 7962 12882 0 0 1139 64 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10914144 memory=909824 CPUtime=12.09 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 13136 12882 0 0 1142 59 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10914144 memory=280787782359232 CPUtime=12.1 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 8294 12882 0 0 1139 63 6 2 20 0 15 0 75828267 11176083456 227456 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10914144 memory=909824 CPUtime=11.68 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 9164 12882 0 0 1097 63 6 2 20 0 15 0 75828268 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 37 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451593655456 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10914144 memory=909824 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451000607616 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10914144 memory=909824 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10914144 memory=1008 CPUtime=5.93 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) S 32677 32680 32629 0 -1 1077944384 21494 12882 0 0 581 4 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451560098672 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10914144 memory=4128 CPUtime=6.02 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) S 32677 32680 32629 0 -1 1077944384 15169 12882 0 0 591 3 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451559045872 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10914144 memory=4128 CPUtime=2.83 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 17037 12882 0 0 269 6 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10914144 memory=909824 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10914144 memory=54 CPUtime=1.58 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 909 12882 0 0 71 79 6 2 20 0 15 0 75828272 11176083456 227456 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 2429.95 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 909824 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.26 1.17 3/217 464
/proc/meminfo: memFree=10674944/32770624 swapFree=67108860/67108860
[pid=32680] ppid=32677 vsize=10914144 memory=911872 CPUtime=2490.9 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 187005 12882 0 0 248697 385 6 2 20 0 15 0 75828256 11176083456 227968 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2728536 227968 3522 1 0 2690189 0
[pid=32680/tid=319] ppid=32677 vsize=10914144 memory=911872 CPUtime=2413.43 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) R 32677 32680 32629 0 -1 4202560 81609 12882 0 0 241283 52 6 2 20 0 15 0 75828266 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452106958096 140451700974752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10914144 memory=280787782359232 CPUtime=12.41 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 9380 12882 0 0 1171 62 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10914144 memory=909824 CPUtime=12.44 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 8028 12882 0 0 1170 66 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10914144 memory=909824 CPUtime=12.42 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 13493 12882 0 0 1173 61 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10914144 memory=911872 CPUtime=12.43 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 8376 12882 0 0 1171 64 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10914144 memory=911872 CPUtime=11.99 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 9249 12882 0 0 1127 64 6 2 20 0 15 0 75828268 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10914144 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 37 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451593655456 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10914144 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451000607616 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10914144 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10914144 memory=911872 CPUtime=5.93 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) S 32677 32680 32629 0 -1 1077944384 21496 12882 0 0 581 4 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451560098672 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10914144 memory=911872 CPUtime=6.02 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) S 32677 32680 32629 0 -1 1077944384 15172 12882 0 0 591 3 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451559045872 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10914144 memory=288230574492221466 CPUtime=2.83 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 17039 12882 0 0 269 6 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10914144 memory=911872 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10914144 memory=911872 CPUtime=1.61 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 926 12882 0 0 72 81 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 2490.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 911872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471 s]*
/proc/loadavg: 1.40 1.26 1.17 3/196 520
/proc/meminfo: memFree=11550580/32770624 swapFree=67108860/67108860
[pid=32680] ppid=32677 vsize=10914144 memory=911872 CPUtime=2520.05 cores=0,2,4,6
/proc/32680/stat : 32680 (java) S 32677 32680 32629 0 -1 1077944320 188060 12882 0 0 251608 389 6 2 20 0 15 0 75828256 11176083456 227968 33554432000 4194304 4196468 140727332701152 140727332683696 140452135124727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
/proc/32680/statm: 2728536 227968 3522 1 0 2690189 0
[pid=32680/tid=319] ppid=32677 vsize=10914144 memory=6791534058613427641 CPUtime=2441.79 cores=0,2,4,6
/proc/32680/task/319/stat : 319 (java) R 32677 32680 32629 0 -1 4202560 82056 12882 0 0 244119 52 6 2 20 0 15 0 75828266 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452106958672 140451696257911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=320] ppid=32677 vsize=10914144 memory=4420 CPUtime=12.56 cores=0,2,4,6
/proc/32680/task/320/stat : 320 (java) S 32677 32680 32629 0 -1 1077944384 9725 12882 0 0 1186 62 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452139367568 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=321] ppid=32677 vsize=10914144 memory=6628 CPUtime=12.6 cores=0,2,4,6
/proc/32680/task/321/stat : 321 (java) S 32677 32680 32629 0 -1 1077944384 8142 12882 0 0 1185 67 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452027640848 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=322] ppid=32677 vsize=10914144 memory=8836 CPUtime=12.58 cores=0,2,4,6
/proc/32680/task/322/stat : 322 (java) S 32677 32680 32629 0 -1 1077944384 13517 12882 0 0 1188 62 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452026588048 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=323] ppid=32677 vsize=10914144 memory=888032 CPUtime=12.58 cores=0,2,4,6
/proc/32680/task/323/stat : 323 (java) S 32677 32680 32629 0 -1 1077944384 8403 12882 0 0 1186 64 6 2 20 0 15 0 75828267 11176083456 227968 33554432000 4194304 4196468 140727332701152 140452025535248 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=330] ppid=32677 vsize=10914144 memory=6791534058613427641 CPUtime=12.14 cores=0,2,4,6
/proc/32680/task/330/stat : 330 (java) S 32677 32680 32629 0 -1 1077944384 9326 12882 0 0 1141 65 6 2 20 0 15 0 75828268 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451594709360 140452135135874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=337] ppid=32677 vsize=10914144 memory=888032 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/337/stat : 337 (java) S 32677 32680 32629 0 -1 1077944384 37 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451593655456 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=341] ppid=32677 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/341/stat : 341 (java) S 32677 32680 32629 0 -1 1077944384 2 12882 0 0 0 0 6 2 20 0 15 0 75828269 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451000607616 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=350] ppid=32677 vsize=10914144 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/350/stat : 350 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140450693207888 140452135143323 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=351] ppid=32677 vsize=10914144 memory=16436 CPUtime=5.93 cores=0,2,4,6
/proc/32680/task/351/stat : 351 (java) S 32677 32680 32629 0 -1 1077944384 21498 12882 0 0 581 4 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451560098672 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=352] ppid=32677 vsize=10914144 memory=13320 CPUtime=6.02 cores=0,2,4,6
/proc/32680/task/352/stat : 352 (java) S 32677 32680 32629 0 -1 1077944384 15174 12882 0 0 591 3 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451559045872 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=353] ppid=32677 vsize=10914144 memory=4048 CPUtime=2.83 cores=0,2,4,6
/proc/32680/task/353/stat : 353 (java) S 32677 32680 32629 0 -1 1077944384 17041 12882 0 0 269 6 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451557993072 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=354] ppid=32677 vsize=10914144 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/32680/task/354/stat : 354 (java) S 32677 32680 32629 0 -1 1077944384 3 12882 0 0 0 0 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140450659650272 140452135134933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
[pid=32680/tid=356] ppid=32677 vsize=10914144 memory=636 CPUtime=1.63 cores=0,2,4,6
/proc/32680/task/356/stat : 356 (java) S 32677 32680 32629 0 -1 1077944384 941 12882 0 0 73 82 6 2 20 0 15 0 75828272 11176083456 227968 33554432000 4194304 4196468 140727332701152 140451556940464 140452135135874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727332702831 140727332705628 140727332705628 140727332708303 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 911872 KiB

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

[startup+2471.04 s]
# the end of solver process 32680 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.93827 s

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

Child status: 143
Real time (s): 2471.04
CPU time (s): 2520.1
CPU user time (s): 2516.16
CPU system time (s): 3.93827
CPU usage (%): 101.985
Max. virtual memory (cumulated for all children) (KiB): 10916988
Max. memory (cumulated for all children) (KiB): 951980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.93827
maximum resident set size= 952468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201873
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314368
involuntary context switches= 9750


# summary of solver processes directly reported to runsolver:
#   pid: 32680
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.93827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0463 second user time and 25.7087 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 07:24:11
IDJOB=4295502
IDBENCH=141560
IDSOLVER=2750
FILE ID=node139/4295502-1532582651
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38788 MiB

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

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

MD5SUM BENCH= a4a3304b5e9aae9c2bcc59fc5ef6ae6f
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:        12455572 kB
MemAvailable:   31932420 kB
Buffers:          230436 kB
Cached:         19203624 kB
SwapCached:            0 kB
Active:          2899132 kB
Inactive:       16586932 kB
Active(anon):       6344 kB
Inactive(anon):    73596 kB
Active(file):    2892788 kB
Inactive(file): 16513336 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52688 kB
Writeback:             0 kB
AnonPages:         58376 kB
Mapped:            39788 kB
Shmem:             25228 kB
Slab:             526292 kB
SReclaimable:     499184 kB
SUnreclaim:        27108 kB
KernelStack:        3104 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326224 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:22