Trace number 4396570

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.14 2367.35

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
MD5SUM2e923e7e276bbb1d78c8186edf745710
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables477
Number of constraints71
Number of domains2
Minimum domain size63
Maximum domain size69
Distribution of domain sizes[{"size":63,"count":476},{"size":69,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":408},{"degree":4,"count":68}]
Minimum constraint arity7
Maximum constraint arity476
Distribution of constraint arities[{"arity":7,"count":68},{"arity":69,"count":1},{"arity":476,"count":2}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396570-1568406072/watcher-4396570-1568406072 -o /tmp/evaluation-result-4396570-1568406072/solver-4396570-1568406072 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6336 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1554192054 HOME/instance-4396570-1568406072.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=9486, runsolver pid=9483
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 1.57 1.46 1.47 3/219 9543
/proc/meminfo: memFree=21002816/32770624 swapFree=66999280/67108860
[pid=9486] ppid=9483 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 4344 13063 0 0 1 1 5 3 20 0 6 0 416545642 10212057088 4583 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2493178 4583 1931 1 0 2481616 0
[pid=9486/tid=9539] ppid=9483 vsize=9972712 memory=-8817891684683923397 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 2150 13063 0 0 1 0 5 3 20 0 6 0 416545651 10212057088 4649 33554432000 4194304 4196468 140725165261552 140546110075472 140546119735728 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 6 0 416545651 10212057088 4649 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=9972712 memory=140286366910080 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 6 0 416545651 10212057088 4649 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 6 0 416545651 10212057088 4649 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 6 0 416545651 10212057088 4649 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.57 1.46 1.47 3/228 9552
/proc/meminfo: memFree=20981376/32770624 swapFree=66999280/67108860
[pid=9486] ppid=9483 vsize=10819664 memory=42336 CPUtime=0.26 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 6905 13063 0 0 16 2 5 3 20 0 15 0 416545642 11079335936 10584 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2704916 10584 3161 1 0 2667149 0
[pid=9486/tid=9539] ppid=9483 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 3390 13063 0 0 10 1 5 3 20 0 15 0 416545651 11079335936 10584 33554432000 4194304 4196468 140725165261552 140546110071504 140546122319198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10819664 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079335936 10584 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10819664 memory=140286366919757 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079335936 10584 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079335936 10584 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079335936 10584 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10819664 memory=140286366910080 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545653 11079335936 10584 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 33 13063 0 0 0 0 5 3 20 0 15 0 416545653 11079335936 10584 33554432000 4194304 4196468 140725165261552 140545596667168 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545653 11079335936 10584 33554432000 4194304 4196468 140725165261552 140545489888880 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11079335936 10584 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) S 9483 9486 6304 0 -1 1077944384 477 13063 0 0 1 0 5 3 20 0 15 0 416545656 11079335936 10584 33554432000 4194304 4196468 140725165261552 140545563109488 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 182 13063 0 0 0 0 5 3 20 0 15 0 416545656 11079335936 10584 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10819664 memory=140286366910080 CPUtime=0.11 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) R 9483 9486 6304 0 -1 4202560 615 13063 0 0 3 0 5 3 20 0 15 0 416545656 11079335936 10584 33554432000 4194304 4196468 140725165261552 140545561004400 140546138260058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11079335936 10584 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10819664 memory=140286366910080 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545657 11079335936 10584 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42336 KiB

[startup+0.310601 s]*
/proc/loadavg: 1.57 1.46 1.47 3/228 9552
/proc/meminfo: memFree=20967952/32770624 swapFree=66999280/67108860
[pid=9486] ppid=9483 vsize=10820148 memory=53472 CPUtime=0.4 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 10609 13063 0 0 28 4 5 3 20 0 15 0 416545642 11079831552 13368 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2705037 13368 3293 1 0 2667149 0
[pid=9486/tid=9539] ppid=9483 vsize=10820148 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 7067 13063 0 0 18 3 5 3 20 0 15 0 416545651 11079831552 13368 33554432000 4194304 4196468 140725165261552 140546110044816 140546122319198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079831552 13368 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079831552 13368 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079831552 13368 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545651 11079831552 13368 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545653 11079831552 13368 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 33 13063 0 0 0 0 5 3 20 0 15 0 416545653 11079831552 13368 33554432000 4194304 4196468 140725165261552 140545596667168 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545653 11079831552 13368 33554432000 4194304 4196468 140725165261552 140545489888880 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11079831552 13368 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10820148 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) S 9483 9486 6304 0 -1 1077944384 487 13063 0 0 3 0 5 3 20 0 15 0 416545656 11079831552 13368 33554432000 4194304 4196468 140725165261552 140545563109488 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 182 13063 0 0 1 0 5 3 20 0 15 0 416545656 11079831552 13368 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10820148 memory=140286366910080 CPUtime=0.13 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) S 9483 9486 6304 0 -1 1077944384 624 13063 0 0 5 0 5 3 20 0 15 0 416545656 11079831552 13368 33554432000 4194304 4196468 140725165261552 140545561004400 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11079831552 13368 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10820148 memory=140286366910080 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545657 11079831552 13368 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53472 KiB

