Trace number 4294988

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.14 2473.07

General information on the benchmark

NameCarSequencing/
CarSequencing-06-76_c18.xml
MD5SUMb12b47f7e650fdaeab738d4a819b9f4b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.197
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints727
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":19},{"degree":16,"count":19},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":49},{"degree":20,"count":14},{"degree":21,"count":14},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":19},{"degree":25,"count":8},{"degree":26,"count":8},"...",{"degree":29,"count":31}, {"degree":30,"count":5}, {"degree":31,"count":5}, {"degree":32,"count":5}, {"degree":33,"count":5}, {"degree":34,"count":5}, {"degree":35,"count":6}, {"degree":36,"count":6}, {"degree":37,"count":4}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":2},{"arity":5,"count":192},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":2},{"arity":22,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":2},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":626},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294988-1532508498/watcher-4294988-1532508498 -o /tmp/evaluation-result-4294988-1532508498/solver-4294988-1532508498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1131337457 -superng HOME/instance-4294988-1532508498.xml 

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

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

solver pid=5955, runsolver pid=5952

[startup+0.100138 s]*
/proc/loadavg: 2.00 1.95 1.89 4/210 6012
/proc/meminfo: memFree=15771164/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=9972712 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 4292 13271 0 0 1 0 5 3 20 0 6 0 68412989 10212057088 4137 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2493178 4137 1932 1 0 2481616 0
[pid=5955/tid=6008] ppid=5952 vsize=9972712 memory=4718545630382498451 CPUtime=0.09 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 2138 13271 0 0 1 0 5 3 20 0 6 0 68412998 10212057088 4203 33554432000 4194304 4196468 140721713996848 140421403210320 140421415454046 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=9972712 memory=5793854931697457593 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 6 0 68412999 10212057088 4203 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=9972712 memory=139680687564416 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 68412999 10212057088 4203 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 68412999 10212057088 4203 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 68412999 10212057088 4203 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.21019 s]*
/proc/loadavg: 2.00 1.95 1.89 3/219 6021
/proc/meminfo: memFree=15742796/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=10818856 memory=45736 CPUtime=0.26 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 8344 13271 0 0 17 1 5 3 20 0 15 0 68412989 11078508544 11434 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2704714 11434 2936 1 0 2667149 0
[pid=5955/tid=6008] ppid=5952 vsize=10818856 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 4981 13271 0 0 11 0 5 3 20 0 15 0 68412998 11078508544 11434 33554432000 4194304 4196468 140721713996848 140421403171216 140421412747016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10818856 memory=4211973406892354954 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68412999 11078508544 11434 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10818856 memory=139680687564416 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11078508544 11434 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11078508544 11434 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11078508544 11434 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10818856 memory=139680687564416 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413001 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 13 13271 0 0 0 0 5 3 20 0 15 0 68413001 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420868727712 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68413001 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420734510064 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 500 13271 0 0 1 0 5 3 20 0 15 0 68413004 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 55 13271 0 0 0 0 5 3 20 0 15 0 68413004 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10818856 memory=139680687564416 CPUtime=0.11 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 591 13271 0 0 3 0 5 3 20 0 15 0 68413004 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11078508544 11434 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10818856 memory=139680687564416 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68413004 11078508544 11434 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45736 KiB

[startup+0.310553 s]*
/proc/loadavg: 2.00 1.95 1.89 3/219 6021
/proc/meminfo: memFree=15733676/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=10819352 memory=57324 CPUtime=0.39 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 10371 13271 0 0 29 2 5 3 20 0 15 0 68412989 11079016448 14331 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2704838 14331 3086 1 0 2667149 0
[pid=5955/tid=6008] ppid=5952 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 6992 13271 0 0 20 1 5 3 20 0 15 0 68412998 11079016448 14331 33554432000 4194304 4196468 140721713996848 140421403185568 140421411649443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 14331 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 14331 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 14331 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 14331 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10819352 memory=139680687564415 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413001 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 13 13271 0 0 0 0 5 3 20 0 15 0 68413001 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420868727712 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10819352 memory=139680687564416 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68413001 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420734510064 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 500 13271 0 0 2 0 5 3 20 0 15 0 68413004 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 56 13271 0 0 1 0 5 3 20 0 15 0 68413004 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 606 13271 0 0 5 0 5 3 20 0 15 0 68413004 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11079016448 14331 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68413004 11079016448 14331 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57324 KiB

