Trace number 4305128

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.11 2395.45

General information on the benchmark

NameCarSequencing/
CarSequencing-04-72_c18.xml
MD5SUM606ad4221d4941292d84c5bdd64a5487
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.6809
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
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":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":20},{"degree":23,"count":20},{"degree":24,"count":25},{"degree":25,"count":14},{"degree":26,"count":9},"...",{"degree":29,"count":9}, {"degree":30,"count":10}, {"degree":31,"count":26}, {"degree":32,"count":19}, {"degree":33,"count":2}, {"degree":34,"count":2}, {"degree":35,"count":2}, {"degree":36,"count":2}, {"degree":37,"count":2}, {"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":1},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},{"arity":35,"count":2},{"arity":36,"count":1},"...",{"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":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305128-1534118151/watcher-4305128-1534118151 -o /tmp/evaluation-result-4305128-1534118151/solver-4305128-1534118151 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=766754744 -superng HOME/instance-4305128-1534118151.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=13534, runsolver pid=13531

[startup+0.100155 s]*
/proc/loadavg: 1.70 1.62 1.59 6/210 13591
/proc/meminfo: memFree=12010252/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=10005480 memory=14644 CPUtime=0.08 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 4331 12901 0 0 1 0 5 2 20 0 6 0 229378331 10245611520 3661 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2501370 3661 1932 1 0 2489808 0
[pid=13534/tid=13587] ppid=13531 vsize=10005480 memory=4279135703980213131 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 2189 12901 0 0 0 0 5 2 20 0 6 0 229378340 10245611520 3727 33554432000 4194304 4196468 140727165076080 140541671330384 140541683574110 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 6 0 229378341 10245611520 3727 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=10005480 memory=140338993710720 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 6 0 229378341 10245611520 3727 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 6 0 229378341 10245611520 3727 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 6 0 229378341 10245611520 3727 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14644 KiB

[startup+0.210172 s]*
/proc/loadavg: 1.70 1.62 1.59 4/219 13600
/proc/meminfo: memFree=11984516/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=10982696 memory=45196 CPUtime=0.26 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 8688 12901 0 0 17 2 5 2 20 0 15 0 229378331 11246280704 11299 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2745674 11299 2936 1 0 2708109 0
[pid=13534/tid=13587] ppid=13531 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 5228 12901 0 0 10 1 5 2 20 0 15 0 229378340 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541671291280 140541683574110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=10982696 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=10982696 memory=140338993724508 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=10982696 memory=140338993710720 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378342 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 229378343 11246280704 11299 33554432000 4194304 4196468 140727165076080 140540456723744 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378343 11246280704 11299 33554432000 4194304 4196468 140727165076080 140540255397488 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246280704 11299 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) S 13531 13534 9314 0 -1 1077944384 431 12901 0 0 1 0 5 2 20 0 15 0 229378346 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541123602544 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) S 13531 13534 9314 0 -1 1077944384 188 12901 0 0 1 0 5 2 20 0 15 0 229378346 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541122549744 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=10982696 memory=140338993710720 CPUtime=0.1 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 623 12901 0 0 3 0 5 2 20 0 15 0 229378346 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246280704 11299 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=10982696 memory=140338993710720 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246280704 11299 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45196 KiB

[startup+0.310906 s]*
/proc/loadavg: 1.70 1.62 1.59 3/219 13600
/proc/meminfo: memFree=11971980/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=10983192 memory=56340 CPUtime=0.37 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 10683 12901 0 0 28 2 5 2 20 0 15 0 229378331 11246788608 14085 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2745798 14085 3068 1 0 2708109 0
[pid=13534/tid=13587] ppid=13531 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 7224 12901 0 0 19 2 5 2 20 0 15 0 229378340 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541671305632 140541681057156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378342 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 229378343 11246788608 14131 33554432000 4194304 4196468 140727165076080 140540456723744 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378343 11246788608 14131 33554432000 4194304 4196468 140727165076080 140540255397488 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246788608 14131 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) S 13531 13534 9314 0 -1 1077944384 433 12901 0 0 1 0 5 2 20 0 15 0 229378346 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541123602544 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) S 13531 13534 9314 0 -1 1077944384 188 12901 0 0 1 0 5 2 20 0 15 0 229378346 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541122549744 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=10983192 memory=140338993710720 CPUtime=0.12 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 628 12901 0 0 5 0 5 2 20 0 15 0 229378346 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246788608 14131 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=10983192 memory=140338993710720 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246788608 14131 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56340 KiB

