Trace number 4403215

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.12.3? (TO) 2400.12 2365.64

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-4.xml
MD5SUMe870fb3a9053f33a7d0d8e73b49cdad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark38.3375
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":12},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2400.07/2365.62	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.07/2365.62		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.07/2365.62		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.07/2365.62		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.07/2365.62		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.07/2365.62		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.07/2365.62		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.07/2365.62		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2365.62		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2365.62		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2365.62		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2365.62		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.07/2365.62		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.07/2365.62		at scala.Option.map(Option.scala:242)
2400.07/2365.62		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.07/2365.62		at concrete.MAC.mac(MAC.scala:216)
2400.07/2365.62		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2365.62		at scala.util.Try$.apply(Try.scala:210)
2400.07/2365.62		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2365.62		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2365.62		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2365.62		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2365.62		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2365.62		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.07/2365.62		at concrete.ProblemState.map(ProblemState.scala:238)
2400.07/2365.62		at concrete.ProblemState.map(ProblemState.scala:212)
2400.07/2365.62		at concrete.MAC.nextSolution(MAC.scala:348)
2400.07/2365.62		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2365.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2365.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2365.62		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2365.62		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2365.62		at scala.util.Success.map(Try.scala:262)
2400.07/2365.62		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2365.62		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2365.62		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2365.62		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2365.62		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2365.62		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2365.62		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2365.62		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2365.62		at scala.App.$anonfun$main$1(App.scala:73)
2400.07/2365.62		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.07/2365.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2365.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2365.62		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.07/2365.62		at scala.App.main(App.scala:73)
2400.07/2365.62		at scala.App.main$(App.scala:71)
2400.07/2365.62		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2365.62		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2365.62	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 (1671 MiB free)
  memory of node 1: 16384 MiB (2627 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403215-1568975698/watcher-4403215-1568975698 -o /tmp/evaluation-result-4403215-1568975698/solver-4403215-1568975698 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568967758-23433 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=266236325 HOME/instance-4403215-1568975698.xml 

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

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=27413, runsolver pid=27410

[startup+0.100116 s]*
/proc/loadavg: 1.51 1.61 1.50 3/216 27470
/proc/meminfo: memFree=4394424/32770624 swapFree=66938684/67108860
[pid=27413] ppid=27410 vsize=9972712 memory=18864 CPUtime=0.09 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 4480 13059 0 0 1 0 5 3 20 0 6 0 473839480 10212057088 4716 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2493178 4716 1935 1 0 2481616 0
[pid=27413/tid=27466] ppid=27410 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 2288 13059 0 0 1 0 5 3 20 0 6 0 473839489 10212057088 4781 33554432000 4194304 4196468 140730212115488 140052097716816 140052111002992 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=9972712 memory=5793855242203814329 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 6 0 473839490 10212057088 4781 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=9972712 memory=139991193921152 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 6 0 473839490 10212057088 4781 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 6 0 473839490 10212057088 4781 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 6 0 473839490 10212057088 4781 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.209846 s]*
/proc/loadavg: 1.51 1.61 1.50 4/225 27479
/proc/meminfo: memFree=4376692/32770624 swapFree=66938684/67108860
[pid=27413] ppid=27410 vsize=10820196 memory=41704 CPUtime=0.27 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 7364 13059 0 0 18 1 5 3 20 0 15 0 473839480 11079880704 10426 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2705049 10426 3292 1 0 2667149 0
[pid=27413/tid=27466] ppid=27410 vsize=10820196 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 3887 13059 0 0 11 1 5 3 20 0 15 0 473839489 11079880704 10426 33554432000 4194304 4196468 140730212115488 140052097691088 140052125901981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10820196 memory=4211973717398711690 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 10426 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10820196 memory=139991193921152 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 10426 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 10426 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 10426 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 473839491 11079880704 10426 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 473839492 11079880704 10426 33554432000 4194304 4196468 140730212115488 140051031778976 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839492 11079880704 10426 33554432000 4194304 4196468 140730212115488 140050897560816 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11079880704 10426 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) R 27410 27413 23401 0 -1 4202560 486 13059 0 0 1 0 5 3 20 0 15 0 473839495 11079880704 10426 33554432000 4194304 4196468 140730212115488 140051651401968 140052118976486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) S 27410 27413 23401 0 -1 1077944384 155 13059 0 0 0 0 5 3 20 0 15 0 473839495 11079880704 10426 33554432000 4194304 4196468 140730212115488 140051650349424 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10820196 memory=139991193921152 CPUtime=0.11 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) R 27410 27413 23401 0 -1 1077944384 611 13059 0 0 3 0 5 3 20 0 15 0 473839495 11079880704 10426 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11079880704 10426 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10820196 memory=139991193921152 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839495 11079880704 10426 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41704 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.51 1.61 1.50 3/225 27479
/proc/meminfo: memFree=4363936/32770624 swapFree=66938684/67108860
[pid=27413] ppid=27410 vsize=10820196 memory=50300 CPUtime=0.41 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 10755 13059 0 0 30 3 5 3 20 0 15 0 473839480 11079880704 12575 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2705049 12575 3317 1 0 2667149 0
[pid=27413/tid=27466] ppid=27410 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 7247 13059 0 0 19 2 5 3 20 0 15 0 473839489 11079880704 12575 33554432000 4194304 4196468 140730212115488 140052097688976 140052111249934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 12575 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 12575 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 12575 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 473839490 11079880704 12575 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10820196 memory=139991193921151 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 473839491 11079880704 12575 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 473839492 11079880704 12575 33554432000 4194304 4196468 140730212115488 140051031778976 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839492 11079880704 12575 33554432000 4194304 4196468 140730212115488 140050897560816 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11079880704 12575 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) S 27410 27413 23401 0 -1 1077944384 487 13059 0 0 2 0 5 3 20 0 15 0 473839495 11079880704 12575 33554432000 4194304 4196468 140730212115488 140051651401968 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) S 27410 27413 23401 0 -1 1077944384 158 13059 0 0 1 0 5 3 20 0 15 0 473839495 11079880704 12575 33554432000 4194304 4196468 140730212115488 140051650349424 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10820196 memory=139991193921152 CPUtime=0.13 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) S 27410 27413 23401 0 -1 1077944384 630 13059 0 0 5 0 5 3 20 0 15 0 473839495 11079880704 12575 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11079880704 12575 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10820196 memory=139991193921152 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839495 11079880704 12575 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50300 KiB

