Trace number 4293425

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.11 2482.23

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293425-1532315498/watcher-4293425-1532315498 -o /tmp/evaluation-result-4293425-1532315498/solver-4293425-1532315498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1258292040 -superng HOME/instance-4293425-1532315498.xml 

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

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=13423, runsolver pid=13420

[startup+0.100107 s]*
/proc/loadavg: 1.33 1.30 1.47 6/207 13480
/proc/meminfo: memFree=16898600/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=9972712 memory=14912 CPUtime=0.08 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 4382 13274 0 0 1 0 5 2 20 0 6 0 49112717 10212057088 3728 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2493178 3728 1934 1 0 2481616 0
[pid=13423/tid=13476] ppid=13420 vsize=9972712 memory=4279135703946462859 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 2215 13274 0 0 1 0 5 2 20 0 6 0 49112726 10212057088 3728 33554432000 4194304 4196468 140732780442128 140499555537488 140499583722653 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 6 0 49112727 10212057088 3728 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=9972712 memory=140253577213568 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 6 0 49112727 10212057088 3728 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 6 0 49112727 10212057088 3728 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 6 0 49112727 10212057088 3728 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210077 s]*
/proc/loadavg: 1.33 1.30 1.47 3/216 13489
/proc/meminfo: memFree=16873008/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=10818904 memory=41328 CPUtime=0.25 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 8231 13274 0 0 17 1 5 2 20 0 15 0 49112717 11078557696 10332 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2704726 10332 2970 1 0 2667149 0
[pid=13423/tid=13476] ppid=13420 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 4838 13274 0 0 10 1 5 2 20 0 15 0 49112726 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499555498240 140499563976487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10818904 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112727 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10818904 memory=3833040206893282976 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112727 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112727 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112727 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10818904 memory=140253577213568 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112728 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 33 13274 0 0 0 0 5 2 20 0 15 0 49112729 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499041998240 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112729 11078557696 10397 33554432000 4194304 4196468 140732780442128 140498916337136 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11078557696 10397 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) S 13420 13423 9800 0 -1 1077944384 508 13274 0 0 1 0 5 2 20 0 15 0 49112732 11078557696 10397 33554432000 4194304 4196468 140732780442128 140499008440304 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 97 13274 0 0 1 0 5 2 20 0 15 0 49112732 11078557696 10463 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10818904 memory=140253577213568 CPUtime=0.1 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 617 13274 0 0 3 0 5 2 20 0 15 0 49112732 11078557696 10463 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11078557696 10463 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10818904 memory=140253577213568 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112732 11078557696 10463 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41328 KiB

[startup+0.310324 s]*
/proc/loadavg: 1.33 1.30 1.47 3/216 13489
/proc/meminfo: memFree=16862588/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=10819352 memory=54156 CPUtime=0.38 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 10650 13274 0 0 29 2 5 2 20 0 15 0 49112717 11079016448 13539 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2704838 13539 3090 1 0 2667149 0
[pid=13423/tid=13476] ppid=13420 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 7160 13274 0 0 19 2 5 2 20 0 15 0 49112726 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499555512736 140499567781214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112728 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 33 13274 0 0 0 0 5 2 20 0 15 0 49112729 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499041998240 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112729 11079016448 13539 33554432000 4194304 4196468 140732780442128 140498916337136 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11079016448 13539 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) R 13420 13423 9800 0 -1 4202560 511 13274 0 0 1 0 5 2 20 0 15 0 49112732 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499008440304 140499583712662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 100 13274 0 0 1 0 5 2 20 0 15 0 49112732 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10819352 memory=140253577213568 CPUtime=0.12 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 651 13274 0 0 5 0 5 2 20 0 15 0 49112732 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11079016448 13539 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10819352 memory=140253577213568 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112732 11079016448 13539 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54156 KiB

