Trace number 4400829

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.12.2? (TO) 2520.13 2461.93

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-90-07.xml
MD5SUM62ab34719a1ca197804bba3dde19efaf
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 benchmark78.8072
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1463
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
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":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
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":14,"count":1},{"arity":17,"count":1},{"arity":20,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":2},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},"...",{"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":1262},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.54	c Concrete v3.12.2.1568631193530 running
2520.09/2461.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2461.90		at concrete.MAC.mac(MAC.scala:192)
2520.09/2461.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2461.90		at scala.util.Try$.apply(Try.scala:212)
2520.09/2461.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2461.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2461.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2461.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2461.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2461.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.09/2461.91		at concrete.ProblemState.map(ProblemState.scala:238)
2520.09/2461.91		at concrete.ProblemState.map(ProblemState.scala:212)
2520.09/2461.91		at concrete.MAC.nextSolution(MAC.scala:348)
2520.09/2461.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2461.91		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.09/2461.91		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.09/2461.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.09/2461.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.09/2461.91		at scala.util.Success.map(Try.scala:264)
2520.09/2461.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2461.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2461.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2461.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2461.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2461.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2461.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2461.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2461.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2461.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2461.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2461.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2461.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2461.91		at scala.App.main(App.scala:75)
2520.09/2461.91		at scala.App.main$(App.scala:73)
2520.09/2461.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2461.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2461.91	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 (13377 MiB free)
  memory of node 1: 16384 MiB (13332 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400829-1568683912/watcher-4400829-1568683912 -o /tmp/evaluation-result-4400829-1568683912/solver-4400829-1568683912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32268 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4400829-1568683912.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
solver pid=2433, runsolver pid=2430
Current StackSize limit: 8192 KiB


[startup+0.100633 s]*
/proc/loadavg: 1.77 1.44 1.49 3/219 2490
/proc/meminfo: memFree=27340600/32770624 swapFree=66958316/67108860
[pid=2433] ppid=2430 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 4345 13065 0 0 1 1 5 3 20 0 6 0 444327741 10212057088 4583 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2493178 4583 1931 1 0 2481616 0
[pid=2433/tid=2486] ppid=2430 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 2176 13065 0 0 1 0 5 3 20 0 6 0 444327750 10212057088 4649 33554432000 4194304 4196468 140725221123536 140279021285968 140279034761209 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 6 0 444327751 10212057088 4649 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=9972712 memory=140256209876608 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 6 0 444327751 10212057088 4649 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 6 0 444327751 10212057088 4649 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 6 0 444327751 10212057088 4649 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209899 s]*
/proc/loadavg: 1.77 1.44 1.49 4/228 2499
/proc/meminfo: memFree=27322760/32770624 swapFree=66958316/67108860
[pid=2433] ppid=2430 vsize=10820196 memory=40868 CPUtime=0.27 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 7111 13065 0 0 17 2 5 3 20 0 15 0 444327741 11079880704 10217 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2705049 10217 3263 1 0 2667149 0
[pid=2433/tid=2486] ppid=2430 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 3734 13065 0 0 11 0 5 3 20 0 15 0 444327750 11079880704 10267 33554432000 4194304 4196468 140725221123536 140279021270288 140279049471133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10820196 memory=4294967638 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 10267 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10820196 memory=288370632361588352 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10820196 memory=140256209876608 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 444327752 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 33 13065 0 0 0 0 5 3 20 0 15 0 444327752 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278507701408 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327753 11079880704 10267 33554432000 4194304 4196468 140725221123536 140277926847216 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11079880704 10267 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) S 2430 2433 32236 0 -1 1077944384 461 13065 0 0 1 0 5 3 20 0 15 0 444327755 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278474144496 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) R 2430 2433 32236 0 -1 4202560 193 13065 0 0 1 0 5 3 20 0 15 0 444327755 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278473091952 140279049470554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10820196 memory=140256209876608 CPUtime=0.11 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) R 2430 2433 32236 0 -1 4202560 598 13065 0 0 3 0 5 3 20 0 15 0 444327755 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278472038896 140279028253535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11079880704 10267 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10820196 memory=140256209876608 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327756 11079880704 10267 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40868 KiB

