Trace number 4295503

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.07 2488.64

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-0010_c18.xml
MD5SUMa4a3304b5e9aae9c2bcc59fc5ef6ae6f
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 variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295503-1532563923/watcher-4295503-1532563923 -o /tmp/evaluation-result-4295503-1532563923/solver-4295503-1532563923 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=256666484 -superng HOME/instance-4295503-1532563923.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=31393, runsolver pid=31390

[startup+0.100137 s]*
/proc/loadavg: 1.19 1.27 1.33 3/207 31450
/proc/meminfo: memFree=12141464/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=9972712 memory=16428 CPUtime=0.09 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 4278 13404 0 0 1 0 5 3 20 0 6 0 73955489 10212057088 4107 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2493178 4107 1930 1 0 2481616 0
[pid=31393/tid=31446] ppid=31390 vsize=9972712 memory=4279135704047190413 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 2088 13404 0 0 0 0 5 3 20 0 6 0 73955498 10212057088 4107 33554432000 4194304 4196468 140724673591312 139937788015184 139937808415550 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 73955498 10212057088 4107 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=9972712 memory=139700744013440 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 73955498 10212057088 4107 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 73955498 10212057088 4107 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 6 0 73955498 10212057088 4107 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16428 KiB

[startup+0.209909 s]*
/proc/loadavg: 1.19 1.27 1.33 3/216 31459
/proc/meminfo: memFree=12115588/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=10818856 memory=41880 CPUtime=0.26 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 8333 13404 0 0 17 1 5 3 20 0 15 0 73955489 11078508544 10470 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2704714 10470 2964 1 0 2667149 0
[pid=31393/tid=31446] ppid=31390 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 4909 13404 0 0 10 1 5 3 20 0 15 0 73955498 11078508544 10470 33554432000 4194304 4196468 140724673591312 139937787976080 139937796454159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10818856 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11078508544 10470 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10818856 memory=139700744411927 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11078508544 10470 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11078508544 10470 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 73955498 11078508544 10470 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10818856 memory=139700744013440 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 73955500 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 13 13404 0 0 0 0 5 3 20 0 15 0 73955500 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936745383072 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955501 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936611164912 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) S 31390 31393 26438 0 -1 1077944384 500 13404 0 0 1 0 5 3 20 0 15 0 73955503 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936818486000 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 97 13404 0 0 1 0 5 3 20 0 15 0 73955503 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10818856 memory=139700744013440 CPUtime=0.11 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) S 31390 31393 26438 0 -1 1077944384 612 13404 0 0 3 0 5 3 20 0 15 0 73955503 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936816380400 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10818856 memory=139700744013440 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955504 11078508544 10470 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41880 KiB

[startup+0.310276 s]*
/proc/loadavg: 1.19 1.27 1.33 3/216 31459
/proc/meminfo: memFree=12106356/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=10819352 memory=53232 CPUtime=0.39 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 10393 13404 0 0 29 2 5 3 20 0 15 0 73955489 11079016448 13308 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2704838 13308 3095 1 0 2667149 0
[pid=31393/tid=31446] ppid=31390 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 6938 13404 0 0 19 1 5 3 20 0 15 0 73955498 11079016448 13308 33554432000 4194304 4196468 140724673591312 139937787990432 139937816200349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 13308 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 13308 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 13308 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 13308 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 73955500 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 13 13404 0 0 0 0 5 3 20 0 15 0 73955500 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936745383072 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955501 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936611164912 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) R 31390 31393 26438 0 -1 4202560 504 13404 0 0 1 0 5 3 20 0 15 0 73955503 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936818486000 139937799677452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 103 13404 0 0 1 0 5 3 20 0 15 0 73955503 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10819352 memory=139700744013440 CPUtime=0.13 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) R 31390 31393 26438 0 -1 4202560 633 13404 0 0 5 0 5 3 20 0 15 0 73955503 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936816380400 139937794204306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10819352 memory=139700744013440 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955504 11079016448 13308 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53232 KiB

