Trace number 4392201

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2400.16 2348.35

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-195.xml
MD5SUMd65d33615c5545f7b52e9722b13d9f63
Bench CategoryCOP (optimization 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 variables2201
Number of constraints179
Number of domains2
Minimum domain size89
Maximum domain size162
Distribution of domain sizes[{"size":89,"count":1},{"size":162,"count":2200}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2112},{"degree":5,"count":88}]
Minimum constraint arity25
Maximum constraint arity2200
Distribution of constraint arities[{"arity":25,"count":176},{"arity":89,"count":1},{"arity":2200,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":88},{"type":"lex","count":1},{"type":"sum","count":88},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.72/0.55	c Concrete v3.10.1560635388952 running
2400.09/2348.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.09/2348.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.09/2348.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.09/2348.30		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:249)
2400.09/2348.30		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2400.09/2348.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.09/2348.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.09/2348.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2348.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2348.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2348.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2348.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.09/2348.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.09/2348.30		at scala.Option.map(Option.scala:243)
2400.09/2348.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.09/2348.30		at concrete.MAC.mac(MAC.scala:204)
2400.09/2348.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.09/2348.30		at scala.util.Try$.apply(Try.scala:212)
2400.09/2348.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2348.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2348.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2348.31		at concrete.MAC.oneRun(MAC.scala:253)
2400.09/2348.31		at concrete.MAC.nextSolution(MAC.scala:272)
2400.09/2348.31		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.09/2348.31		at concrete.ProblemState.map(ProblemState.scala:228)
2400.09/2348.31		at concrete.ProblemState.map(ProblemState.scala:210)
2400.09/2348.31		at concrete.MAC.nextSolution(MAC.scala:334)
2400.09/2348.31		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2348.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2348.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2348.31		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2348.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.09/2348.31		at scala.util.Success.map(Try.scala:264)
2400.09/2348.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.09/2348.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2348.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2348.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2348.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2348.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2348.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2348.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2348.31		at scala.App.$anonfun$main$1(App.scala:75)
2400.09/2348.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.09/2348.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2348.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2348.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.09/2348.31		at scala.App.main(App.scala:75)
2400.09/2348.31		at scala.App.main$(App.scala:73)
2400.09/2348.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2348.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2348.31	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 (15250 MiB free)
  memory of node 1: 16384 MiB (14733 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392201-1568324740/watcher-4392201-1568324740 -o /tmp/evaluation-result-4392201-1568324740/solver-4392201-1568324740 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1246634015 HOME/instance-4392201-1568324740.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=12626, runsolver pid=12623

[startup+0.100126 s]*
/proc/loadavg: 1.30 1.30 1.35 3/219 12683
/proc/meminfo: memFree=30701056/32770624 swapFree=66999812/67108860
[pid=12626] ppid=12623 vsize=9972712 memory=14652 CPUtime=0.09 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 4450 13023 0 0 1 0 5 3 20 0 6 0 408388083 10212057088 3663 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2493178 3663 1933 1 0 2481616 0
[pid=12626/tid=12679] ppid=12623 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 2274 13023 0 0 0 0 5 3 20 0 6 0 408388092 10212057088 3729 33554432000 4194304 4196468 140726333757648 140050535408208 140050547651934 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 6 0 408388093 10212057088 3729 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=9972712 memory=139823734134400 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 6 0 408388093 10212057088 3729 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 6 0 408388093 10212057088 3729 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 2 13023 0 0 0 0 5 3 20 0 6 0 408388093 10212057088 3729 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14652 KiB

[startup+0.211434 s]*
/proc/loadavg: 1.30 1.30 1.35 3/228 12692
/proc/meminfo: memFree=30679824/32770624 swapFree=66999812/67108860
[pid=12626] ppid=12623 vsize=10818940 memory=37216 CPUtime=0.26 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 7183 13023 0 0 17 1 5 3 20 0 15 0 408388083 11078594560 9304 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2704735 9304 2959 1 0 2667149 0
[pid=12626/tid=12679] ppid=12623 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 3684 13023 0 0 11 0 5 3 20 0 15 0 408388092 11078594560 9316 33554432000 4194304 4196468 140726333757648 140050535404240 140050563593373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11078594560 9316 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10818940 memory=139823734134400 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11078594560 9316 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11078594560 9316 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 2 13023 0 0 0 0 5 3 20 0 15 0 408388093 11078594560 9316 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10818940 memory=139823734134400 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 2 13023 0 0 0 0 5 3 20 0 15 0 408388094 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 33 13023 0 0 0 0 5 3 20 0 15 0 408388095 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049887769376 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388095 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049421165680 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 569 13023 0 0 1 0 5 3 20 0 15 0 408388098 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 64 13023 0 0 0 0 5 3 20 0 15 0 408388098 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10818940 memory=139823734134400 CPUtime=0.11 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 618 13023 0 0 3 0 5 3 20 0 15 0 408388098 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10818940 memory=139823734134400 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388098 11078594560 9316 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37216 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.30 1.30 1.35 3/228 12692
/proc/meminfo: memFree=30668312/32770624 swapFree=66999812/67108860
[pid=12626] ppid=12623 vsize=10819484 memory=46020 CPUtime=0.4 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 10807 13023 0 0 29 3 5 3 20 0 15 0 408388083 11079151616 11505 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2704871 11505 3081 1 0 2667149 0
[pid=12626/tid=12679] ppid=12623 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 7376 13023 0 0 19 2 5 3 20 0 15 0 408388092 11079778304 11571 33554432000 4194304 4196468 140726333757648 140050535392480 140050419154499 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10820096 memory=6225218689712612963 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11079778304 11571 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11079778304 11571 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10820096 memory=7649539207831505089 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11079778304 11571 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 2 13023 0 0 0 0 5 3 20 0 15 0 408388093 11079778304 11637 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 2 13023 0 0 0 0 5 3 20 0 15 0 408388094 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 33 13023 0 0 0 0 5 3 20 0 15 0 408388095 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049887769376 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388095 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049421165680 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 570 13023 0 0 1 0 5 3 20 0 15 0 408388098 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 65 13023 0 0 1 0 5 3 20 0 15 0 408388098 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 628 13023 0 0 5 0 5 3 20 0 15 0 408388098 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388098 11079778304 11637 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819484 KiB
Current children cumulated memory: 46020 KiB

[startup+0.700702 s]
/proc/loadavg: 1.30 1.30 1.35 5/228 12692
/proc/meminfo: memFree=30655804/32770624 swapFree=66999812/67108860
[pid=12626] ppid=12623 vsize=10824340 memory=78336 CPUtime=1.15 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 14810 13023 0 0 102 5 5 3 20 0 15 0 408388083 11084124160 19584 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2706085 19584 3501 1 0 2668173 0
[pid=12626/tid=12679] ppid=12623 vsize=10824340 memory=2241 CPUtime=0.68 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 10590 13023 0 0 56 4 5 3 20 0 15 0 408388092 11084124160 19584 33554432000 4194304 4196468 140726333757648 140050535394832 140050547651934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11084124160 19584 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11084124160 19584 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388093 11084124160 19584 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 2 13023 0 0 0 0 5 3 20 0 15 0 408388093 11084124160 19584 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 5 13023 0 0 0 0 5 3 20 0 15 0 408388094 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 33 13023 0 0 0 0 5 3 20 0 15 0 408388095 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049887769376 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388095 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049421165680 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 832 13023 0 0 12 0 5 3 20 0 15 0 408388098 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 418 13023 0 0 15 0 5 3 20 0 15 0 408388098 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 717 13023 0 0 17 0 5 3 20 0 15 0 408388098 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10824340 memory=139823599880176 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388098 11084124160 19584 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78336 KiB

[startup+1.50227 s]
/proc/loadavg: 1.35 1.31 1.35 3/228 12692
/proc/meminfo: memFree=30608132/32770624 swapFree=66999812/67108860
[pid=12626] ppid=12623 vsize=10834656 memory=177740 CPUtime=2.65 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 25004 13023 0 0 247 10 5 3 20 0 15 0 408388083 11094687744 44435 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2708664 44435 3575 1 0 2670733 0
[pid=12626/tid=12679] ppid=12623 vsize=10834656 memory=25 CPUtime=1.44 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 16694 13023 0 0 130 6 5 3 20 0 15 0 408388092 11094687744 44435 33554432000 4194304 4196468 140726333757648 140050535396784 140050547683706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10834656 memory=31 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 61 13023 0 0 1 0 5 3 20 0 15 0 408388093 11094687744 44435 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 35 13023 0 0 1 0 5 3 20 0 15 0 408388093 11094687744 44435 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 327 13023 0 0 1 0 5 3 20 0 15 0 408388093 11094687744 44435 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10834656 memory=95496 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 52 13023 0 0 1 0 5 3 20 0 15 0 408388093 11094687744 44435 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 1439 13023 0 0 1 0 5 3 20 0 15 0 408388094 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10834656 memory=6298398794875491938 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 34 13023 0 0 0 0 5 3 20 0 15 0 408388095 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049887769440 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10834656 memory=7236836440026540646 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 1 13023 0 0 0 0 5 3 20 0 15 0 408388095 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049421165696 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10834656 memory=7738399573012211046 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10834656 memory=5787216060782762340 CPUtime=0.39 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 1121 13023 0 0 31 0 5 3 20 0 15 0 408388098 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10834656 memory=7380114900055774060 CPUtime=0.45 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 1507 13023 0 0 37 0 5 3 20 0 15 0 408388098 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10834656 memory=6298398794875491938 CPUtime=0.48 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 1519 13023 0 0 40 0 5 3 20 0 15 0 408388098 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10834656 memory=6298398794875491938 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11094687744 44435 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834656 KiB

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

/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 517150 13023 0 0 224931 98 5 3 20 0 15 0 408388092 11107291136 807161 33554432000 4194304 4196468 140726333757648 140050535405848 140050179890076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10846964 memory=33772 CPUtime=8.09 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 27196 13023 0 0 729 72 5 3 20 0 15 0 408388093 11107291136 807161 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10846964 memory=1240 CPUtime=8.11 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 25686 13023 0 0 732 71 5 3 20 0 15 0 408388093 11107291136 807161 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10846964 memory=580 CPUtime=8.1 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 22027 13023 0 0 731 71 5 3 20 0 15 0 408388093 11107291136 807161 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10846964 memory=1980 CPUtime=8.09 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 23007 13023 0 0 731 70 5 3 20 0 15 0 408388093 11107291136 807161 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10846964 memory=3616 CPUtime=3.08 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 24729 13023 0 0 264 36 5 3 20 0 15 0 408388094 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 62 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049887769440 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10846964 memory=6441080296763906407 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 19 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049421165696 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10846964 memory=33784 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10846964 memory=988 CPUtime=10.56 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 93963 13023 0 0 1035 13 5 3 20 0 15 0 408388098 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10846964 memory=0 CPUtime=10.91 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 99073 13023 0 0 1071 12 5 3 20 0 15 0 408388098 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10846964 memory=4420 CPUtime=5.36 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 87970 13023 0 0 517 11 5 3 20 0 15 0 408388098 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10846964 memory=3228644 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10846964 memory=920 CPUtime=1.45 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 2019 13023 0 0 64 73 5 3 20 0 15 0 408388098 11107291136 807161 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 2313.48 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3228644 KiB

[startup+2322.3 s]
/proc/loadavg: 1.74 1.73 1.60 3/229 13096
/proc/meminfo: memFree=25772248/32770624 swapFree=66999848/67108860
[pid=12626] ppid=12623 vsize=10846964 memory=3228828 CPUtime=2373.92 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 948898 13023 0 0 236891 493 5 3 20 0 15 0 408388083 11107291136 807207 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2711741 807207 3629 1 0 2673805 0
[pid=12626/tid=12679] ppid=12623 vsize=10846964 memory=3228828 CPUtime=2310.32 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 531291 13023 0 0 230926 98 5 3 20 0 15 0 408388092 11107291136 807207 33554432000 4194304 4196468 140726333757648 140050535406368 140050176237447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10846964 memory=3228828 CPUtime=8.11 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 28225 13023 0 0 731 72 5 3 20 0 15 0 408388093 11107291136 807207 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10846964 memory=3228828 CPUtime=8.13 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 26388 13023 0 0 734 71 5 3 20 0 15 0 408388093 11107291136 807207 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10846964 memory=3228828 CPUtime=8.12 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 22153 13023 0 0 733 71 5 3 20 0 15 0 408388093 11107291136 807207 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10846964 memory=3228828 CPUtime=8.12 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 23165 13023 0 0 734 70 5 3 20 0 15 0 408388093 11107291136 807207 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10846964 memory=6791534058613427641 CPUtime=3.09 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 25012 13023 0 0 265 36 5 3 20 0 15 0 408388094 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10846964 memory=1768 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 62 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049887769440 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10846964 memory=3228828 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 19 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049421165696 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10846964 memory=3228828 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10846964 memory=3228828 CPUtime=10.67 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 96077 13023 0 0 1046 13 5 3 20 0 15 0 408388098 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10846964 memory=3228828 CPUtime=11.02 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 100432 13023 0 0 1082 12 5 3 20 0 15 0 408388098 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10846964 memory=3228828 CPUtime=5.44 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 91810 13023 0 0 525 11 5 3 20 0 15 0 408388098 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10846964 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10846964 memory=3228828 CPUtime=1.48 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 2053 13023 0 0 66 74 5 3 20 0 15 0 408388098 11107291136 807207 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 2373.92 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3228828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.3 s]
/proc/loadavg: 1.75 1.73 1.60 3/229 13098
/proc/meminfo: memFree=25823672/32770624 swapFree=66999848/67108860
[pid=12626] ppid=12623 vsize=10846964 memory=3228840 CPUtime=2400.09 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 955990 13023 0 0 239507 494 5 3 20 0 15 0 408388083 11107291136 807210 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2711741 807210 3629 1 0 2673805 0
[pid=12626/tid=12679] ppid=12623 vsize=10846964 memory=3228828 CPUtime=2336.31 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 533690 13023 0 0 233525 98 5 3 20 0 15 0 408388092 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050535406976 140050180778977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.12 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 28347 13023 0 0 732 72 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.14 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 27510 13023 0 0 735 71 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.13 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 22310 13023 0 0 734 71 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.13 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 23927 13023 0 0 735 70 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10846964 memory=3228840 CPUtime=3.1 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 25279 13023 0 0 266 36 5 3 20 0 15 0 408388094 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10846964 memory=3228840 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 62 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049887769440 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10846964 memory=5983653549034650722 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 19 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049421165696 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10846964 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10846964 memory=304274669723451707 CPUtime=10.72 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 96661 13023 0 0 1051 13 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10846964 memory=988 CPUtime=11.07 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 101873 13023 0 0 1087 12 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10846964 memory=2012 CPUtime=5.47 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 92018 13023 0 0 528 11 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10846964 memory=3216 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10846964 memory=2584852 CPUtime=1.5 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 2083 13023 0 0 67 75 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3228840 KiB

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

[startup+2348.35 s]
# the end of solver process 12626 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.15 s, system=5.00564 s

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

[startup+2348.3 s]
/proc/loadavg: 1.75 1.73 1.60 3/229 13098
/proc/meminfo: memFree=25823672/32770624 swapFree=66999848/67108860
[pid=12626] ppid=12623 vsize=10846964 memory=3228840 CPUtime=2400.09 cores=0,2,4,6
/proc/12626/stat : 12626 (java) S 12623 12626 5578 0 -1 1077944320 955990 13023 0 0 239507 494 5 3 20 0 15 0 408388083 11107291136 807210 33554432000 4194304 4196468 140726333757648 140726333740192 140050563571447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
/proc/12626/statm: 2711741 807210 3629 1 0 2673805 0
[pid=12626/tid=12679] ppid=12623 vsize=10846964 memory=3228828 CPUtime=2336.31 cores=0,2,4,6
/proc/12626/task/12679/stat : 12679 (java) R 12623 12626 5578 0 -1 4202560 533690 13023 0 0 233525 98 5 3 20 0 15 0 408388092 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050535406976 140050180778977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12680] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.12 cores=0,2,4,6
/proc/12626/task/12680/stat : 12680 (java) S 12623 12626 5578 0 -1 1077944384 28347 13023 0 0 732 72 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050567814032 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12681] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.14 cores=0,2,4,6
/proc/12626/task/12681/stat : 12681 (java) S 12623 12626 5578 0 -1 1077944384 27510 13023 0 0 735 71 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050136935184 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12682] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.13 cores=0,2,4,6
/proc/12626/task/12682/stat : 12682 (java) S 12623 12626 5578 0 -1 1077944384 22310 13023 0 0 734 71 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050135882896 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12683] ppid=12623 vsize=10846964 memory=3228840 CPUtime=8.13 cores=0,2,4,6
/proc/12626/task/12683/stat : 12683 (java) S 12623 12626 5578 0 -1 1077944384 23927 13023 0 0 735 70 5 3 20 0 15 0 408388093 11107291136 807210 33554432000 4194304 4196468 140726333757648 140050134830096 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12684] ppid=12623 vsize=10846964 memory=3228840 CPUtime=3.1 cores=0,2,4,6
/proc/12626/task/12684/stat : 12684 (java) S 12623 12626 5578 0 -1 1077944384 25279 13023 0 0 266 36 5 3 20 0 15 0 408388094 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049888823408 140050563582594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12685] ppid=12623 vsize=10846964 memory=3228840 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12685/stat : 12685 (java) S 12623 12626 5578 0 -1 1077944384 62 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049887769440 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12686] ppid=12623 vsize=10846964 memory=5983653549034650722 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12686/stat : 12686 (java) S 12623 12626 5578 0 -1 1077944384 19 13023 0 0 0 0 5 3 20 0 15 0 408388095 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049421165696 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12687] ppid=12623 vsize=10846964 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12687/stat : 12687 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049113765968 140050563590043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12688] ppid=12623 vsize=10846964 memory=304274669723451707 CPUtime=10.72 cores=0,2,4,6
/proc/12626/task/12688/stat : 12688 (java) S 12623 12626 5578 0 -1 1077944384 96661 13023 0 0 1051 13 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049854212720 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12689] ppid=12623 vsize=10846964 memory=988 CPUtime=11.07 cores=0,2,4,6
/proc/12626/task/12689/stat : 12689 (java) S 12623 12626 5578 0 -1 1077944384 101873 13023 0 0 1087 12 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049853159920 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12690] ppid=12623 vsize=10846964 memory=2012 CPUtime=5.47 cores=0,2,4,6
/proc/12626/task/12690/stat : 12690 (java) S 12623 12626 5578 0 -1 1077944384 92018 13023 0 0 528 11 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049852107632 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12691] ppid=12623 vsize=10846964 memory=3216 CPUtime=0.08 cores=0,2,4,6
/proc/12626/task/12691/stat : 12691 (java) S 12623 12626 5578 0 -1 1077944384 3 13023 0 0 0 0 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049080208352 140050563581653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
[pid=12626/tid=12692] ppid=12623 vsize=10846964 memory=2584852 CPUtime=1.5 cores=0,2,4,6
/proc/12626/task/12692/stat : 12692 (java) S 12623 12626 5578 0 -1 1077944384 2083 13023 0 0 67 75 5 3 20 0 15 0 408388098 11107291136 807210 33554432000 4194304 4196468 140726333757648 140049851054512 140050563582594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 37974016 140726333766389 140726333768901 140726333768901 140726333771727 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3228840 KiB