[startup+0.700673 s]
/proc/loadavg: 1.51 1.61 1.50 3/225 27479
/proc/meminfo: memFree=4348468/32770624 swapFree=66938684/67108860
[pid=27413] ppid=27410 vsize=10824364 memory=83728 CPUtime=1.16 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 15178 13059 0 0 103 5 5 3 20 0 15 0 473839480 11084148736 20932 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2706091 20932 3500 1 0 2668173 0
[pid=27413/tid=27466] ppid=27410 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 10509 13059 0 0 55 4 5 3 20 0 15 0 473839489 11084148736 20932 33554432000 4194304 4196468 140730212115488 140052097707216 140052125891990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10824364 memory=139991036607456 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11084148736 20932 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10824364 memory=288230587427467573 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11084148736 20932 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10824364 memory=14418107250786858 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839490 11084148736 20932 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 473839490 11084148736 20932 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10824364 memory=139991036760064 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 5 13059 0 0 0 0 5 3 20 0 15 0 473839491 11084148736 20932 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10824364 memory=139994459014189 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 473839492 11084148736 20932 33554432000 4194304 4196468 140730212115488 140051031778976 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10824364 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839492 11084148736 20932 33554432000 4194304 4196468 140730212115488 140050897560816 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10824364 memory=7086240636112099682 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11084148736 20932 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10824364 memory=7740114720873604436 CPUtime=0.21 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) S 27410 27413 23401 0 -1 1077944384 963 13059 0 0 13 0 5 3 20 0 15 0 473839495 11084148736 20932 33554432000 4194304 4196468 140730212115488 140051651401968 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10824364 memory=5787217228677009488 CPUtime=0.23 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) R 27410 27413 23401 0 -1 4202560 631 13059 0 0 15 0 5 3 20 0 15 0 473839495 11084148736 20932 33554432000 4194304 4196468 140730212115488 140051650338704 140052109776848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10824364 memory=5450909908396307978 CPUtime=0.25 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) R 27410 27413 23401 0 -1 1077944384 839 13059 0 0 17 0 5 3 20 0 15 0 473839495 11084148736 20932 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10824364 memory=-7533522213388100735 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11084148736 20932 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839495 11084148736 20932 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83728 KiB