[startup+0.700734 s]
/proc/loadavg: 2.00 1.95 1.89 3/219 6021
/proc/meminfo: memFree=15722016/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=10819352 memory=90684 CPUtime=0.99 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 16801 13271 0 0 88 3 5 3 20 0 15 0 68412989 11079016448 22671 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2704838 22671 3243 1 0 2667149 0
[pid=5955/tid=6008] ppid=5952 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 12462 13271 0 0 56 2 5 3 20 0 15 0 68412998 11079016448 22671 33554432000 4194304 4196468 140721713996848 140421403195728 140421416744900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 22671 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 22671 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 22671 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11079016448 22671 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 6 13271 0 0 0 0 5 3 20 0 15 0 68413001 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 13 13271 0 0 0 0 5 3 20 0 15 0 68413001 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420868727712 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68413001 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420734510064 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10819352 memory=30305 CPUtime=0.15 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 737 13271 0 0 7 0 5 3 20 0 15 0 68413004 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10819352 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 688 13271 0 0 10 0 5 3 20 0 15 0 68413004 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10819352 memory=3533419649945857444 CPUtime=0.21 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 694 13271 0 0 13 0 5 3 20 0 15 0 68413004 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10819352 memory=-6305711715465649792 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11079016448 22671 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10819352 memory=-7094132109863559211 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68413004 11079016448 22671 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90684 KiB

[startup+1.50069 s]
/proc/loadavg: 2.00 1.95 1.89 2/219 6021
/proc/meminfo: memFree=15678596/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=10828032 memory=114196 CPUtime=1.48 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 19143 13271 0 0 134 6 5 3 20 0 15 0 68412989 11087904768 28549 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2707008 28549 3418 1 0 2668685 0
[pid=5955/tid=6008] ppid=5952 vsize=10828032 memory=119 CPUtime=0.97 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 14557 13271 0 0 85 4 5 3 20 0 15 0 68412998 11087904768 28549 33554432000 4194304 4196468 140721713996848 140421403199392 140421417616112 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10828032 memory=75 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68412999 11087904768 28549 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11087904768 28549 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11087904768 28549 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10828032 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68412999 11087904768 28549 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10828032 memory=3533419649945857444 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 6 13271 0 0 0 0 5 3 20 0 15 0 68413001 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10828032 memory=279361181757504 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 13 13271 0 0 0 0 5 3 20 0 15 0 68413001 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420868727712 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10828032 memory=279361181761952 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 68413001 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420734510064 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10828032 memory=6944656575208382560 CPUtime=0.21 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 766 13271 0 0 13 0 5 3 20 0 15 0 68413004 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10828032 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 727 13271 0 0 14 0 5 3 20 0 15 0 68413004 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10828032 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 871 13271 0 0 21 0 5 3 20 0 15 0 68413004 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11087904768 28549 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11087904768 28549 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10828032 KiB

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

/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 389238 13271 0 0 231316 90 5 3 20 0 15 0 68412998 11180277760 750999 33554432000 4194304 4196468 140721713996848 140421403207824 140421045364710 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10918240 memory=2985796 CPUtime=6.09 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 20604 13271 0 0 550 51 5 3 20 0 15 0 68412999 11180277760 750999 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10918240 memory=2967364 CPUtime=6.09 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 24533 13271 0 0 551 50 5 3 20 0 15 0 68412999 11180277760 750999 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10918240 memory=2967364 CPUtime=6.1 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 28732 13271 0 0 551 51 5 3 20 0 15 0 68412999 11180277760 750999 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10918240 memory=2967364 CPUtime=6.06 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 21127 13271 0 0 546 52 5 3 20 0 15 0 68412999 11180277760 750999 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10918240 memory=2985796 CPUtime=1.13 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 25007 13271 0 0 90 15 5 3 20 0 15 0 68413001 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10918240 memory=279361182651200 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 17 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420868727776 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10918240 memory=3002208 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 9 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420734510080 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10918240 memory=2985796 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10918240 memory=3002208 CPUtime=12.42 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 98480 13271 0 0 1222 12 5 3 20 0 15 0 68413004 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10918240 memory=3003996 CPUtime=11.75 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 102132 13271 0 0 1156 11 5 3 20 0 15 0 68413004 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10918240 memory=3002208 CPUtime=4.56 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 93289 13271 0 0 440 8 5 3 20 0 15 0 68413004 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10918240 memory=3003996 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 750999 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10918240 memory=12032 CPUtime=1.42 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 2401 13271 0 0 62 72 5 3 20 0 15 0 68413004 11180277760 750999 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 2369.15 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 3003996 KiB