[startup+0.701384 s]
/proc/loadavg: 1.57 1.46 1.47 5/228 9552
/proc/meminfo: memFree=20954144/32770624 swapFree=66999280/67108860
[pid=9486] ppid=9483 vsize=10824360 memory=85800 CPUtime=1.15 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 14654 13063 0 0 101 6 5 3 20 0 15 0 416545642 11084144640 21450 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2706090 21450 3501 1 0 2668173 0
[pid=9486/tid=9539] ppid=9483 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) D 9483 9486 6304 0 -1 1077944384 9956 13063 0 0 55 4 5 3 20 0 15 0 416545651 11084144640 21450 33554432000 4194304 4196468 140725165261552 140546110065872 140546138262589 0 4 0 16800975 18446744072101576228 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11084144640 21450 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11084144640 21450 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10824360 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545651 11084144640 21450 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545651 11084144640 21450 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 5 13063 0 0 0 0 5 3 20 0 15 0 416545653 11084144640 21450 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 33 13063 0 0 0 0 5 3 20 0 15 0 416545653 11084144640 21450 33554432000 4194304 4196468 140725165261552 140545596667168 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10824360 memory=140286248497936 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545653 11084144640 21450 33554432000 4194304 4196468 140725165261552 140545489888880 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10824360 memory=140286516789852 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11084144640 21450 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10824360 memory=612 CPUtime=0.22 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) R 9483 9486 6304 0 -1 4202560 903 13063 0 0 14 0 5 3 20 0 15 0 416545656 11084144640 21450 33554432000 4194304 4196468 140725165261552 140545563109488 140546117477196 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10824360 memory=7302135314614015845 CPUtime=0.21 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 708 13063 0 0 13 0 5 3 20 0 15 0 416545656 11084144640 21450 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10824360 memory=6081102367496956009 CPUtime=0.25 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) S 9483 9486 6304 0 -1 1077944384 833 13063 0 0 17 0 5 3 20 0 15 0 416545656 11084144640 21450 33554432000 4194304 4196468 140725165261552 140545561004400 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10824360 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11084144640 21450 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545657 11084144640 21450 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85800 KiB

