Trace number 4305119

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? (TO) 2520.22 2292.22

General information on the benchmark

NameCarSequencing/
CarSequencing-65-01_c18.xml
MD5SUM48ac70ebdae407305a9c210468be8830
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 benchmark46.4087
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1389
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree61
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":21,"count":18},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":20},{"degree":25,"count":20},{"degree":26,"count":115},"...",{"degree":37,"count":8}, {"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":9}, {"degree":52,"count":109}, {"degree":53,"count":6}, {"degree":54,"count":6}, {"degree":55,"count":7}, {"degree":56,"count":7}, {"degree":57,"count":45}, {"degree":58,"count":3}, {"degree":59,"count":4}, {"degree":60,"count":4}, {"degree":61,"count":30}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":2},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"count":2},{"arity":92,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1188},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305119-1534115740/watcher-4305119-1534115740 -o /tmp/evaluation-result-4305119-1534115740/solver-4305119-1534115740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1255607446 HOME/instance-4305119-1534115740.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
solver pid=1239, runsolver pid=1236
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.37 1.26 1.33 2/206 1296
/proc/meminfo: memFree=21837580/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=10005480 memory=14912 CPUtime=0.09 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 4364 12896 0 0 1 1 5 2 20 0 6 0 229137206 10245611520 3728 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2501370 3728 1934 1 0 2489808 0
[pid=1239/tid=1292] ppid=1236 vsize=10005480 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) R 1236 1239 30220 0 -1 4202560 2255 12896 0 0 0 0 5 2 20 0 6 0 229137215 10245611520 3794 33554432000 4194304 4196468 140731933301744 140092512490064 140092540675229 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=10005480 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 6 0 229137216 10245611520 3794 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=10005480 memory=140521620235904 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 6 0 229137216 10245611520 3794 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 6 0 229137216 10245611520 3794 33554432000 4194304 4196468 140731933301744 140092078922256 140092540663509 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 6 0 229137216 10245611520 3794 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.20992 s]*
/proc/loadavg: 1.37 1.26 1.33 5/215 1305
/proc/meminfo: memFree=21802164/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=10982744 memory=42584 CPUtime=0.25 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 7392 12896 0 0 15 3 5 2 20 0 15 0 229137206 11246329856 10646 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2745686 10646 2954 1 0 2708109 0
[pid=1239/tid=1292] ppid=1236 vsize=10982744 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) R 1236 1239 30220 0 -1 4202560 3957 12896 0 0 10 2 5 2 20 0 15 0 229137215 11246329856 10712 33554432000 4194304 4196468 140731933301744 140092512453216 140092520929155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=10982744 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137216 11246329856 10712 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=10982744 memory=140521621186531 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137216 11246329856 10712 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137216 11246329856 10712 33554432000 4194304 4196468 140731933301744 140092078922256 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137216 11246329856 10712 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=10982744 memory=140521620235904 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137217 11246329856 10712 33554432000 4194304 4196468 140731933301744 140091966081520 140092540664450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 229137218 11246329856 10712 33554432000 4194304 4196468 140731933301744 140091364205984 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137218 11246329856 10712 33554432000 4194304 4196468 140731933301744 140091162879472 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11246329856 10712 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) S 1236 1239 30220 0 -1 1077944384 423 12896 0 0 1 0 5 2 20 0 15 0 229137221 11246329856 10712 33554432000 4194304 4196468 140731933301744 140091965028336 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) S 1236 1239 30220 0 -1 1077944384 183 12896 0 0 1 0 5 2 20 0 15 0 229137221 11246329856 10712 33554432000 4194304 4196468 140731933301744 140091963975792 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=10982744 memory=140521620235904 CPUtime=0.1 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) S 1236 1239 30220 0 -1 1077944384 618 12896 0 0 3 0 5 2 20 0 15 0 229137221 11246329856 10712 33554432000 4194304 4196468 140731933301744 140091962923248 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11246329856 10712 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=10982744 memory=140521620235904 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137222 11246329856 10712 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42584 KiB

