Trace number 4295556

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

General information on the benchmark

NameMagicHexagon/
MagicHexagon-07-m011_c18.xml
MD5SUMcb154bca5bef3b2160515065825e7dfd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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


[startup+0.109229 s]*
/proc/loadavg: 1.75 0.97 0.44 3/206 29927
/proc/meminfo: memFree=11797884/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10355560 memory=22676 CPUtime=0.09 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 4816 12902 0 0 2 0 5 2 20 0 9 0 75856783 10604093440 5669 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2588890 5669 2101 1 0 2551431 0
[pid=29870/tid=29923] ppid=29867 vsize=10355560 memory=4351193298051892105 CPUtime=0.09 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 2609 12902 0 0 2 0 5 2 20 0 9 0 75856792 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870773923696 139870786168158 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10355560 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 9 0 75856793 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10355560 memory=139969301804672 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 9 0 75856793 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 9 0 75856793 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 9 0 75856793 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10355560 memory=139969301804672 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 9 0 75856794 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 13 12902 0 0 0 0 5 2 20 0 9 0 75856795 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870240498976 139870802097877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 9 0 75856795 10604093440 5669 33554432000 4194304 4196468 140731574882768 139870106281648 139870802097877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22676 KiB

[startup+0.210036 s]*
/proc/loadavg: 1.75 0.97 0.44 3/215 29936
/proc/meminfo: memFree=11773848/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10818856 memory=47140 CPUtime=0.26 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 8586 12902 0 0 17 2 5 2 20 0 15 0 75856783 11078508544 11785 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2704714 11785 2969 1 0 2667149 0
[pid=29870/tid=29923] ppid=29867 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 5135 12902 0 0 11 1 5 2 20 0 15 0 75856792 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870773885328 139870782363555 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10818856 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856793 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10818856 memory=139969302218565 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856793 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856793 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856793 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10818856 memory=139969301804672 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856794 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 13 12902 0 0 0 0 5 2 20 0 15 0 75856795 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870240498976 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856795 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870106281584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11078508544 11785 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 538 12902 0 0 1 0 5 2 20 0 15 0 75856798 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 70 12902 0 0 0 0 5 2 20 0 15 0 75856798 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10818856 memory=139969301804672 CPUtime=0.1 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 627 12902 0 0 3 0 5 2 20 0 15 0 75856798 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29935] ppid=29867 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29935/stat : 29935 (java) S 29867 29870 29230 0 -1 1077944384 3 12902 0 0 0 0 5 2 20 0 15 0 75856798 11078508544 11785 33554432000 4194304 4196468 140731574882768 139869032540640 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29936] ppid=29867 vsize=10818856 memory=139969301804672 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29936/stat : 29936 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856798 11078508544 11785 33554432000 4194304 4196468 140731574882768 139870324571056 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 47140 KiB

[startup+0.310282 s]*
/proc/loadavg: 1.75 0.97 0.44 3/215 29936
/proc/meminfo: memFree=11765164/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10819352 memory=58492 CPUtime=0.38 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 10610 12902 0 0 29 2 5 2 20 0 15 0 75856783 11079016448 14623 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2704838 14623 3100 1 0 2667149 0
[pid=29870/tid=29923] ppid=29867 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 7152 12902 0 0 20 1 5 2 20 0 15 0 75856792 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870773899680 139870783640976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10819352 memory=139969301811665 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856794 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 13 12902 0 0 0 0 5 2 20 0 15 0 75856795 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870240498976 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856795 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870106281584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11079016448 14623 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 540 12902 0 0 1 0 5 2 20 0 15 0 75856798 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 70 12902 0 0 1 0 5 2 20 0 15 0 75856798 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10819352 memory=139969301804672 CPUtime=0.12 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 632 12902 0 0 5 0 5 2 20 0 15 0 75856798 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29935] ppid=29867 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29935/stat : 29935 (java) S 29867 29870 29230 0 -1 1077944384 3 12902 0 0 0 0 5 2 20 0 15 0 75856798 11079016448 14623 33554432000 4194304 4196468 140731574882768 139869032540640 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29936] ppid=29867 vsize=10819352 memory=139969301804672 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29936/stat : 29936 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856798 11079016448 14623 33554432000 4194304 4196468 140731574882768 139870324571056 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58492 KiB