[startup+2382.3 s]
/proc/loadavg: 1.93 1.94 1.89 3/219 6249
/proc/meminfo: memFree=12639428/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=10918240 memory=3032728 CPUtime=2429.24 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 823067 13271 0 0 242519 397 5 3 20 0 15 0 68412989 11180277760 758182 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2729560 758182 3527 1 0 2691213 0
[pid=5955/tid=6008] ppid=5952 vsize=10918240 memory=3018360 CPUtime=2374.12 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 401974 13271 0 0 237312 92 5 3 20 0 15 0 68412998 11180277760 758182 33554432000 4194304 4196468 140721713996848 140421403207600 140421045364710 0 4 0 16800975 0 0 0 -1 4 0 0 49 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10918240 memory=4132 CPUtime=6.11 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 21158 13271 0 0 551 52 5 3 20 0 15 0 68412999 11180277760 758182 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10918240 memory=279361182765056 CPUtime=6.1 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 25988 13271 0 0 552 50 5 3 20 0 15 0 68412999 11180277760 758182 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10918240 memory=3032728 CPUtime=6.12 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 28826 13271 0 0 553 51 5 3 20 0 15 0 68412999 11180277760 758182 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10918240 memory=3032728 CPUtime=6.08 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 21205 13271 0 0 547 53 5 3 20 0 15 0 68412999 11180277760 758182 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10918240 memory=3032728 CPUtime=1.13 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 25355 13271 0 0 90 15 5 3 20 0 15 0 68413001 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10918240 memory=3032728 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 17 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420868727776 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10918240 memory=3032728 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 9 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420734510080 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10918240 memory=3032728 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10918240 memory=4132 CPUtime=12.42 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 98484 13271 0 0 1222 12 5 3 20 0 15 0 68413004 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10918240 memory=3018360 CPUtime=11.75 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 102136 13271 0 0 1156 11 5 3 20 0 15 0 68413004 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10918240 memory=0 CPUtime=4.56 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 93297 13271 0 0 440 8 5 3 20 0 15 0 68413004 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10918240 memory=3032728 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 758182 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10918240 memory=2196 CPUtime=1.47 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 2425 13271 0 0 64 75 5 3 20 0 15 0 68413004 11180277760 758182 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 2429.24 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 3032728 KiB