[startup+0.76037 s]*
/proc/loadavg: 1.37 1.26 1.33 4/215 1305
/proc/meminfo: memFree=21766700/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=10985240 memory=89748 CPUtime=1.07 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 17035 12896 0 0 93 7 5 2 20 0 15 0 229137206 11248885760 22437 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2746310 22437 3241 1 0 2708621 0
[pid=1239/tid=1292] ppid=1236 vsize=10985240 memory=8 CPUtime=0.73 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) R 1236 1239 30220 0 -1 4202560 12611 12896 0 0 60 6 5 2 20 0 15 0 229137215 11248885760 22437 33554432000 4194304 4196468 140731933301744 140092512474128 140092540675133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=10985240 memory=4294967295 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 22437 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=10985240 memory=140521620235904 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 22437 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=10985240 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 22437 33554432000 4194304 4196468 140731933301744 140092078922256 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=10985240 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 22437 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=10985240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 5 12896 0 0 0 0 5 2 20 0 15 0 229137217 11248885760 22437 33554432000 4194304 4196468 140731933301744 140091966081520 140092540664450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=10985240 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 229137218 11248885760 22437 33554432000 4194304 4196468 140731933301744 140091364205984 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=10985240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137218 11248885760 22437 33554432000 4194304 4196468 140731933301744 140091162879472 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=10985240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11248885760 22437 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=10985240 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) S 1236 1239 30220 0 -1 1077944384 995 12896 0 0 10 0 5 2 20 0 15 0 229137221 11248885760 22437 33554432000 4194304 4196468 140731933301744 140091965028336 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=10985240 memory=-1 CPUtime=0.14 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) S 1236 1239 30220 0 -1 1077944384 540 12896 0 0 7 0 5 2 20 0 15 0 229137221 11248885760 22437 33554432000 4194304 4196468 140731933301744 140091963975792 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=10985240 memory=140521620235904 CPUtime=0.21 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) S 1236 1239 30220 0 -1 1077944384 675 12896 0 0 14 0 5 2 20 0 15 0 229137221 11248885760 22437 33554432000 4194304 4196468 140731933301744 140091962923248 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=10985240 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11248885760 22437 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=10985240 memory=140521620235904 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137222 11248885760 22437 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10985240 KiB
Current children cumulated memory: 89748 KiB

[startup+0.810561 s]*
/proc/loadavg: 1.37 1.26 1.33 3/215 1305
/proc/meminfo: memFree=21764208/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=10985240 memory=92804 CPUtime=1.16 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 17304 12896 0 0 101 8 5 2 20 0 15 0 229137206 11248885760 23201 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2746310 23201 3252 1 0 2708621 0
[pid=1239/tid=1292] ppid=1236 vsize=10985240 memory=8389772277269004345 CPUtime=0.78 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) R 1236 1239 30220 0 -1 4202560 12857 12896 0 0 65 6 5 2 20 0 15 0 229137215 11248885760 23201 33554432000 4194304 4196468 140731933301744 140092512469120 140092524733790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=10985240 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 23201 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=10985240 memory=140521621186531 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 23201 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=10985240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 23201 33554432000 4194304 4196468 140731933301744 140092078922256 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=10985240 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137216 11248885760 23201 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=10985240 memory=140521620235904 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 5 12896 0 0 0 0 5 2 20 0 15 0 229137217 11248885760 23201 33554432000 4194304 4196468 140731933301744 140091966081520 140092540664450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=10985240 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 229137218 11248885760 23201 33554432000 4194304 4196468 140731933301744 140091364205984 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=10985240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137218 11248885760 23201 33554432000 4194304 4196468 140731933301744 140091162879472 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=10985240 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11248885760 23201 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=10985240 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) S 1236 1239 30220 0 -1 1077944384 999 12896 0 0 10 0 5 2 20 0 15 0 229137221 11248885760 23201 33554432000 4194304 4196468 140731933301744 140091965028336 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=10985240 memory=-1 CPUtime=0.15 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) S 1236 1239 30220 0 -1 1077944384 541 12896 0 0 8 0 5 2 20 0 15 0 229137221 11248885760 23201 33554432000 4194304 4196468 140731933301744 140091963975792 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=10985240 memory=140521620235904 CPUtime=0.23 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) R 1236 1239 30220 0 -1 4202560 691 12896 0 0 16 0 5 2 20 0 15 0 229137221 11248885760 23201 33554432000 4194304 4196468 140731933301744 140091962923248 140092522063311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=10985240 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11248885760 23201 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=10985240 memory=140521620235904 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137222 11248885760 23201 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10985240 KiB
Current children cumulated memory: 92804 KiB