[startup+0.70071 s]
/proc/loadavg: 1.75 0.97 0.44 3/215 29936
/proc/meminfo: memFree=11754124/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10819352 memory=90820 CPUtime=0.98 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 16827 12902 0 0 87 4 5 2 20 0 15 0 75856783 11079016448 22705 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2704838 22705 3238 1 0 2667149 0
[pid=29870/tid=29923] ppid=29867 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 12449 12902 0 0 56 3 5 2 20 0 15 0 75856792 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870773908496 139870785274509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10819352 memory=2440011187713 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10819352 memory=546657966 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10819352 memory=4639366808851880611 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856793 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10819352 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 5 12902 0 0 0 0 5 2 20 0 15 0 75856794 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10819352 memory=13312 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 13 12902 0 0 0 0 5 2 20 0 15 0 75856795 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870240498976 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10819352 memory=16432 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856795 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870106281584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10819352 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11079016448 22705 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10819352 memory=644 CPUtime=0.14 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 824 12902 0 0 7 0 5 2 20 0 15 0 75856798 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10819352 memory=956 CPUtime=0.15 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 655 12902 0 0 8 0 5 2 20 0 15 0 75856798 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10819352 memory=1232 CPUtime=0.2 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 680 12902 0 0 13 0 5 2 20 0 15 0 75856798 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29935] ppid=29867 vsize=10819352 memory=2336 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29935/stat : 29935 (java) S 29867 29870 29230 0 -1 1077944384 3 12902 0 0 0 0 5 2 20 0 15 0 75856798 11079016448 22705 33554432000 4194304 4196468 140731574882768 139869032540640 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29936] ppid=29867 vsize=10819352 memory=6153431502485415780 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29936/stat : 29936 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856798 11079016448 22705 33554432000 4194304 4196468 140731574882768 139870324571056 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90820 KiB

[startup+1.50076 s]
/proc/loadavg: 1.75 0.97 0.44 4/215 29936
/proc/meminfo: memFree=11708140/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10834252 memory=179924 CPUtime=2.24 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 24137 12902 0 0 207 10 5 2 20 0 15 0 75856783 11094274048 44981 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2708563 44981 3466 1 0 2670221 0
[pid=29870/tid=29923] ppid=29867 vsize=10834252 memory=7380385388137112419 CPUtime=1.43 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 18206 12902 0 0 130 6 5 2 20 0 15 0 75856792 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870773919040 139870787253264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10834252 memory=6153433744107006825 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 42 12902 0 0 1 0 5 2 20 0 15 0 75856793 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10834252 memory=6227159314564933479 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 213 12902 0 0 1 0 5 2 20 0 15 0 75856793 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10834252 memory=-3704326594973231466 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 32 12902 0 0 1 0 5 2 20 0 15 0 75856793 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10834252 memory=7100839861465685612 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 25 12902 0 0 1 0 5 2 20 0 15 0 75856793 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10834252 memory=3054156605268465310 CPUtime=0.08 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 73 12902 0 0 1 0 5 2 20 0 15 0 75856794 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10834252 memory=7822038051842261661 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 14 12902 0 0 0 0 5 2 20 0 15 0 75856795 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870240499040 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10834252 memory=8514726395714825349 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 1 12902 0 0 0 0 5 2 20 0 15 0 75856795 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870106281600 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10834252 memory=-8412652177879177843 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11094274048 44981 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10834252 memory=-8707038579349950309 CPUtime=0.26 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 944 12902 0 0 19 0 5 2 20 0 15 0 75856798 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10834252 memory=-6520471753822164382 CPUtime=0.26 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 1101 12902 0 0 19 0 5 2 20 0 15 0 75856798 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10834252 memory=9047017150487036575 CPUtime=0.38 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 1292 12902 0 0 31 0 5 2 20 0 15 0 75856798 11094274048 44981 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0

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