[startup+0.700831 s]
/proc/loadavg: 1.33 1.30 1.47 3/216 13489
/proc/meminfo: memFree=16850372/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=10819352 memory=87192 CPUtime=0.95 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 16968 13274 0 0 83 5 5 2 20 0 15 0 49112717 11079016448 21798 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2704838 21798 3244 1 0 2667149 0
[pid=13423/tid=13476] ppid=13420 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 12683 13274 0 0 55 4 5 2 20 0 15 0 49112726 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499555521552 140499568015964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10819352 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112727 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 5 13274 0 0 0 0 5 2 20 0 15 0 49112728 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 33 13274 0 0 0 0 5 2 20 0 15 0 49112729 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499041998240 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10819352 memory=140253432263440 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112729 11079016448 21798 33554432000 4194304 4196468 140732780442128 140498916337136 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10819352 memory=140256452018769 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11079016448 21798 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10819352 memory=14004 CPUtime=0.16 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) S 13420 13423 9800 0 -1 1077944384 1037 13274 0 0 9 0 5 2 20 0 15 0 49112732 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499008440304 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10819352 memory=4639098309541127269 CPUtime=0.11 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 144 13274 0 0 4 0 5 2 20 0 15 0 49112732 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10819352 memory=7813023418146120529 CPUtime=0.2 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 866 13274 0 0 13 0 5 2 20 0 15 0 49112732 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11079016448 21798 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112732 11079016448 21798 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87192 KiB