[startup+1.514 s]
/proc/loadavg: 1.66 1.32 1.35 5/215 1305
/proc/meminfo: memFree=21695160/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=10998912 memory=196144 CPUtime=3.08 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 30580 12896 0 0 289 12 5 2 20 0 15 0 229137206 11262885888 49036 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2749728 49036 3442 1 0 2711386 0
[pid=1239/tid=1292] ppid=1236 vsize=10998912 memory=144608 CPUtime=1.45 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) S 1236 1239 30220 0 -1 1077944384 18557 12896 0 0 130 8 5 2 20 0 15 0 229137215 11262885888 49036 33554432000 4194304 4196468 140731933301744 140092512484976 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=10998912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 49 12896 0 0 0 0 5 2 20 0 15 0 229137216 11262885888 49036 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=10998912 memory=15064 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) R 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137216 11262885888 49036 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=10998912 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) R 1236 1239 30220 0 -1 4202560 164 12896 0 0 0 0 5 2 20 0 15 0 229137216 11262885888 49036 33554432000 4194304 4196468 140731933301744 140092078922256 140092525350937 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=10998912 memory=34360 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 14 12896 0 0 0 0 5 2 20 0 15 0 229137216 11262885888 49036 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=10998912 memory=13756 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 28 12896 0 0 0 0 5 2 20 0 15 0 229137217 11262885888 49036 33554432000 4194304 4196468 140731933301744 140091966079808 140092540663509 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=10998912 memory=297237816780521792 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 229137218 11262885888 49548 33554432000 4194304 4196468 140731933301744 140091364205984 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=10998912 memory=14974464429393389 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 229137218 11262885888 49548 33554432000 4194304 4196468 140731933301744 140091162879472 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=10998912 memory=7157734189525196436 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11262885888 49548 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=10998912 memory=5941180718013453476 CPUtime=0.65 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) R 1236 1239 30220 0 -1 4202560 4579 12896 0 0 58 0 5 2 20 0 15 0 229137221 11262885888 49548 33554432000 4194304 4196468 140731933301744 140091965014072 140092519909771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=10998912 memory=5864348089640919712 CPUtime=0.62 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) R 1236 1239 30220 0 -1 4202560 3191 12896 0 0 54 1 5 2 20 0 15 0 229137221 11262885888 49548 33554432000 4194304 4196468 140731933301744 140091963961808 140092522171162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=10998912 memory=5936960864104716194 CPUtime=0.5 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) S 1236 1239 30220 0 -1 1077944384 1786 12896 0 0 43 0 5 2 20 0 15 0 229137221 11262885888 49548 33554432000 4194304 4196468 140731933301744 140091962923248 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=10998912 memory=8311777531775520915 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11262885888 49548 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=10998912 memory=5941188397566956694 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 229137222 11262885888 49548 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 10998912 KiB

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