[startup+0.700807 s]
/proc/loadavg: 1.19 1.27 1.33 4/216 31459
/proc/meminfo: memFree=12094820/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=10819352 memory=86464 CPUtime=0.99 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 16708 13404 0 0 88 3 5 3 20 0 15 0 73955489 11079016448 21616 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2704838 21616 3237 1 0 2667149 0
[pid=31393/tid=31446] ppid=31390 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 12153 13404 0 0 56 2 5 3 20 0 15 0 73955498 11079016448 21616 33554432000 4194304 4196468 140724673591312 139937787999248 139937797743393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 21616 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 21616 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10819352 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 21616 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 73955498 11079016448 21616 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 5 13404 0 0 0 0 5 3 20 0 15 0 73955500 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10819352 memory=139700589441744 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 13 13404 0 0 0 0 5 3 20 0 15 0 73955500 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936745383072 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10819352 memory=139702401237603 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955501 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936611164912 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10819352 memory=8576 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10819352 memory=7234564758908855872 CPUtime=0.17 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) S 31390 31393 26438 0 -1 1077944384 1181 13404 0 0 9 0 5 3 20 0 15 0 73955503 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936818486000 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10819352 memory=7597685182856913236 CPUtime=0.15 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 362 13404 0 0 7 0 5 3 20 0 15 0 73955503 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10819352 memory=5787218246971642213 CPUtime=0.21 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) S 31390 31393 26438 0 -1 1077944384 794 13404 0 0 13 0 5 3 20 0 15 0 73955503 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936816380400 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10819352 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955504 11079016448 21616 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86464 KiB

