Trace number 4293029

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.06 2471.83

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark258
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293029-1532306102/watcher-4293029-1532306102 -o /tmp/evaluation-result-4293029-1532306102/solver-4293029-1532306102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1530778368 HOME/instance-4293029-1532306102.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=6274, runsolver pid=6271

[startup+0.100092 s]*
/proc/loadavg: 1.54 1.38 1.33 3/207 6331
/proc/meminfo: memFree=20583352/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=9972712 memory=14908 CPUtime=0.09 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 4391 13226 0 0 1 0 5 3 20 0 6 0 48173383 10212057088 3727 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2493178 3727 1934 1 0 2481616 0
[pid=6274/tid=6327] ppid=6271 vsize=9972712 memory=-9032380014983954367 CPUtime=0.09 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 2232 13226 0 0 1 0 5 3 20 0 6 0 48173393 10212057088 3793 33554432000 4194304 4196468 140730382377136 139978124046928 139978136290654 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 6 0 48173393 10212057088 3793 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=9972712 memory=140127782991488 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 6 0 48173393 10212057088 3793 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 6 0 48173393 10212057088 3793 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 6 0 48173393 10212057088 3793 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14908 KiB

[startup+0.209932 s]*
/proc/loadavg: 1.54 1.38 1.33 3/216 6340
/proc/meminfo: memFree=20562068/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=10818904 memory=38268 CPUtime=0.25 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 7271 13226 0 0 16 1 5 3 20 0 15 0 48173383 11078557696 9567 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2704726 9567 2970 1 0 2667149 0
[pid=6274/tid=6327] ppid=6271 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 3765 13226 0 0 10 0 5 3 20 0 15 0 48173393 11078557696 9567 33554432000 4194304 4196468 140730382377136 139978124032072 139978132485903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11078557696 9567 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10818904 memory=140127782998019 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11078557696 9567 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 48173393 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10818904 memory=140127782991488 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 48173395 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 48173395 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977144918816 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173395 11078557696 9567 33554432000 4194304 4196468 140730382377136 139976943592560 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11078557696 9567 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 502 13226 0 0 1 0 5 3 20 0 15 0 48173398 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) S 6271 6274 4562 0 -1 1077944384 133 13226 0 0 0 0 5 3 20 0 15 0 48173398 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977220397552 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10818904 memory=140127782991488 CPUtime=0.11 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 655 13226 0 0 3 0 5 3 20 0 15 0 48173398 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11078557696 9567 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10818904 memory=140127782991488 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173399 11078557696 9567 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 38268 KiB

[startup+0.310101 s]*
/proc/loadavg: 1.54 1.38 1.33 3/216 6340
/proc/meminfo: memFree=20549772/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=10819352 memory=50400 CPUtime=0.38 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 10170 13226 0 0 28 2 5 3 20 0 15 0 48173383 11079016448 12600 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2704838 12600 3103 1 0 2667149 0
[pid=6274/tid=6327] ppid=6271 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 6785 13226 0 0 19 1 5 3 20 0 15 0 48173393 11079016448 12798 33554432000 4194304 4196468 140730382377136 139978124022176 139978132485874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 12798 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 12798 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 12798 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 12798 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 48173395 11079016448 12798 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 48173395 11079016448 12798 33554432000 4194304 4196468 140730382377136 139977144918816 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173395 11079016448 12798 33554432000 4194304 4196468 140730382377136 139976943592560 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11079016448 12798 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 507 13226 0 0 1 0 5 3 20 0 15 0 48173398 11079016448 12798 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) S 6271 6274 4562 0 -1 1077944384 136 13226 0 0 1 0 5 3 20 0 15 0 48173398 11079016448 12798 33554432000 4194304 4196468 140730382377136 139977220397552 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10819352 memory=140127782991488 CPUtime=0.13 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 690 13226 0 0 5 0 5 3 20 0 15 0 48173398 11079016448 12864 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11079016448 12864 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10819352 memory=140127782991488 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173399 11079016448 12864 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50400 KiB