[startup+1.50077 s]
/proc/loadavg: 1.51 1.61 1.50 5/225 27479
/proc/meminfo: memFree=4282388/32770624 swapFree=66938684/67108860
[pid=27413] ppid=27410 vsize=10834680 memory=215424 CPUtime=2.94 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 23829 13059 0 0 275 11 5 3 20 0 15 0 473839480 11094712320 53856 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2708670 53856 3580 1 0 2670733 0
[pid=27413/tid=27466] ppid=27410 vsize=10834680 memory=169164 CPUtime=1.44 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 15259 13059 0 0 129 7 5 3 20 0 15 0 473839489 11094712320 53856 33554432000 4194304 4196468 140730212115488 140052097707920 140052109960542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10834680 memory=-8172468297011507069 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 325 13059 0 0 1 0 5 3 20 0 15 0 473839490 11094712320 53856 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 41 13059 0 0 1 0 5 3 20 0 15 0 473839490 11094712320 53856 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 89 13059 0 0 1 0 5 3 20 0 15 0 473839490 11094712320 53856 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 44 13059 0 0 1 0 5 3 20 0 15 0 473839490 11094712320 53856 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 119 13059 0 0 1 0 5 3 20 0 15 0 473839491 11094712320 53856 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 473839492 11094712320 53856 33554432000 4194304 4196468 140730212115488 140051031779040 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10834680 memory=11553720194 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839492 11094712320 53856 33554432000 4194304 4196468 140730212115488 140050897560832 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10834680 memory=139991036744174 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11094712320 53856 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10834680 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) S 27410 27413 23401 0 -1 1077944384 1723 13059 0 0 47 0 5 3 20 0 15 0 473839495 11094712320 53856 33554432000 4194304 4196468 140730212115488 140051651401968 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10834680 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) S 27410 27413 23401 0 -1 1077944384 2455 13059 0 0 54 0 5 3 20 0 15 0 473839495 11094712320 53856 33554432000 4194304 4196468 140730212115488 140051650349424 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10834680 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) S 27410 27413 23401 0 -1 1077944384 1546 13059 0 0 36 0 5 3 20 0 15 0 473839495 11094712320 53856 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11094712320 53856 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 473839495 11094712320 53856 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10834680 KiB

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

/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 104187 13059 0 0 218675 58 5 3 20 0 15 0 473839489 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052097714672 140051734386755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.51 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 31078 13059 0 0 711 32 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.49 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 30581 13059 0 0 706 35 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.52 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 52834 13059 0 0 709 35 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.51 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 37227 13059 0 0 711 32 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10849036 memory=1879844 CPUtime=5.78 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 32346 13059 0 0 537 33 5 3 20 0 15 0 473839491 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051031779104 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10849036 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 16 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050897560992 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10849036 memory=139991036552721 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10849036 memory=7589240748751480640 CPUtime=5 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) S 27410 27413 23401 0 -1 1077944384 30909 13059 0 0 488 4 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051651401968 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10849036 memory=1879844 CPUtime=4.55 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) S 27410 27413 23401 0 -1 1077944384 31905 13059 0 0 442 5 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051650349424 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10849036 memory=1879844 CPUtime=1.86 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) S 27410 27413 23401 0 -1 1077944384 18037 13059 0 0 174 4 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10849036 memory=1879844 CPUtime=1.33 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 2084 13059 0 0 60 65 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 2235.36 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1879844 KiB