/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 91955 12902 0 0 229534 51 5 2 20 0 15 0 75856792 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870773920944 139870403324832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10914144 memory=7739551873913810279 CPUtime=11.23 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 17811 12902 0 0 1060 56 5 2 20 0 15 0 75856793 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10914144 memory=7302417919335491692 CPUtime=11.26 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 16055 12902 0 0 1067 52 5 2 20 0 15 0 75856793 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10914144 memory=7302417919335491692 CPUtime=11.24 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 18481 12902 0 0 1063 54 5 2 20 0 15 0 75856793 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10914144 memory=4126316290023845779 CPUtime=11.28 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 14352 12902 0 0 1063 58 5 2 20 0 15 0 75856793 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10914144 memory=13348 CPUtime=11.71 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 16537 12902 0 0 1110 54 5 2 20 0 15 0 75856794 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10914144 memory=16432 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 18 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870240499040 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10914144 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 6 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870106281600 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10914144 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 214254 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10914144 memory=956 CPUtime=6.15 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 24946 12902 0 0 605 3 5 2 20 0 15 0 75856798 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10914144 memory=1232 CPUtime=6.12 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 28591 12902 0 0 601 4 5 2 20 0 15 0 75856798 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10914144 memory=2336 CPUtime=2.87 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 21815 12902 0 0 273 7 5 2 20 0 15 0 75856798 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29935] ppid=29867 vsize=10914144 memory=1580 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29935/stat : 29935 (java) S 29867 29870 29230 0 -1 1077944384 3 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 214254 33554432000 4194304 4196468 140731574882768 139869032540640 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29936] ppid=29867 vsize=10914144 memory=928 CPUtime=1.39 cores=0,2,4,6
/proc/29870/task/29936/stat : 29936 (java) S 29867 29870 29230 0 -1 1077944384 1217 12902 0 0 64 68 5 2 20 0 15 0 75856798 11176083456 214254 33554432000 4194304 4196468 140731574882768 139870324571056 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 2368.65 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 857016 KiB