[pid=1239/tid=1296] ppid=1236 vsize=11080032 memory=5647448 CPUtime=64.3 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 72080 12896 1 0 6306 117 5 2 20 0 15 0 229137216 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=11080032 memory=5647448 CPUtime=2.65 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 66937 12896 0 0 247 11 5 2 20 0 15 0 229137217 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140091966081520 140092540664450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=11080032 memory=5647448 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 28 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140091364206048 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=11080032 memory=5647448 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 5 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140091162879488 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=11080032 memory=5647448 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=11080032 memory=5647448 CPUtime=14.13 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) S 1236 1239 30220 0 -1 1077944384 101695 12896 0 0 1396 10 5 2 20 0 15 0 229137221 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140091965028336 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=11080032 memory=5647448 CPUtime=13.49 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) S 1236 1239 30220 0 -1 1077944384 109822 12896 0 0 1330 12 5 2 20 0 15 0 229137221 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140091963975792 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=11080032 memory=3812 CPUtime=3.96 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) S 1236 1239 30220 0 -1 1077944384 92243 12896 0 0 377 12 5 2 20 0 15 0 229137221 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140091962923248 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=11080032 memory=5647448 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=11080032 memory=62388 CPUtime=1.37 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 3334 12896 0 0 67 63 5 2 20 0 15 0 229137222 11345952768 1411862 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 2366.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5647448 KiB

[startup+2202.3 s]
/proc/loadavg: 1.73 1.74 1.68 3/216 1506
/proc/meminfo: memFree=12738104/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=11080032 memory=5651692 CPUtime=2428.22 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 908279 12896 1 0 242191 624 5 2 20 0 15 0 229137206 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2770008 1412923 3538 1 0 2731661 0
[pid=1239/tid=1292] ppid=1236 vsize=11080032 memory=5651692 CPUtime=2134.37 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) R 1236 1239 30220 0 -1 4202560 229090 12896 0 0 213368 62 5 2 20 0 15 0 229137215 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140092512486944 140092132829452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=11080032 memory=5651692 CPUtime=64.66 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 73987 12896 0 0 6342 117 5 2 20 0 15 0 229137216 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=11080032 memory=5651692 CPUtime=64.62 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) S 1236 1239 30220 0 -1 1077944384 75842 12896 0 0 6339 116 5 2 20 0 15 0 229137216 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=11080032 memory=5651692 CPUtime=64.61 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) S 1236 1239 30220 0 -1 1077944384 73465 12896 0 0 6335 119 5 2 20 0 15 0 229137216 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140092078922256 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=11080032 memory=5651692 CPUtime=64.68 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 75494 12896 1 0 6343 118 5 2 20 0 15 0 229137216 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=11080032 memory=5651576 CPUtime=2.67 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 67264 12896 0 0 248 12 5 2 20 0 15 0 229137217 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140091966081520 140092540664450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=11080032 memory=3812 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 28 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140091364206048 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=11080032 memory=62388 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 5 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140091162879488 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=11080032 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=11080032 memory=1800 CPUtime=14.19 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) S 1236 1239 30220 0 -1 1077944384 102934 12896 0 0 1402 10 5 2 20 0 15 0 229137221 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140091965028336 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=11080032 memory=5651576 CPUtime=13.55 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) S 1236 1239 30220 0 -1 1077944384 111470 12896 0 0 1336 12 5 2 20 0 15 0 229137221 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140091963975792 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=11080032 memory=3812 CPUtime=3.98 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) S 1236 1239 30220 0 -1 1077944384 93061 12896 0 0 379 12 5 2 20 0 15 0 229137221 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140091962923248 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=11080032 memory=5651576 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=11080032 memory=5651576 CPUtime=1.41 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 3444 12896 0 0 69 65 5 2 20 0 15 0 229137222 11345952768 1412923 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 2428.22 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5651692 KiB