[startup+2262.3 s]
/proc/loadavg: 1.07 1.21 1.35 3/225 27966
/proc/meminfo: memFree=3540836/32770624 swapFree=66938720/67108860
[pid=27413] ppid=27410 vsize=10849036 memory=1879844 CPUtime=2295.94 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 377078 13059 0 0 229310 276 5 3 20 0 15 0 473839480 11109412864 469961 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2712259 469961 3623 1 0 2674317 0
[pid=27413/tid=27466] ppid=27410 vsize=10849036 memory=1879844 CPUtime=2247 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 105451 13059 0 0 224633 59 5 3 20 0 15 0 473839489 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052097708432 140051734385942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.71 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 31543 13059 0 0 731 32 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.69 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 31096 13059 0 0 725 36 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.72 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 53056 13059 0 0 728 36 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.71 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 37727 13059 0 0 731 32 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10849036 memory=1879844 CPUtime=5.95 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 32959 13059 0 0 552 35 5 3 20 0 15 0 473839491 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051031779104 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 16 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050897560992 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10849036 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10849036 memory=53204 CPUtime=5 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) S 27410 27413 23401 0 -1 1077944384 30915 13059 0 0 488 4 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051651401968 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10849036 memory=7162809650879226705 CPUtime=4.55 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) S 27410 27413 23401 0 -1 1077944384 31911 13059 0 0 442 5 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051650349424 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10849036 memory=6791534058613427641 CPUtime=1.86 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) S 27410 27413 23401 0 -1 1077944384 18043 13059 0 0 174 4 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10849036 memory=10728 CPUtime=1.36 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 2130 13059 0 0 62 66 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 2295.94 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1879844 KiB

