Trace number 4294987

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.13 2442.05

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294987-1532524210/watcher-4294987-1532524210 -o /tmp/evaluation-result-4294987-1532524210/solver-4294987-1532524210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1771116851 HOME/instance-4294987-1532524210.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=24440, runsolver pid=24437


[startup+0.100064 s]*
/proc/loadavg: 1.84 1.98 2.01 6/220 24529
/proc/meminfo: memFree=21479568/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=113256 memory=1604 CPUtime=0.07 cores=0,2,4,6
/proc/24440/stat : 24440 (bash) S 24437 24440 24385 0 -1 4202496 910 10873 1 0 0 0 4 3 20 0 1 0 69984172 115974144 401 33554432000 4194304 5098028 140734039674256 140734039667480 139841600547840 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 20721664 140734039676075 140734039676200 140734039676200 140734039678958 0
/proc/24440/statm: 28314 401 318 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1604 KiB

[startup+0.210374 s]*
/proc/loadavg: 1.84 1.98 2.01 7/216 24577
/proc/meminfo: memFree=21463976/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10818856 memory=33740 CPUtime=0.21 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 6616 12892 1 0 12 2 4 3 20 0 15 0 69984172 11078508544 8435 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2704714 8435 2960 1 0 2667149 0
[pid=24440/tid=24550] ppid=24437 vsize=10818856 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 3149 12892 0 0 7 1 4 3 20 0 15 0 69984184 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636810210008 139636838401181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10818856 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10818856 memory=140392464237842 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 2 12892 0 0 0 0 4 3 20 0 15 0 69984185 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10818856 memory=140392464213632 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 2 12892 0 0 0 0 4 3 20 0 15 0 69984186 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 33 12892 0 0 0 0 4 3 20 0 15 0 69984187 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636296893472 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984187 11078508544 8435 33554432000 4194304 4196468 140728471840000 139635695018864 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11078508544 8435 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) S 24437 24440 24385 0 -1 1077944384 485 12892 0 0 1 0 4 3 20 0 15 0 69984190 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636263336816 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 136 12892 0 0 0 0 4 3 20 0 15 0 69984190 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10818856 memory=140392464213632 CPUtime=0.09 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) R 24437 24440 24385 0 -1 4202560 620 12892 0 0 2 0 4 3 20 0 15 0 69984190 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636261231216 139636817035440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11078508544 8435 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10818856 memory=140392464213632 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984190 11078508544 8435 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 33740 KiB

[startup+0.310764 s]*
/proc/loadavg: 1.84 1.98 2.01 6/216 24577
/proc/meminfo: memFree=21436004/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10819352 memory=46504 CPUtime=0.34 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 9586 12892 1 0 24 3 4 3 20 0 15 0 69984172 11079016448 11626 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2704838 11626 3086 1 0 2667149 0
[pid=24440/tid=24550] ppid=24437 vsize=10819352 memory=576461178948550685 CPUtime=0.25 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 6095 12892 0 0 16 2 4 3 20 0 15 0 69984184 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636810202512 139636838401181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10819352 memory=303148769816608791 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10819352 memory=140392464227417 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10819352 memory=-8033973737701895300 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10819352 memory=4207609243431883529 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 2 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10819352 memory=3472468688691893936 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 2 12892 0 0 0 0 4 3 20 0 15 0 69984186 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10819352 memory=3472328296227670329 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 33 12892 0 0 0 0 4 3 20 0 15 0 69984187 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636296893472 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10819352 memory=-2317720213663324238 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984187 11079016448 11626 33554432000 4194304 4196468 140728471840000 139635695018864 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11079016448 11626 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) S 24437 24440 24385 0 -1 1077944384 485 12892 0 0 1 0 4 3 20 0 15 0 69984190 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636263336816 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10819352 memory=7160575464710631028 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 139 12892 0 0 1 0 4 3 20 0 15 0 69984190 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10819352 memory=140392464213632 CPUtime=0.11 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) R 24437 24440 24385 0 -1 4202560 635 12892 0 0 4 0 4 3 20 0 15 0 69984190 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636261231136 139636816511757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11079016448 11626 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10819352 memory=140392464213632 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984190 11079016448 11626 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 46504 KiB