[startup+1.50077 s]
/proc/loadavg: 1.57 1.46 1.47 6/228 9552
/proc/meminfo: memFree=20875400/32770624 swapFree=66999280/67108860
[pid=9486] ppid=9483 vsize=10832628 memory=236372 CPUtime=2.89 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 22650 13063 0 0 268 13 5 3 20 0 15 0 416545642 11092611072 59093 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2708157 59093 3587 1 0 2670221 0
[pid=9486/tid=9539] ppid=9483 vsize=10832628 memory=2129104 CPUtime=1.43 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 14741 13063 0 0 128 7 5 3 20 0 15 0 416545651 11092611072 59093 33554432000 4194304 4196468 140725165261552 140546110073824 140546124487707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10832628 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 310 13063 0 0 1 0 5 3 20 0 15 0 416545651 11092611072 59093 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10832628 memory=1412 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 68 13063 0 0 1 0 5 3 20 0 15 0 416545651 11092611072 59093 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10832628 memory=3228 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 81 13063 0 0 1 0 5 3 20 0 15 0 416545651 11092611072 59093 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10832628 memory=85800 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 59 13063 0 0 1 0 5 3 20 0 15 0 416545651 11092611072 59093 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 1361 13063 0 0 1 0 5 3 20 0 15 0 416545653 11092611072 59093 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 34 13063 0 0 0 0 5 3 20 0 15 0 416545653 11092611072 59093 33554432000 4194304 4196468 140725165261552 140545596667232 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545653 11092611072 59093 33554432000 4194304 4196468 140725165261552 140545489888896 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10832628 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11092611072 59093 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10832628 memory=4638778398332698720 CPUtime=0.54 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) S 9483 9486 6304 0 -1 1077944384 1218 13063 0 0 46 0 5 3 20 0 15 0 416545656 11092611072 59093 33554432000 4194304 4196468 140725165261552 140545563109488 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10832628 memory=280572497271680 CPUtime=0.54 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 1147 13063 0 0 46 0 5 3 20 0 15 0 416545656 11092611072 59093 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10832628 memory=-7233780906022716832 CPUtime=0.46 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) S 9483 9486 6304 0 -1 1077944384 1420 13063 0 0 38 0 5 3 20 0 15 0 416545656 11092611072 59093 33554432000 4194304 4196468 140725165261552 140545561004400 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10832628 memory=4137290303932963203 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11092611072 59093 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10832628 memory=-7384994778349281184 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1 13063 0 0 0 0 5 3 20 0 15 0 416545657 11092611072 59093 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10832628 KiB

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

/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 63401 13063 0 0 218959 32 5 3 20 0 15 0 416545651 11109408768 175353 33554432000 4194304 4196468 140725165261552 140546110073104 140545726080699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10849032 memory=2116 CPUtime=5.52 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 7881 13063 0 0 515 29 5 3 20 0 15 0 416545651 11109408768 175353 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10849032 memory=19120 CPUtime=5.54 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 8509 13063 0 0 515 31 5 3 20 0 15 0 416545651 11109408768 175353 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10849032 memory=532 CPUtime=5.54 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 7330 13063 0 0 518 28 5 3 20 0 15 0 416545651 11109408768 175353 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10849032 memory=1556 CPUtime=5.54 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 10143 13063 0 0 509 37 5 3 20 0 15 0 416545651 11109408768 175353 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10849032 memory=932 CPUtime=5.32 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 11404 13063 0 0 492 32 5 3 20 0 15 0 416545653 11109408768 175353 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10849032 memory=699364 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 49 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 175353 33554432000 4194304 4196468 140725165261552 140545596667232 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10849032 memory=699364 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 16 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 175353 33554432000 4194304 4196468 140725165261552 140545489888896 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10849032 memory=273 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 175353 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10849032 memory=240504 CPUtime=6.64 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) S 9483 9486 6304 0 -1 1077944384 40548 13063 0 0 653 3 5 3 20 0 15 0 416545656 11109408768 175353 33554432000 4194304 4196468 140725165261552 140545563109488 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10849032 memory=1 CPUtime=6.91 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 42770 13063 0 0 677 6 5 3 20 0 15 0 416545656 11109408768 175353 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10849032 memory=0 CPUtime=2.18 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) S 9483 9486 6304 0 -1 1077944384 24355 13063 0 0 206 4 5 3 20 0 15 0 416545656 11109408768 175353 33554432000 4194304 4196468 140725165261552 140545561004400 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10849032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 175353 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10849032 memory=9 CPUtime=1.11 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1241 13063 0 0 50 53 5 3 20 0 15 0 416545657 11109408768 175353 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 2233.65 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 701412 KiB