[startup+2442.3 s]
/proc/loadavg: 1.89 1.91 1.88 3/218 6251
/proc/meminfo: memFree=12637876/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=10918240 memory=3045060 CPUtime=2489.31 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 841403 13271 0 0 248523 400 5 3 20 0 15 0 68412989 11180277760 761265 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2729560 761265 3527 1 0 2691213 0
[pid=5955/tid=6008] ppid=5952 vsize=10918240 memory=3045060 CPUtime=2434.11 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 416354 13271 0 0 243310 93 5 3 20 0 15 0 68412998 11180277760 761265 33554432000 4194304 4196468 140721713996848 140421403207776 140421045364710 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10918240 memory=3045060 CPUtime=6.12 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 21235 13271 0 0 552 52 5 3 20 0 15 0 68412999 11180277760 761265 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10918240 memory=3045060 CPUtime=6.11 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 26110 13271 0 0 553 50 5 3 20 0 15 0 68412999 11180277760 761265 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10918240 memory=3045060 CPUtime=6.12 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 30531 13271 0 0 553 51 5 3 20 0 15 0 68412999 11180277760 761265 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10918240 memory=3034792 CPUtime=6.09 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 21464 13271 0 0 548 53 5 3 20 0 15 0 68412999 11180277760 761265 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10918240 memory=3032728 CPUtime=1.14 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 25671 13271 0 0 91 15 5 3 20 0 15 0 68413001 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10918240 memory=247221 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 17 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420868727776 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10918240 memory=3042984 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 9 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420734510080 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10918240 memory=3045060 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10918240 memory=3045060 CPUtime=12.42 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 98492 13271 0 0 1222 12 5 3 20 0 15 0 68413004 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10918240 memory=3045060 CPUtime=11.75 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 103564 13271 0 0 1156 11 5 3 20 0 15 0 68413004 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10918240 memory=3045060 CPUtime=4.56 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 93302 13271 0 0 440 8 5 3 20 0 15 0 68413004 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10918240 memory=3045060 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 761265 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10918240 memory=3045060 CPUtime=1.5 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 2461 13271 0 0 66 76 5 3 20 0 15 0 68413004 11180277760 761265 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 2489.31 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 3045060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473 s]*
/proc/loadavg: 1.94 1.92 1.88 3/218 6251
/proc/meminfo: memFree=12627212/32770624 swapFree=67108860/67108860
[pid=5955] ppid=5952 vsize=10918240 memory=3055316 CPUtime=2520.06 cores=0,2,4,6
/proc/5955/stat : 5955 (java) S 5952 5955 4192 0 -1 1077944320 852035 13271 0 0 251597 401 5 3 20 0 15 0 68412989 11180277760 763829 33554432000 4194304 4196468 140721713996848 140721713979392 140421431373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
/proc/5955/statm: 2729560 763829 3527 1 0 2691213 0
[pid=5955/tid=6008] ppid=5952 vsize=10918240 memory=8112282956445269571 CPUtime=2464.8 cores=0,2,4,6
/proc/5955/task/6008/stat : 6008 (java) R 5952 5955 4192 0 -1 4202560 426939 13271 0 0 246379 93 5 3 20 0 15 0 68412998 11180277760 763829 33554432000 4194304 4196468 140721713996848 140421403207648 140421043333326 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6009] ppid=5952 vsize=10918240 memory=-7003737579269690708 CPUtime=6.13 cores=0,2,4,6
/proc/5955/task/6009/stat : 6009 (java) S 5952 5955 4192 0 -1 1077944384 21239 13271 0 0 553 52 5 3 20 0 15 0 68412999 11180277760 763829 33554432000 4194304 4196468 140721713996848 140421435616016 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6010] ppid=5952 vsize=10918240 memory=3848 CPUtime=6.12 cores=0,2,4,6
/proc/5955/task/6010/stat : 6010 (java) S 5952 5955 4192 0 -1 1077944384 26112 13271 0 0 554 50 5 3 20 0 15 0 68412999 11180277760 763829 33554432000 4194304 4196468 140721713996848 140421339818896 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6011] ppid=5952 vsize=10918240 memory=2600 CPUtime=6.14 cores=0,2,4,6
/proc/5955/task/6011/stat : 6011 (java) S 5952 5955 4192 0 -1 1077944384 30540 13271 0 0 554 52 5 3 20 0 15 0 68412999 11180277760 763829 33554432000 4194304 4196468 140721713996848 140421003795472 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6012] ppid=5952 vsize=10918240 memory=2600 CPUtime=6.09 cores=0,2,4,6
/proc/5955/task/6012/stat : 6012 (java) S 5952 5955 4192 0 -1 1077944384 21469 13271 0 0 548 53 5 3 20 0 15 0 68412999 11180277760 763829 33554432000 4194304 4196468 140721713996848 140421002742928 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6013] ppid=5952 vsize=10918240 memory=1408 CPUtime=1.14 cores=0,2,4,6
/proc/5955/task/6013/stat : 6013 (java) S 5952 5955 4192 0 -1 1077944384 25696 13271 0 0 91 15 5 3 20 0 15 0 68413001 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420958062576 140421431384706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6014] ppid=5952 vsize=10918240 memory=3204 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6014/stat : 6014 (java) S 5952 5955 4192 0 -1 1077944384 17 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420868727776 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6015] ppid=5952 vsize=10918240 memory=3055316 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6015/stat : 6015 (java) S 5952 5955 4192 0 -1 1077944384 9 13271 0 0 0 0 5 3 20 0 15 0 68413001 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420734510080 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6016] ppid=5952 vsize=10918240 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6016/stat : 6016 (java) S 5952 5955 4192 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420130531536 140421431392155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6017] ppid=5952 vsize=10918240 memory=1404 CPUtime=12.42 cores=0,2,4,6
/proc/5955/task/6017/stat : 6017 (java) S 5952 5955 4192 0 -1 1077944384 98492 13271 0 0 1222 12 5 3 20 0 15 0 68413004 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420957010416 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6018] ppid=5952 vsize=10918240 memory=3196 CPUtime=11.75 cores=0,2,4,6
/proc/5955/task/6018/stat : 6018 (java) S 5952 5955 4192 0 -1 1077944384 103564 13271 0 0 1156 11 5 3 20 0 15 0 68413004 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420955957872 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6019] ppid=5952 vsize=10918240 memory=4928540 CPUtime=4.56 cores=0,2,4,6
/proc/5955/task/6019/stat : 6019 (java) S 5952 5955 4192 0 -1 1077944384 93302 13271 0 0 440 8 5 3 20 0 15 0 68413004 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420954905328 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6020] ppid=5952 vsize=10918240 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5955/task/6020/stat : 6020 (java) S 5952 5955 4192 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 68413004 11180277760 763829 33554432000 4194304 4196468 140721713996848 140419660770400 140421431383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
[pid=5955/tid=6021] ppid=5952 vsize=10918240 memory=-7003737579269690708 CPUtime=1.52 cores=0,2,4,6
/proc/5955/task/6021/stat : 6021 (java) S 5952 5955 4192 0 -1 1077944384 2463 13271 0 0 67 77 5 3 20 0 15 0 68413004 11180277760 763829 33554432000 4194304 4196468 140721713996848 140420953852208 140421431384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140721714002091 140721714005340 140721714005340 140721714008015 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 3055316 KiB

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