[startup+0.70142 s]
/proc/loadavg: 1.84 1.98 2.01 3/216 24577
/proc/meminfo: memFree=21410048/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10819352 memory=82004 CPUtime=0.94 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 16716 12892 1 0 81 6 4 3 20 0 15 0 69984172 11079016448 20501 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2704838 20501 3237 1 0 2667149 0
[pid=24440/tid=24550] ppid=24437 vsize=10819352 memory=2300 CPUtime=0.62 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 12340 12892 0 0 51 4 4 3 20 0 15 0 69984184 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636810183208 139636822459742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10819352 memory=2300 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10819352 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10819352 memory=2420 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10819352 memory=60848 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 2 12892 0 0 0 0 4 3 20 0 15 0 69984185 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10819352 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 5 12892 0 0 0 0 4 3 20 0 15 0 69984186 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10819352 memory=2400 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 33 12892 0 0 0 0 4 3 20 0 15 0 69984187 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636296893472 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10819352 memory=63180 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984187 11079016448 20501 33554432000 4194304 4196468 140728471840000 139635695018864 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11079016448 20501 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10819352 memory=956 CPUtime=0.15 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) R 24437 24440 24385 0 -1 4202560 1058 12892 0 0 8 0 4 3 20 0 15 0 69984190 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636263322840 139636817623985 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10819352 memory=1236 CPUtime=0.14 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 378 12892 0 0 7 0 4 3 20 0 15 0 69984190 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10819352 memory=2340 CPUtime=0.2 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) S 24437 24440 24385 0 -1 1077944384 705 12892 0 0 13 0 4 3 20 0 15 0 69984190 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636261231216 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10819352 memory=2297 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11079016448 20501 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984190 11079016448 20501 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 82004 KiB

[startup+1.5007 s]
/proc/loadavg: 1.84 1.98 2.01 3/216 24577
/proc/meminfo: memFree=21323224/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10834252 memory=177652 CPUtime=2.41 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 24014 12892 1 0 220 14 4 3 20 0 15 0 69984172 11094274048 44413 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2708563 44413 3473 1 0 2670221 0
[pid=24440/tid=24550] ppid=24437 vsize=10834252 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 17455 12892 0 0 123 9 4 3 20 0 15 0 69984184 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636810194192 139636838401181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10834252 memory=140392347485657 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 50 12892 0 0 1 0 4 3 20 0 15 0 69984185 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 17 12892 0 0 1 0 4 3 20 0 15 0 69984185 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 163 12892 0 0 1 0 4 3 20 0 15 0 69984185 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 38 12892 0 0 1 0 4 3 20 0 15 0 69984185 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 349 12892 0 0 1 0 4 3 20 0 15 0 69984186 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 34 12892 0 0 0 0 4 3 20 0 15 0 69984187 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636296893536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984187 11094274048 44413 33554432000 4194304 4196468 140728471840000 139635695018880 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10834252 memory=37393 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11094274048 44413 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10834252 memory=140392464212481 CPUtime=0.34 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) S 24437 24440 24385 0 -1 1077944384 1354 12892 0 0 26 1 4 3 20 0 15 0 69984190 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636263336816 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 856 12892 0 0 23 0 4 3 20 0 15 0 69984190 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10834252 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) S 24437 24440 24385 0 -1 1077944384 1504 12892 0 0 40 0 4 3 20 0 15 0 69984190 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636261231216 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11094274048 44413 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1 12892 0 0 0 0 4 3 20 0 15 0 69984190 11094274048 44413 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 177652 KiB

[startup+3.11239 s]
/proc/loadavg: 1.84 1.98 2.01 6/216 24577
/proc/meminfo: memFree=21072260/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10844512 memory=230560 CPUtime=5.7 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 45184 12892 1 0 543 20 4 3 20 0 15 0 69984172 11104780288 57640 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2711128 57640 3490 1 0 2672781 0
[pid=24440/tid=24550] ppid=24437 vsize=10844512 memory=1 CPUtime=2.99 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 32970 12892 0 0 280 12 4 3 20 0 15 0 69984184 11104780288 57640 33554432000 4194304 4196468 140728471840000 139636810205552 139636818596150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0

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