[startup+2262.3 s]
/proc/loadavg: 1.48 1.38 1.41 3/227 9908
/proc/meminfo: memFree=21789156/32770624 swapFree=66999284/67108860
[pid=9486] ppid=9483 vsize=10849032 memory=696828 CPUtime=2294.16 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 221257 13063 0 0 229179 229 5 3 20 0 15 0 416545642 11109408768 174207 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2712258 174207 3629 1 0 2674317 0
[pid=9486/tid=9539] ppid=9483 vsize=10849032 memory=4108 CPUtime=2249.63 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 64070 13063 0 0 224922 33 5 3 20 0 15 0 416545651 11109408768 174207 33554432000 4194304 4196468 140725165261552 140546110073488 140545714226161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10849032 memory=-6733704525061579059 CPUtime=5.69 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 7980 13063 0 0 531 30 5 3 20 0 15 0 416545651 11109408768 174207 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10849032 memory=4872558044660077418 CPUtime=5.71 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 8653 13063 0 0 531 32 5 3 20 0 15 0 416545651 11109408768 174207 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10849032 memory=1048 CPUtime=5.7 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 7542 13063 0 0 534 28 5 3 20 0 15 0 416545651 11109408768 174207 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10849032 memory=5900 CPUtime=5.7 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 10180 13063 0 0 525 37 5 3 20 0 15 0 416545651 11109408768 174207 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10849032 memory=612 CPUtime=5.48 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 11619 13063 0 0 507 33 5 3 20 0 15 0 416545653 11109408768 174207 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10849032 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 49 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 174207 33554432000 4194304 4196468 140725165261552 140545596667232 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10849032 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 16 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 174207 33554432000 4194304 4196468 140725165261552 140545489888896 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10849032 memory=14060 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 174207 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10849032 memory=2116 CPUtime=6.64 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) S 9483 9486 6304 0 -1 1077944384 40551 13063 0 0 653 3 5 3 20 0 15 0 416545656 11109408768 174207 33554432000 4194304 4196468 140725165261552 140545563109488 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10849032 memory=19128 CPUtime=6.91 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 42772 13063 0 0 677 6 5 3 20 0 15 0 416545656 11109408768 174207 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10849032 memory=0 CPUtime=2.18 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) S 9483 9486 6304 0 -1 1077944384 24357 13063 0 0 206 4 5 3 20 0 15 0 416545656 11109408768 174207 33554432000 4194304 4196468 140725165261552 140545561004400 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10849032 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 174207 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10849032 memory=0 CPUtime=1.13 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1259 13063 0 0 52 53 5 3 20 0 15 0 416545657 11109408768 174207 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 2294.16 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 696828 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.37 1.41 3/228 9914
/proc/meminfo: memFree=21788452/32770624 swapFree=66999284/67108860
[pid=9486] ppid=9483 vsize=10849032 memory=696844 CPUtime=2354.71 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 223205 13063 0 0 235230 233 5 3 20 0 15 0 416545642 11109408768 174211 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2712258 174211 3629 1 0 2674317 0
[pid=9486/tid=9539] ppid=9483 vsize=10849032 memory=2896 CPUtime=2309.32 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 64483 13063 0 0 230891 33 5 3 20 0 15 0 416545651 11109408768 174211 33554432000 4194304 4196468 140725165261552 140546110072928 140545726082362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10849032 memory=1408 CPUtime=5.85 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 8003 13063 0 0 546 31 5 3 20 0 15 0 416545651 11109408768 174211 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10849032 memory=3272 CPUtime=5.85 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 8873 13063 0 0 544 33 5 3 20 0 15 0 416545651 11109408768 174211 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10849032 memory=696844 CPUtime=5.85 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 7601 13063 0 0 549 28 5 3 20 0 15 0 416545651 11109408768 174211 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10849032 memory=1408 CPUtime=5.85 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 10185 13063 0 0 539 38 5 3 20 0 15 0 416545651 11109408768 174211 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10849032 memory=3160 CPUtime=5.62 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 11646 13063 0 0 521 33 5 3 20 0 15 0 416545653 11109408768 174211 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10849032 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 49 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 174211 33554432000 4194304 4196468 140725165261552 140545596667232 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10849032 memory=288230583166042425 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 16 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 174211 33554432000 4194304 4196468 140725165261552 140545489888896 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10849032 memory=15262532197681710 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 174211 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10849032 memory=4872558044660077418 CPUtime=6.72 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) S 9483 9486 6304 0 -1 1077944384 40930 13063 0 0 661 3 5 3 20 0 15 0 416545656 11109408768 174211 33554432000 4194304 4196468 140725165261552 140545563109488 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10849032 memory=2116 CPUtime=6.92 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 43150 13063 0 0 678 6 5 3 20 0 15 0 416545656 11109408768 174211 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10849032 memory=19128 CPUtime=2.18 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) S 9483 9486 6304 0 -1 1077944384 24796 13063 0 0 206 4 5 3 20 0 15 0 416545656 11109408768 174211 33554432000 4194304 4196468 140725165261552 140545561004400 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10849032 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 174211 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10849032 memory=1556 CPUtime=1.15 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1264 13063 0 0 53 54 5 3 20 0 15 0 416545657 11109408768 174211 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 2354.71 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 696844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.3 s]
/proc/loadavg: 1.46 1.38 1.41 5/227 9949
/proc/meminfo: memFree=22449384/32770624 swapFree=66999284/67108860
[pid=9486] ppid=9483 vsize=10849032 memory=696860 CPUtime=2400.08 cores=1,3,5,7
/proc/9486/stat : 9486 (java) S 9483 9486 6304 0 -1 1077944320 224000 13063 0 0 239763 237 5 3 20 0 15 0 416545642 11109408768 174215 33554432000 4194304 4196468 140725165261552 140725165244096 140546138238711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
/proc/9486/statm: 2712258 174215 3629 1 0 2674317 0
[pid=9486/tid=9539] ppid=9483 vsize=10849032 memory=39812 CPUtime=2354.06 cores=1,3,5,7
/proc/9486/task/9539/stat : 9539 (java) R 9483 9486 6304 0 -1 4202560 64849 13063 0 0 235365 33 5 3 20 0 15 0 416545651 11109408768 174215 33554432000 4194304 4196468 140725165261552 140546110073328 140545725292090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9540] ppid=9483 vsize=10849032 memory=8112282956445269571 CPUtime=5.96 cores=1,3,5,7
/proc/9486/task/9540/stat : 9540 (java) S 9483 9486 6304 0 -1 1077944384 8085 13063 0 0 557 31 5 3 20 0 15 0 416545651 11109408768 174215 33554432000 4194304 4196468 140725165261552 140546142480784 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9541] ppid=9483 vsize=10849032 memory=612 CPUtime=5.97 cores=1,3,5,7
/proc/9486/task/9541/stat : 9541 (java) S 9483 9486 6304 0 -1 1077944384 8933 13063 0 0 555 34 5 3 20 0 15 0 416545651 11109408768 174215 33554432000 4194304 4196468 140725165261552 140546030754064 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9542] ppid=9483 vsize=10849032 memory=1220 CPUtime=5.97 cores=1,3,5,7
/proc/9486/task/9542/stat : 9542 (java) S 9483 9486 6304 0 -1 1077944384 7664 13063 0 0 561 28 5 3 20 0 15 0 416545651 11109408768 174215 33554432000 4194304 4196468 140725165261552 140546029701776 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9543] ppid=9483 vsize=10849032 memory=14004 CPUtime=5.97 cores=1,3,5,7
/proc/9486/task/9543/stat : 9543 (java) S 9483 9486 6304 0 -1 1077944384 10190 13063 0 0 551 38 5 3 20 0 15 0 416545651 11109408768 174215 33554432000 4194304 4196468 140725165261552 140546028648976 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9544] ppid=9483 vsize=10849032 memory=1424 CPUtime=5.74 cores=1,3,5,7
/proc/9486/task/9544/stat : 9544 (java) S 9483 9486 6304 0 -1 1077944384 11842 13063 0 0 532 34 5 3 20 0 15 0 416545653 11109408768 174215 33554432000 4194304 4196468 140725165261552 140545597721200 140546138249858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9545] ppid=9483 vsize=10849032 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9545/stat : 9545 (java) S 9483 9486 6304 0 -1 1077944384 49 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 174215 33554432000 4194304 4196468 140725165261552 140545596667232 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9546] ppid=9483 vsize=10849032 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9546/stat : 9546 (java) S 9483 9486 6304 0 -1 1077944384 16 13063 0 0 0 0 5 3 20 0 15 0 416545653 11109408768 174215 33554432000 4194304 4196468 140725165261552 140545489888896 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9547] ppid=9483 vsize=10849032 memory=10596 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9547/stat : 9547 (java) S 9483 9486 6304 0 -1 1077944384 2 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 174215 33554432000 4194304 4196468 140725165261552 140544885910096 140546138257307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9548] ppid=9483 vsize=10849032 memory=1712 CPUtime=6.73 cores=1,3,5,7
/proc/9486/task/9548/stat : 9548 (java) S 9483 9486 6304 0 -1 1077944384 40932 13063 0 0 662 3 5 3 20 0 15 0 416545656 11109408768 174215 33554432000 4194304 4196468 140725165261552 140545563109488 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9549] ppid=9483 vsize=10849032 memory=804 CPUtime=6.92 cores=1,3,5,7
/proc/9486/task/9549/stat : 9549 (java) S 9483 9486 6304 0 -1 1077944384 43152 13063 0 0 678 6 5 3 20 0 15 0 416545656 11109408768 174215 33554432000 4194304 4196468 140725165261552 140545562056688 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9550] ppid=9483 vsize=10849032 memory=1804 CPUtime=2.18 cores=1,3,5,7
/proc/9486/task/9550/stat : 9550 (java) S 9483 9486 6304 0 -1 1077944384 24798 13063 0 0 206 4 5 3 20 0 15 0 416545656 11109408768 174215 33554432000 4194304 4196468 140725165261552 140545561004400 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9551] ppid=9483 vsize=10849032 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/9486/task/9551/stat : 9551 (java) S 9483 9486 6304 0 -1 1077944384 3 13063 0 0 0 0 5 3 20 0 15 0 416545656 11109408768 174215 33554432000 4194304 4196468 140725165261552 140544416147936 140546138248917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
[pid=9486/tid=9552] ppid=9483 vsize=10849032 memory=3848 CPUtime=1.17 cores=1,3,5,7
/proc/9486/task/9552/stat : 9552 (java) S 9483 9486 6304 0 -1 1077944384 1281 13063 0 0 54 55 5 3 20 0 15 0 416545657 11109408768 174215 33554432000 4194304 4196468 140725165261552 140545559952304 140546138249858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29237248 140725165267695 140725165270213 140725165270213 140725165273039 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 696860 KiB

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

