Trace number 4304895

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.1 2479.63

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P03_c18.xml
MD5SUMca21bb45cdf77f5b8e0b27a9f8e7d69e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size77
Maximum domain size78
Distribution of domain sizes[{"size":77,"count":77},{"size":78,"count":21}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":84},{"degree":2,"count":77},{"degree":8,"count":14},{"degree":9,"count":7}]
Minimum constraint arity3
Maximum constraint arity77
Distribution of constraint arities[{"arity":3,"count":77},{"arity":21,"count":1},{"arity":77,"count":1}]
Number of extensional constraints0
Number of intensional constraints77
Distribution of constraint types[{"type":"intension","count":77},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304895-1534055372/watcher-4304895-1534055372 -o /tmp/evaluation-result-4304895-1534055372/solver-4304895-1534055372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=736415202 HOME/instance-4304895-1534055372.xml 

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

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

solver pid=26308, runsolver pid=26305

[startup+0.100128 s]*
/proc/loadavg: 1.50 1.34 1.38 3/206 26365
/proc/meminfo: memFree=27052516/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=10005480 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 4240 12845 0 0 1 0 5 2 20 0 6 0 223100415 10245611520 4583 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2501370 4583 1930 1 0 2489808 0
[pid=26308/tid=26361] ppid=26305 vsize=10005480 memory=4279135703946592399 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 2044 12845 0 0 0 0 5 2 20 0 6 0 223100424 10245611520 4583 33554432000 4194304 4196468 140724043447632 140111687852624 140111708252990 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 6 0 223100425 10245611520 4583 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=10005480 memory=140092093310592 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 6 0 223100425 10245611520 4583 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 6 0 223100425 10245611520 4583 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 2 12845 0 0 0 0 5 2 20 0 6 0 223100425 10245611520 4583 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210022 s]*
/proc/loadavg: 1.50 1.34 1.38 3/215 26374
/proc/meminfo: memFree=27026684/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=10982744 memory=47508 CPUtime=0.25 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 7565 12845 0 0 17 1 5 2 20 0 15 0 223100415 11246329856 11877 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2745686 11877 2967 1 0 2708109 0
[pid=26308/tid=26361] ppid=26305 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 4146 12845 0 0 11 0 5 2 20 0 15 0 223100424 11246329856 11877 33554432000 4194304 4196468 140724043447632 140111687811904 140111696292688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246329856 11877 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=10982744 memory=140092093310592 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246329856 11877 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246329856 11943 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 2 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246329856 11943 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=10982744 memory=140092093310592 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 2 12845 0 0 0 0 5 2 20 0 15 0 223100426 11246329856 11943 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 13 12845 0 0 0 0 5 2 20 0 15 0 223100427 11246329856 11943 33554432000 4194304 4196468 140724043447632 140110557341216 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100427 11246329856 11943 33554432000 4194304 4196468 140724043447632 140110356014448 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11246329856 11943 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 434 12845 0 0 1 0 5 2 20 0 15 0 223100429 11246329856 11943 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 198 12845 0 0 1 0 5 2 20 0 15 0 223100429 11246329856 11943 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=10982744 memory=140092093310592 CPUtime=0.1 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) S 26305 26308 22159 0 -1 1077944384 590 12845 0 0 3 0 5 2 20 0 15 0 223100429 11246329856 11943 33554432000 4194304 4196468 140724043447632 140111138195568 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11246329856 11943 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=10982744 memory=140092093310592 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100430 11246329856 11943 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 47508 KiB

[startup+0.310422 s]*
/proc/loadavg: 1.50 1.34 1.38 3/215 26374
/proc/meminfo: memFree=27014652/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=10983192 memory=59280 CPUtime=0.38 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 10288 12845 0 0 29 2 5 2 20 0 15 0 223100415 11246788608 14820 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2745798 14820 3100 1 0 2708109 0
[pid=26308/tid=26361] ppid=26305 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 6834 12845 0 0 20 1 5 2 20 0 15 0 223100424 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111687827872 140111696291197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 2 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 2 12845 0 0 0 0 5 2 20 0 15 0 223100426 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 13 12845 0 0 0 0 5 2 20 0 15 0 223100427 11246788608 14820 33554432000 4194304 4196468 140724043447632 140110557341216 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100427 11246788608 14820 33554432000 4194304 4196468 140724043447632 140110356014448 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11246788608 14820 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 437 12845 0 0 1 0 5 2 20 0 15 0 223100429 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 200 12845 0 0 1 0 5 2 20 0 15 0 223100429 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) S 26305 26308 22159 0 -1 1077944384 596 12845 0 0 5 0 5 2 20 0 15 0 223100429 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111138195568 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11246788608 14820 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100430 11246788608 14820 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 59280 KiB