[startup+1.50077 s]
/proc/loadavg: 1.19 1.27 1.33 4/216 31459
/proc/meminfo: memFree=12047184/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=10834252 memory=176888 CPUtime=2.26 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 24689 13404 0 0 209 9 5 3 20 0 15 0 73955489 11094274048 44222 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2708563 44222 3476 1 0 2670221 0
[pid=31393/tid=31446] ppid=31390 vsize=10834252 memory=12813 CPUtime=1.44 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 17855 13404 0 0 130 6 5 3 20 0 15 0 73955498 11094274048 44222 33554432000 4194304 4196468 140724673591312 139937788007536 139937801547566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 203 13404 0 0 1 0 5 3 20 0 15 0 73955498 11094274048 44222 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10834252 memory=2504 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 11 13404 0 0 1 0 5 3 20 0 15 0 73955498 11094274048 44222 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10834252 memory=165740 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 67 13404 0 0 1 0 5 3 20 0 15 0 73955498 11094274048 44222 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10834252 memory=86464 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 32 13404 0 0 1 0 5 3 20 0 15 0 73955498 11094274048 44222 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 558 13404 0 0 1 0 5 3 20 0 15 0 73955500 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10834252 memory=279401178825200 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 14 13404 0 0 0 0 5 3 20 0 15 0 73955500 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936745383136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10834252 memory=279401178876000 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955501 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936611164912 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10834252 memory=4638778398332698720 CPUtime=0.32 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) S 31390 31393 26438 0 -1 1077944384 1647 13404 0 0 24 0 5 3 20 0 15 0 73955503 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936818486000 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10834252 memory=279401179159488 CPUtime=0.25 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 470 13404 0 0 17 0 5 3 20 0 15 0 73955503 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10834252 memory=-7531822216213012384 CPUtime=0.39 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) S 31390 31393 26438 0 -1 1077944384 1637 13404 0 0 31 0 5 3 20 0 15 0 73955503 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936816380400 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10834252 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10834252 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 73955504 11094274048 44222 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 70916 13404 0 0 231284 26 5 3 20 0 15 0 73955498 11176083456 102147 33554432000 4194304 4196468 140724673591312 139937788012368 139937433785881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10914144 memory=408588 CPUtime=4.68 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 7914 13404 0 0 434 26 5 3 20 0 15 0 73955498 11176083456 102147 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10914144 memory=932 CPUtime=4.67 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 7631 13404 0 0 435 24 5 3 20 0 15 0 73955498 11176083456 102147 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10914144 memory=408588 CPUtime=4.68 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 10568 13404 0 0 434 26 5 3 20 0 15 0 73955498 11176083456 102147 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10914144 memory=408588 CPUtime=4.67 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 7463 13404 0 0 433 26 5 3 20 0 15 0 73955498 11176083456 102147 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10914144 memory=408588 CPUtime=3.34 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 8606 13404 0 0 304 22 5 3 20 0 15 0 73955500 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10914144 memory=408588 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 15 13404 0 0 0 0 5 3 20 0 15 0 73955500 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936745383200 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10914144 memory=408588 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955501 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936611164928 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10914144 memory=2416 CPUtime=7.05 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) S 31390 31393 26438 0 -1 1077944384 29535 13404 0 0 692 5 5 3 20 0 15 0 73955503 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936818486000 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10914144 memory=408588 CPUtime=6.94 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 30978 13404 0 0 681 5 5 3 20 0 15 0 73955503 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10914144 memory=4128 CPUtime=3.05 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) S 31390 31393 26438 0 -1 1077944384 23534 13404 0 0 291 6 5 3 20 0 15 0 73955503 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936816380400 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10914144 memory=408588 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10914144 memory=7882931129575250832 CPUtime=1.21 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 799 13404 0 0 57 56 5 3 20 0 15 0 73955504 11176083456 102147 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 2352.86 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 408588 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.33 1.33 3/216 31659
/proc/meminfo: memFree=11673016/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=10914144 memory=408608 CPUtime=2413.19 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 200845 13404 0 0 241110 201 5 3 20 0 15 0 73955489 11176083456 102152 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2728536 102152 3528 1 0 2690189 0
[pid=31393/tid=31446] ppid=31390 vsize=10914144 memory=686 CPUtime=2372.97 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 71211 13404 0 0 237263 26 5 3 20 0 15 0 73955498 11176083456 102152 33554432000 4194304 4196468 140724673591312 139937788012368 139937433998583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10914144 memory=408608 CPUtime=4.78 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 7925 13404 0 0 444 26 5 3 20 0 15 0 73955498 11176083456 102152 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10914144 memory=408608 CPUtime=4.78 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 7639 13404 0 0 445 25 5 3 20 0 15 0 73955498 11176083456 102152 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10914144 memory=408608 CPUtime=4.79 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 10619 13404 0 0 445 26 5 3 20 0 15 0 73955498 11176083456 102152 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10914144 memory=960 CPUtime=4.77 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 7738 13404 0 0 443 26 5 3 20 0 15 0 73955498 11176083456 102152 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10914144 memory=408608 CPUtime=3.41 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 8644 13404 0 0 311 22 5 3 20 0 15 0 73955500 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10914144 memory=408608 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 15 13404 0 0 0 0 5 3 20 0 15 0 73955500 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936745383200 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10914144 memory=408608 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955501 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936611164928 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10914144 memory=408608 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10914144 memory=5408 CPUtime=7.05 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) S 31390 31393 26438 0 -1 1077944384 29537 13404 0 0 692 5 5 3 20 0 15 0 73955503 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936818486000 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10914144 memory=408608 CPUtime=6.94 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 30980 13404 0 0 681 5 5 3 20 0 15 0 73955503 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10914144 memory=408608 CPUtime=3.05 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) S 31390 31393 26438 0 -1 1077944384 23536 13404 0 0 291 6 5 3 20 0 15 0 73955503 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936816380400 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10914144 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10914144 memory=22248 CPUtime=1.24 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 805 13404 0 0 58 58 5 3 20 0 15 0 73955504 11176083456 102152 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 2413.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 408608 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.33 1.33 3/216 31660
/proc/meminfo: memFree=11673228/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=10914144 memory=408624 CPUtime=2473.5 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 201425 13404 0 0 247137 205 5 3 20 0 15 0 73955489 11176083456 102156 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2728536 102156 3528 1 0 2690189 0
[pid=31393/tid=31446] ppid=31390 vsize=10914144 memory=408624 CPUtime=2432.76 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 71442 13404 0 0 243241 27 5 3 20 0 15 0 73955498 11176083456 102156 33554432000 4194304 4196468 140724673591312 139937788012496 139937435445507 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10914144 memory=408608 CPUtime=4.89 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 8045 13404 0 0 454 27 5 3 20 0 15 0 73955498 11176083456 102156 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10914144 memory=408608 CPUtime=4.89 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 7646 13404 0 0 455 26 5 3 20 0 15 0 73955498 11176083456 102156 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10914144 memory=408624 CPUtime=4.89 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 10638 13404 0 0 455 26 5 3 20 0 15 0 73955498 11176083456 102156 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10914144 memory=1008 CPUtime=4.88 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 7740 13404 0 0 453 27 5 3 20 0 15 0 73955498 11176083456 102156 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10914144 memory=408624 CPUtime=3.48 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 8829 13404 0 0 318 22 5 3 20 0 15 0 73955500 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 15 13404 0 0 0 0 5 3 20 0 15 0 73955500 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936745383200 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10914144 memory=408624 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955501 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936611164928 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10914144 memory=408624 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10914144 memory=408624 CPUtime=7.05 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) S 31390 31393 26438 0 -1 1077944384 29537 13404 0 0 692 5 5 3 20 0 15 0 73955503 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936818486000 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10914144 memory=408624 CPUtime=6.94 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 30980 13404 0 0 681 5 5 3 20 0 15 0 73955503 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10914144 memory=408624 CPUtime=3.05 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) S 31390 31393 26438 0 -1 1077944384 23536 13404 0 0 291 6 5 3 20 0 15 0 73955503 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936816380400 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10914144 memory=9992 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10914144 memory=408624 CPUtime=1.28 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 821 13404 0 0 60 60 5 3 20 0 15 0 73955504 11176083456 102156 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 2473.5 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 408624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.6 s]
/proc/loadavg: 1.20 1.29 1.31 3/216 31661
/proc/meminfo: memFree=11659644/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=10914144 memory=404576 CPUtime=2520.02 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 26438 0 -1 1077944320 202617 13404 0 0 251787 207 5 3 20 0 15 0 73955489 11176083456 101144 33554432000 4194304 4196468 140724673591312 140724673573856 139937816178423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
/proc/31393/statm: 2728536 101144 3528 1 0 2690189 0
[pid=31393/tid=31446] ppid=31390 vsize=10914144 memory=13567093857585738 CPUtime=2478.88 cores=1,3,5,7
/proc/31393/task/31446/stat : 31446 (java) R 31390 31393 26438 0 -1 4202560 71999 13404 0 0 247853 27 5 3 20 0 15 0 73955498 11176083456 101144 33554432000 4194304 4196468 140724673591312 139937788012336 139937437016953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31447] ppid=31390 vsize=10914144 memory=4124 CPUtime=4.96 cores=1,3,5,7
/proc/31393/task/31447/stat : 31447 (java) S 31390 31393 26438 0 -1 1077944384 8328 13404 0 0 461 27 5 3 20 0 15 0 73955498 11176083456 101144 33554432000 4194304 4196468 140724673591312 139937820421136 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31448] ppid=31390 vsize=10914144 memory=2200 CPUtime=4.96 cores=1,3,5,7
/proc/31393/task/31448/stat : 31448 (java) S 31390 31393 26438 0 -1 1077944384 7699 13404 0 0 462 26 5 3 20 0 15 0 73955498 11176083456 101144 33554432000 4194304 4196468 140724673591312 139937389612176 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31449] ppid=31390 vsize=10914144 memory=7528 CPUtime=4.96 cores=1,3,5,7
/proc/31393/task/31449/stat : 31449 (java) S 31390 31393 26438 0 -1 1077944384 10642 13404 0 0 462 26 5 3 20 0 15 0 73955498 11176083456 101144 33554432000 4194304 4196468 140724673591312 139937388559120 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31450] ppid=31390 vsize=10914144 memory=844 CPUtime=4.96 cores=1,3,5,7
/proc/31393/task/31450/stat : 31450 (java) S 31390 31393 26438 0 -1 1077944384 7747 13404 0 0 461 27 5 3 20 0 15 0 73955498 11176083456 101144 33554432000 4194304 4196468 140724673591312 139937387506576 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31451] ppid=31390 vsize=10914144 memory=1796 CPUtime=3.54 cores=1,3,5,7
/proc/31393/task/31451/stat : 31451 (java) S 31390 31393 26438 0 -1 1077944384 8861 13404 0 0 323 23 5 3 20 0 15 0 73955500 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936819538160 139937816189570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31452] ppid=31390 vsize=10914144 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31452/stat : 31452 (java) S 31390 31393 26438 0 -1 1077944384 15 13404 0 0 0 0 5 3 20 0 15 0 73955500 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936745383200 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31453] ppid=31390 vsize=10914144 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31453/stat : 31453 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955501 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936611164928 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31454] ppid=31390 vsize=10914144 memory=2604 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31454/stat : 31454 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936370874320 139937816197019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31455] ppid=31390 vsize=10914144 memory=2652 CPUtime=7.05 cores=1,3,5,7
/proc/31393/task/31455/stat : 31455 (java) S 31390 31393 26438 0 -1 1077944384 29539 13404 0 0 692 5 5 3 20 0 15 0 73955503 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936818486000 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31456] ppid=31390 vsize=10914144 memory=4100 CPUtime=6.95 cores=1,3,5,7
/proc/31393/task/31456/stat : 31456 (java) S 31390 31393 26438 0 -1 1077944384 31118 13404 0 0 682 5 5 3 20 0 15 0 73955503 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936817433456 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31457] ppid=31390 vsize=10914144 memory=1408 CPUtime=3.05 cores=1,3,5,7
/proc/31393/task/31457/stat : 31457 (java) S 31390 31393 26438 0 -1 1077944384 23648 13404 0 0 291 6 5 3 20 0 15 0 73955503 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936816380400 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31458] ppid=31390 vsize=10914144 memory=3236 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31458/stat : 31458 (java) S 31390 31393 26438 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 73955503 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936337316704 139937816188629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
[pid=31393/tid=31459] ppid=31390 vsize=10914144 memory=7100839878645619564 CPUtime=1.3 cores=1,3,5,7
/proc/31393/task/31459/stat : 31459 (java) S 31390 31393 26438 0 -1 1077944384 825 13404 0 0 61 61 5 3 20 0 15 0 73955504 11176083456 101144 33554432000 4194304 4196468 140724673591312 139936815327792 139937816189570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9605120 140724673595564 140724673598812 140724673598812 140724673601487 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 404576 KiB

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