[startup+0.700762 s]
/proc/loadavg: 1.54 1.38 1.33 3/215 6340
/proc/meminfo: memFree=20538856/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=10819352 memory=85300 CPUtime=0.99 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 17063 13226 0 0 87 4 5 3 20 0 15 0 48173383 11079016448 21325 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2704838 21325 3237 1 0 2667149 0
[pid=6274/tid=6327] ppid=6271 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 12300 13226 0 0 56 3 5 3 20 0 15 0 48173393 11079016448 21325 33554432000 4194304 4196468 140730382377136 139978124031888 139978137375720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 21325 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 21325 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10819352 memory=140127670252304 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10819352 memory=140131897967188 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 48173393 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10819352 memory=8368 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 5 13226 0 0 0 0 5 3 20 0 15 0 48173395 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 48173395 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977144918816 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173395 11079016448 21325 33554432000 4194304 4196468 140730382377136 139976943592560 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10819352 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11079016448 21325 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10819352 memory=9832 CPUtime=0.18 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 1116 13226 0 0 10 0 5 3 20 0 15 0 48173398 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10819352 memory=4008 CPUtime=0.15 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) S 6271 6274 4562 0 -1 1077944384 519 13226 0 0 7 0 5 3 20 0 15 0 48173398 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977220397552 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10819352 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 909 13226 0 0 13 0 5 3 20 0 15 0 48173398 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11079016448 21325 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173399 11079016448 21325 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85300 KiB

[startup+1.50077 s]
/proc/loadavg: 1.54 1.38 1.33 3/215 6340
/proc/meminfo: memFree=20488704/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=10832204 memory=172868 CPUtime=2.89 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 23896 13226 0 0 274 7 5 3 20 0 15 0 48173383 11092176896 43217 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2708051 43217 3446 1 0 2669709 0
[pid=6274/tid=6327] ppid=6271 vsize=10832204 memory=61968 CPUtime=1.46 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 16518 13226 0 0 133 5 5 3 20 0 15 0 48173393 11092176896 43217 33554432000 4194304 4196468 140730382377136 139978124033920 139978131755507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10832204 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11092176896 43217 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10832204 memory=280255340535968 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11092176896 43217 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173393 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 48173393 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 6 13226 0 0 0 0 5 3 20 0 15 0 48173395 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 48173395 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977144918816 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173395 11092176896 43217 33554432000 4194304 4196468 140730382377136 139976943592560 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10832204 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11092176896 43217 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10832204 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 2126 13226 0 0 49 0 5 3 20 0 15 0 48173398 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10832204 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) R 6271 6274 4562 0 -1 4202560 1177 13226 0 0 46 0 5 3 20 0 15 0 48173398 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977220397552 139978135597072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10832204 memory=8112282956445269571 CPUtime=0.52 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 1856 13226 0 0 44 0 5 3 20 0 15 0 48173398 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10832204 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11092176896 43217 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10832204 memory=280255340780416 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 48173399 11092176896 43217 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10832204 KiB

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

/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 95526 13226 0 0 230491 44 5 3 20 0 15 0 48173393 11113168896 317257 33554432000 4194304 4196468 140730382377136 139978124042032 139977761306816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10852704 memory=1269028 CPUtime=8.44 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 17114 13226 0 0 804 32 5 3 20 0 15 0 48173393 11113168896 317257 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10852704 memory=1269028 CPUtime=8.42 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 18707 13226 0 0 802 32 5 3 20 0 15 0 48173393 11113168896 317257 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10852704 memory=1269028 CPUtime=8.43 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 24324 13226 0 0 803 32 5 3 20 0 15 0 48173393 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10852704 memory=1269028 CPUtime=8.4 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 18011 13226 0 0 801 31 5 3 20 0 15 0 48173393 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10852704 memory=1269028 CPUtime=6.53 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 17152 13226 0 0 613 32 5 3 20 0 15 0 48173395 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10852704 memory=1269028 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 17 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977144918880 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10852704 memory=1259224 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 12 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 317257 33554432000 4194304 4196468 140730382377136 139976943592576 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10852704 memory=1268544 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 317257 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10852704 memory=1268544 CPUtime=9.47 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 124908 13226 0 0 926 13 5 3 20 0 15 0 48173398 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10852704 memory=1268384 CPUtime=8.8 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) S 6271 6274 4562 0 -1 1077944384 104643 13226 0 0 864 8 5 3 20 0 15 0 48173398 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977220397552 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10852704 memory=1268340 CPUtime=3.57 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 107307 13226 0 0 338 11 5 3 20 0 15 0 48173398 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10852704 memory=1269028 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 317257 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10852704 memory=7528 CPUtime=1.37 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 3094 13226 0 0 64 65 5 3 20 0 15 0 48173399 11113168896 317257 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 2368.22 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1269028 KiB