Child status: 143
Real time (s): 2348.35
CPU time (s): 2400.16
CPU user time (s): 2395.15
CPU system time (s): 5.00564
CPU usage (%): 102.206
Max. virtual memory (cumulated for all children) (KiB): 10849688
Max. memory (cumulated for all children) (KiB): 3231284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.15
system time used= 5.00564
maximum resident set size= 3233056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 970337
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128481
involuntary context switches= 4183


# summary of solver processes directly reported to runsolver:
#   pid: 12626
#   total CPU time (s): 2400.16
#   total CPU user time (s): 2395.15
#   total CPU system time (s): 5.00564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8998 second user time and 21.2222 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 23:45:00
IDJOB=4392201
IDBENCH=137880
IDSOLVER=2837
FILE ID=node146/4392201-1568324740
RUNJOBID= node146-1568301260-5609
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-195.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392201-1568324740/watcher-4392201-1568324740 -o /tmp/evaluation-result-4392201-1568324740/solver-4392201-1568324740 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1246634015 HOME/instance-4392201-1568324740.xml

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

MD5SUM BENCH= d65d33615c5545f7b52e9722b13d9f63
RANDOM SEED=1246634015

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30704040 kB
MemAvailable:   30987924 kB
Buffers:          130196 kB
Cached:           434288 kB
SwapCached:         5308 kB
Active:          1224580 kB
Inactive:         258312 kB
Active(anon):     935244 kB
Inactive(anon):    20896 kB
Active(file):     289336 kB
Inactive(file):   237416 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999812 kB
Dirty:             34820 kB
Writeback:             0 kB
AnonPages:       1025420 kB
Mapped:            54044 kB
Shmem:             29172 kB
Slab:             174948 kB
SReclaimable:     145936 kB
SUnreclaim:        29012 kB
KernelStack:        3712 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2174120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-13 00:24:09