Trace number 4295005

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.15 2374.16

General information on the benchmark

NameCarSequencing/
CarSequencing-70-01_c18.xml
MD5SUM5ebb66a2f72e45e9d6642a776a6cc19c
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 benchmark5.09527
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1402
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 degree63
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":18},{"degree":23,"count":18},{"degree":24,"count":19},{"degree":25,"count":19},{"degree":26,"count":19},"...",{"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":8}, {"degree":52,"count":8}, {"degree":53,"count":9}, {"degree":54,"count":9}, {"degree":55,"count":53}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":3}, {"degree":63,"count":81}]
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":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"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":75,"count":1},{"arity":77,"count":2},{"arity":80,"count":3},{"arity":82,"count":1},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},"...",{"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":1201},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
2520.07/2374.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2374.12		at concrete.MAC.mac(MAC.scala:188)
2520.07/2374.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2374.12		at scala.util.Try$.apply(Try.scala:209)
2520.07/2374.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2374.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2374.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2374.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2374.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2374.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2374.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2374.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2374.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2374.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2374.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2374.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2374.12		at concrete.ProblemState.map(ProblemState.scala:221)
2520.07/2374.12		at concrete.ProblemState.map(ProblemState.scala:204)
2520.07/2374.12		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2374.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2374.12		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.07/2374.12		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.07/2374.12		at concrete.Solver.toStream(Solver.scala:68)
2520.07/2374.12		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.07/2374.12		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.07/2374.12		at concrete.Solver.toIterable(Solver.scala:68)
2520.07/2374.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.07/2374.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2374.12		at scala.util.Success.map(Try.scala:209)
2520.07/2374.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2374.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2374.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2374.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2374.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2374.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2374.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2374.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2374.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2374.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2374.12		at scala.App.main(App.scala:76)
2520.07/2374.12		at scala.App.main$(App.scala:74)
2520.07/2374.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2374.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2374.12	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 (1203 MiB free)
  memory of node 1: 16384 MiB (10539 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295005-1532525425/watcher-4295005-1532525425 -o /tmp/evaluation-result-4295005-1532525425/solver-4295005-1532525425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=329408992 HOME/instance-4295005-1532525425.xml 

running on 4 cores: 1,3,5,7

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=24316, runsolver pid=24313

[startup+0.100139 s]*
/proc/loadavg: 1.61 1.65 1.70 3/206 24373
/proc/meminfo: memFree=12017844/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=9972712 memory=18852 CPUtime=0.08 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 4322 12994 0 0 1 0 5 2 20 0 6 0 70105658 10212057088 4713 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2493178 4713 1934 1 0 2481616 0
[pid=24316/tid=24369] ppid=24313 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 2130 12994 0 0 1 0 5 2 20 0 6 0 70105667 10212057088 4713 33554432000 4194304 4196468 140733415686896 140266703295056 140266717140821 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=9972712 memory=5793855400172476857 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 6 0 70105668 10212057088 4713 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=9972712 memory=140149162583680 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 6 0 70105668 10212057088 4713 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 6 0 70105668 10212057088 4713 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 2 12994 0 0 0 0 5 2 20 0 6 0 70105668 10212057088 4713 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18852 KiB

[startup+0.209862 s]*
/proc/loadavg: 1.61 1.65 1.70 3/215 24382
/proc/meminfo: memFree=11996352/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=10818936 memory=43800 CPUtime=0.25 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 8307 12994 0 0 17 1 5 2 20 0 15 0 70105658 11078590464 10950 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2704726 10950 2952 1 0 2667149 0
[pid=24316/tid=24369] ppid=24313 vsize=10818936 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 4863 12994 0 0 11 1 5 2 20 0 15 0 70105667 11078590464 10950 33554432000 4194304 4196468 140733415686896 140266703283104 140266724138013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10818936 memory=4211973875367374218 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11078590464 10950 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10818936 memory=140149162583680 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11078590464 10950 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11078590464 11015 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 2 12994 0 0 0 0 5 2 20 0 15 0 70105668 11078590464 11015 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 2 12994 0 0 0 0 5 2 20 0 15 0 70105669 11078590464 11015 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 13 12994 0 0 0 0 5 2 20 0 15 0 70105669 11078590464 11081 33554432000 4194304 4196468 140733415686896 140265645925920 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105670 11078590464 11081 33554432000 4194304 4196468 140733415686896 140265511708016 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11078590464 11081 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 424 12994 0 0 1 0 5 2 20 0 15 0 70105672 11078590464 11081 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 188 12994 0 0 1 0 5 2 20 0 15 0 70105672 11078590464 11147 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10818936 memory=140149162583680 CPUtime=0.1 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) S 24313 24316 23703 0 -1 1077944384 633 12994 0 0 3 0 5 2 20 0 15 0 70105672 11078590464 11147 33554432000 4194304 4196468 140733415686896 140266254985328 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11078590464 11147 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10818936 memory=140149162583680 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105673 11078590464 11147 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 43800 KiB