/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 147069 12892 0 0 223690 72 4 3 20 0 15 0 69984184 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636810213008 139636463622329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10850656 memory=805200 CPUtime=16.37 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 35859 12892 0 0 1587 43 4 3 20 0 15 0 69984185 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10850656 memory=804688 CPUtime=16.37 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 32789 12892 0 0 1584 46 4 3 20 0 15 0 69984185 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10850656 memory=805716 CPUtime=16.36 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 32573 12892 0 0 1582 47 4 3 20 0 15 0 69984185 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10850656 memory=804688 CPUtime=16.35 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 30788 12892 0 0 1584 44 4 3 20 0 15 0 69984185 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10850656 memory=806736 CPUtime=6.33 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 22702 12892 0 0 568 58 4 3 20 0 15 0 69984186 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10850656 memory=806736 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 43 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636296893536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10850656 memory=806224 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 6 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 201171 33554432000 4194304 4196468 140728471840000 139635695018880 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10850656 memory=805200 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 201171 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10850656 memory=804688 CPUtime=10.66 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) S 24437 24440 24385 0 -1 1077944384 36672 12892 0 0 1053 6 4 3 20 0 15 0 69984190 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636263336816 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10850656 memory=805712 CPUtime=11.18 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 41966 12892 0 0 1104 7 4 3 20 0 15 0 69984190 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10850656 memory=809308 CPUtime=4.19 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) S 24437 24440 24385 0 -1 1077944384 32047 12892 0 0 404 8 4 3 20 0 15 0 69984190 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636261231216 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10850656 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 201171 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10850656 memory=21336 CPUtime=1.41 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1694 12892 0 0 62 72 4 3 20 0 15 0 69984190 11111071744 201171 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 2336.38 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 804684 KiB