[startup+0.700845 s]
/proc/loadavg: 1.73 1.62 1.60 3/219 13600
/proc/meminfo: memFree=11961136/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=10983192 memory=89060 CPUtime=0.99 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 16863 12901 0 0 89 3 5 2 20 0 15 0 229378331 11246788608 22265 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2745798 22265 3237 1 0 2708109 0
[pid=13534/tid=13587] ppid=13531 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 12494 12901 0 0 56 2 5 2 20 0 15 0 229378340 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541671313912 140541683574110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=10983192 memory=140338861847312 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=10983192 memory=140342351364719 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 229378341 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=10983192 memory=1832 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 5 12901 0 0 0 0 5 2 20 0 15 0 229378342 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=10983192 memory=7161944214934349376 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 229378343 11246788608 22265 33554432000 4194304 4196468 140727165076080 140540456723744 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=10983192 memory=6082220498227391592 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378343 11246788608 22265 33554432000 4194304 4196468 140727165076080 140540255397488 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=10983192 memory=16348 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246788608 22265 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=10983192 memory=1176 CPUtime=0.17 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) S 13531 13534 9314 0 -1 1077944384 1060 12901 0 0 10 0 5 2 20 0 15 0 229378346 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541123602544 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=10983192 memory=34456 CPUtime=0.14 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) S 13531 13534 9314 0 -1 1077944384 424 12901 0 0 7 0 5 2 20 0 15 0 229378346 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541122549744 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=10983192 memory=4048 CPUtime=0.2 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 663 12901 0 0 13 0 5 2 20 0 15 0 229378346 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246788608 22265 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=10983192 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378346 11246788608 22265 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89060 KiB

[startup+1.5016 s]
/proc/loadavg: 1.73 1.62 1.60 3/219 13600
/proc/meminfo: memFree=11917968/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=10998092 memory=189600 CPUtime=3.01 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 27059 12901 0 0 286 8 5 2 20 0 15 0 229378331 11262046208 47400 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2749523 47400 3467 1 0 2711181 0
[pid=13534/tid=13587] ppid=13531 vsize=10998092 memory=65380 CPUtime=1.41 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 17570 12901 0 0 130 4 5 2 20 0 15 0 229378340 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541671318456 140541682686385 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 40 12901 0 0 1 0 5 2 20 0 15 0 229378341 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=10998092 memory=280677723725984 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 10 12901 0 0 0 0 5 2 20 0 15 0 229378341 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 85 12901 0 0 1 0 5 2 20 0 15 0 229378341 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 146 12901 0 0 1 0 5 2 20 0 15 0 229378341 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 65 12901 0 0 1 0 5 2 20 0 15 0 229378342 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 229378343 11262046208 47400 33554432000 4194304 4196468 140727165076080 140540456723744 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378343 11262046208 47400 33554432000 4194304 4196468 140727165076080 140540255397488 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=10998092 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11262046208 47400 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=10998092 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) R 13531 13534 9314 0 -1 4202560 3018 12901 0 0 58 0 5 2 20 0 15 0 229378346 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541123588568 140541677659741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=10998092 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) R 13531 13534 9314 0 -1 4202560 2346 12901 0 0 47 0 5 2 20 0 15 0 229378346 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541122549744 140541678740196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=10998092 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 1568 12901 0 0 41 0 5 2 20 0 15 0 229378346 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11262046208 47400 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=10998092 memory=280677723970432 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 229378346 11262046208 47400 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10998092 KiB

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