[startup+0.310261 s]*
/proc/loadavg: 1.61 1.65 1.70 3/215 24382
/proc/meminfo: memFree=11981404/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=10819352 memory=54264 CPUtime=0.38 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 10187 12994 0 0 29 2 5 2 20 0 15 0 70105658 11079016448 13566 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2704838 13566 3071 1 0 2667149 0
[pid=24316/tid=24369] ppid=24313 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 6705 12994 0 0 20 1 5 2 20 0 15 0 70105667 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266703270304 140266711734127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 2 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10819352 memory=140149162583679 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 2 12994 0 0 0 0 5 2 20 0 15 0 70105669 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 13 12994 0 0 0 0 5 2 20 0 15 0 70105669 11079016448 13566 33554432000 4194304 4196468 140733415686896 140265645925920 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10819352 memory=140149162583680 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105670 11079016448 13566 33554432000 4194304 4196468 140733415686896 140265511708016 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11079016448 13566 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 426 12994 0 0 1 0 5 2 20 0 15 0 70105672 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 188 12994 0 0 1 0 5 2 20 0 15 0 70105672 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) R 24313 24316 23703 0 -1 4202560 651 12994 0 0 5 0 5 2 20 0 15 0 70105672 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266254985328 140266711651249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11079016448 13566 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105673 11079016448 13566 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54264 KiB

[startup+0.7035 s]
/proc/loadavg: 1.61 1.65 1.70 3/215 24382
/proc/meminfo: memFree=11972224/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=10819352 memory=87752 CPUtime=0.99 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 16503 12994 0 0 89 3 5 2 20 0 15 0 70105658 11079016448 21938 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2704838 21938 3237 1 0 2667149 0
[pid=24316/tid=24369] ppid=24313 vsize=10819352 memory=21060 CPUtime=0.66 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 11901 12994 0 0 57 2 5 2 20 0 15 0 70105667 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266703272624 140266716623895 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10819352 memory=140149011030511 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10819352 memory=140149077836680 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 2 12994 0 0 0 0 5 2 20 0 15 0 70105668 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10819352 memory=7305218370954291033 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 5 12994 0 0 0 0 5 2 20 0 15 0 70105669 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10819352 memory=7739276948477864808 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 13 12994 0 0 0 0 5 2 20 0 15 0 70105669 11079016448 21938 33554432000 4194304 4196468 140733415686896 140265645925920 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10819352 memory=5787216047948386661 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105670 11079016448 21938 33554432000 4194304 4196468 140733415686896 140265511708016 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11079016448 21938 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10819352 memory=8326441112149131689 CPUtime=0.14 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 826 12994 0 0 7 0 5 2 20 0 15 0 70105672 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10819352 memory=-8990767739041718176 CPUtime=0.16 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 816 12994 0 0 9 0 5 2 20 0 15 0 70105672 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10819352 memory=-7384994778349281184 CPUtime=0.2 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) S 24313 24316 23703 0 -1 1077944384 740 12994 0 0 13 0 5 2 20 0 15 0 70105672 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266254985328 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10819352 memory=-7966001967256141664 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11079016448 21938 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105673 11079016448 21938 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87752 KiB