[startup+0.700829 s]
/proc/loadavg: 1.50 1.34 1.38 4/215 26374
/proc/meminfo: memFree=27003676/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=10983192 memory=91168 CPUtime=0.98 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 16401 12845 0 0 87 4 5 2 20 0 15 0 223100415 11246788608 22792 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2745798 22792 3236 1 0 2708109 0
[pid=26308/tid=26361] ppid=26305 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 11864 12845 0 0 56 3 5 2 20 0 15 0 223100424 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111687836688 140111699202672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=10983192 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 2 12845 0 0 0 0 5 2 20 0 15 0 223100425 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 5 12845 0 0 0 0 5 2 20 0 15 0 223100426 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 13 12845 0 0 0 0 5 2 20 0 15 0 223100427 11246788608 22792 33554432000 4194304 4196468 140724043447632 140110557341216 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100427 11246788608 22792 33554432000 4194304 4196468 140724043447632 140110356014448 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11246788608 22792 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 1098 12845 0 0 10 0 5 2 20 0 15 0 223100429 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 566 12845 0 0 7 0 5 2 20 0 15 0 223100429 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) S 26305 26308 22159 0 -1 1077944384 649 12845 0 0 13 0 5 2 20 0 15 0 223100429 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111138195568 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11246788608 22792 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100430 11246788608 22792 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 91168 KiB

[startup+1.50081 s]
/proc/loadavg: 1.50 1.34 1.38 4/215 26374
/proc/meminfo: memFree=26958932/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=10998092 memory=181884 CPUtime=2.29 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 23513 12845 0 0 213 9 5 2 20 0 15 0 223100415 11262046208 45471 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2749523 45471 3474 1 0 2711181 0
[pid=26308/tid=26361] ppid=26305 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 17321 12845 0 0 130 5 5 2 20 0 15 0 223100424 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111687846112 140111694460609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 33 12845 0 0 1 0 5 2 20 0 15 0 223100425 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 14 12845 0 0 1 0 5 2 20 0 15 0 223100425 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 50 12845 0 0 1 0 5 2 20 0 15 0 223100425 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 214 12845 0 0 0 0 5 2 20 0 15 0 223100425 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=10998092 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 51 12845 0 0 1 0 5 2 20 0 15 0 223100426 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=10998092 memory=280183936461056 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 14 12845 0 0 0 0 5 2 20 0 15 0 223100427 11262046208 45471 33554432000 4194304 4196468 140724043447632 140110557341280 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100427 11262046208 45471 33554432000 4194304 4196468 140724043447632 140110356014464 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=10998092 memory=1084 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11262046208 45471 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=10998092 memory=1600 CPUtime=0.29 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 1309 12845 0 0 22 0 5 2 20 0 15 0 223100429 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=10998092 memory=7952 CPUtime=0.27 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 1080 12845 0 0 20 0 5 2 20 0 15 0 223100429 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=10998092 memory=4088 CPUtime=0.4 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) R 26305 26308 22159 0 -1 4202560 1226 12845 0 0 33 0 5 2 20 0 15 0 223100429 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111138195568 140111716037210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=10998092 memory=1784 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11262046208 45471 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=10998092 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 1 12845 0 0 0 0 5 2 20 0 15 0 223100430 11262046208 45471 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 83735 12845 0 0 230227 38 5 2 20 0 15 0 223100424 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111687849888 140111257567795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=11077984 memory=687280 CPUtime=10 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 15415 12845 0 0 953 40 5 2 20 0 15 0 223100425 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=11077984 memory=684716 CPUtime=10.01 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 9883 12845 0 0 958 36 5 2 20 0 15 0 223100425 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=11077984 memory=684716 CPUtime=10.01 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 11885 12845 0 0 952 42 5 2 20 0 15 0 223100425 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=11077984 memory=684716 CPUtime=10.06 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 13123 12845 0 0 959 40 5 2 20 0 15 0 223100425 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=11077984 memory=684716 CPUtime=7.4 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 11405 12845 0 0 690 43 5 2 20 0 15 0 223100426 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=11077984 memory=684716 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 15 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 171179 33554432000 4194304 4196468 140724043447632 140110557341344 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=11077984 memory=684716 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 9 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 171179 33554432000 4194304 4196468 140724043447632 140110356014464 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=11077984 memory=684716 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11343855616 171179 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=11077984 memory=684716 CPUtime=3.8 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 25322 12845 0 0 370 3 5 2 20 0 15 0 223100429 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=11077984 memory=684716 CPUtime=3.9 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 30593 12845 0 0 380 3 5 2 20 0 15 0 223100429 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=11077984 memory=684716 CPUtime=1.76 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) S 26305 26308 22159 0 -1 1077944384 17018 12845 0 0 166 3 5 2 20 0 15 0 223100429 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111138195568 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=11077984 memory=684716 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11343855616 171179 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=11077984 memory=684716 CPUtime=1.42 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 809 12845 0 0 66 69 5 2 20 0 15 0 223100430 11343855616 171179 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 2360.55 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 684716 KiB