[startup+2322.3 s]
/proc/loadavg: 1.11 1.21 1.34 3/225 27970
/proc/meminfo: memFree=3538372/32770624 swapFree=66938720/67108860
[pid=27413] ppid=27410 vsize=10849036 memory=1879844 CPUtime=2356.52 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 380577 13059 0 0 235363 281 5 3 20 0 15 0 473839480 11109412864 469961 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2712259 469961 3623 1 0 2674317 0
[pid=27413/tid=27466] ppid=27410 vsize=10849036 memory=1879844 CPUtime=2306.62 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 106609 13059 0 0 230595 59 5 3 20 0 15 0 473839489 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052097697184 140051732490959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.9 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 31995 13059 0 0 749 33 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.89 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 31265 13059 0 0 744 37 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.92 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 53236 13059 0 0 748 36 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10849036 memory=1879844 CPUtime=7.91 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 38594 13059 0 0 750 33 5 3 20 0 15 0 473839490 11109412864 469961 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10849036 memory=0 CPUtime=6.09 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 33568 13059 0 0 566 35 5 3 20 0 15 0 473839491 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051031779104 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 16 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050897560992 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10849036 memory=1879844 CPUtime=5 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) S 27410 27413 23401 0 -1 1077944384 30921 13059 0 0 488 4 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051651401968 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10849036 memory=1879844 CPUtime=4.55 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) S 27410 27413 23401 0 -1 1077944384 31917 13059 0 0 442 5 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051650349424 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10849036 memory=3640 CPUtime=1.86 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) S 27410 27413 23401 0 -1 1077944384 18049 13059 0 0 174 4 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10849036 memory=1879844 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10849036 memory=1879844 CPUtime=1.39 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 2176 13059 0 0 64 67 5 3 20 0 15 0 473839495 11109412864 469961 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 2356.52 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1879844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2365.6 s]
/proc/loadavg: 1.20 1.21 1.33 3/225 27973
/proc/meminfo: memFree=3536924/32770624 swapFree=66938720/67108860
[pid=27413] ppid=27410 vsize=10849036 memory=1881892 CPUtime=2400.07 cores=1,3,5,7
/proc/27413/stat : 27413 (java) S 27410 27413 23401 0 -1 1077944320 383014 13059 0 0 239715 284 5 3 20 0 15 0 473839480 11109412864 470473 33554432000 4194304 4196468 140730212115488 140730212098032 140052125880055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
/proc/27413/statm: 2712259 470473 3623 1 0 2674317 0
[pid=27413/tid=27466] ppid=27410 vsize=10849036 memory=53204 CPUtime=2349.76 cores=1,3,5,7
/proc/27413/task/27466/stat : 27466 (java) R 27410 27413 23401 0 -1 4202560 107467 13059 0 0 234909 59 5 3 20 0 15 0 473839489 11109412864 470473 33554432000 4194304 4196468 140730212115488 140052097702240 140051732490912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27467] ppid=27410 vsize=10849036 memory=988 CPUtime=7.98 cores=1,3,5,7
/proc/27413/task/27467/stat : 27467 (java) S 27410 27413 23401 0 -1 1077944384 32441 13059 0 0 756 34 5 3 20 0 15 0 473839490 11109412864 470473 33554432000 4194304 4196468 140730212115488 140052130122256 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27468] ppid=27410 vsize=10849036 memory=6791534058613427641 CPUtime=7.97 cores=1,3,5,7
/proc/27413/task/27468/stat : 27468 (java) S 27410 27413 23401 0 -1 1077944384 31747 13059 0 0 751 38 5 3 20 0 15 0 473839490 11109412864 470473 33554432000 4194304 4196468 140730212115488 140052044941968 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27469] ppid=27410 vsize=10849036 memory=1416 CPUtime=8 cores=1,3,5,7
/proc/27413/task/27469/stat : 27469 (java) S 27410 27413 23401 0 -1 1077944384 53312 13059 0 0 756 36 5 3 20 0 15 0 473839490 11109412864 470473 33554432000 4194304 4196468 140730212115488 140052043888912 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27470] ppid=27410 vsize=10849036 memory=10728 CPUtime=7.99 cores=1,3,5,7
/proc/27413/task/27470/stat : 27470 (java) S 27410 27413 23401 0 -1 1077944384 38727 13059 0 0 758 33 5 3 20 0 15 0 473839490 11109412864 470473 33554432000 4194304 4196468 140730212115488 140052042836368 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27471] ppid=27410 vsize=10849036 memory=1552 CPUtime=6.16 cores=1,3,5,7
/proc/27413/task/27471/stat : 27471 (java) S 27410 27413 23401 0 -1 1077944384 33976 13059 0 0 572 36 5 3 20 0 15 0 473839491 11109412864 470473 33554432000 4194304 4196468 140730212115488 140051652455152 140052125891202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27472] ppid=27410 vsize=10849036 memory=3640 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27472/stat : 27472 (java) S 27410 27413 23401 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 470473 33554432000 4194304 4196468 140730212115488 140051031779104 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27473] ppid=27410 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27473/stat : 27473 (java) S 27410 27413 23401 0 -1 1077944384 16 13059 0 0 0 0 5 3 20 0 15 0 473839492 11109412864 470473 33554432000 4194304 4196468 140730212115488 140050897560992 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27474] ppid=27410 vsize=10849036 memory=1744 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27474/stat : 27474 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 470473 33554432000 4194304 4196468 140730212115488 140050657270224 140052125898651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27475] ppid=27410 vsize=10849036 memory=924 CPUtime=5 cores=1,3,5,7
/proc/27413/task/27475/stat : 27475 (java) S 27410 27413 23401 0 -1 1077944384 30925 13059 0 0 488 4 5 3 20 0 15 0 473839495 11109412864 470473 33554432000 4194304 4196468 140730212115488 140051651401968 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27476] ppid=27410 vsize=10849036 memory=1448 CPUtime=4.55 cores=1,3,5,7
/proc/27413/task/27476/stat : 27476 (java) S 27410 27413 23401 0 -1 1077944384 31921 13059 0 0 442 5 5 3 20 0 15 0 473839495 11109412864 470473 33554432000 4194304 4196468 140730212115488 140051650349424 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27477] ppid=27410 vsize=10849036 memory=1808 CPUtime=1.86 cores=1,3,5,7
/proc/27413/task/27477/stat : 27477 (java) S 27410 27413 23401 0 -1 1077944384 18053 13059 0 0 174 4 5 3 20 0 15 0 473839495 11109412864 470473 33554432000 4194304 4196468 140730212115488 140051649296368 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27478] ppid=27410 vsize=10849036 memory=920 CPUtime=0.08 cores=1,3,5,7
/proc/27413/task/27478/stat : 27478 (java) S 27410 27413 23401 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 473839495 11109412864 470473 33554432000 4194304 4196468 140730212115488 140050623711584 140052125890261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
[pid=27413/tid=27479] ppid=27410 vsize=10849036 memory=2832 CPUtime=1.41 cores=1,3,5,7
/proc/27413/task/27479/stat : 27479 (java) S 27410 27413 23401 0 -1 1077944384 2198 13059 0 0 65 68 5 3 20 0 15 0 473839495 11109412864 470473 33554432000 4194304 4196468 140730212115488 140051648244784 140052125891202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24895488 140730212121328 140730212123845 140730212123845 140730212126671 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1881892 KiB

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