[startup+1.50075 s]
/proc/loadavg: 1.61 1.65 1.70 3/215 24382
/proc/meminfo: memFree=11925496/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=10834252 memory=194332 CPUtime=2.83 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 25037 12994 0 0 267 9 5 2 20 0 15 0 70105658 11094274048 48583 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2708563 48583 3482 1 0 2670221 0
[pid=24316/tid=24369] ppid=24313 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 16839 12994 0 0 129 5 5 2 20 0 15 0 70105667 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266703266048 140266723695422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10834252 memory=102400 CPUtime=0.09 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 20 12994 0 0 2 0 5 2 20 0 15 0 70105668 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 177 12994 0 0 1 0 5 2 20 0 15 0 70105668 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 30 12994 0 0 1 0 5 2 20 0 15 0 70105668 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 52 12994 0 0 1 0 5 2 20 0 15 0 70105668 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 47 12994 0 0 1 0 5 2 20 0 15 0 70105669 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 14 12994 0 0 0 0 5 2 20 0 15 0 70105669 11094274048 48583 33554432000 4194304 4196468 140733415686896 140265645925984 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10834252 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105670 11094274048 48583 33554432000 4194304 4196468 140733415686896 140265511708032 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10834252 memory=2092 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11094274048 48583 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10834252 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 2036 12994 0 0 41 0 5 2 20 0 15 0 70105672 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10834252 memory=244834543670613 CPUtime=0.5 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 2051 12994 0 0 43 0 5 2 20 0 15 0 70105672 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10834252 memory=297290490211296509 CPUtime=0.5 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) S 24313 24316 23703 0 -1 1077944384 1575 12994 0 0 43 0 5 2 20 0 15 0 70105672 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266254985328 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10834252 memory=4638778428397932880 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11094274048 48583 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 1 12994 0 0 0 0 5 2 20 0 15 0 70105673 11094274048 48583 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10834252 KiB

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

/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 288133 12994 0 0 222162 43 5 2 20 0 15 0 70105667 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266703292176 140266357522504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10850656 memory=5661820 CPUtime=38.4 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 119595 12994 0 0 3687 146 5 2 20 0 15 0 70105668 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10850656 memory=5661820 CPUtime=38.49 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 98311 12994 0 0 3690 152 5 2 20 0 15 0 70105668 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10850656 memory=5661804 CPUtime=38.52 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 107200 12994 0 0 3695 150 5 2 20 0 15 0 70105668 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10850656 memory=5661816 CPUtime=38.51 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 97632 12994 0 0 3695 149 5 2 20 0 15 0 70105668 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10850656 memory=5661820 CPUtime=0.96 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 49942 12994 0 0 80 9 5 2 20 0 15 0 70105669 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10850656 memory=5661820 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 18 12994 0 0 0 0 5 2 20 0 15 0 70105669 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140265645925984 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10850656 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105670 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140265511708032 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10850656 memory=5661820 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10850656 memory=5661820 CPUtime=12.87 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 41814 12994 0 0 1274 6 5 2 20 0 15 0 70105672 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10850656 memory=5661820 CPUtime=11.81 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 38857 12994 0 0 1166 8 5 2 20 0 15 0 70105672 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10850656 memory=3708 CPUtime=4.29 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) S 24313 24316 23703 0 -1 1077944384 31550 12994 0 0 414 8 5 2 20 0 15 0 70105672 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266254985328 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10850656 memory=5661820 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10850656 memory=5661816 CPUtime=1.31 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 1955 12994 0 0 55 69 5 2 20 0 15 0 70105673 11111071744 1415455 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 2406.77 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5661820 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.50 1.51 3/215 24726
/proc/meminfo: memFree=10453368/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=10850656 memory=5661968 CPUtime=2467.57 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 895597 12994 0 0 246021 729 5 2 20 0 15 0 70105658 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2712664 1415492 3533 1 0 2674317 0
[pid=24316/tid=24369] ppid=24313 vsize=10850656 memory=5661968 CPUtime=2281.83 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 295389 12994 0 0 228132 44 5 2 20 0 15 0 70105667 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266703292352 140266349601472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10850656 memory=5661888 CPUtime=38.66 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 122667 12994 0 0 3713 146 5 2 20 0 15 0 70105668 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10850656 memory=5661888 CPUtime=38.75 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 99804 12994 0 0 3716 152 5 2 20 0 15 0 70105668 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10850656 memory=5661888 CPUtime=38.78 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 110055 12994 0 0 3721 150 5 2 20 0 15 0 70105668 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10850656 memory=5661968 CPUtime=38.77 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 100974 12994 0 0 3721 149 5 2 20 0 15 0 70105668 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10850656 memory=5661968 CPUtime=0.98 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 50284 12994 0 0 82 9 5 2 20 0 15 0 70105669 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10850656 memory=5661968 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 18 12994 0 0 0 0 5 2 20 0 15 0 70105669 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140265645925984 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10850656 memory=5661968 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105670 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140265511708032 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10850656 memory=5661968 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10850656 memory=5661968 CPUtime=12.87 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 41816 12994 0 0 1274 6 5 2 20 0 15 0 70105672 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10850656 memory=3708 CPUtime=11.81 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 38860 12994 0 0 1166 8 5 2 20 0 15 0 70105672 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10850656 memory=5661968 CPUtime=4.29 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) S 24313 24316 23703 0 -1 1077944384 31553 12994 0 0 414 8 5 2 20 0 15 0 70105672 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266254985328 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10850656 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10850656 memory=5661968 CPUtime=1.35 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 1979 12994 0 0 57 71 5 2 20 0 15 0 70105673 11111071744 1415492 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 2467.57 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5661968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374.11 s]
/proc/loadavg: 1.38 1.49 1.50 3/215 24727
/proc/meminfo: memFree=10492408/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=10850656 memory=5662008 CPUtime=2520.07 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 913024 12994 0 0 251268 732 5 2 20 0 15 0 70105658 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2712664 1415502 3533 1 0 2674317 0
[pid=24316/tid=24369] ppid=24313 vsize=10850656 memory=5662008 CPUtime=2333.4 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 302455 12994 0 0 233289 44 5 2 20 0 15 0 70105667 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266703292352 140266357555756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10850656 memory=5662008 CPUtime=38.88 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 124178 12994 0 0 3735 146 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10850656 memory=5662008 CPUtime=38.97 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 101763 12994 0 0 3738 152 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10850656 memory=5662004 CPUtime=39 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 113946 12994 0 0 3743 150 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10850656 memory=5662004 CPUtime=38.99 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 103608 12994 0 0 3743 149 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10850656 memory=5662004 CPUtime=1 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 50612 12994 0 0 83 10 5 2 20 0 15 0 70105669 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 18 12994 0 0 0 0 5 2 20 0 15 0 70105669 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265645925984 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105670 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265511708032 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10850656 memory=5662008 CPUtime=12.87 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 41822 12994 0 0 1274 6 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10850656 memory=4417 CPUtime=11.81 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 38864 12994 0 0 1166 8 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10850656 memory=5662004 CPUtime=4.29 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) S 24313 24316 23703 0 -1 1077944384 31558 12994 0 0 414 8 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266254985328 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10850656 memory=5662004 CPUtime=1.37 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 2002 12994 0 0 58 72 5 2 20 0 15 0 70105673 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5662008 KiB

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