[startup+2473.07 s]
# the end of solver process 5955 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=4.08282 s

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

Child status: 143
Real time (s): 2473.07
CPU time (s): 2520.14
CPU user time (s): 2516.06
CPU system time (s): 4.08282
CPU usage (%): 101.903
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 3055316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 4.08282
maximum resident set size= 3059448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 869345
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84620
involuntary context switches= 3680


# summary of solver processes directly reported to runsolver:
#   pid: 5955
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 4.08282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8122 second user time and 25.3685 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 10:48:18
IDJOB=4294988
IDBENCH=141452
IDSOLVER=2751
FILE ID=node132/4294988-1532508498
RUNJOBID= node132-1532498695-4223
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_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-4294988-1532508498/watcher-4294988-1532508498 -o /tmp/evaluation-result-4294988-1532508498/solver-4294988-1532508498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1131337457 -superng HOME/instance-4294988-1532508498.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=1131337457

node132.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.65
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.65
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.65
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.65
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:        15776068 kB
MemAvailable:   27105712 kB
Buffers:          194616 kB
Cached:         11302252 kB
SwapCached:            0 kB
Active:          7950936 kB
Inactive:        8417644 kB
Active(anon):    4821764 kB
Inactive(anon):    77644 kB
Active(file):    3129172 kB
Inactive(file):  8340000 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26344 kB
Writeback:             0 kB
AnonPages:       5089272 kB
Mapped:            52480 kB
Shmem:             25248 kB
Slab:             316112 kB
SReclaimable:     288932 kB
SUnreclaim:        27180 kB
KernelStack:        3888 kB
PageTables:        14568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6540692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4835328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 11:29:31