/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 249416 12901 0 0 223030 67 5 2 20 0 15 0 229378340 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541671326832 140541273542106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=11016544 memory=4781852 CPUtime=29.69 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 41083 12901 0 0 2883 79 5 2 20 0 15 0 229378341 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=11016544 memory=4781852 CPUtime=29.67 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 57622 12901 0 0 2880 80 5 2 20 0 15 0 229378341 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=11016544 memory=4781852 CPUtime=29.67 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 41589 12901 0 0 2878 82 5 2 20 0 15 0 229378341 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=11016544 memory=4781852 CPUtime=29.63 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 50181 12901 0 0 2877 79 5 2 20 0 15 0 229378341 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=11016544 memory=4781852 CPUtime=1.33 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 49929 12901 0 0 117 9 5 2 20 0 15 0 229378342 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=11016544 memory=4781860 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 19 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140540456723872 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=11016544 memory=4781860 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 6 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140540255397664 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=11016544 memory=4781860 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=11016544 memory=4781860 CPUtime=15.25 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) S 13531 13534 9314 0 -1 1077944384 109009 12901 0 0 1507 11 5 2 20 0 15 0 229378346 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541123602544 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=11016544 memory=4781860 CPUtime=14.41 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) S 13531 13534 9314 0 -1 1077944384 111616 12901 0 0 1424 10 5 2 20 0 15 0 229378346 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541122549744 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=11016544 memory=4781860 CPUtime=4.1 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 86949 12901 0 0 393 10 5 2 20 0 15 0 229378346 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=11016544 memory=4781860 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=11016544 memory=3824 CPUtime=1.44 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 3308 12901 0 0 69 68 5 2 20 0 15 0 229378346 11280941056 1195465 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 2385.7 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4781860 KiB

[startup+2322.3 s]
/proc/loadavg: 1.58 1.74 1.80 3/220 13831
/proc/meminfo: memFree=7450188/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=11016544 memory=4781848 CPUtime=2446.26 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 814229 12901 0 0 244137 482 5 2 20 0 15 0 229378331 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2754136 1195462 3535 1 0 2715789 0
[pid=13534/tid=13587] ppid=13531 vsize=11016544 memory=4781848 CPUtime=2290.89 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 253824 12901 0 0 229014 68 5 2 20 0 15 0 229378340 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541671327696 140541278849767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=11016544 memory=4781852 CPUtime=29.82 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 41358 12901 0 0 2896 79 5 2 20 0 15 0 229378341 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=11016544 memory=4781852 CPUtime=29.81 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 58788 12901 0 0 2894 80 5 2 20 0 15 0 229378341 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=11016544 memory=0 CPUtime=29.8 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 42808 12901 0 0 2891 82 5 2 20 0 15 0 229378341 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=11016544 memory=4781848 CPUtime=29.77 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 51554 12901 0 0 2891 79 5 2 20 0 15 0 229378341 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=11016544 memory=4781848 CPUtime=1.34 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 50224 12901 0 0 118 9 5 2 20 0 15 0 229378342 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=11016544 memory=4781848 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 19 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140540456723872 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=11016544 memory=4781848 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 6 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140540255397664 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=11016544 memory=4781848 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=11016544 memory=928 CPUtime=15.31 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) S 13531 13534 9314 0 -1 1077944384 110215 12901 0 0 1513 11 5 2 20 0 15 0 229378346 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541123602544 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=11016544 memory=4781848 CPUtime=14.45 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) S 13531 13534 9314 0 -1 1077944384 112764 12901 0 0 1428 10 5 2 20 0 15 0 229378346 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541122549744 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=11016544 memory=4781848 CPUtime=4.12 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 87130 12901 0 0 395 10 5 2 20 0 15 0 229378346 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=11016544 memory=4781848 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=11016544 memory=1224 CPUtime=1.48 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 3342 12901 0 0 71 70 5 2 20 0 15 0 229378346 11280941056 1195462 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 2446.26 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4781848 KiB

