Trace number 4387330

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.10? (TO) 2520.06 2476.43

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-5_X2.xml
MD5SUM0d344e361328211ed16699cc315bd3d7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark165.955
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
2520.02/2476.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2476.41		at concrete.MAC.mac(MAC.scala:189)
2520.02/2476.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.02/2476.41		at scala.util.Try$.apply(Try.scala:212)
2520.02/2476.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2476.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2476.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2476.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2476.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2476.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2476.41		at concrete.ProblemState.map(ProblemState.scala:228)
2520.02/2476.41		at concrete.ProblemState.map(ProblemState.scala:210)
2520.02/2476.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2476.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2476.41		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2476.41		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2476.41		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2476.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.02/2476.41		at scala.util.Success.map(Try.scala:264)
2520.02/2476.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.02/2476.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2476.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2476.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2476.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2476.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2476.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2476.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2476.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2476.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2476.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2476.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2476.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2476.41		at scala.App.main(App.scala:75)
2520.02/2476.41		at scala.App.main$(App.scala:73)
2520.02/2476.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2476.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2476.41	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 (14374 MiB free)
  memory of node 1: 16384 MiB (15469 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387330-1568298999/watcher-4387330-1568298999 -o /tmp/evaluation-result-4387330-1568298999/solver-4387330-1568298999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1072233978 HOME/instance-4387330-1568298999.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=10270, runsolver pid=10267
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 1.25 1.35 1.39 3/218 10327
/proc/meminfo: memFree=30554284/32770624 swapFree=66920328/67108860
[pid=10270] ppid=10267 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 4344 13467 0 0 1 0 5 3 20 0 6 0 406156066 10212057088 4582 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2493178 4582 1931 1 0 2481616 0
[pid=10270/tid=10323] ppid=10267 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 2139 13467 0 0 1 0 5 3 20 0 6 0 406156075 10212057088 4582 33554432000 4194304 4196468 140735205529136 139916089119312 139916117304477 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 6 0 406156075 10212057088 4582 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=9972712 memory=139964021247679 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 6 0 406156075 10212057088 4648 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 6 0 406156075 10212057088 4648 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 6 0 406156075 10212057088 4648 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210065 s]*
/proc/loadavg: 1.25 1.35 1.39 3/227 10336
/proc/meminfo: memFree=30532456/32770624 swapFree=66920328/67108860
[pid=10270] ppid=10267 vsize=10818940 memory=40328 CPUtime=0.26 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 6942 13467 0 0 17 1 5 3 20 0 15 0 406156066 11078594560 10082 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2704735 10082 2986 1 0 2667149 0
[pid=10270/tid=10323] ppid=10267 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 3391 13467 0 0 11 0 5 3 20 0 15 0 406156075 11078594560 10082 33554432000 4194304 4196468 140735205529136 139916089115456 139916101596528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156075 11078594560 10082 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10818940 memory=139964021247679 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11078594560 10082 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156077 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 33 13467 0 0 0 0 5 3 20 0 15 0 406156077 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915575805216 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915471873648 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11078594560 10082 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 573 13467 0 0 1 0 5 3 20 0 15 0 406156080 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) S 10267 10270 5621 0 -1 1077944384 67 13467 0 0 1 0 5 3 20 0 15 0 406156080 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915541194736 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10818940 memory=139964021237376 CPUtime=0.11 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) S 10267 10270 5621 0 -1 1077944384 657 13467 0 0 3 0 5 3 20 0 15 0 406156080 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11078594560 10082 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10818940 memory=139964021237376 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156081 11078594560 10082 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40328 KiB

[startup+0.310363 s]*
/proc/loadavg: 1.25 1.35 1.39 3/227 10336
/proc/meminfo: memFree=30522220/32770624 swapFree=66920328/67108860
[pid=10270] ppid=10267 vsize=10820244 memory=52156 CPUtime=0.4 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 10625 13467 0 0 29 3 5 3 20 0 15 0 406156066 11079929856 13039 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2705061 13039 3295 1 0 2667149 0
[pid=10270/tid=10323] ppid=10267 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 7048 13467 0 0 19 2 5 3 20 0 15 0 406156075 11079929856 13039 33554432000 4194304 4196468 140735205529136 139916089099440 139916117294486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156075 11079929856 13039 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11079929856 13039 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10820244 memory=139964021237375 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156077 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 33 13467 0 0 0 0 5 3 20 0 15 0 406156077 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915575805216 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915471873648 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11079929856 13039 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 573 13467 0 0 2 0 5 3 20 0 15 0 406156080 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) R 10267 10270 5621 0 -1 4202560 68 13467 0 0 1 0 5 3 20 0 15 0 406156080 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915541194736 139916110267593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10820244 memory=139964021237376 CPUtime=0.13 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) S 10267 10270 5621 0 -1 1077944384 681 13467 0 0 5 0 5 3 20 0 15 0 406156080 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11079929856 13039 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10820244 memory=139964021237376 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156081 11079929856 13039 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 52156 KiB