[startup+0.310499 s]*
/proc/loadavg: 1.77 1.44 1.49 4/228 2499
/proc/meminfo: memFree=27312704/32770624 swapFree=66958316/67108860
[pid=2433] ppid=2430 vsize=10820196 memory=49196 CPUtime=0.41 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 10603 13065 0 0 29 4 5 3 20 0 15 0 444327741 11079880704 12299 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2705049 12299 3274 1 0 2667149 0
[pid=2433/tid=2486] ppid=2430 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 7091 13065 0 0 19 2 5 3 20 0 15 0 444327750 11079880704 12299 33554432000 4194304 4196468 140725221123536 140279021258160 140279030844410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 12299 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10820196 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10820196 memory=1328725297981317182 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 444327751 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 444327752 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 33 13065 0 0 0 0 5 3 20 0 15 0 444327752 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278507701408 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327753 11079880704 12299 33554432000 4194304 4196468 140725221123536 140277926847216 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11079880704 12299 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) S 2430 2433 32236 0 -1 1077944384 461 13065 0 0 1 0 5 3 20 0 15 0 444327755 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278474144496 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) S 2430 2433 32236 0 -1 1077944384 194 13065 0 0 2 0 5 3 20 0 15 0 444327755 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278473091952 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) S 2430 2433 32236 0 -1 1077944384 608 13065 0 0 5 0 5 3 20 0 15 0 444327755 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278472038896 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11079880704 12299 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327756 11079880704 12299 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49196 KiB

[startup+0.701867 s]
/proc/loadavg: 1.77 1.44 1.49 4/228 2499
/proc/meminfo: memFree=27298312/32770624 swapFree=66958316/67108860
[pid=2433] ppid=2430 vsize=10825388 memory=81752 CPUtime=1.17 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 14668 13065 0 0 104 5 5 3 20 0 15 0 444327741 11085197312 20438 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2706347 20438 3503 1 0 2668429 0
[pid=2433/tid=2486] ppid=2430 vsize=10825388 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 10139 13065 0 0 56 3 5 3 20 0 15 0 444327750 11085197312 20438 33554432000 4194304 4196468 140725221123536 140279021267136 140279042128925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11085197312 20438 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11085197312 20438 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327751 11085197312 20438 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 444327751 11085197312 20438 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10825388 memory=8242257093008176949 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 5 13065 0 0 0 0 5 3 20 0 15 0 444327752 11085197312 20438 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10825388 memory=6081926949927807317 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 33 13065 0 0 0 0 5 3 20 0 15 0 444327752 11085197312 20438 33554432000 4194304 4196468 140725221123536 140278507701408 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10825388 memory=5788930165031592000 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327753 11085197312 20438 33554432000 4194304 4196468 140725221123536 140277926847216 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10825388 memory=3058660135923630176 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11085197312 20950 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10825388 memory=6944652177228980320 CPUtime=0.21 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) R 2430 2433 32236 0 -1 4202560 856 13065 0 0 13 0 5 3 20 0 15 0 444327755 11085197312 20950 33554432000 4194304 4196468 140725221123536 140278474144496 140279034333664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10825388 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) R 2430 2433 32236 0 -1 4202560 653 13065 0 0 16 0 5 3 20 0 15 0 444327755 11085197312 20950 33554432000 4194304 4196468 140725221123536 140278473091952 140279034556831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10825388 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) S 2430 2433 32236 0 -1 1077944384 766 13065 0 0 17 0 5 3 20 0 15 0 444327755 11085197312 20950 33554432000 4194304 4196468 140725221123536 140278472038896 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10825388 memory=140256209875441 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11085197312 20713 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327756 11085197312 20713 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 81752 KiB