[startup+2382.3 s]
/proc/loadavg: 1.76 1.76 1.80 3/219 13832
/proc/meminfo: memFree=7451612/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=11016544 memory=4781976 CPUtime=2506.79 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 830472 12901 0 0 250187 485 5 2 20 0 15 0 229378331 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2754136 1195494 3535 1 0 2715789 0
[pid=13534/tid=13587] ppid=13531 vsize=11016544 memory=4781976 CPUtime=2350.75 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 258265 12901 0 0 234999 69 5 2 20 0 15 0 229378340 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541671326200 140541271201203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=11016544 memory=4781956 CPUtime=29.95 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 41840 12901 0 0 2909 79 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=11016544 memory=4781960 CPUtime=29.94 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 61694 12901 0 0 2907 80 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=11016544 memory=4781960 CPUtime=29.93 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 42856 12901 0 0 2904 82 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=11016544 memory=4781976 CPUtime=29.89 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 51859 12901 0 0 2903 79 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=11016544 memory=4781976 CPUtime=1.35 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 50513 12901 0 0 119 9 5 2 20 0 15 0 229378342 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=11016544 memory=4781976 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 19 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140540456723872 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=11016544 memory=4781960 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 6 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140540255397664 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=11016544 memory=4781976 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=11016544 memory=4781848 CPUtime=15.35 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) S 13531 13534 9314 0 -1 1077944384 112437 12901 0 0 1517 11 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541123602544 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=11016544 memory=4781976 CPUtime=14.49 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) S 13531 13534 9314 0 -1 1077944384 114665 12901 0 0 1432 10 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541122549744 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=11016544 memory=7636 CPUtime=4.16 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 90748 12901 0 0 398 11 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=11016544 memory=4781976 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=11016544 memory=288230596034167089 CPUtime=1.51 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 3373 12901 0 0 72 72 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 2506.79 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4781976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2395.4 s]
/proc/loadavg: 1.80 1.77 1.80 3/219 13833
/proc/meminfo: memFree=7451328/32770624 swapFree=67108688/67108860
[pid=13534] ppid=13531 vsize=11016544 memory=4781976 CPUtime=2520.04 cores=0,2,4,6
/proc/13534/stat : 13534 (java) S 13531 13534 9314 0 -1 1077944320 840259 12901 0 0 251511 486 5 2 20 0 15 0 229378331 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140727165058624 140541699493623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
/proc/13534/statm: 2754136 1195494 3535 1 0 2715789 0
[pid=13534/tid=13587] ppid=13531 vsize=11016544 memory=8908 CPUtime=2363.81 cores=0,2,4,6
/proc/13534/task/13587/stat : 13587 (java) R 13531 13534 9314 0 -1 4202560 260439 12901 0 0 236305 69 5 2 20 0 15 0 229378340 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541671326848 140541292117511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13588] ppid=13531 vsize=11016544 memory=15196 CPUtime=29.98 cores=0,2,4,6
/proc/13534/task/13588/stat : 13588 (java) S 13531 13534 9314 0 -1 1077944384 43526 12901 0 0 2912 79 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541703735696 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13589] ppid=13531 vsize=11016544 memory=16348 CPUtime=29.97 cores=0,2,4,6
/proc/13534/task/13589/stat : 13589 (java) S 13531 13534 9314 0 -1 1077944384 62518 12901 0 0 2910 80 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541239601424 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13590] ppid=13531 vsize=11016544 memory=2412 CPUtime=29.96 cores=0,2,4,6
/proc/13534/task/13590/stat : 13590 (java) S 13531 13534 9314 0 -1 1077944384 42983 12901 0 0 2907 82 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541238549136 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13591] ppid=13531 vsize=11016544 memory=928 CPUtime=29.92 cores=0,2,4,6
/proc/13534/task/13591/stat : 13591 (java) S 13531 13534 9314 0 -1 1077944384 52764 12901 0 0 2906 79 5 2 20 0 15 0 229378341 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541237496336 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13592] ppid=13531 vsize=11016544 memory=1564 CPUtime=1.35 cores=0,2,4,6
/proc/13534/task/13592/stat : 13592 (java) S 13531 13534 9314 0 -1 1077944384 50796 12901 0 0 119 9 5 2 20 0 15 0 229378342 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541124655728 140541699504770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13593] ppid=13531 vsize=11016544 memory=2212 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13593/stat : 13593 (java) S 13531 13534 9314 0 -1 1077944384 19 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140540456723872 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13594] ppid=13531 vsize=11016544 memory=3984 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13594/stat : 13594 (java) S 13531 13534 9314 0 -1 1077944384 6 12901 0 0 0 0 5 2 20 0 15 0 229378343 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140540255397664 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13595] ppid=13531 vsize=11016544 memory=2036 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13595/stat : 13595 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140539947997776 140541699512219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13596] ppid=13531 vsize=11016544 memory=7636 CPUtime=15.37 cores=0,2,4,6
/proc/13534/task/13596/stat : 13596 (java) S 13531 13534 9314 0 -1 1077944384 113795 12901 0 0 1519 11 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541123602544 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13597] ppid=13531 vsize=11016544 memory=808 CPUtime=14.5 cores=0,2,4,6
/proc/13534/task/13597/stat : 13597 (java) S 13531 13534 9314 0 -1 1077944384 116159 12901 0 0 1433 10 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541122549744 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13598] ppid=13531 vsize=11016544 memory=1692 CPUtime=4.16 cores=0,2,4,6
/proc/13534/task/13598/stat : 13598 (java) S 13531 13534 9314 0 -1 1077944384 91658 12901 0 0 398 11 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541121497456 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13599] ppid=13531 vsize=11016544 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/13534/task/13599/stat : 13599 (java) S 13531 13534 9314 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140539517200864 140541699503829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
[pid=13534/tid=13600] ppid=13531 vsize=11016544 memory=3852 CPUtime=1.51 cores=0,2,4,6
/proc/13534/task/13600/stat : 13600 (java) S 13531 13534 9314 0 -1 1077944384 3399 12901 0 0 72 72 5 2 20 0 15 0 229378346 11280941056 1195494 33554432000 4194304 4196468 140727165076080 140541120445360 140541699504770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25616384 140727165078116 140727165080924 140727165080924 140727165083599 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4781976 KiB

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