[startup+2382.3 s]
/proc/loadavg: 1.42 1.40 1.45 3/215 26848
/proc/meminfo: memFree=24800420/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=11077984 memory=686764 CPUtime=2421.4 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 222382 12845 0 0 241852 281 5 2 20 0 15 0 223100415 11343855616 171691 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2769496 171691 3522 1 0 2731149 0
[pid=26308/tid=26361] ppid=26305 vsize=11077984 memory=686764 CPUtime=2362.21 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 84214 12845 0 0 236175 39 5 2 20 0 15 0 223100424 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111687849136 140111258982107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=11077984 memory=1736 CPUtime=10.29 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 15516 12845 0 0 981 41 5 2 20 0 15 0 223100425 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=11077984 memory=686764 CPUtime=10.3 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 10132 12845 0 0 986 37 5 2 20 0 15 0 223100425 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=11077984 memory=686764 CPUtime=10.3 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 11976 12845 0 0 980 43 5 2 20 0 15 0 223100425 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=11077984 memory=686764 CPUtime=10.34 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 13136 12845 0 0 987 40 5 2 20 0 15 0 223100425 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=11077984 memory=2080 CPUtime=7.59 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 11437 12845 0 0 708 44 5 2 20 0 15 0 223100426 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=11077984 memory=686764 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 15 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 171691 33554432000 4194304 4196468 140724043447632 140110557341344 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=11077984 memory=686764 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 9 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 171691 33554432000 4194304 4196468 140724043447632 140110356014464 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=11077984 memory=14872 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11343855616 171691 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=11077984 memory=686764 CPUtime=3.8 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 25322 12845 0 0 370 3 5 2 20 0 15 0 223100429 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=11077984 memory=686764 CPUtime=3.9 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 30593 12845 0 0 380 3 5 2 20 0 15 0 223100429 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=11077984 memory=686764 CPUtime=1.76 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) S 26305 26308 22159 0 -1 1077944384 17018 12845 0 0 166 3 5 2 20 0 15 0 223100429 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111138195568 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=11077984 memory=686764 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11343855616 171691 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=11077984 memory=3708 CPUtime=1.45 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 815 12845 0 0 67 71 5 2 20 0 15 0 223100430 11343855616 171691 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 2421.4 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 686764 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.47 1.47 3/216 26857
/proc/meminfo: memFree=24793484/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=11077984 memory=690860 CPUtime=2482.25 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 223425 12845 0 0 247931 287 5 2 20 0 15 0 223100415 11343855616 172715 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2769496 172715 3522 1 0 2731149 0
[pid=26308/tid=26361] ppid=26305 vsize=11077984 memory=690860 CPUtime=2421.73 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 84656 12845 0 0 242127 39 5 2 20 0 15 0 223100424 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111687849248 140111258579105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=11077984 memory=686764 CPUtime=10.57 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 15674 12845 0 0 1008 42 5 2 20 0 15 0 223100425 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=11077984 memory=688812 CPUtime=10.58 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 10139 12845 0 0 1013 38 5 2 20 0 15 0 223100425 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=11077984 memory=688812 CPUtime=10.58 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 12032 12845 0 0 1006 45 5 2 20 0 15 0 223100425 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=11077984 memory=688812 CPUtime=10.61 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 13310 12845 0 0 1013 41 5 2 20 0 15 0 223100425 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=11077984 memory=688812 CPUtime=7.78 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 11620 12845 0 0 726 45 5 2 20 0 15 0 223100426 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=11077984 memory=4121556212908655827 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 15 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 172715 33554432000 4194304 4196468 140724043447632 140110557341344 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=11077984 memory=690860 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 9 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 172715 33554432000 4194304 4196468 140724043447632 140110356014464 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=11077984 memory=690860 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11343855616 172715 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=11077984 memory=690860 CPUtime=3.8 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 25325 12845 0 0 370 3 5 2 20 0 15 0 223100429 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=11077984 memory=690860 CPUtime=3.9 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 30595 12845 0 0 380 3 5 2 20 0 15 0 223100429 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=11077984 memory=3708 CPUtime=1.76 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) S 26305 26308 22159 0 -1 1077944384 17020 12845 0 0 166 3 5 2 20 0 15 0 223100429 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111138195568 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=11077984 memory=690860 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11343855616 172715 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=11077984 memory=33484 CPUtime=1.48 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 831 12845 0 0 68 73 5 2 20 0 15 0 223100430 11343855616 172715 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 2482.25 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 690860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.6 s]
/proc/loadavg: 1.70 1.50 1.49 3/216 26857
/proc/meminfo: memFree=24791640/32770624 swapFree=67108804/67108860
[pid=26308] ppid=26305 vsize=11077984 memory=692908 CPUtime=2520.05 cores=0,2,4,6
/proc/26308/stat : 26308 (java) S 26305 26308 22159 0 -1 1077944320 224146 12845 0 0 251707 291 5 2 20 0 15 0 223100415 11343855616 173227 33554432000 4194304 4196468 140724043447632 140724043430176 140111716015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
/proc/26308/statm: 2769496 173227 3522 1 0 2731149 0
[pid=26308/tid=26361] ppid=26305 vsize=11077984 memory=1260 CPUtime=2458.72 cores=0,2,4,6
/proc/26308/task/26361/stat : 26361 (java) R 26305 26308 22159 0 -1 4202560 85000 12845 0 0 245826 39 5 2 20 0 15 0 223100424 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111687849152 140111259156966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26362] ppid=26305 vsize=11077984 memory=14872 CPUtime=10.73 cores=0,2,4,6
/proc/26308/task/26362/stat : 26362 (java) S 26305 26308 22159 0 -1 1077944384 15741 12845 0 0 1024 42 5 2 20 0 15 0 223100425 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111720258192 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26363] ppid=26305 vsize=11077984 memory=3296 CPUtime=10.75 cores=0,2,4,6
/proc/26308/task/26363/stat : 26363 (java) S 26305 26308 22159 0 -1 1077944384 10153 12845 0 0 1029 39 5 2 20 0 15 0 223100425 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111574977040 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26364] ppid=26305 vsize=11077984 memory=15292 CPUtime=10.74 cores=0,2,4,6
/proc/26308/task/26364/stat : 26364 (java) S 26305 26308 22159 0 -1 1077944384 12272 12845 0 0 1022 45 5 2 20 0 15 0 223100425 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111573924240 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26365] ppid=26305 vsize=11077984 memory=33492 CPUtime=10.78 cores=0,2,4,6
/proc/26308/task/26365/stat : 26365 (java) S 26305 26308 22159 0 -1 1077944384 13329 12845 0 0 1029 42 5 2 20 0 15 0 223100425 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111572871440 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26366] ppid=26305 vsize=11077984 memory=496 CPUtime=7.89 cores=0,2,4,6
/proc/26308/task/26366/stat : 26366 (java) S 26305 26308 22159 0 -1 1077944384 11645 12845 0 0 737 45 5 2 20 0 15 0 223100426 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111141354352 140111716027010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26367] ppid=26305 vsize=11077984 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26367/stat : 26367 (java) S 26305 26308 22159 0 -1 1077944384 15 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 173227 33554432000 4194304 4196468 140724043447632 140110557341344 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26368] ppid=26305 vsize=11077984 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26368/stat : 26368 (java) S 26305 26308 22159 0 -1 1077944384 9 12845 0 0 0 0 5 2 20 0 15 0 223100427 11343855616 173227 33554432000 4194304 4196468 140724043447632 140110356014464 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26369] ppid=26305 vsize=11077984 memory=1168 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26369/stat : 26369 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100429 11343855616 173227 33554432000 4194304 4196468 140724043447632 140110048614736 140111716034459 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26370] ppid=26305 vsize=11077984 memory=1984 CPUtime=3.8 cores=0,2,4,6
/proc/26308/task/26370/stat : 26370 (java) S 26305 26308 22159 0 -1 1077944384 25327 12845 0 0 370 3 5 2 20 0 15 0 223100429 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111140301168 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26371] ppid=26305 vsize=11077984 memory=920 CPUtime=3.9 cores=0,2,4,6
/proc/26308/task/26371/stat : 26371 (java) S 26305 26308 22159 0 -1 1077944384 30597 12845 0 0 380 3 5 2 20 0 15 0 223100429 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111139248368 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26372] ppid=26305 vsize=11077984 memory=1572 CPUtime=1.76 cores=0,2,4,6
/proc/26308/task/26372/stat : 26372 (java) S 26305 26308 22159 0 -1 1077944384 17022 12845 0 0 166 3 5 2 20 0 15 0 223100429 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111138195568 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26373] ppid=26305 vsize=11077984 memory=2176 CPUtime=0.07 cores=0,2,4,6
/proc/26308/task/26373/stat : 26373 (java) S 26305 26308 22159 0 -1 1077944384 3 12845 0 0 0 0 5 2 20 0 15 0 223100430 11343855616 173227 33554432000 4194304 4196468 140724043447632 140109617817824 140111716026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
[pid=26308/tid=26374] ppid=26305 vsize=11077984 memory=3984 CPUtime=1.5 cores=0,2,4,6
/proc/26308/task/26374/stat : 26374 (java) S 26305 26308 22159 0 -1 1077944384 837 12845 0 0 69 74 5 2 20 0 15 0 223100430 11343855616 173227 33554432000 4194304 4196468 140724043447632 140111137143984 140111716027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29470720 140724043455085 140724043457884 140724043457884 140724043460559 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 692908 KiB

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