[startup+1.50068 s]
/proc/loadavg: 1.77 1.44 1.49 5/228 2499
/proc/meminfo: memFree=27235968/32770624 swapFree=66958316/67108860
[pid=2433] ppid=2430 vsize=10832632 memory=229956 CPUtime=3.41 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 39959 13065 0 0 321 12 5 3 20 0 15 0 444327741 11092615168 57489 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2708158 57489 3590 1 0 2670221 0
[pid=2433/tid=2486] ppid=2430 vsize=10832632 memory=47124 CPUtime=1.43 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 17715 13065 0 0 129 6 5 3 20 0 15 0 444327750 11092615168 57489 33554432000 4194304 4196468 140725221123536 140279021281120 140279049471133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10832632 memory=988 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 30 13065 0 0 1 0 5 3 20 0 15 0 444327751 11092615168 57489 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10832632 memory=2020 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 69 13065 0 0 1 0 5 3 20 0 15 0 444327751 11092615168 57489 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10832632 memory=1432 CPUtime=0.1 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 294 13065 0 0 2 0 5 3 20 0 15 0 444327751 11092615168 57489 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10832632 memory=776 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 72 13065 0 0 1 0 5 3 20 0 15 0 444327751 11092615168 57489 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10834680 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 301 13065 0 0 1 0 5 3 20 0 15 0 444327752 11094712320 57489 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10834680 memory=4206186544037388384 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 34 13065 0 0 0 0 5 3 20 0 15 0 444327752 11094712320 57489 33554432000 4194304 4196468 140725221123536 140278507701472 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10834680 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327753 11094712320 57489 33554432000 4194304 4196468 140725221123536 140277926847232 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10834680 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11094712320 57489 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10834680 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) S 2430 2433 32236 0 -1 1077944384 9072 13065 0 0 68 1 5 3 20 0 15 0 444327755 11094712320 57489 33554432000 4194304 4196468 140725221123536 140278474144496 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10834680 memory=4121973573284999474 CPUtime=0.77 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) S 2430 2433 32236 0 -1 1077944384 7084 13065 0 0 69 0 5 3 20 0 15 0 444327755 11094712320 57489 33554432000 4194304 4196468 140725221123536 140278473091952 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10834680 memory=3472328296227679313 CPUtime=0.52 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) S 2430 2433 32236 0 -1 1077944384 3075 13065 0 0 43 1 5 3 20 0 15 0 444327755 11094712320 57489 33554432000 4194304 4196468 140725221123536 140278472038896 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11094712320 57489 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 444327756 11094712320 57489 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 10832632 KiB

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