[startup+2395.45 s]
# the end of solver process 13534 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.19 s, system=4.92559 s

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

Child status: 143
Real time (s): 2395.45
CPU time (s): 2520.11
CPU user time (s): 2515.19
CPU system time (s): 4.92559
CPU usage (%): 105.204
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 4793656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.19
system time used= 4.92559
maximum resident set size= 4793712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 855967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73858
involuntary context switches= 4837


# summary of solver processes directly reported to runsolver:
#   pid: 13534
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.19
#   total CPU system time (s): 4.92559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4921 second user time and 23.6682 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 01:55:51
IDJOB=4305128
IDBENCH=141457
IDSOLVER=2781
FILE ID=node134/4305128-1534118151
RUNJOBID= node134-1534096675-9345
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CarSequencing/CarSequencing-04-72_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305128-1534118151/watcher-4305128-1534118151 -o /tmp/evaluation-result-4305128-1534118151/solver-4305128-1534118151 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=766754744 -superng HOME/instance-4305128-1534118151.xml

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

MD5SUM BENCH= 606ad4221d4941292d84c5bdd64a5487
RANDOM SEED=766754744

node134.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.68
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.68
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.68
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.68
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:        12014248 kB
MemAvailable:   25644072 kB
Buffers:          209540 kB
Cached:         13569308 kB
SwapCached:           52 kB
Active:         10719620 kB
Inactive:        9360700 kB
Active(anon):    6250776 kB
Inactive(anon):   103128 kB
Active(file):    4468844 kB
Inactive(file):  9257572 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26628 kB
Writeback:             0 kB
AnonPages:       6308856 kB
Mapped:            68188 kB
Shmem:             49652 kB
Slab:             361248 kB
SReclaimable:     331868 kB
SUnreclaim:        29380 kB
KernelStack:        3584 kB
PageTables:        17836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7029576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6031360 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= 42512 MiB
End job on node134 at 2018-08-13 02:35:47