[startup+2374.16 s]
# the end of solver process 24316 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.76 s, system=7.38285 s

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

[startup+2374.11 s]
/proc/loadavg: 1.38 1.49 1.50 3/215 24727
/proc/meminfo: memFree=10492408/32770624 swapFree=67108796/67108860
[pid=24316] ppid=24313 vsize=10850656 memory=5662008 CPUtime=2520.07 cores=1,3,5,7
/proc/24316/stat : 24316 (java) S 24313 24316 23703 0 -1 1077944320 913024 12994 0 0 251268 732 5 2 20 0 15 0 70105658 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140733415669440 140266731458295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
/proc/24316/statm: 2712664 1415502 3533 1 0 2674317 0
[pid=24316/tid=24369] ppid=24313 vsize=10850656 memory=5662008 CPUtime=2333.4 cores=1,3,5,7
/proc/24316/task/24369/stat : 24369 (java) R 24313 24316 23703 0 -1 4202560 302455 12994 0 0 233289 44 5 2 20 0 15 0 70105667 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266703292352 140266357555756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24370] ppid=24313 vsize=10850656 memory=5662008 CPUtime=38.88 cores=1,3,5,7
/proc/24316/task/24370/stat : 24370 (java) S 24313 24316 23703 0 -1 1077944384 124178 12994 0 0 3735 146 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266735700624 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24371] ppid=24313 vsize=10850656 memory=5662008 CPUtime=38.97 cores=1,3,5,7
/proc/24316/task/24371/stat : 24371 (java) S 24313 24316 23703 0 -1 1077944384 101763 12994 0 0 3738 152 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266654452240 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24372] ppid=24313 vsize=10850656 memory=5662004 CPUtime=39 cores=1,3,5,7
/proc/24316/task/24372/stat : 24372 (java) S 24313 24316 23703 0 -1 1077944384 113946 12994 0 0 3743 150 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266303314320 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24373] ppid=24313 vsize=10850656 memory=5662004 CPUtime=38.99 cores=1,3,5,7
/proc/24316/task/24373/stat : 24373 (java) S 24313 24316 23703 0 -1 1077944384 103608 12994 0 0 3743 149 5 2 20 0 15 0 70105668 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266302261520 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24374] ppid=24313 vsize=10850656 memory=5662004 CPUtime=1 cores=1,3,5,7
/proc/24316/task/24374/stat : 24374 (java) S 24313 24316 23703 0 -1 1077944384 50612 12994 0 0 83 10 5 2 20 0 15 0 70105669 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266258144112 140266731469442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24375] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24375/stat : 24375 (java) S 24313 24316 23703 0 -1 1077944384 18 12994 0 0 0 0 5 2 20 0 15 0 70105669 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265645925984 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24376] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24376/stat : 24376 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105670 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265511708032 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24377] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24377/stat : 24377 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265271417168 140266731476891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24378] ppid=24313 vsize=10850656 memory=5662008 CPUtime=12.87 cores=1,3,5,7
/proc/24316/task/24378/stat : 24378 (java) S 24313 24316 23703 0 -1 1077944384 41822 12994 0 0 1274 6 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266257090928 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24379] ppid=24313 vsize=10850656 memory=4417 CPUtime=11.81 cores=1,3,5,7
/proc/24316/task/24379/stat : 24379 (java) S 24313 24316 23703 0 -1 1077944384 38864 12994 0 0 1166 8 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266256038128 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24380] ppid=24313 vsize=10850656 memory=5662004 CPUtime=4.29 cores=1,3,5,7
/proc/24316/task/24380/stat : 24380 (java) S 24313 24316 23703 0 -1 1077944384 31558 12994 0 0 414 8 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266254985328 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24381] ppid=24313 vsize=10850656 memory=5662004 CPUtime=0.07 cores=1,3,5,7
/proc/24316/task/24381/stat : 24381 (java) S 24313 24316 23703 0 -1 1077944384 3 12994 0 0 0 0 5 2 20 0 15 0 70105672 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140265237858528 140266731468501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
[pid=24316/tid=24382] ppid=24313 vsize=10850656 memory=5662004 CPUtime=1.37 cores=1,3,5,7
/proc/24316/task/24382/stat : 24382 (java) S 24313 24316 23703 0 -1 1077944384 2002 12994 0 0 58 72 5 2 20 0 15 0 70105673 11111071744 1415502 33554432000 4194304 4196468 140733415686896 140266253933744 140266731469442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 31682560 140733415688815 140733415691612 140733415691612 140733415694287 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5662008 KiB