[startup+2479.63 s]
# the end of solver process 26308 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.15 s, system=2.94805 s

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

Child status: 143
Real time (s): 2479.63
CPU time (s): 2520.1
CPU user time (s): 2517.15
CPU system time (s): 2.94805
CPU usage (%): 101.632
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 719680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.15
system time used= 2.94805
maximum resident set size= 721224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222817
involuntary context switches= 6862


# summary of solver processes directly reported to runsolver:
#   pid: 26308
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.15
#   total CPU system time (s): 2.94805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7422 second user time and 22.6892 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 08:29:32
IDJOB=4304895
IDBENCH=141174
IDSOLVER=2780
FILE ID=node105/4304895-1534055372
RUNJOBID= node105-1534040018-23574
PBS_JOBID= 21036966
Free space on /tmp= 40704 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304895-1534055372/watcher-4304895-1534055372 -o /tmp/evaluation-result-4304895-1534055372/solver-4304895-1534055372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=736415202 HOME/instance-4304895-1534055372.xml

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

MD5SUM BENCH= ca21bb45cdf77f5b8e0b27a9f8e7d69e
RANDOM SEED=736415202

node105.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.32
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.32
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.32
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.32
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:        27059796 kB
MemAvailable:   30362596 kB
Buffers:          114236 kB
Cached:          3445240 kB
SwapCached:           16 kB
Active:          3327328 kB
Inactive:        1827264 kB
Active(anon):    1547044 kB
Inactive(anon):   100520 kB
Active(file):    1780284 kB
Inactive(file):  1726744 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26460 kB
Writeback:             0 kB
AnonPages:       1613972 kB
Mapped:            63440 kB
Shmem:             49748 kB
Slab:             251140 kB
SReclaimable:     223216 kB
SUnreclaim:        27924 kB
KernelStack:        3792 kB
PageTables:         8908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2745948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1386496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40676 MiB
End job on node105 at 2018-08-12 09:10:52