/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 105258 13065 0 0 235794 70 5 3 20 0 15 0 444327750 11109412864 118933 33554432000 4194304 4196468 140725221123536 140279021284944 140278631133472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10849036 memory=475732 CPUtime=13.14 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 31432 13065 0 0 1255 51 5 3 20 0 15 0 444327751 11109412864 118933 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10849036 memory=474976 CPUtime=13.13 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 39999 13065 0 0 1251 54 5 3 20 0 15 0 444327751 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10849036 memory=451624 CPUtime=13.14 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 36958 13065 0 0 1255 51 5 3 20 0 15 0 444327751 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10849036 memory=482996 CPUtime=13.06 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 33856 13065 0 0 1247 51 5 3 20 0 15 0 444327751 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10849036 memory=475732 CPUtime=8.52 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 28587 13065 0 0 767 77 5 3 20 0 15 0 444327752 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10849036 memory=2257 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 40 13065 0 0 0 0 5 3 20 0 15 0 444327752 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278507701472 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10849036 memory=475732 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 13 13065 0 0 0 0 5 3 20 0 15 0 444327753 11109412864 118933 33554432000 4194304 4196468 140725221123536 140277926847232 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10849036 memory=475732 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 118933 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10849036 memory=475732 CPUtime=7.96 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) S 2430 2433 32236 0 -1 1077944384 29287 13065 0 0 785 3 5 3 20 0 15 0 444327755 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278474144496 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10849036 memory=2120 CPUtime=7.88 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) S 2430 2433 32236 0 -1 1077944384 28395 13065 0 0 776 4 5 3 20 0 15 0 444327755 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278473091952 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10849036 memory=484020 CPUtime=2.74 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) S 2430 2433 32236 0 -1 1077944384 18521 13065 0 0 260 6 5 3 20 0 15 0 444327755 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278472038896 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10849036 memory=-3621219749712857441 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 118933 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10849036 memory=3612 CPUtime=1.39 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 2282 13065 0 0 60 71 5 3 20 0 15 0 444327756 11109412864 118933 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 2439.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 475732 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.40 1.36 3/227 3040
/proc/meminfo: memFree=28114304/32770624 swapFree=66958320/67108860
[pid=2433] ppid=2430 vsize=10849036 memory=463160 CPUtime=2500.16 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 359249 13065 0 0 249607 401 5 3 20 0 15 0 444327741 11109412864 115790 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2712259 115790 3633 1 0 2674317 0
[pid=2433/tid=2486] ppid=2430 vsize=10849036 memory=8112282956445269571 CPUtime=2418.08 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 106701 13065 0 0 241729 71 5 3 20 0 15 0 444327750 11109412864 115790 33554432000 4194304 4196468 140725221123536 140279021280816 140278630097175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10849036 memory=463320 CPUtime=13.5 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 31530 13065 0 0 1291 51 5 3 20 0 15 0 444327751 11109412864 115790 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10849036 memory=463320 CPUtime=13.49 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 40412 13065 0 0 1286 55 5 3 20 0 15 0 444327751 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10849036 memory=482996 CPUtime=13.52 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 37157 13065 0 0 1291 53 5 3 20 0 15 0 444327751 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10849036 memory=475728 CPUtime=13.44 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 34051 13065 0 0 1284 52 5 3 20 0 15 0 444327751 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10849036 memory=463760 CPUtime=8.74 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 28636 13065 0 0 788 78 5 3 20 0 15 0 444327752 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10849036 memory=463244 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 40 13065 0 0 0 0 5 3 20 0 15 0 444327752 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278507701472 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10849036 memory=463244 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 13 13065 0 0 0 0 5 3 20 0 15 0 444327753 11109412864 115790 33554432000 4194304 4196468 140725221123536 140277926847232 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10849036 memory=463244 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 115790 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10849036 memory=459300 CPUtime=7.96 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) S 2430 2433 32236 0 -1 1077944384 29290 13065 0 0 785 3 5 3 20 0 15 0 444327755 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278474144496 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10849036 memory=463584 CPUtime=7.88 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) S 2430 2433 32236 0 -1 1077944384 28397 13065 0 0 776 4 5 3 20 0 15 0 444327755 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278473091952 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10849036 memory=463160 CPUtime=2.74 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) S 2430 2433 32236 0 -1 1077944384 18523 13065 0 0 260 6 5 3 20 0 15 0 444327755 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278472038896 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10849036 memory=463244 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 115790 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10849036 memory=2257 CPUtime=1.42 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 2288 13065 0 0 61 73 5 3 20 0 15 0 444327756 11109412864 115790 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 2500.16 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 463160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.9 s]
/proc/loadavg: 1.56 1.43 1.37 3/227 3043
/proc/meminfo: memFree=28107420/32770624 swapFree=66958320/67108860
[pid=2433] ppid=2430 vsize=10849036 memory=468936 CPUtime=2520.09 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 360364 13065 0 0 251598 403 5 3 20 0 15 0 444327741 11109412864 117234 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2712259 117234 3633 1 0 2674317 0
[pid=2433/tid=2486] ppid=2430 vsize=10849036 memory=470868 CPUtime=2437.47 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 107521 13065 0 0 243668 71 5 3 20 0 15 0 444327750 11109412864 117234 33554432000 4194304 4196468 140725221123536 140279021284848 140278635405235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10849036 memory=463244 CPUtime=13.63 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 31607 13065 0 0 1303 52 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10849036 memory=470832 CPUtime=13.6 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 40464 13065 0 0 1297 55 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10849036 memory=470868 CPUtime=13.63 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 37220 13065 0 0 1302 53 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10849036 memory=470472 CPUtime=13.54 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 34149 13065 0 0 1294 52 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10849036 memory=470868 CPUtime=8.81 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 28641 13065 0 0 794 79 5 3 20 0 15 0 444327752 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10849036 memory=468936 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 40 13065 0 0 0 0 5 3 20 0 15 0 444327752 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278507701472 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10849036 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 13 13065 0 0 0 0 5 3 20 0 15 0 444327753 11109412864 117234 33554432000 4194304 4196468 140725221123536 140277926847232 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10849036 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10849036 memory=3612 CPUtime=7.96 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) S 2430 2433 32236 0 -1 1077944384 29290 13065 0 0 785 3 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278474144496 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10849036 memory=470868 CPUtime=7.88 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) S 2430 2433 32236 0 -1 1077944384 28397 13065 0 0 776 4 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278473091952 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10849036 memory=470868 CPUtime=2.74 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) S 2430 2433 32236 0 -1 1077944384 18523 13065 0 0 260 6 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278472038896 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10849036 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10849036 memory=1408 CPUtime=1.43 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 2288 13065 0 0 62 73 5 3 20 0 15 0 444327756 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 468936 KiB

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