Child status: 143
Real time (s): 2374.16
CPU time (s): 2520.15
CPU user time (s): 2512.76
CPU system time (s): 7.38285
CPU usage (%): 106.149
Max. virtual memory (cumulated for all children) (KiB): 10853368
Max. memory (cumulated for all children) (KiB): 5662452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.76
system time used= 7.38285
maximum resident set size= 5666248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 931108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80335
involuntary context switches= 3912


# summary of solver processes directly reported to runsolver:
#   pid: 24316
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2512.76
#   total CPU system time (s): 7.38285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5201 second user time and 22.5513 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 15:30:25
IDJOB=4295005
IDBENCH=141454
IDSOLVER=2750
FILE ID=node138/4295005-1532525425
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-70-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295005-1532525425/watcher-4295005-1532525425 -o /tmp/evaluation-result-4295005-1532525425/solver-4295005-1532525425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=329408992 HOME/instance-4295005-1532525425.xml

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

MD5SUM BENCH= 5ebb66a2f72e45e9d6642a776a6cc19c
RANDOM SEED=329408992

node138.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.71
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.71
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.71
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.71
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:        12024912 kB
MemAvailable:   26298780 kB
Buffers:          157872 kB
Cached:         14262400 kB
SwapCached:           44 kB
Active:          7997912 kB
Inactive:       12097484 kB
Active(anon):    5623448 kB
Inactive(anon):    79320 kB
Active(file):    2374464 kB
Inactive(file): 12018164 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26476 kB
Writeback:             0 kB
AnonPages:       5767892 kB
Mapped:            47804 kB
Shmem:             25164 kB
Slab:             338320 kB
SReclaimable:     309700 kB
SUnreclaim:        28620 kB
KernelStack:        3808 kB
PageTables:        16412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6574056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5478400 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= 53748 MiB
End job on node138 at 2018-07-25 16:09:59