[startup+2367.35 s]
# the end of solver process 9486 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.73 s, system=2.41092 s

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

Child status: 143
Real time (s): 2367.35
CPU time (s): 2400.14
CPU user time (s): 2397.73
CPU system time (s): 2.41092
CPU usage (%): 101.385
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 1061892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.73
system time used= 2.41092
maximum resident set size= 1065960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237974
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164051
involuntary context switches= 7438


# summary of solver processes directly reported to runsolver:
#   pid: 9486
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2397.73
#   total CPU system time (s): 2.41092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.469 second user time and 23.0286 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-13 22:20:32
IDJOB=4396570
IDBENCH=137043
IDSOLVER=2847
FILE ID=node140/4396570-1568406072
RUNJOBID= node140-1568394621-6336
PBS_JOBID= 21701868
Free space on /tmp= 58104 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396570-1568406072/watcher-4396570-1568406072 -o /tmp/evaluation-result-4396570-1568406072/solver-4396570-1568406072 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6336 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1554192054 HOME/instance-4396570-1568406072.xml

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

MD5SUM BENCH= 2e923e7e276bbb1d78c8186edf745710
RANDOM SEED=1554192054

node140.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.43
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.43
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.43
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.43
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:        21010676 kB
MemAvailable:   29706632 kB
Buffers:          175520 kB
Cached:          8727880 kB
SwapCached:         2740 kB
Active:          3586068 kB
Inactive:        7472172 kB
Active(anon):    2151512 kB
Inactive(anon):    43940 kB
Active(file):    1434556 kB
Inactive(file):  7428232 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66999280 kB
Dirty:             35796 kB
Writeback:            40 kB
AnonPages:       2302972 kB
Mapped:            57692 kB
Shmem:             32256 kB
Slab:             291760 kB
SReclaimable:     261628 kB
SUnreclaim:        30132 kB
KernelStack:        4000 kB
PageTables:         9864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3191272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2213888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58104 MiB
End job on node140 at 2019-09-13 22:59:59