[startup+2262.3 s]
/proc/loadavg: 1.78 1.75 1.68 3/216 1507
/proc/meminfo: memFree=12740296/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=11080032 memory=5651700 CPUtime=2489.61 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 932466 12896 1 0 248326 628 5 2 20 0 15 0 229137206 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2770008 1412925 3538 1 0 2731661 0
[pid=1239/tid=1292] ppid=1236 vsize=11080032 memory=5651700 CPUtime=2193.94 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) R 1236 1239 30220 0 -1 4202560 234900 12896 0 0 219325 62 5 2 20 0 15 0 229137215 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092512487064 140092133885814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=11080032 memory=5651700 CPUtime=65.06 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 76015 12896 0 0 6382 117 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=11080032 memory=6792 CPUtime=65.02 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) S 1236 1239 30220 0 -1 1077944384 77538 12896 0 0 6379 116 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=11080032 memory=5651700 CPUtime=65 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) S 1236 1239 30220 0 -1 1077944384 75061 12896 0 0 6374 119 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092078922256 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=11080032 memory=5651700 CPUtime=65.08 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 78637 12896 1 0 6383 118 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=11080032 memory=5651700 CPUtime=2.69 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 67549 12896 0 0 250 12 5 2 20 0 15 0 229137217 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091966081520 140092540664450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=11080032 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 28 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091364206048 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=11080032 memory=5651700 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 5 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091162879488 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=11080032 memory=5651700 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=11080032 memory=5651700 CPUtime=14.25 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) S 1236 1239 30220 0 -1 1077944384 107016 12896 0 0 1408 10 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091965028336 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=11080032 memory=6440800922292479825 CPUtime=13.62 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) S 1236 1239 30220 0 -1 1077944384 113372 12896 0 0 1342 13 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091963975792 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=11080032 memory=5651700 CPUtime=4.02 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) S 1236 1239 30220 0 -1 1077944384 96677 12896 0 0 383 12 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091962923248 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=11080032 memory=5651700 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=11080032 memory=5651700 CPUtime=1.45 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 3473 12896 0 0 71 67 5 2 20 0 15 0 229137222 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 2489.61 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5651700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2292.1 s]
/proc/loadavg: 1.68 1.73 1.68 3/216 1508
/proc/meminfo: memFree=12701580/32770624 swapFree=67108372/67108860
[pid=1239] ppid=1236 vsize=11080032 memory=5651700 CPUtime=2520.08 cores=0,2,4,6
/proc/1239/stat : 1239 (java) S 1236 1239 30220 0 -1 1077944320 938527 12896 1 0 251372 629 5 2 20 0 15 0 229137206 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140731933284288 140092540653303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
/proc/1239/statm: 2770008 1412925 3538 1 0 2731661 0
[pid=1239/tid=1292] ppid=1236 vsize=11080032 memory=1800 CPUtime=2223.54 cores=0,2,4,6
/proc/1239/task/1292/stat : 1292 (java) R 1236 1239 30220 0 -1 4202560 235875 12896 0 0 222285 62 5 2 20 0 15 0 229137215 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092512487064 140092110795922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1293] ppid=1236 vsize=11080032 memory=5651700 CPUtime=65.25 cores=0,2,4,6
/proc/1239/task/1293/stat : 1293 (java) S 1236 1239 30220 0 -1 1077944384 76624 12896 0 0 6401 117 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092544895248 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1294] ppid=1236 vsize=11080032 memory=5651700 CPUtime=65.22 cores=0,2,4,6
/proc/1239/task/1294/stat : 1294 (java) S 1236 1239 30220 0 -1 1077944384 77773 12896 0 0 6399 116 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092079974800 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1295] ppid=1236 vsize=11080032 memory=6792 CPUtime=65.19 cores=0,2,4,6
/proc/1239/task/1295/stat : 1295 (java) S 1236 1239 30220 0 -1 1077944384 75699 12896 0 0 6393 119 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092078922256 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1296] ppid=1236 vsize=11080032 memory=5651700 CPUtime=65.28 cores=0,2,4,6
/proc/1239/task/1296/stat : 1296 (java) S 1236 1239 30220 0 -1 1077944384 79164 12896 1 0 6403 118 5 2 20 0 15 0 229137216 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140092077869712 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1297] ppid=1236 vsize=11080032 memory=5651700 CPUtime=2.69 cores=0,2,4,6
/proc/1239/task/1297/stat : 1297 (java) S 1236 1239 30220 0 -1 1077944384 67560 12896 0 0 250 12 5 2 20 0 15 0 229137217 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091966081520 140092540664450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1298] ppid=1236 vsize=11080032 memory=5651700 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1298/stat : 1298 (java) S 1236 1239 30220 0 -1 1077944384 28 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091364206048 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1299] ppid=1236 vsize=11080032 memory=5651700 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1299/stat : 1299 (java) S 1236 1239 30220 0 -1 1077944384 5 12896 0 0 0 0 5 2 20 0 15 0 229137218 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091162879488 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1300] ppid=1236 vsize=11080032 memory=139 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1300/stat : 1300 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140090855480016 140092540671899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1301] ppid=1236 vsize=11080032 memory=5651700 CPUtime=14.28 cores=0,2,4,6
/proc/1239/task/1301/stat : 1301 (java) S 1236 1239 30220 0 -1 1077944384 107636 12896 0 0 1411 10 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091965028336 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1302] ppid=1236 vsize=11080032 memory=13756 CPUtime=13.64 cores=0,2,4,6
/proc/1239/task/1302/stat : 1302 (java) S 1236 1239 30220 0 -1 1077944384 114373 12896 0 0 1344 13 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091963975792 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1303] ppid=1236 vsize=11080032 memory=5651700 CPUtime=4.04 cores=0,2,4,6
/proc/1239/task/1303/stat : 1303 (java) S 1236 1239 30220 0 -1 1077944384 98116 12896 0 0 384 13 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091962923248 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1304] ppid=1236 vsize=11080032 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/1239/task/1304/stat : 1304 (java) S 1236 1239 30220 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 229137221 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140090424683104 140092540663509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
[pid=1239/tid=1305] ppid=1236 vsize=11080032 memory=3812 CPUtime=1.46 cores=0,2,4,6
/proc/1239/task/1305/stat : 1305 (java) S 1236 1239 30220 0 -1 1077944384 3479 12896 0 0 72 67 5 2 20 0 15 0 229137222 11345952768 1412925 33554432000 4194304 4196468 140731933301744 140091961871152 140092540664450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16633856 140731933305452 140731933308252 140731933308252 140731933310927 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5651700 KiB

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