[startup+2461.93 s]
# the end of solver process 2433 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.05 s, system=4.07501 s

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

[startup+2461.9 s]
/proc/loadavg: 1.56 1.43 1.37 3/227 3043
/proc/meminfo: memFree=28107420/32770624 swapFree=66958320/67108860
[pid=2433] ppid=2430 vsize=10849036 memory=468936 CPUtime=2520.09 cores=1,3,5,7
/proc/2433/stat : 2433 (java) S 2430 2433 32236 0 -1 1077944320 360364 13065 0 0 251598 403 5 3 20 0 15 0 444327741 11109412864 117234 33554432000 4194304 4196468 140725221123536 140725221106080 140279049449207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
/proc/2433/statm: 2712259 117234 3633 1 0 2674317 0
[pid=2433/tid=2486] ppid=2430 vsize=10849036 memory=470868 CPUtime=2437.47 cores=1,3,5,7
/proc/2433/task/2486/stat : 2486 (java) R 2430 2433 32236 0 -1 4202560 107521 13065 0 0 243668 71 5 3 20 0 15 0 444327750 11109412864 117234 33554432000 4194304 4196468 140725221123536 140279021284848 140278635405235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2487] ppid=2430 vsize=10849036 memory=463244 CPUtime=13.63 cores=1,3,5,7
/proc/2433/task/2487/stat : 2487 (java) S 2430 2433 32236 0 -1 1077944384 31607 13065 0 0 1303 52 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140279053691920 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2488] ppid=2430 vsize=10849036 memory=470832 CPUtime=13.6 cores=1,3,5,7
/proc/2433/task/2488/stat : 2488 (java) S 2430 2433 32236 0 -1 1077944384 40464 13065 0 0 1297 55 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278941965456 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2489] ppid=2430 vsize=10849036 memory=470868 CPUtime=13.63 cores=1,3,5,7
/proc/2433/task/2489/stat : 2489 (java) S 2430 2433 32236 0 -1 1077944384 37220 13065 0 0 1302 53 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278940912400 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2490] ppid=2430 vsize=10849036 memory=470472 CPUtime=13.54 cores=1,3,5,7
/proc/2433/task/2490/stat : 2490 (java) S 2430 2433 32236 0 -1 1077944384 34149 13065 0 0 1294 52 5 3 20 0 15 0 444327751 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278939859856 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2491] ppid=2430 vsize=10849036 memory=470868 CPUtime=8.81 cores=1,3,5,7
/proc/2433/task/2491/stat : 2491 (java) S 2430 2433 32236 0 -1 1077944384 28641 13065 0 0 794 79 5 3 20 0 15 0 444327752 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278508755184 140279049460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2492] ppid=2430 vsize=10849036 memory=468936 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2492/stat : 2492 (java) S 2430 2433 32236 0 -1 1077944384 40 13065 0 0 0 0 5 3 20 0 15 0 444327752 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278507701472 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2493] ppid=2430 vsize=10849036 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2493/stat : 2493 (java) S 2430 2433 32236 0 -1 1077944384 13 13065 0 0 0 0 5 3 20 0 15 0 444327753 11109412864 117234 33554432000 4194304 4196468 140725221123536 140277926847232 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2494] ppid=2430 vsize=10849036 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2494/stat : 2494 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140277619447760 140279049467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2495] ppid=2430 vsize=10849036 memory=3612 CPUtime=7.96 cores=1,3,5,7
/proc/2433/task/2495/stat : 2495 (java) S 2430 2433 32236 0 -1 1077944384 29290 13065 0 0 785 3 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278474144496 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2496] ppid=2430 vsize=10849036 memory=470868 CPUtime=7.88 cores=1,3,5,7
/proc/2433/task/2496/stat : 2496 (java) S 2430 2433 32236 0 -1 1077944384 28397 13065 0 0 776 4 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278473091952 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2497] ppid=2430 vsize=10849036 memory=470868 CPUtime=2.74 cores=1,3,5,7
/proc/2433/task/2497/stat : 2497 (java) S 2430 2433 32236 0 -1 1077944384 18523 13065 0 0 260 6 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278472038896 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2498] ppid=2430 vsize=10849036 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/2433/task/2498/stat : 2498 (java) S 2430 2433 32236 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 444327755 11109412864 117234 33554432000 4194304 4196468 140725221123536 140277585890144 140279049459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
[pid=2433/tid=2499] ppid=2430 vsize=10849036 memory=1408 CPUtime=1.43 cores=1,3,5,7
/proc/2433/task/2499/stat : 2499 (java) S 2430 2433 32236 0 -1 1077944384 2288 13065 0 0 62 73 5 3 20 0 15 0 444327756 11109412864 117234 33554432000 4194304 4196468 140725221123536 140278470986288 140279049460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15740928 140725221128944 140725221131461 140725221131461 140725221134287 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 468936 KiB