[startup+1.5007 s]
/proc/loadavg: 1.33 1.30 1.47 3/216 13489
/proc/meminfo: memFree=16805748/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=10834252 memory=178200 CPUtime=2.25 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 24984 13274 0 0 207 11 5 2 20 0 15 0 49112717 11094274048 44550 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2708563 44550 3468 1 0 2670221 0
[pid=13423/tid=13476] ppid=13420 vsize=10834252 memory=12848 CPUtime=1.43 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 18345 13274 0 0 129 7 5 2 20 0 15 0 49112726 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499555524640 140499565264256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 197 13274 0 0 1 0 5 2 20 0 15 0 49112727 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10834252 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 26 13274 0 0 1 0 5 2 20 0 15 0 49112727 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10834252 memory=3212 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 62 13274 0 0 1 0 5 2 20 0 15 0 49112727 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10834252 memory=87192 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 29 13274 0 0 0 0 5 2 20 0 15 0 49112727 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 567 13274 0 0 1 0 5 2 20 0 15 0 49112728 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 34 13274 0 0 0 0 5 2 20 0 15 0 49112729 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499041998304 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112729 11094274048 44550 33554432000 4194304 4196468 140732780442128 140498916337136 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11094274048 44550 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10834252 memory=6935649255759568960 CPUtime=0.3 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) S 13420 13423 9800 0 -1 1077944384 1502 13274 0 0 23 0 5 2 20 0 15 0 49112732 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499008440304 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10834252 memory=280506864802688 CPUtime=0.22 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 402 13274 0 0 15 0 5 2 20 0 15 0 49112732 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10834252 memory=6944656592452938395 CPUtime=0.4 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 1625 13274 0 0 33 0 5 2 20 0 15 0 49112732 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10834252 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11094274048 44550 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10834252 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1 13274 0 0 0 0 5 2 20 0 15 0 49112732 11094274048 44550 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 80870 13274 0 0 230577 35 5 2 20 0 15 0 49112726 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499555534208 140499193385830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10914144 memory=686328 CPUtime=8.2 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 11748 13274 0 0 777 36 5 2 20 0 15 0 49112727 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10914144 memory=686328 CPUtime=8.17 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 6876 13274 0 0 777 33 5 2 20 0 15 0 49112727 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10914144 memory=686328 CPUtime=8.17 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 12382 13274 0 0 773 37 5 2 20 0 15 0 49112727 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10914144 memory=5520 CPUtime=8.18 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 10266 13274 0 0 779 32 5 2 20 0 15 0 49112727 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10914144 memory=686328 CPUtime=5.72 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 11417 13274 0 0 533 32 5 2 20 0 15 0 49112728 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10914144 memory=688376 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 47 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499041998368 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10914144 memory=688376 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 19 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 172094 33554432000 4194304 4196468 140732780442128 140498916337152 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10914144 memory=686328 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 172094 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10914144 memory=688376 CPUtime=5.62 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) S 13420 13423 9800 0 -1 1077944384 39642 13274 0 0 550 5 5 2 20 0 15 0 49112732 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499008440304 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10914144 memory=688376 CPUtime=5.42 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 36587 13274 0 0 531 4 5 2 20 0 15 0 49112732 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10914144 memory=688376 CPUtime=1.94 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 24062 13274 0 0 183 4 5 2 20 0 15 0 49112732 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10914144 memory=686328 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 172094 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10914144 memory=4140 CPUtime=1.39 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1297 13274 0 0 58 74 5 2 20 0 15 0 49112732 11176083456 172094 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 2358.49 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 688376 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.47 1.49 3/216 13691
/proc/meminfo: memFree=14283368/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=10914144 memory=682732 CPUtime=2419.17 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 239528 13274 0 0 241645 265 5 2 20 0 15 0 49112717 11176083456 170683 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2728536 170683 3525 1 0 2690189 0
[pid=13423/tid=13476] ppid=13420 vsize=10914144 memory=682732 CPUtime=2365.81 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 81661 13274 0 0 236538 36 5 2 20 0 15 0 49112726 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499555534384 140499200486080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10914144 memory=682732 CPUtime=8.42 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 12011 13274 0 0 799 36 5 2 20 0 15 0 49112727 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10914144 memory=0 CPUtime=8.4 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 6881 13274 0 0 799 34 5 2 20 0 15 0 49112727 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10914144 memory=682732 CPUtime=8.39 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 12647 13274 0 0 794 38 5 2 20 0 15 0 49112727 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10914144 memory=680684 CPUtime=8.41 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 10276 13274 0 0 801 33 5 2 20 0 15 0 49112727 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10914144 memory=682732 CPUtime=5.86 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 11591 13274 0 0 546 33 5 2 20 0 15 0 49112728 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10914144 memory=1004 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 47 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499041998368 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10914144 memory=2684 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 19 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 170683 33554432000 4194304 4196468 140732780442128 140498916337152 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10914144 memory=2692 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 170683 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10914144 memory=682732 CPUtime=5.62 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) S 13420 13423 9800 0 -1 1077944384 39644 13274 0 0 550 5 5 2 20 0 15 0 49112732 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499008440304 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10914144 memory=4140 CPUtime=5.43 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 37000 13274 0 0 532 4 5 2 20 0 15 0 49112732 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10914144 memory=682732 CPUtime=1.94 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 24254 13274 0 0 183 4 5 2 20 0 15 0 49112732 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10914144 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 170683 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10914144 memory=5520 CPUtime=1.42 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1304 13274 0 0 59 76 5 2 20 0 15 0 49112732 11176083456 170683 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 2419.17 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 682732 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.51 1.50 3/216 13692
/proc/meminfo: memFree=14281564/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=10914144 memory=684780 CPUtime=2479.75 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 239920 13274 0 0 247698 270 5 2 20 0 15 0 49112717 11176083456 171195 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2728536 171195 3525 1 0 2690189 0
[pid=13423/tid=13476] ppid=13420 vsize=10914144 memory=682732 CPUtime=2425.43 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 81929 13274 0 0 242500 36 5 2 20 0 15 0 49112726 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499555534448 140499193385825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10914144 memory=682732 CPUtime=8.61 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 12063 13274 0 0 817 37 5 2 20 0 15 0 49112727 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10914144 memory=684780 CPUtime=8.6 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 6884 13274 0 0 818 35 5 2 20 0 15 0 49112727 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10914144 memory=684780 CPUtime=8.59 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 12652 13274 0 0 813 39 5 2 20 0 15 0 49112727 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10914144 memory=684780 CPUtime=8.6 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 10287 13274 0 0 820 33 5 2 20 0 15 0 49112727 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10914144 memory=684780 CPUtime=5.98 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 11630 13274 0 0 557 34 5 2 20 0 15 0 49112728 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10914144 memory=684780 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 47 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499041998368 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10914144 memory=684780 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 19 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 171195 33554432000 4194304 4196468 140732780442128 140498916337152 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10914144 memory=684780 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 171195 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10914144 memory=4140 CPUtime=5.62 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) S 13420 13423 9800 0 -1 1077944384 39644 13274 0 0 550 5 5 2 20 0 15 0 49112732 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499008440304 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10914144 memory=684780 CPUtime=5.43 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 37000 13274 0 0 532 4 5 2 20 0 15 0 49112732 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10914144 memory=16272 CPUtime=1.94 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 24254 13274 0 0 183 4 5 2 20 0 15 0 49112732 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10914144 memory=684780 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 171195 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10914144 memory=4008 CPUtime=1.46 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1318 13274 0 0 61 78 5 2 20 0 15 0 49112732 11176083456 171195 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 2479.75 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 684780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.2 s]
/proc/loadavg: 1.60 1.52 1.51 3/216 13693
/proc/meminfo: memFree=14280312/32770624 swapFree=67108860/67108860
[pid=13423] ppid=13420 vsize=10914144 memory=686828 CPUtime=2520.06 cores=1,3,5,7
/proc/13423/stat : 13423 (java) S 13420 13423 9800 0 -1 1077944320 241080 13274 0 0 251726 273 5 2 20 0 15 0 49112717 11176083456 171707 33554432000 4194304 4196468 140732780442128 140732780424672 140499583700727 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
/proc/13423/statm: 2728536 171707 3525 1 0 2690189 0
[pid=13423/tid=13476] ppid=13420 vsize=10914144 memory=686828 CPUtime=2465.1 cores=1,3,5,7
/proc/13423/task/13476/stat : 13476 (java) R 13420 13423 9800 0 -1 4202560 82325 13274 0 0 246467 36 5 2 20 0 15 0 49112726 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499555535264 140499198958431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13477] ppid=13420 vsize=10914144 memory=8392 CPUtime=8.75 cores=1,3,5,7
/proc/13423/task/13477/stat : 13477 (java) S 13420 13423 9800 0 -1 1077944384 12078 13274 0 0 831 37 5 2 20 0 15 0 49112727 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499587942672 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13478] ppid=13420 vsize=10914144 memory=1444 CPUtime=8.73 cores=1,3,5,7
/proc/13423/task/13478/stat : 13478 (java) S 13420 13423 9800 0 -1 1077944384 7157 13274 0 0 831 35 5 2 20 0 15 0 49112727 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499521984912 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13479] ppid=13420 vsize=10914144 memory=5520 CPUtime=8.72 cores=1,3,5,7
/proc/13423/task/13479/stat : 13479 (java) S 13420 13423 9800 0 -1 1077944384 12891 13274 0 0 826 39 5 2 20 0 15 0 49112727 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499155782160 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13480] ppid=13420 vsize=10914144 memory=4616 CPUtime=8.74 cores=1,3,5,7
/proc/13423/task/13480/stat : 13480 (java) S 13420 13423 9800 0 -1 1077944384 10296 13274 0 0 833 34 5 2 20 0 15 0 49112727 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499154729616 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13481] ppid=13420 vsize=10914144 memory=14004 CPUtime=6.06 cores=1,3,5,7
/proc/13423/task/13481/stat : 13481 (java) S 13420 13423 9800 0 -1 1077944384 11834 13274 0 0 565 34 5 2 20 0 15 0 49112728 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499043052016 140499583711874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13482] ppid=13420 vsize=10914144 memory=1204 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13482/stat : 13482 (java) S 13420 13423 9800 0 -1 1077944384 47 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499041998368 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13483] ppid=13420 vsize=10914144 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13483/stat : 13483 (java) S 13420 13423 9800 0 -1 1077944384 19 13274 0 0 0 0 5 2 20 0 15 0 49112729 11176083456 171707 33554432000 4194304 4196468 140732780442128 140498916337152 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13484] ppid=13420 vsize=10914144 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13484/stat : 13484 (java) S 13420 13423 9800 0 -1 1077944384 2 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 171707 33554432000 4194304 4196468 140732780442128 140498312358608 140499583719323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13485] ppid=13420 vsize=10914144 memory=288230574492221466 CPUtime=5.62 cores=1,3,5,7
/proc/13423/task/13485/stat : 13485 (java) S 13420 13423 9800 0 -1 1077944384 39646 13274 0 0 550 5 5 2 20 0 15 0 49112732 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499008440304 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13486] ppid=13420 vsize=10914144 memory=288230583166042425 CPUtime=5.43 cores=1,3,5,7
/proc/13423/task/13486/stat : 13486 (java) S 13420 13423 9800 0 -1 1077944384 37002 13274 0 0 532 4 5 2 20 0 15 0 49112732 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499007387760 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13487] ppid=13420 vsize=10914144 memory=13846365516073407 CPUtime=1.94 cores=1,3,5,7
/proc/13423/task/13487/stat : 13487 (java) S 13420 13423 9800 0 -1 1077944384 24256 13274 0 0 183 4 5 2 20 0 15 0 49112732 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499006335216 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13488] ppid=13420 vsize=10914144 memory=7284 CPUtime=0.07 cores=1,3,5,7
/proc/13423/task/13488/stat : 13488 (java) S 13420 13423 9800 0 -1 1077944384 3 13274 0 0 0 0 5 2 20 0 15 0 49112732 11176083456 171707 33554432000 4194304 4196468 140732780442128 140497842596448 140499583710933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
[pid=13423/tid=13489] ppid=13420 vsize=10914144 memory=840 CPUtime=1.48 cores=1,3,5,7
/proc/13423/task/13489/stat : 13489 (java) S 13420 13423 9800 0 -1 1077944384 1336 13274 0 0 62 79 5 2 20 0 15 0 49112732 11176083456 171707 33554432000 4194304 4196468 140732780442128 140499005283120 140499583711874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 9117696 140732780447915 140732780451164 140732780451164 140732780453839 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 686828 KiB

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