[startup+0.700709 s]
/proc/loadavg: 1.25 1.35 1.39 5/227 10336
/proc/meminfo: memFree=30505856/32770624 swapFree=66920328/67108860
[pid=10270] ppid=10267 vsize=10824340 memory=82748 CPUtime=1.15 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 14905 13467 0 0 101 6 5 3 20 0 15 0 406156066 11084124160 20687 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2706085 20687 3510 1 0 2668173 0
[pid=10270/tid=10323] ppid=10267 vsize=10824340 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 10502 13467 0 0 55 4 5 3 20 0 15 0 406156075 11084124160 20687 33554432000 4194304 4196468 140735205529136 139916089109536 139916101363038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10824340 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156075 11084124160 20687 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10824340 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11084124160 20687 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10824340 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156075 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 5 13467 0 0 0 0 5 3 20 0 15 0 406156077 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 33 13467 0 0 0 0 5 3 20 0 15 0 406156077 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915575805216 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915471873648 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11084124160 20687 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 959 13467 0 0 15 0 5 3 20 0 15 0 406156080 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) S 10267 10270 5621 0 -1 1077944384 296 13467 0 0 12 0 5 3 20 0 15 0 406156080 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915541194736 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) R 10267 10270 5621 0 -1 1077944384 890 13467 0 0 17 0 5 3 20 0 15 0 406156080 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11084124160 20687 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10824340 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156081 11084124160 20687 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82748 KiB

[startup+1.50074 s]
/proc/loadavg: 1.25 1.35 1.39 5/227 10336
/proc/meminfo: memFree=30467940/32770624 swapFree=66920328/67108860
[pid=10270] ppid=10267 vsize=10834656 memory=179280 CPUtime=2.7 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 24511 13467 0 0 252 10 5 3 20 0 15 0 406156066 11094687744 44820 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2708664 44820 3574 1 0 2670733 0
[pid=10270/tid=10323] ppid=10267 vsize=10834656 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 16001 13467 0 0 130 6 5 3 20 0 15 0 406156075 11094687744 44820 33554432000 4194304 4196468 140735205529136 139916089106384 139916102650688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10834656 memory=6298966215873557099 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 49 13467 0 0 1 0 5 3 20 0 15 0 406156075 11094687744 44820 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10834656 memory=6298966215873556843 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 48 13467 0 0 1 0 5 3 20 0 15 0 406156075 11094687744 44820 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10834656 memory=6226344563496479594 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 320 13467 0 0 1 0 5 3 20 0 15 0 406156075 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10834656 memory=279927849316128 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 89 13467 0 0 1 0 5 3 20 0 15 0 406156075 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10834656 memory=3540060668636016273 CPUtime=0.09 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 1451 13467 0 0 1 0 5 3 20 0 15 0 406156077 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10834656 memory=279927848983552 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 55 13467 0 0 0 0 5 3 20 0 15 0 406156077 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915575805280 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915471873664 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11094687744 44820 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10834656 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 1537 13467 0 0 35 0 5 3 20 0 15 0 406156080 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10834656 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) S 10267 10270 5621 0 -1 1077944384 1024 13467 0 0 34 0 5 3 20 0 15 0 406156080 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915541194736 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10834656 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) S 10267 10270 5621 0 -1 1077944384 1722 13467 0 0 45 0 5 3 20 0 15 0 406156080 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10834656 memory=279927849525248 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11094687744 44820 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156081 11094687744 44820 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 10834656 KiB

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