[startup+2382.3 s]*
/proc/loadavg: 1.67 1.52 1.32 3/215 30285
/proc/meminfo: memFree=11054436/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10914144 memory=847780 CPUtime=2429.54 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 255830 12902 0 0 242593 354 5 2 20 0 15 0 75856783 11176083456 211945 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2728536 211945 3524 1 0 2690189 0
[pid=29870/tid=29923] ppid=29867 vsize=10914144 memory=6791534058613427641 CPUtime=2355.24 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 92823 12902 0 0 235465 52 5 2 20 0 15 0 75856792 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870773921712 139870405087005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10914144 memory=4126316290023845779 CPUtime=11.53 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 18209 12902 0 0 1089 57 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10914144 memory=2244 CPUtime=11.57 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 16154 12902 0 0 1097 53 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10914144 memory=4124 CPUtime=11.55 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 18556 12902 0 0 1092 56 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10914144 memory=2200 CPUtime=11.59 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 14606 12902 0 0 1092 60 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10914144 memory=7284 CPUtime=12.01 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 16682 12902 0 0 1139 55 5 2 20 0 15 0 75856794 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 18 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870240499040 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10914144 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 6 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870106281600 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10914144 memory=847780 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10914144 memory=851884 CPUtime=6.15 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 24948 12902 0 0 605 3 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10914144 memory=1408 CPUtime=6.12 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 28594 12902 0 0 601 4 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10914144 memory=3040 CPUtime=2.88 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 21818 12902 0 0 274 7 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29935] ppid=29867 vsize=10914144 memory=1173624 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29935/stat : 29935 (java) S 29867 29870 29230 0 -1 1077944384 3 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139869032540640 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29936] ppid=29867 vsize=10914144 memory=916 CPUtime=1.42 cores=0,2,4,6
/proc/29870/task/29936/stat : 29936 (java) S 29867 29870 29230 0 -1 1077944384 1223 12902 0 0 66 69 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870324571056 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 2429.54 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 847780 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.41 1.47 1.32 3/215 30286
/proc/meminfo: memFree=11054716/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10914144 memory=847780 CPUtime=2490.39 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 257191 12902 0 0 248670 362 5 2 20 0 15 0 75856783 11176083456 211945 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2728536 211945 3524 1 0 2690189 0
[pid=29870/tid=29923] ppid=29867 vsize=10914144 memory=6791534058613427641 CPUtime=2414.56 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 93517 12902 0 0 241396 53 5 2 20 0 15 0 75856792 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870773921216 139870404176960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10914144 memory=7284 CPUtime=11.83 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 18493 12902 0 0 1118 58 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10914144 memory=844 CPUtime=11.87 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 16217 12902 0 0 1126 54 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10914144 memory=4126316290023845779 CPUtime=11.84 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 18696 12902 0 0 1120 57 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10914144 memory=1696 CPUtime=11.88 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 14628 12902 0 0 1120 61 5 2 20 0 15 0 75856793 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10914144 memory=916 CPUtime=12.31 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 16819 12902 0 0 1167 57 5 2 20 0 15 0 75856794 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10914144 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 18 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870240499040 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10914144 memory=2704 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 6 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870106281600 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10914144 memory=2692 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10914144 memory=1408 CPUtime=6.15 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 24950 12902 0 0 605 3 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10914144 memory=3296 CPUtime=6.12 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 28596 12902 0 0 601 4 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10914144 memory=847780 CPUtime=2.88 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 21820 12902 0 0 274 7 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29935] ppid=29867 vsize=10914144 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29935/stat : 29935 (java) S 29867 29870 29230 0 -1 1077944384 3 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139869032540640 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29936] ppid=29867 vsize=10914144 memory=3168 CPUtime=1.45 cores=0,2,4,6
/proc/29870/task/29936/stat : 29936 (java) S 29867 29870 29230 0 -1 1077944384 1238 12902 0 0 67 71 5 2 20 0 15 0 75856798 11176083456 211945 33554432000 4194304 4196468 140731574882768 139870324571056 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 2490.39 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 847780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.5 s]
/proc/loadavg: 1.36 1.46 1.32 3/216 30295
/proc/meminfo: memFree=11049484/32770624 swapFree=67108852/67108860
[pid=29870] ppid=29867 vsize=10914144 memory=849828 CPUtime=2520.01 cores=0,2,4,6
/proc/29870/stat : 29870 (java) S 29867 29870 29230 0 -1 1077944320 257627 12902 0 0 251627 367 5 2 20 0 15 0 75856783 11176083456 212457 33554432000 4194304 4196468 140731574882768 140731574865312 139870802087671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
/proc/29870/statm: 2728536 212457 3524 1 0 2690189 0
[pid=29870/tid=29923] ppid=29867 vsize=10914144 memory=928 CPUtime=2443.4 cores=0,2,4,6
/proc/29870/task/29923/stat : 29923 (java) R 29867 29870 29230 0 -1 4202560 93787 12902 0 0 244280 53 5 2 20 0 15 0 75856792 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870773920784 139870392616463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29924] ppid=29867 vsize=10914144 memory=2244 CPUtime=11.98 cores=0,2,4,6
/proc/29870/task/29924/stat : 29924 (java) S 29867 29870 29230 0 -1 1077944384 18499 12902 0 0 1132 59 5 2 20 0 15 0 75856793 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870806329744 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29925] ppid=29867 vsize=10914144 memory=6791534058613427641 CPUtime=12.02 cores=0,2,4,6
/proc/29870/task/29925/stat : 29925 (java) S 29867 29870 29230 0 -1 1077944384 16228 12902 0 0 1140 55 5 2 20 0 15 0 75856793 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870375565584 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29926] ppid=29867 vsize=10914144 memory=2416 CPUtime=11.99 cores=0,2,4,6
/proc/29870/task/29926/stat : 29926 (java) S 29867 29870 29230 0 -1 1077944384 18709 12902 0 0 1134 58 5 2 20 0 15 0 75856793 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870374513296 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29927] ppid=29867 vsize=10914144 memory=1300 CPUtime=12.03 cores=0,2,4,6
/proc/29870/task/29927/stat : 29927 (java) S 29867 29870 29230 0 -1 1077944384 14690 12902 0 0 1135 61 5 2 20 0 15 0 75856793 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870373460496 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29928] ppid=29867 vsize=10914144 memory=1732 CPUtime=12.47 cores=0,2,4,6
/proc/29870/task/29928/stat : 29928 (java) S 29867 29870 29230 0 -1 1077944384 16881 12902 0 0 1182 58 5 2 20 0 15 0 75856794 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870328781424 139870802098818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29929] ppid=29867 vsize=10914144 memory=8564 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29929/stat : 29929 (java) S 29867 29870 29230 0 -1 1077944384 18 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870240499040 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29930] ppid=29867 vsize=10914144 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29930/stat : 29930 (java) S 29867 29870 29230 0 -1 1077944384 6 12902 0 0 0 0 5 2 20 0 15 0 75856795 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870106281600 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29931] ppid=29867 vsize=10914144 memory=5372 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29931/stat : 29931 (java) S 29867 29870 29230 0 -1 1077944384 2 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 212457 33554432000 4194304 4196468 140731574882768 139869502302800 139870802106267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29932] ppid=29867 vsize=10914144 memory=1440 CPUtime=6.15 cores=0,2,4,6
/proc/29870/task/29932/stat : 29932 (java) S 29867 29870 29230 0 -1 1077944384 24950 12902 0 0 605 3 5 2 20 0 15 0 75856798 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870327728240 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29933] ppid=29867 vsize=10914144 memory=4012 CPUtime=6.12 cores=0,2,4,6
/proc/29870/task/29933/stat : 29933 (java) S 29867 29870 29230 0 -1 1077944384 28596 12902 0 0 601 4 5 2 20 0 15 0 75856798 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870326675440 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29934] ppid=29867 vsize=10914144 memory=22756 CPUtime=2.88 cores=0,2,4,6
/proc/29870/task/29934/stat : 29934 (java) S 29867 29870 29230 0 -1 1077944384 21820 12902 0 0 274 7 5 2 20 0 15 0 75856798 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870325623152 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29935] ppid=29867 vsize=10914144 memory=2416 CPUtime=0.07 cores=0,2,4,6
/proc/29870/task/29935/stat : 29935 (java) S 29867 29870 29230 0 -1 1077944384 3 12902 0 0 0 0 5 2 20 0 15 0 75856798 11176083456 212457 33554432000 4194304 4196468 140731574882768 139869032540640 139870802097877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
[pid=29870/tid=29936] ppid=29867 vsize=10914144 memory=1300 CPUtime=1.47 cores=0,2,4,6
/proc/29870/task/29936/stat : 29936 (java) S 29867 29870 29230 0 -1 1077944384 1250 12902 0 0 68 72 5 2 20 0 15 0 75856798 11176083456 212457 33554432000 4194304 4196468 140731574882768 139870324571056 139870802098818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140731574889071 140731574891868 140731574891868 140731574894543 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 849828 KiB

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