[startup+2382.3 s]
/proc/loadavg: 1.13 1.33 1.34 3/216 6433
/proc/meminfo: memFree=19315544/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=10852704 memory=1269084 CPUtime=2428.95 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 535807 13226 0 0 242616 271 5 3 20 0 15 0 48173383 11113168896 317271 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2713176 317271 3525 1 0 2674829 0
[pid=6274/tid=6327] ppid=6271 vsize=10852704 memory=15876 CPUtime=2364.98 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 96253 13226 0 0 236446 44 5 3 20 0 15 0 48173393 11113168896 317271 33554432000 4194304 4196468 140730382377136 139978124044288 139977764626596 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10852704 memory=1269596 CPUtime=8.67 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 17269 13226 0 0 826 33 5 3 20 0 15 0 48173393 11113168896 317271 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10852704 memory=1269076 CPUtime=8.64 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 18819 13226 0 0 823 33 5 3 20 0 15 0 48173393 11113168896 317271 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10852704 memory=1271124 CPUtime=8.66 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 24365 13226 0 0 825 33 5 3 20 0 15 0 48173393 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10852704 memory=1271124 CPUtime=8.64 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 18037 13226 0 0 824 32 5 3 20 0 15 0 48173393 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10852704 memory=1271136 CPUtime=6.69 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 17359 13226 0 0 628 33 5 3 20 0 15 0 48173395 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10852704 memory=280255341458496 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 17 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977144918880 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10852704 memory=1270108 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 12 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 317271 33554432000 4194304 4196468 140730382377136 139976943592576 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10852704 memory=1269596 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 317271 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10852704 memory=0 CPUtime=9.48 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 125349 13226 0 0 927 13 5 3 20 0 15 0 48173398 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10852704 memory=15876 CPUtime=8.82 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) S 6271 6274 4562 0 -1 1077944384 105118 13226 0 0 866 8 5 3 20 0 15 0 48173398 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977220397552 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10852704 memory=16436 CPUtime=3.58 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 107902 13226 0 0 339 11 5 3 20 0 15 0 48173398 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10852704 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 317271 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10852704 memory=288230376974057755 CPUtime=1.4 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 3113 13226 0 0 65 67 5 3 20 0 15 0 48173399 11113168896 317271 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 2428.95 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1269084 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.33 1.34 3/216 6565
/proc/meminfo: memFree=19869012/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=10852704 memory=1262436 CPUtime=2489.95 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 539452 13226 0 0 248708 279 5 3 20 0 15 0 48173383 11113168896 315609 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2713176 315609 3525 1 0 2674829 0
[pid=6274/tid=6327] ppid=6271 vsize=10852704 memory=1262436 CPUtime=2424.41 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 96901 13226 0 0 242387 46 5 3 20 0 15 0 48173393 11113168896 315609 33554432000 4194304 4196468 140730382377136 139978124042904 139977778635297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10852704 memory=1262436 CPUtime=8.95 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 17365 13226 0 0 854 33 5 3 20 0 15 0 48173393 11113168896 315609 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10852704 memory=1271124 CPUtime=8.91 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 18847 13226 0 0 849 34 5 3 20 0 15 0 48173393 11113168896 315609 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10852704 memory=1266516 CPUtime=8.95 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 24470 13226 0 0 852 35 5 3 20 0 15 0 48173393 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10852704 memory=1262436 CPUtime=8.92 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 18065 13226 0 0 851 33 5 3 20 0 15 0 48173393 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10852704 memory=1262436 CPUtime=6.91 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 17576 13226 0 0 650 33 5 3 20 0 15 0 48173395 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10852704 memory=1262436 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 17 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977144918880 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10852704 memory=1262436 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 12 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 315609 33554432000 4194304 4196468 140730382377136 139976943592576 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10852704 memory=1262436 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 315609 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10852704 memory=1262436 CPUtime=9.56 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 125951 13226 0 0 935 13 5 3 20 0 15 0 48173398 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10852704 memory=1262436 CPUtime=8.89 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) S 6271 6274 4562 0 -1 1077944384 105939 13226 0 0 873 8 5 3 20 0 15 0 48173398 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977220397552 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10852704 memory=2240 CPUtime=3.6 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 108985 13226 0 0 341 11 5 3 20 0 15 0 48173398 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10852704 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 315609 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10852704 memory=1262436 CPUtime=1.44 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 3130 13226 0 0 67 69 5 3 20 0 15 0 48173399 11113168896 315609 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 2489.95 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1262436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.49 1.37 1.35 3/216 6692
/proc/meminfo: memFree=19378020/32770624 swapFree=67108860/67108860
[pid=6274] ppid=6271 vsize=10852704 memory=1262480 CPUtime=2520.02 cores=0,2,4,6
/proc/6274/stat : 6274 (java) S 6271 6274 4562 0 -1 1077944320 541187 13226 0 0 251711 283 5 3 20 0 15 0 48173383 11113168896 315620 33554432000 4194304 4196468 140730382377136 140730382359680 139978152210167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
/proc/6274/statm: 2713176 315620 3525 1 0 2674829 0
[pid=6274/tid=6327] ppid=6271 vsize=10852704 memory=4008 CPUtime=2453.6 cores=0,2,4,6
/proc/6274/task/6327/stat : 6327 (java) R 6271 6274 4562 0 -1 4202560 97195 13226 0 0 245305 47 5 3 20 0 15 0 48173393 11113168896 315620 33554432000 4194304 4196468 140730382377136 139978124042656 139977778238599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6328] ppid=6271 vsize=10852704 memory=1796 CPUtime=9.11 cores=0,2,4,6
/proc/6274/task/6328/stat : 6328 (java) S 6271 6274 4562 0 -1 1077944384 17369 13226 0 0 870 33 5 3 20 0 15 0 48173393 11113168896 315620 33554432000 4194304 4196468 140730382377136 139978156452752 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6329] ppid=6271 vsize=10852704 memory=644 CPUtime=9.08 cores=0,2,4,6
/proc/6274/task/6329/stat : 6329 (java) S 6271 6274 4562 0 -1 1077944384 18876 13226 0 0 865 35 5 3 20 0 15 0 48173393 11113168896 315620 33554432000 4194304 4196468 140730382377136 139978086210320 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6330] ppid=6271 vsize=10852704 memory=1428 CPUtime=9.11 cores=0,2,4,6
/proc/6274/task/6330/stat : 6330 (java) S 6271 6274 4562 0 -1 1077944384 24474 13226 0 0 868 35 5 3 20 0 15 0 48173393 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977724193936 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6331] ppid=6271 vsize=10852704 memory=12976 CPUtime=9.07 cores=0,2,4,6
/proc/6274/task/6331/stat : 6331 (java) S 6271 6274 4562 0 -1 1077944384 18080 13226 0 0 866 33 5 3 20 0 15 0 48173393 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977723141136 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6332] ppid=6271 vsize=10852704 memory=1696 CPUtime=7.05 cores=0,2,4,6
/proc/6274/task/6332/stat : 6332 (java) S 6271 6274 4562 0 -1 1077944384 17601 13226 0 0 663 34 5 3 20 0 15 0 48173395 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977222502512 139978152221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6333] ppid=6271 vsize=10852704 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6333/stat : 6333 (java) S 6271 6274 4562 0 -1 1077944384 17 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977144918880 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6334] ppid=6271 vsize=10852704 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6334/stat : 6334 (java) S 6271 6274 4562 0 -1 1077944384 12 13226 0 0 0 0 5 3 20 0 15 0 48173395 11113168896 315620 33554432000 4194304 4196468 140730382377136 139976943592576 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6335] ppid=6271 vsize=10852704 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6335/stat : 6335 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 315620 33554432000 4194304 4196468 140730382377136 139976703301712 139978152228763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6336] ppid=6271 vsize=10852704 memory=8368 CPUtime=9.6 cores=0,2,4,6
/proc/6274/task/6336/stat : 6336 (java) S 6271 6274 4562 0 -1 1077944384 126329 13226 0 0 939 13 5 3 20 0 15 0 48173398 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977221450352 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6337] ppid=6271 vsize=10852704 memory=8112282956445269571 CPUtime=8.92 cores=0,2,4,6
/proc/6274/task/6337/stat : 6337 (java) S 6271 6274 4562 0 -1 1077944384 106338 13226 0 0 876 8 5 3 20 0 15 0 48173398 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977220397552 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6338] ppid=6271 vsize=10852704 memory=4872558044660077418 CPUtime=3.62 cores=0,2,4,6
/proc/6274/task/6338/stat : 6338 (java) S 6271 6274 4562 0 -1 1077944384 109567 13226 0 0 343 11 5 3 20 0 15 0 48173398 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977219345264 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6339] ppid=6271 vsize=10852704 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/6274/task/6339/stat : 6339 (java) S 6271 6274 4562 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 48173398 11113168896 315620 33554432000 4194304 4196468 140730382377136 139976669744096 139978152220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
[pid=6274/tid=6340] ppid=6271 vsize=10852704 memory=3216 CPUtime=1.46 cores=0,2,4,6
/proc/6274/task/6340/stat : 6340 (java) S 6271 6274 4562 0 -1 1077944384 3135 13226 0 0 68 70 5 3 20 0 15 0 48173399 11113168896 315620 33554432000 4194304 4196468 140730382377136 139977218292144 139978152221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9248768 140730382379630 140730382382428 140730382382428 140730382385103 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1262480 KiB

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