[startup+2322.3 s]
/proc/loadavg: 1.45 1.54 1.57 3/215 24770
/proc/meminfo: memFree=15326872/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10850656 memory=786580 CPUtime=2397.71 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 421455 12892 1 0 239389 375 4 3 20 0 15 0 69984172 11111071744 196645 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2712664 196645 3524 1 0 2674317 0
[pid=24440/tid=24550] ppid=24437 vsize=10850656 memory=788832 CPUtime=2297 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 148833 12892 0 0 229621 72 4 3 20 0 15 0 69984184 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636810213248 139636463621727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10850656 memory=956 CPUtime=16.84 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 36021 12892 0 0 1632 45 4 3 20 0 15 0 69984185 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10850656 memory=789344 CPUtime=16.82 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 34613 12892 0 0 1628 47 4 3 20 0 15 0 69984185 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10850656 memory=786580 CPUtime=16.81 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 33014 12892 0 0 1626 48 4 3 20 0 15 0 69984185 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10850656 memory=786732 CPUtime=16.8 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 31214 12892 0 0 1628 45 4 3 20 0 15 0 69984185 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10850656 memory=809308 CPUtime=6.51 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 23122 12892 0 0 585 59 4 3 20 0 15 0 69984186 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10850656 memory=789856 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 43 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636296893536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10850656 memory=790884 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 6 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 196645 33554432000 4194304 4196468 140728471840000 139635695018880 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10850656 memory=788632 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 196645 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10850656 memory=1696 CPUtime=10.66 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) S 24437 24440 24385 0 -1 1077944384 36675 12892 0 0 1053 6 4 3 20 0 15 0 69984190 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636263336816 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10850656 memory=2200 CPUtime=11.18 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 41968 12892 0 0 1104 7 4 3 20 0 15 0 69984190 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10850656 memory=7528 CPUtime=4.19 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) S 24437 24440 24385 0 -1 1077944384 32050 12892 0 0 404 8 4 3 20 0 15 0 69984190 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636261231216 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10850656 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 196645 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10850656 memory=21336 CPUtime=1.45 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1704 12892 0 0 64 74 4 3 20 0 15 0 69984190 11111071744 196645 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 2397.71 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 786580 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.53 1.57 3/215 24771
/proc/meminfo: memFree=15159496/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10850656 memory=802632 CPUtime=2459.02 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 425794 12892 1 0 245513 382 4 3 20 0 15 0 69984172 11111071744 200658 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2712664 200658 3524 1 0 2674317 0
[pid=24440/tid=24550] ppid=24437 vsize=10850656 memory=802632 CPUtime=2356.33 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 150515 12892 0 0 235553 73 4 3 20 0 15 0 69984184 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636810213712 139636451846383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10850656 memory=802108 CPUtime=17.28 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 36348 12892 0 0 1675 46 4 3 20 0 15 0 69984185 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10850656 memory=802632 CPUtime=17.26 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 34900 12892 0 0 1672 47 4 3 20 0 15 0 69984185 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10850656 memory=802632 CPUtime=17.26 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 33648 12892 0 0 1670 49 4 3 20 0 15 0 69984185 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10850656 memory=802632 CPUtime=17.24 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 32213 12892 0 0 1671 46 4 3 20 0 15 0 69984185 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10850656 memory=4008 CPUtime=6.68 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 23514 12892 0 0 600 61 4 3 20 0 15 0 69984186 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10850656 memory=1796 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 43 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636296893536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10850656 memory=796084 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 6 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 200658 33554432000 4194304 4196468 140728471840000 139635695018880 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10850656 memory=794688 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 200658 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10850656 memory=802108 CPUtime=10.66 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) S 24437 24440 24385 0 -1 1077944384 36678 12892 0 0 1053 6 4 3 20 0 15 0 69984190 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636263336816 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10850656 memory=802108 CPUtime=11.18 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 41970 12892 0 0 1104 7 4 3 20 0 15 0 69984190 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10850656 memory=802632 CPUtime=4.19 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) S 24437 24440 24385 0 -1 1077944384 32053 12892 0 0 404 8 4 3 20 0 15 0 69984190 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636261231216 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10850656 memory=21336 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 200658 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10850656 memory=1008 CPUtime=1.48 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1714 12892 0 0 65 76 4 3 20 0 15 0 69984190 11111071744 200658 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 2459.02 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 802632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2442 s]*
/proc/loadavg: 1.30 1.48 1.55 3/216 24780
/proc/meminfo: memFree=15129700/32770624 swapFree=67108860/67108860
[pid=24440] ppid=24437 vsize=10850656 memory=821060 CPUtime=2520.06 cores=0,2,4,6
/proc/24440/stat : 24440 (java) S 24437 24440 24385 0 -1 1077944320 430106 12892 1 0 251607 392 4 3 20 0 15 0 69984172 11111071744 205265 33554432000 4194304 4196468 140728471840000 140728471822544 139636838379255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
/proc/24440/statm: 2712664 205265 3524 1 0 2674317 0
[pid=24440/tid=24550] ppid=24437 vsize=10850656 memory=6791534058613427641 CPUtime=2415.37 cores=0,2,4,6
/proc/24440/task/24550/stat : 24550 (java) R 24437 24440 24385 0 -1 4202560 153706 12892 0 0 241455 75 4 3 20 0 15 0 69984184 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636810213200 139636451847291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24553] ppid=24437 vsize=10850656 memory=4126316290023845779 CPUtime=17.73 cores=0,2,4,6
/proc/24440/task/24553/stat : 24553 (java) S 24437 24440 24385 0 -1 1077944384 36481 12892 0 0 1718 48 4 3 20 0 15 0 69984185 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636842622096 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24555] ppid=24437 vsize=10850656 memory=7528 CPUtime=17.71 cores=0,2,4,6
/proc/24440/task/24555/stat : 24555 (java) S 24437 24440 24385 0 -1 1077944384 35106 12892 0 0 1715 49 4 3 20 0 15 0 69984185 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636770102288 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24556] ppid=24437 vsize=10850656 memory=840 CPUtime=17.71 cores=0,2,4,6
/proc/24440/task/24556/stat : 24556 (java) S 24437 24440 24385 0 -1 1077944384 34144 12892 0 0 1713 51 4 3 20 0 15 0 69984185 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636410788752 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24558] ppid=24437 vsize=10850656 memory=4100 CPUtime=17.69 cores=0,2,4,6
/proc/24440/task/24558/stat : 24558 (java) S 24437 24440 24385 0 -1 1077944384 32407 12892 0 0 1716 46 4 3 20 0 15 0 69984185 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636409735952 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24561] ppid=24437 vsize=10850656 memory=1800 CPUtime=6.84 cores=0,2,4,6
/proc/24440/task/24561/stat : 24561 (java) S 24437 24440 24385 0 -1 1077944384 23596 12892 0 0 615 62 4 3 20 0 15 0 69984186 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636297947504 139636838390402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24563] ppid=24437 vsize=10850656 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24563/stat : 24563 (java) S 24437 24440 24385 0 -1 1077944384 43 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636296893536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24565] ppid=24437 vsize=10850656 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24565/stat : 24565 (java) S 24437 24440 24385 0 -1 1077944384 6 12892 0 0 0 0 4 3 20 0 15 0 69984187 11111071744 205265 33554432000 4194304 4196468 140728471840000 139635695018880 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24570] ppid=24437 vsize=10850656 memory=2300 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24570/stat : 24570 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 205265 33554432000 4194304 4196468 140728471840000 139635387619152 139636838397851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24571] ppid=24437 vsize=10850656 memory=2656 CPUtime=10.66 cores=0,2,4,6
/proc/24440/task/24571/stat : 24571 (java) S 24437 24440 24385 0 -1 1077944384 36680 12892 0 0 1053 6 4 3 20 0 15 0 69984190 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636263336816 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24572] ppid=24437 vsize=10850656 memory=1408 CPUtime=11.18 cores=0,2,4,6
/proc/24440/task/24572/stat : 24572 (java) S 24437 24440 24385 0 -1 1077944384 41972 12892 0 0 1104 7 4 3 20 0 15 0 69984190 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636262284016 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24573] ppid=24437 vsize=10850656 memory=3264 CPUtime=4.19 cores=0,2,4,6
/proc/24440/task/24573/stat : 24573 (java) S 24437 24440 24385 0 -1 1077944384 32055 12892 0 0 404 8 4 3 20 0 15 0 69984190 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636261231216 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24575] ppid=24437 vsize=10850656 memory=837172 CPUtime=0.07 cores=0,2,4,6
/proc/24440/task/24575/stat : 24575 (java) S 24437 24440 24385 0 -1 1077944384 3 12892 0 0 0 0 4 3 20 0 15 0 69984190 11111071744 205265 33554432000 4194304 4196468 140728471840000 139635354061536 139636838389461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
[pid=24440/tid=24577] ppid=24437 vsize=10850656 memory=1408 CPUtime=1.52 cores=0,2,4,6
/proc/24440/task/24577/stat : 24577 (java) S 24437 24440 24385 0 -1 1077944384 1718 12892 0 0 67 78 4 3 20 0 15 0 69984190 11111071744 205265 33554432000 4194304 4196468 140728471840000 139636260178608 139636838390402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20885504 140728471845486 140728471848284 140728471848284 140728471850959 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 821060 KiB

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