[startup+2365.64 s]
# the end of solver process 27413 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.24 s, system=2.88191 s

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

Child status: 143
Real time (s): 2365.64
CPU time (s): 2400.12
CPU user time (s): 2397.24
CPU system time (s): 2.88191
CPU usage (%): 101.458
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2008512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.24
system time used= 2.88191
maximum resident set size= 2009592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186405
involuntary context switches= 4481


# summary of solver processes directly reported to runsolver:
#   pid: 27413
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2397.24
#   total CPU system time (s): 2.88191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3706 second user time and 22.2474 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 12:37:00
IDJOB=4403215
IDBENCH=128028
IDSOLVER=2862
FILE ID=node139/4403215-1568975698
RUNJOBID= node139-1568967758-23433
PBS_JOBID= 21704618
Free space on /tmp= 5052 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403215-1568975698/watcher-4403215-1568975698 -o /tmp/evaluation-result-4403215-1568975698/solver-4403215-1568975698 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568967758-23433 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=266236325 HOME/instance-4403215-1568975698.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=266236325

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
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.57
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.57
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.57
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:         4402660 kB
MemAvailable:   30113808 kB
Buffers:          127856 kB
Cached:         25404720 kB
SwapCached:        65308 kB
Active:         14448128 kB
Inactive:       12829268 kB
Active(anon):    1683344 kB
Inactive(anon):   107832 kB
Active(file):   12764784 kB
Inactive(file): 12721436 kB
Unevictable:      108884 kB
Mlocked:          108884 kB
SwapTotal:      67108860 kB
SwapFree:       66938684 kB
Dirty:               428 kB
Writeback:         35696 kB
AnonPages:       1688236 kB
Mapped:            64464 kB
Shmem:             37088 kB
Slab:             682744 kB
SReclaimable:     653388 kB
SUnreclaim:        29356 kB
KernelStack:        3968 kB
PageTables:         9096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2843188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1538048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5016 MiB
End job on node139 at 2019-09-20 13:16:26