[startup+2471.53 s]
# the end of solver process 29870 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.34 s, system=3.71104 s

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

Child status: 143
Real time (s): 2471.53
CPU time (s): 2520.05
CPU user time (s): 2516.34
CPU system time (s): 3.71104
CPU usage (%): 101.963
Max. virtual memory (cumulated for all children) (KiB): 10917012
Max. memory (cumulated for all children) (KiB): 962332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.34
system time used= 3.71104
maximum resident set size= 962848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300547
involuntary context switches= 9721


# summary of solver processes directly reported to runsolver:
#   pid: 29870
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.34
#   total CPU system time (s): 3.71104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5723 second user time and 22.4323 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 07:28:56
IDJOB=4295556
IDBENCH=141566
IDSOLVER=2750
FILE ID=node148/4295556-1532582936
RUNJOBID= node148-1532582651-29261
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

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

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

MD5SUM BENCH= cb154bca5bef3b2160515065825e7dfd
RANDOM SEED=561445166

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        11808556 kB
MemAvailable:   30683272 kB
Buffers:          218204 kB
Cached:         18592132 kB
SwapCached:            8 kB
Active:          3652372 kB
Inactive:       16456380 kB
Active(anon):    1252164 kB
Inactive(anon):    74280 kB
Active(file):    2400208 kB
Inactive(file): 16382100 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26900 kB
Writeback:             0 kB
AnonPages:       1305672 kB
Mapped:            53672 kB
Shmem:             25216 kB
Slab:             549236 kB
SReclaimable:     520868 kB
SUnreclaim:        28368 kB
KernelStack:        3504 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2248764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1071104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43212 MiB
End job on node148 at 2018-07-26 08:10:08