Child status: 143
Real time (s): 2461.93
CPU time (s): 2520.13
CPU user time (s): 2516.05
CPU system time (s): 4.07501
CPU usage (%): 102.364
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2867876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.05
system time used= 4.07501
maximum resident set size= 2870996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374292
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 238740
involuntary context switches= 5946


# summary of solver processes directly reported to runsolver:
#   pid: 2433
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.05
#   total CPU system time (s): 4.07501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7536 second user time and 21.4121 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 03:31:11
IDJOB=4400829
IDBENCH=128106
IDSOLVER=2857
FILE ID=node145/4400829-1568683912
RUNJOBID= node145-1568673289-32268
PBS_JOBID= 21703777
Free space on /tmp= 59496 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-90-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400829-1568683912/watcher-4400829-1568683912 -o /tmp/evaluation-result-4400829-1568683912/solver-4400829-1568683912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32268 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4400829-1568683912.xml

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

MD5SUM BENCH= 62ab34719a1ca197804bba3dde19efaf
RANDOM SEED=491185228

node145.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.59
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.59
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.59
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.59
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:        27351676 kB
MemAvailable:   29868472 kB
Buffers:          179020 kB
Cached:          2628984 kB
SwapCached:        41076 kB
Active:          3376744 kB
Inactive:        1457344 kB
Active(anon):    1988940 kB
Inactive(anon):    86540 kB
Active(file):    1387804 kB
Inactive(file):  1370804 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958316 kB
Dirty:             35456 kB
Writeback:             0 kB
AnonPages:       2109356 kB
Mapped:            61744 kB
Shmem:             40644 kB
Slab:             176876 kB
SReclaimable:     148044 kB
SUnreclaim:        28832 kB
KernelStack:        4000 kB
PageTables:         9844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3115652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1955840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59464 MiB
End job on node145 at 2019-09-17 04:12:13