[startup+2471.83 s]
# the end of solver process 6274 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.18 s, system=2.87481 s

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

Child status: 143
Real time (s): 2471.83
CPU time (s): 2520.06
CPU user time (s): 2517.18
CPU system time (s): 2.87481
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 10853364
Max. memory (cumulated for all children) (KiB): 1357076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.18
system time used= 2.87481
maximum resident set size= 1358136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 555210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 200612
involuntary context switches= 6895


# summary of solver processes directly reported to runsolver:
#   pid: 6274
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.18
#   total CPU system time (s): 2.87481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2564 second user time and 25.2737 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 02:35:02
IDJOB=4293029
IDBENCH=141102
IDSOLVER=2750
FILE ID=node136/4293029-1532306102
RUNJOBID= node136-1532296223-4593
PBS_JOBID= 21018988
Free space on /tmp= 57084 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293029-1532306102/watcher-4293029-1532306102 -o /tmp/evaluation-result-4293029-1532306102/solver-4293029-1532306102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1530778368 HOME/instance-4293029-1532306102.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1530778368

node136.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.50
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.50
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.50
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.50
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:        20587380 kB
MemAvailable:   30624556 kB
Buffers:          253472 kB
Cached:          9988052 kB
SwapCached:            0 kB
Active:          2552080 kB
Inactive:        9057184 kB
Active(anon):    1370392 kB
Inactive(anon):    16916 kB
Active(file):    1181688 kB
Inactive(file):  9040268 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26844 kB
Writeback:             0 kB
AnonPages:       1460840 kB
Mapped:            49732 kB
Shmem:             17036 kB
Slab:             270984 kB
SReclaimable:     243680 kB
SUnreclaim:        27304 kB
KernelStack:        3824 kB
PageTables:         7708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2366000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57060 MiB
End job on node136 at 2018-07-23 03:16:14