[startup+2292.22 s]
# the end of solver process 1239 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.86 s, system=6.3642 s

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

[startup+2292.21 s]*
/proc/loadavg: 1.63 1.72 1.68 3/203 1510
/proc/meminfo: memFree=18042208/32770624 swapFree=67108372/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2292.22
CPU time (s): 2520.22
CPU user time (s): 2513.86
CPU system time (s): 6.3642
CPU usage (%): 109.947
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 5653592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.86
system time used= 6.3642
maximum resident set size= 5654004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 952374
page faults= 1
swaps= 0
block input operations= 264
block output operations= 3688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73986
involuntary context switches= 5336


# summary of solver processes directly reported to runsolver:
#   pid: 1239
#   total CPU time (s): 2520.22
#   total CPU user time (s): 2513.86
#   total CPU system time (s): 6.3642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0286 second user time and 21.8951 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 01:15:40
IDJOB=4305119
IDBENCH=141453
IDSOLVER=2780
FILE ID=node137/4305119-1534115740
RUNJOBID= node137-1534096381-30251
PBS_JOBID= 21036996
Free space on /tmp= 26512 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CarSequencing/CarSequencing-65-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305119-1534115740/watcher-4305119-1534115740 -o /tmp/evaluation-result-4305119-1534115740/solver-4305119-1534115740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1255607446 HOME/instance-4305119-1534115740.xml

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

MD5SUM BENCH= 48ac70ebdae407305a9c210468be8830
RANDOM SEED=1255607446

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21845464 kB
MemAvailable:   29928912 kB
Buffers:           81520 kB
Cached:          8200968 kB
SwapCached:            8 kB
Active:          6006964 kB
Inactive:        4304072 kB
Active(anon):    1975408 kB
Inactive(anon):   105396 kB
Active(file):    4031556 kB
Inactive(file):  4198676 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26656 kB
Writeback:             0 kB
AnonPages:       2238604 kB
Mapped:            66260 kB
Shmem:             49624 kB
Slab:             309944 kB
SReclaimable:     281676 kB
SUnreclaim:        28268 kB
KernelStack:        3808 kB
PageTables:         9076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3025080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2025472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-13 01:53:53