[startup+2442.05 s]
# the end of solver process 24440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=3.98251 s

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

Child status: 143
Real time (s): 2442.05
CPU time (s): 2520.13
CPU user time (s): 2516.14
CPU system time (s): 3.98251
CPU usage (%): 103.197
Max. virtual memory (cumulated for all children) (KiB): 10850656
Max. memory (cumulated for all children) (KiB): 2903228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.98251
maximum resident set size= 2903860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447085
page faults= 1
swaps= 0
block input operations= 40
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197759
involuntary context switches= 7014


# summary of solver processes directly reported to runsolver:
#   pid: 24440
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 3.98251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6284 second user time and 19.9736 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 15:10:10
IDJOB=4294987
IDBENCH=141452
IDSOLVER=2750
FILE ID=node136/4294987-1532524210
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55940 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294987-1532524210/watcher-4294987-1532524210 -o /tmp/evaluation-result-4294987-1532524210/solver-4294987-1532524210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1771116851 HOME/instance-4294987-1532524210.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=1771116851

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:        21508244 kB
MemAvailable:   31931940 kB
Buffers:          210788 kB
Cached:         10444988 kB
SwapCached:            0 kB
Active:          2558680 kB
Inactive:        8149652 kB
Active(anon):       4028 kB
Inactive(anon):    76688 kB
Active(file):    2554652 kB
Inactive(file):  8072964 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52648 kB
Writeback:             0 kB
AnonPages:         60060 kB
Mapped:            39548 kB
Shmem:             25228 kB
Slab:             250508 kB
SReclaimable:     223832 kB
SUnreclaim:        26676 kB
KernelStack:        3120 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 55888 MiB
End job on node136 at 2018-07-25 15:50:52