/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 66094 13467 0 0 229647 51 5 3 20 0 15 0 406156075 11105193984 271755 33554432000 4194304 4196468 140735205529136 139916089118336 139915703511051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10844916 memory=1087012 CPUtime=10.88 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 11838 13467 0 0 1029 51 5 3 20 0 15 0 406156075 11105193984 271755 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10844916 memory=1087020 CPUtime=10.88 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 16456 13467 0 0 1025 55 5 3 20 0 15 0 406156075 11105193984 271755 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10844916 memory=4960 CPUtime=10.94 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 17246 13467 0 0 1038 48 5 3 20 0 15 0 406156075 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10844916 memory=1087020 CPUtime=10.86 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 16655 13467 0 0 1023 55 5 3 20 0 15 0 406156075 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10844916 memory=1087020 CPUtime=12.26 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 17602 13467 0 0 1170 48 5 3 20 0 15 0 406156077 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10844916 memory=1087012 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 56 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915575805344 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10844916 memory=1087020 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915471873664 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10844916 memory=1087020 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 271755 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10844916 memory=3580 CPUtime=3.13 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 19004 13467 0 0 301 4 5 3 20 0 15 0 406156080 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10844916 memory=804 CPUtime=3.44 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) S 10267 10270 5621 0 -1 1077944384 11338 13467 0 0 332 4 5 3 20 0 15 0 406156080 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915541194736 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10844916 memory=1087020 CPUtime=3.12 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) S 10267 10270 5621 0 -1 1077944384 16525 13467 0 0 298 6 5 3 20 0 15 0 406156080 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10844916 memory=1087020 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 271755 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10844916 memory=1087020 CPUtime=1.46 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 1574 13467 0 0 63 75 5 3 20 0 15 0 406156081 11105193984 271755 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 2363.44 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1087020 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.47 1.43 5/229 10989
/proc/meminfo: memFree=27814580/32770624 swapFree=66920412/67108860
[pid=10270] ppid=10267 vsize=10844916 memory=1087092 CPUtime=2424.4 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 198155 13467 0 0 242079 353 5 3 20 0 15 0 406156066 11105193984 271773 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2711229 271773 3617 1 0 2673293 0
[pid=10270/tid=10323] ppid=10267 vsize=10844916 memory=1087048 CPUtime=2356.36 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 66909 13467 0 0 235576 52 5 3 20 0 15 0 406156075 11105193984 271773 33554432000 4194304 4196468 140735205529136 139916089118160 139916098931582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10844916 memory=1087092 CPUtime=11.22 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 11905 13467 0 0 1061 53 5 3 20 0 15 0 406156075 11105193984 271773 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10844916 memory=1087048 CPUtime=11.2 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 16500 13467 0 0 1056 56 5 3 20 0 15 0 406156075 11105193984 271773 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10844916 memory=1087092 CPUtime=11.27 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 17329 13467 0 0 1070 49 5 3 20 0 15 0 406156075 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10844916 memory=1087092 CPUtime=11.19 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 16970 13467 0 0 1055 56 5 3 20 0 15 0 406156075 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10844916 memory=1087048 CPUtime=12.56 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 17809 13467 0 0 1199 49 5 3 20 0 15 0 406156077 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10844916 memory=1087092 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 56 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915575805344 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10844916 memory=1087012 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915471873664 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10844916 memory=496 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 271773 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10844916 memory=1087036 CPUtime=3.13 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 19006 13467 0 0 301 4 5 3 20 0 15 0 406156080 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10844916 memory=1087020 CPUtime=3.44 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) S 10267 10270 5621 0 -1 1077944384 11340 13467 0 0 332 4 5 3 20 0 15 0 406156080 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915541194736 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10844916 memory=0 CPUtime=3.12 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) S 10267 10270 5621 0 -1 1077944384 16527 13467 0 0 298 6 5 3 20 0 15 0 406156080 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10844916 memory=7518026630507424618 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 271773 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10844916 memory=1087092 CPUtime=1.5 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 1592 13467 0 0 65 77 5 3 20 0 15 0 406156081 11105193984 271773 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 2424.4 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1087092 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.43 1.42 3/227 10993
/proc/meminfo: memFree=27866112/32770624 swapFree=66920412/67108860
[pid=10270] ppid=10267 vsize=10844916 memory=1089208 CPUtime=2485.37 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 200102 13467 0 0 248168 361 5 3 20 0 15 0 406156066 11105193984 272302 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2711229 272302 3617 1 0 2673293 0
[pid=10270/tid=10323] ppid=10267 vsize=10844916 memory=1089208 CPUtime=2415.67 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 67755 13467 0 0 241506 53 5 3 20 0 15 0 406156075 11105193984 272302 33554432000 4194304 4196468 140735205529136 139916089117856 139916099804266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10844916 memory=1089172 CPUtime=11.54 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 12059 13467 0 0 1092 54 5 3 20 0 15 0 406156075 11105193984 272302 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10844916 memory=1089172 CPUtime=11.54 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 16689 13467 0 0 1088 58 5 3 20 0 15 0 406156075 11105193984 272302 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10844916 memory=1089172 CPUtime=11.6 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 17615 13467 0 0 1101 51 5 3 20 0 15 0 406156075 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10844916 memory=1089172 CPUtime=11.53 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 17070 13467 0 0 1088 57 5 3 20 0 15 0 406156075 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10844916 memory=1089208 CPUtime=12.87 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 18151 13467 0 0 1229 50 5 3 20 0 15 0 406156077 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10844916 memory=1089208 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 56 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915575805344 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10844916 memory=1089208 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915471873664 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10844916 memory=1089208 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 272302 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10844916 memory=3580 CPUtime=3.13 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 19010 13467 0 0 301 4 5 3 20 0 15 0 406156080 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10844916 memory=1089172 CPUtime=3.44 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) S 10267 10270 5621 0 -1 1077944384 11344 13467 0 0 332 4 5 3 20 0 15 0 406156080 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915541194736 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10844916 memory=1089208 CPUtime=3.12 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) S 10267 10270 5621 0 -1 1077944384 16532 13467 0 0 298 6 5 3 20 0 15 0 406156080 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10844916 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 272302 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10844916 memory=16332 CPUtime=1.54 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 1609 13467 0 0 66 80 5 3 20 0 15 0 406156081 11105193984 272302 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 2485.37 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1089208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.4 s]
/proc/loadavg: 1.36 1.42 1.41 3/227 10996
/proc/meminfo: memFree=27885184/32770624 swapFree=66920412/67108860
[pid=10270] ppid=10267 vsize=10844916 memory=1089244 CPUtime=2520.02 cores=1,3,5,7
/proc/10270/stat : 10270 (java) S 10267 10270 5621 0 -1 1077944320 200971 13467 0 0 251628 366 5 3 20 0 15 0 406156066 11105193984 272311 33554432000 4194304 4196468 140735205529136 140735205511680 139916117282551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
/proc/10270/statm: 2711229 272311 3617 1 0 2673293 0
[pid=10270/tid=10323] ppid=10267 vsize=10844916 memory=920 CPUtime=2449.37 cores=1,3,5,7
/proc/10270/task/10323/stat : 10323 (java) R 10267 10270 5621 0 -1 4202560 68231 13467 0 0 244875 54 5 3 20 0 15 0 406156075 11105193984 272311 33554432000 4194304 4196468 140735205529136 139916089118224 139915690321371 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10324] ppid=10267 vsize=10844916 memory=3852 CPUtime=11.74 cores=1,3,5,7
/proc/10270/task/10324/stat : 10324 (java) S 10267 10270 5621 0 -1 1077944384 12097 13467 0 0 1111 55 5 3 20 0 15 0 406156075 11105193984 272311 33554432000 4194304 4196468 140735205529136 139916121524624 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10325] ppid=10267 vsize=10844916 memory=2936 CPUtime=11.73 cores=1,3,5,7
/proc/10270/task/10325/stat : 10325 (java) S 10267 10270 5621 0 -1 1077944384 16903 13467 0 0 1106 59 5 3 20 0 15 0 406156075 11105193984 272311 33554432000 4194304 4196468 140735205529136 139916009797904 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10326] ppid=10267 vsize=10844916 memory=2604 CPUtime=11.8 cores=1,3,5,7
/proc/10270/task/10326/stat : 10326 (java) S 10267 10270 5621 0 -1 1077944384 17643 13467 0 0 1120 52 5 3 20 0 15 0 406156075 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915689978512 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10327] ppid=10267 vsize=10844916 memory=4108 CPUtime=11.72 cores=1,3,5,7
/proc/10270/task/10327/stat : 10327 (java) S 10267 10270 5621 0 -1 1077944384 17106 13467 0 0 1105 59 5 3 20 0 15 0 406156075 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915688925712 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10328] ppid=10267 vsize=10844916 memory=1408 CPUtime=13.04 cores=1,3,5,7
/proc/10270/task/10328/stat : 10328 (java) S 10267 10270 5621 0 -1 1077944384 18215 13467 0 0 1245 51 5 3 20 0 15 0 406156077 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915576859248 139916117293698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10329] ppid=10267 vsize=10844916 memory=3256 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10329/stat : 10329 (java) S 10267 10270 5621 0 -1 1077944384 56 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915575805344 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10330] ppid=10267 vsize=10844916 memory=1089244 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10330/stat : 10330 (java) S 10267 10270 5621 0 -1 1077944384 1 13467 0 0 0 0 5 3 20 0 15 0 406156077 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915471873664 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10331] ppid=10267 vsize=10844916 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10331/stat : 10331 (java) S 10267 10270 5621 0 -1 1077944384 2 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 272311 33554432000 4194304 4196468 140735205529136 139914867894864 139916117301147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10332] ppid=10267 vsize=10844916 memory=3200 CPUtime=3.13 cores=1,3,5,7
/proc/10270/task/10332/stat : 10332 (java) S 10267 10270 5621 0 -1 1077944384 19010 13467 0 0 301 4 5 3 20 0 15 0 406156080 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915542247536 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10333] ppid=10267 vsize=10844916 memory=2570640 CPUtime=3.45 cores=1,3,5,7
/proc/10270/task/10333/stat : 10333 (java) S 10267 10270 5621 0 -1 1077944384 11344 13467 0 0 333 4 5 3 20 0 15 0 406156080 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915541194736 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10334] ppid=10267 vsize=10844916 memory=1164 CPUtime=3.12 cores=1,3,5,7
/proc/10270/task/10334/stat : 10334 (java) S 10267 10270 5621 0 -1 1077944384 16532 13467 0 0 298 6 5 3 20 0 15 0 406156080 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915540142448 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10335] ppid=10267 vsize=10844916 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/10270/task/10335/stat : 10335 (java) S 10267 10270 5621 0 -1 1077944384 3 13467 0 0 0 0 5 3 20 0 15 0 406156080 11105193984 272311 33554432000 4194304 4196468 140735205529136 139914398132704 139916117292757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
[pid=10270/tid=10336] ppid=10267 vsize=10844916 memory=6791534058613427641 CPUtime=1.55 cores=1,3,5,7
/proc/10270/task/10336/stat : 10336 (java) S 10267 10270 5621 0 -1 1077944384 1622 13467 0 0 67 80 5 3 20 0 15 0 406156081 11105193984 272311 33554432000 4194304 4196468 140735205529136 139915438316464 139916117293698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140735205530357 140735205532869 140735205532869 140735205535695 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1089244 KiB

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