[startup+2482.23 s]
# the end of solver process 13423 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.34 s, system=2.76683 s

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

Child status: 143
Real time (s): 2482.23
CPU time (s): 2520.11
CPU user time (s): 2517.34
CPU system time (s): 2.76683
CPU usage (%): 101.526
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 756696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.34
system time used= 2.76683
maximum resident set size= 757724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184036
involuntary context switches= 4726


# summary of solver processes directly reported to runsolver:
#   pid: 13423
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.34
#   total CPU system time (s): 2.76683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8303 second user time and 20.254 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-23 05:11:38
IDJOB=4293425
IDBENCH=141174
IDSOLVER=2751
FILE ID=node106/4293425-1532315498
RUNJOBID= node106-1532295772-9832
PBS_JOBID= 21018983
Free space on /tmp= 53004 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P03_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293425-1532315498/watcher-4293425-1532315498 -o /tmp/evaluation-result-4293425-1532315498/solver-4293425-1532315498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1258292040 -superng HOME/instance-4293425-1532315498.xml

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

MD5SUM BENCH= ca21bb45cdf77f5b8e0b27a9f8e7d69e
RANDOM SEED=1258292040

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        16902696 kB
MemAvailable:   30756740 kB
Buffers:          258596 kB
Cached:         13682796 kB
SwapCached:            0 kB
Active:          2562036 kB
Inactive:       12610332 kB
Active(anon):    1233612 kB
Inactive(anon):    17092 kB
Active(file):    1328424 kB
Inactive(file): 12593240 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:       1301144 kB
Mapped:            49816 kB
Shmem:             17036 kB
Slab:             387900 kB
SReclaimable:     360840 kB
SUnreclaim:        27060 kB
KernelStack:        3808 kB
PageTables:         9188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1885828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52980 MiB
End job on node106 at 2018-07-23 05:53:01