[startup+2488.64 s]
# the end of solver process 31393 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.96 s, system=2.11173 s

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

Child status: 143
Real time (s): 2488.64
CPU time (s): 2520.07
CPU user time (s): 2517.96
CPU system time (s): 2.11173
CPU usage (%): 101.263
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 908992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.96
system time used= 2.11173
maximum resident set size= 911376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134496
involuntary context switches= 2939


# summary of solver processes directly reported to runsolver:
#   pid: 31393
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.96
#   total CPU system time (s): 2.11173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8502 second user time and 22.8223 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 02:12:03
IDJOB=4295503
IDBENCH=141560
IDSOLVER=2751
FILE ID=node139/4295503-1532563923
RUNJOBID= node139-1532535188-26470
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-06-0010_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-4295503-1532563923/watcher-4295503-1532563923 -o /tmp/evaluation-result-4295503-1532563923/solver-4295503-1532563923 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=256666484 -superng HOME/instance-4295503-1532563923.xml

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

MD5SUM BENCH= a4a3304b5e9aae9c2bcc59fc5ef6ae6f
RANDOM SEED=256666484

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
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.80
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.80
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.80
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:        12145864 kB
MemAvailable:   31562104 kB
Buffers:          227220 kB
Cached:         19147852 kB
SwapCached:            0 kB
Active:          3233760 kB
Inactive:       16563168 kB
Active(anon):     375064 kB
Inactive(anon):    75248 kB
Active(file):    2858696 kB
Inactive(file): 16487920 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        429464 kB
Mapped:            53316 kB
Shmem:             25228 kB
Slab:             525308 kB
SReclaimable:     498084 kB
SUnreclaim:        27224 kB
KernelStack:        3504 kB
PageTables:         6352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1280164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-26 02:53:32