[startup+2476.43 s]
# the end of solver process 10270 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.70791 s

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

Child status: 143
Real time (s): 2476.43
CPU time (s): 2520.06
CPU user time (s): 2516.35
CPU system time (s): 3.70791
CPU usage (%): 101.762
Max. virtual memory (cumulated for all children) (KiB): 10847540
Max. memory (cumulated for all children) (KiB): 1089244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.70791
maximum resident set size= 1093376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286241
involuntary context switches= 6588


# summary of solver processes directly reported to runsolver:
#   pid: 10270
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.70791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1797 second user time and 24.9146 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 15:34:44
IDJOB=4387330
IDBENCH=134572
IDSOLVER=2823
FILE ID=node107/4387330-1568298999
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-5_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387330-1568298999/watcher-4387330-1568298999 -o /tmp/evaluation-result-4387330-1568298999/solver-4387330-1568298999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1072233978 HOME/instance-4387330-1568298999.xml

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

MD5SUM BENCH= 0d344e361328211ed16699cc315bd3d7
RANDOM SEED=1072233978

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30559936 kB
MemAvailable:   30861092 kB
Buffers:           97636 kB
Cached:           471436 kB
SwapCached:        80452 kB
Active:          1345088 kB
Inactive:         276176 kB
Active(anon):     980176 kB
Inactive(anon):   100624 kB
Active(file):     364912 kB
Inactive(file):   175552 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920328 kB
Dirty:             34980 kB
Writeback:             0 kB
AnonPages:       1120684 kB
Mapped:            44356 kB
Shmem:             20088 kB
Slab:             181920 kB
SReclaimable:     153056 kB
SUnreclaim:        28864 kB
KernelStack:        4000 kB
PageTables:         7652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2216704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55636 MiB
End job on node107 at 2019-09-12 16:16:01