Trace number 4387092

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 2449.34

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-57-076-20-15-05.xml
MD5SUM103999ad3c646e4e3c5e6682f24aa76f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4332
Number of constraints1730
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":4332}]
Minimum variable degree59
Maximum variable degree59
Distribution of variable degrees[{"degree":59,"count":4332}]
Minimum constraint arity57
Maximum constraint arity4332
Distribution of constraint arities[{"arity":57,"count":76},{"arity":76,"count":57},{"arity":152,"count":1596},{"arity":4332,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":1729}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387092-1568290896/watcher-4387092-1568290896 -o /tmp/evaluation-result-4387092-1568290896/solver-4387092-1568290896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=405136264 HOME/instance-4387092-1568290896.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=1719, runsolver pid=1716
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.29 1.42 1.44 4/219 1776
/proc/meminfo: memFree=29386700/32770624 swapFree=66978792/67108860
[pid=1719] ppid=1716 vsize=9972712 memory=18328 CPUtime=0.08 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 4353 13198 0 0 1 0 4 3 20 0 6 0 405352260 10212057088 4582 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2493178 4582 1931 1 0 2481616 0
[pid=1719/tid=1772] ppid=1716 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 2179 13198 0 0 1 0 4 3 20 0 6 0 405352269 10212057088 4648 33554432000 4194304 4196468 140729280090096 140372899856976 140372913050448 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=9977852 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 6 0 405352270 10217320448 4648 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=9983652 memory=140555533348208 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 6 0 405352270 10223259648 4648 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 6 0 405352270 10228523008 4714 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 2 13198 0 0 0 0 4 3 20 0 6 0 405352270 10228523008 4714 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.900177 s]*
/proc/loadavg: 1.29 1.42 1.44 4/228 1785
/proc/meminfo: memFree=29348472/32770624 swapFree=66978792/67108860
[pid=1719] ppid=1716 vsize=10824340 memory=78440 CPUtime=1.1 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 14833 13198 0 0 98 5 4 3 20 0 15 0 405352260 11084124160 19610 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2706085 19610 3506 1 0 2668173 0
[pid=1719/tid=1772] ppid=1716 vsize=10824340 memory=7022364594140610616 CPUtime=0.65 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 10464 13198 0 0 54 4 4 3 20 0 15 0 405352269 11084124160 19610 33554432000 4194304 4196468 140729280090096 140372899839760 140372928042141 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10824340 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11084124160 19610 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10824340 memory=140555533348208 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11084124160 19610 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11084124160 19610 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10824340 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 2 13198 0 0 0 0 4 3 20 0 15 0 405352270 11084124160 19610 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10824340 memory=140555530352256 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 5 13198 0 0 0 0 4 3 20 0 15 0 405352271 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10824340 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 33 13198 0 0 0 0 4 3 20 0 15 0 405352272 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371930387872 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352272 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371812148720 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) R 1716 1719 32244 0 -1 4202560 867 13198 0 0 15 0 4 3 20 0 15 0 405352274 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371896829936 140372908590207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10824340 memory=-1 CPUtime=0.17 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) R 1716 1719 32244 0 -1 4202560 375 13198 0 0 10 0 4 3 20 0 15 0 405352274 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371895777392 140372909564474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10824340 memory=140555530352256 CPUtime=0.24 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) R 1716 1719 32244 0 -1 1077944384 874 13198 0 0 17 0 4 3 20 0 15 0 405352274 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371894724848 140372928031362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10824340 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10824340 memory=140555530352256 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352275 11084124160 19610 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78440 KiB

[startup+1.02052 s]*
/proc/loadavg: 1.29 1.42 1.44 6/228 1785
/proc/meminfo: memFree=29339656/32770624 swapFree=66978792/67108860
[pid=1719] ppid=1716 vsize=10826464 memory=89600 CPUtime=1.42 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 16292 13198 0 0 129 6 4 3 20 0 15 0 405352260 11086299136 22400 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2706616 22400 3530 1 0 2668685 0
[pid=1719/tid=1772] ppid=1716 vsize=10826464 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 11258 13198 0 0 65 4 4 3 20 0 15 0 405352269 11086299136 22958 33554432000 4194304 4196468 140729280090096 140372899852560 140372500098176 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10826464 memory=664954298551644168 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 22958 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10826464 memory=140555530352256 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 22958 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10826464 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 22958 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10826464 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 2 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 22958 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 5 13198 0 0 0 0 4 3 20 0 15 0 405352271 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10826464 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 33 13198 0 0 0 0 4 3 20 0 15 0 405352272 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371930387872 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352272 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371812148720 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10826464 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) R 1716 1719 32244 0 -1 4202560 1189 13198 0 0 22 0 4 3 20 0 15 0 405352274 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371896815736 140372920271728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10826464 memory=-1 CPUtime=0.22 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) R 1716 1719 32244 0 -1 4202560 414 13198 0 0 15 0 4 3 20 0 15 0 405352274 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371895767664 140372911408234 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10826464 memory=140555530352256 CPUtime=0.31 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) R 1716 1719 32244 0 -1 4202560 1175 13198 0 0 24 0 4 3 20 0 15 0 405352274 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371894721216 140372906945230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10826464 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10826464 memory=140555530352256 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352275 11086299136 22958 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10826464 KiB
Current children cumulated memory: 89600 KiB

[startup+1.11056 s]*
/proc/loadavg: 1.29 1.42 1.44 6/228 1785
/proc/meminfo: memFree=29320448/32770624 swapFree=66978792/67108860
[pid=1719] ppid=1716 vsize=10826464 memory=106068 CPUtime=1.74 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 17297 13198 0 0 160 7 4 3 20 0 15 0 405352260 11086299136 26517 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2706616 26517 3541 1 0 2668685 0
[pid=1719/tid=1772] ppid=1716 vsize=10826464 memory=7022364594140610616 CPUtime=0.86 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 11371 13198 0 0 74 5 4 3 20 0 15 0 405352269 11086299136 26522 33554432000 4194304 4196468 140729280090096 140372899852944 140372500171472 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10826464 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 26522 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10826464 memory=140555533348208 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 26522 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 26522 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10826464 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 2 13198 0 0 0 0 4 3 20 0 15 0 405352270 11086299136 26522 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10826464 memory=140555530352256 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 5 13198 0 0 0 0 4 3 20 0 15 0 405352271 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10826464 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 33 13198 0 0 0 0 4 3 20 0 15 0 405352272 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371930387872 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352272 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371812148720 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10826464 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) R 1716 1719 32244 0 -1 4202560 1590 13198 0 0 31 0 4 3 20 0 15 0 405352274 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371896820048 140372907674769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10826464 memory=-1 CPUtime=0.3 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) R 1716 1719 32244 0 -1 4202560 729 13198 0 0 23 0 4 3 20 0 15 0 405352274 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371895763272 140372907276586 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10826464 memory=140555530352256 CPUtime=0.37 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) R 1716 1719 32244 0 -1 4202560 1353 13198 0 0 30 0 4 3 20 0 15 0 405352274 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371894724848 140372906947055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10826464 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10826464 memory=140555530352256 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352275 11086299136 26522 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10826464 KiB
Current children cumulated memory: 106068 KiB

[startup+1.50074 s]
/proc/loadavg: 1.29 1.42 1.44 5/228 1785
/proc/meminfo: memFree=29308224/32770624 swapFree=66978792/67108860
[pid=1719] ppid=1716 vsize=10830560 memory=167216 CPUtime=2.79 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 24352 13198 0 0 263 9 4 3 20 0 15 0 405352260 11090493440 41804 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2707640 41804 3556 1 0 2669709 0
[pid=1719/tid=1772] ppid=1716 vsize=10830560 memory=318 CPUtime=1.24 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 14295 13198 0 0 110 7 4 3 20 0 15 0 405352269 11090493440 41804 33554432000 4194304 4196468 140729280090096 140372899820672 140372912100702 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10830560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11090493440 41804 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10830560 memory=7234559351378831456 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11090493440 41804 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10830560 memory=7007707949394126417 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352270 11090493440 41804 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10830560 memory=6935649255828188497 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 2 13198 0 0 0 0 4 3 20 0 15 0 405352270 11090493440 41804 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10830560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 17 13198 0 0 0 0 4 3 20 0 15 0 405352271 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10830560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 33 13198 0 0 0 0 4 3 20 0 15 0 405352272 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371930387872 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10830560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 1 13198 0 0 0 0 4 3 20 0 15 0 405352272 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371812148720 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10830560 memory=281110844043248 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10830560 memory=281110844033264 CPUtime=0.64 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) R 1716 1719 32244 0 -1 4202560 2624 13198 0 0 57 0 4 3 20 0 15 0 405352274 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371896811504 140372928041562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10830560 memory=281110844033664 CPUtime=0.6 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) R 1716 1719 32244 0 -1 4202560 3479 13198 0 0 53 0 4 3 20 0 15 0 405352274 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371895770496 140372914075444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10830560 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) S 1716 1719 32244 0 -1 1077944384 1678 13198 0 0 41 0 4 3 20 0 15 0 405352274 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371894724848 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10830560 memory=281110844286144 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10830560 memory=281110844286336 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11090493440 41804 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10830560 KiB

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

/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 209737 13198 0 0 230729 59 4 3 20 0 15 0 405352269 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140372899855504 140372519420148 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10846964 memory=4095960 CPUtime=12.46 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 51433 13198 0 0 1180 59 4 3 20 0 15 0 405352270 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10846964 memory=1804 CPUtime=12.42 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 58729 13198 0 0 1175 60 4 3 20 0 15 0 405352270 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10846964 memory=4095960 CPUtime=12.37 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 49251 13198 0 0 1169 61 4 3 20 0 15 0 405352270 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10846964 memory=4872558044660077418 CPUtime=12.44 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 65848 13198 0 0 1173 64 4 3 20 0 15 0 405352270 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10846964 memory=1408 CPUtime=1.39 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 49239 13198 0 0 121 11 4 3 20 0 15 0 405352271 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10846964 memory=3236 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 64 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371930388000 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 35 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371812148736 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10846964 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10846964 memory=15676 CPUtime=13.63 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) S 1716 1719 32244 0 -1 1077944384 19852 13198 0 0 1349 7 4 3 20 0 15 0 405352274 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371896829936 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10846964 memory=2004 CPUtime=13.69 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) S 1716 1719 32244 0 -1 1077944384 23503 13198 0 0 1355 7 4 3 20 0 15 0 405352274 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371895777392 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10846964 memory=984 CPUtime=5.55 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) S 1716 1719 32244 0 -1 1077944384 16480 13198 0 0 540 8 4 3 20 0 15 0 405352274 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371894724848 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10846964 memory=1328 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10846964 memory=2692 CPUtime=1.23 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 1662 13198 0 0 49 67 4 3 20 0 15 0 405352275 11107291136 1023990 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 2392.61 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4095960 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.58 1.58 3/227 2265
/proc/meminfo: memFree=27002080/32770624 swapFree=66978852/67108860
[pid=1719] ppid=1716 vsize=10846964 memory=4081596 CPUtime=2452.76 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 553996 13198 0 0 244876 393 4 3 20 0 15 0 405352260 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2711741 1020399 3637 1 0 2673805 0
[pid=1719/tid=1772] ppid=1716 vsize=10846964 memory=15700 CPUtime=2367.88 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 212494 13198 0 0 236722 59 4 3 20 0 15 0 405352269 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140372899855504 140372518025424 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10846964 memory=2004 CPUtime=12.5 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 51638 13198 0 0 1184 59 4 3 20 0 15 0 405352270 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10846964 memory=8112282956445269571 CPUtime=12.46 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 59600 13198 0 0 1179 60 4 3 20 0 15 0 405352270 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10846964 memory=3360 CPUtime=12.41 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 49663 13198 0 0 1173 61 4 3 20 0 15 0 405352270 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10846964 memory=1692 CPUtime=12.48 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 67215 13198 0 0 1177 64 4 3 20 0 15 0 405352270 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10846964 memory=1028 CPUtime=1.4 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 49539 13198 0 0 122 11 4 3 20 0 15 0 405352271 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10846964 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 64 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371930388000 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10846964 memory=1328 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 35 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371812148736 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10846964 memory=2692 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10846964 memory=2600 CPUtime=13.63 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) S 1716 1719 32244 0 -1 1077944384 19854 13198 0 0 1349 7 4 3 20 0 15 0 405352274 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371896829936 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10846964 memory=1060 CPUtime=13.69 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) S 1716 1719 32244 0 -1 1077944384 23508 13198 0 0 1355 7 4 3 20 0 15 0 405352274 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371895777392 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10846964 memory=2828 CPUtime=5.55 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) S 1716 1719 32244 0 -1 1077944384 16482 13198 0 0 540 8 4 3 20 0 15 0 405352274 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371894724848 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10846964 memory=756 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10846964 memory=1548 CPUtime=1.26 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 1687 13198 0 0 50 69 4 3 20 0 15 0 405352275 11107291136 1020399 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 2452.76 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4081596 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.57 1.58 3/227 2291
/proc/meminfo: memFree=27010708/32770624 swapFree=66978884/67108860
[pid=1719] ppid=1716 vsize=10846964 memory=4069620 CPUtime=2512.97 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 559939 13198 0 0 250893 397 4 3 20 0 15 0 405352260 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2711741 1017405 3637 1 0 2673805 0
[pid=1719/tid=1772] ppid=1716 vsize=10846964 memory=8112282956445269571 CPUtime=2427.8 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 215302 13198 0 0 242712 61 4 3 20 0 15 0 405352269 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140372899856272 140372514723504 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10846964 memory=1028 CPUtime=12.56 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 51929 13198 0 0 1190 59 4 3 20 0 15 0 405352270 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10846964 memory=4070644 CPUtime=12.52 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 59844 13198 0 0 1185 60 4 3 20 0 15 0 405352270 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10846964 memory=2828 CPUtime=12.47 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 50569 13198 0 0 1179 61 4 3 20 0 15 0 405352270 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10846964 memory=8112282956445269571 CPUtime=12.54 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 68555 13198 0 0 1183 64 4 3 20 0 15 0 405352270 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10846964 memory=677304 CPUtime=1.42 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 49851 13198 0 0 124 11 4 3 20 0 15 0 405352271 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10846964 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 64 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371930388000 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10846964 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 35 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371812148736 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10846964 memory=4070644 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10846964 memory=4070132 CPUtime=13.63 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) S 1716 1719 32244 0 -1 1077944384 19857 13198 0 0 1349 7 4 3 20 0 15 0 405352274 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371896829936 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10846964 memory=1548 CPUtime=13.69 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) S 1716 1719 32244 0 -1 1077944384 23516 13198 0 0 1355 7 4 3 20 0 15 0 405352274 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371895777392 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10846964 memory=7964 CPUtime=5.55 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) S 1716 1719 32244 0 -1 1077944384 16486 13198 0 0 540 8 4 3 20 0 15 0 405352274 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371894724848 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10846964 memory=1164 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10846964 memory=9580 CPUtime=1.29 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 1714 13198 0 0 51 71 4 3 20 0 15 0 405352275 11107291136 1017405 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 2512.97 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4069620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.3 s]
/proc/loadavg: 1.37 1.55 1.57 3/227 2291
/proc/meminfo: memFree=27012684/32770624 swapFree=66978884/67108860
[pid=1719] ppid=1716 vsize=10846964 memory=4068592 CPUtime=2520 cores=1,3,5,7
/proc/1719/stat : 1719 (java) S 1716 1719 32244 0 -1 1077944320 559958 13198 0 0 251596 397 4 3 20 0 15 0 405352260 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140729280072640 140372928020215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
/proc/1719/statm: 2711741 1017148 3637 1 0 2673805 0
[pid=1719/tid=1772] ppid=1716 vsize=10846964 memory=8112282956445269571 CPUtime=2434.8 cores=1,3,5,7
/proc/1719/task/1772/stat : 1772 (java) R 1716 1719 32244 0 -1 4202560 215318 13198 0 0 243412 61 4 3 20 0 15 0 405352269 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140372899855120 140372510371620 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1773] ppid=1716 vsize=10846964 memory=2996122 CPUtime=12.57 cores=1,3,5,7
/proc/1719/task/1773/stat : 1773 (java) S 1716 1719 32244 0 -1 1077944384 51931 13198 0 0 1191 59 4 3 20 0 15 0 405352270 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140372932253968 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1774] ppid=1716 vsize=10846964 memory=2997367 CPUtime=12.53 cores=1,3,5,7
/proc/1719/task/1774/stat : 1774 (java) S 1716 1719 32244 0 -1 1077944384 59845 13198 0 0 1186 60 4 3 20 0 15 0 405352270 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140372820535696 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1775] ppid=1716 vsize=10846964 memory=8443538352883892301 CPUtime=12.48 cores=1,3,5,7
/proc/1719/task/1775/stat : 1775 (java) S 1716 1719 32244 0 -1 1077944384 50569 13198 0 0 1180 61 4 3 20 0 15 0 405352270 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140372500015632 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1776] ppid=1716 vsize=10846964 memory=31356350842106266 CPUtime=12.54 cores=1,3,5,7
/proc/1719/task/1776/stat : 1776 (java) S 1716 1719 32244 0 -1 1077944384 68555 13198 0 0 1183 64 4 3 20 0 15 0 405352270 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140372498963088 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1777] ppid=1716 vsize=10846964 memory=2996747 CPUtime=1.42 cores=1,3,5,7
/proc/1719/task/1777/stat : 1777 (java) S 1716 1719 32244 0 -1 1077944384 49851 13198 0 0 124 11 4 3 20 0 15 0 405352271 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371931441648 140372928031362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1778] ppid=1716 vsize=10846964 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1778/stat : 1778 (java) S 1716 1719 32244 0 -1 1077944384 64 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371930388000 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1779] ppid=1716 vsize=10846964 memory=7523652844409737316 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1779/stat : 1779 (java) S 1716 1719 32244 0 -1 1077944384 35 13198 0 0 0 0 4 3 20 0 15 0 405352272 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371812148736 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1780] ppid=1716 vsize=10846964 memory=576461256399351847 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1780/stat : 1780 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352274 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371504749264 140372928038811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1781] ppid=1716 vsize=10846964 memory=2996676 CPUtime=13.63 cores=1,3,5,7
/proc/1719/task/1781/stat : 1781 (java) S 1716 1719 32244 0 -1 1077944384 19857 13198 0 0 1349 7 4 3 20 0 15 0 405352274 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371896829936 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1782] ppid=1716 vsize=10846964 memory=2996676 CPUtime=13.69 cores=1,3,5,7
/proc/1719/task/1782/stat : 1782 (java) S 1716 1719 32244 0 -1 1077944384 23516 13198 0 0 1355 7 4 3 20 0 15 0 405352274 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371895777392 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1783] ppid=1716 vsize=10846964 memory=6944656592455360604 CPUtime=5.55 cores=1,3,5,7
/proc/1719/task/1783/stat : 1783 (java) S 1716 1719 32244 0 -1 1077944384 16486 13198 0 0 540 8 4 3 20 0 15 0 405352274 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371894724848 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1784] ppid=1716 vsize=10846964 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/1719/task/1784/stat : 1784 (java) S 1716 1719 32244 0 -1 1077944384 3 13198 0 0 0 0 4 3 20 0 15 0 405352275 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371471190624 140372928030421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
[pid=1719/tid=1785] ppid=1716 vsize=10846964 memory=6943526294502006880 CPUtime=1.3 cores=1,3,5,7
/proc/1719/task/1785/stat : 1785 (java) S 1716 1719 32244 0 -1 1077944384 1714 13198 0 0 52 71 4 3 20 0 15 0 405352275 11107291136 1017148 33554432000 4194304 4196468 140729280090096 140371893672752 140372928031362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11096064 140729280092918 140729280095429 140729280095429 140729280098255 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 4068592 KiB

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

[startup+2449.34 s]
# the end of solver process 1719 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.03 s, system=4.02974 s

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

Child status: 143
Real time (s): 2449.34
CPU time (s): 2520.06
CPU user time (s): 2516.03
CPU system time (s): 4.02974
CPU usage (%): 102.887
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 4097496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.03
system time used= 4.02974
maximum resident set size= 4097496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 576733
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= 88401
involuntary context switches= 1750


# summary of solver processes directly reported to runsolver:
#   pid: 1719
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.03
#   total CPU system time (s): 4.02974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7882 second user time and 22.932 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 14:20:54
IDJOB=4387092
IDBENCH=124102
IDSOLVER=2823
FILE ID=node121/4387092-1568290896
RUNJOBID= node121-1568285922-554
PBS_JOBID= 21701082
Free space on /tmp= 56604 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-57-076-20-15-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387092-1568290896/watcher-4387092-1568290896 -o /tmp/evaluation-result-4387092-1568290896/solver-4387092-1568290896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=405136264 HOME/instance-4387092-1568290896.xml

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

MD5SUM BENCH= 103999ad3c646e4e3c5e6682f24aa76f
RANDOM SEED=405136264

node121.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.75
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.75
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.75
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.75
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:        29412804 kB
MemAvailable:   29594300 kB
Buffers:           90616 kB
Cached:           381760 kB
SwapCached:        19488 kB
Active:          2592224 kB
Inactive:         218092 kB
Active(anon):    2323712 kB
Inactive(anon):    42756 kB
Active(file):     268512 kB
Inactive(file):   175336 kB
Unevictable:      108836 kB
Mlocked:          108836 kB
SwapTotal:      67108860 kB
SwapFree:       66978792 kB
Dirty:             35024 kB
Writeback:             0 kB
AnonPages:       2427912 kB
Mapped:            43956 kB
Shmem:             19744 kB
Slab:             135928 kB
SReclaimable:     106968 kB
SUnreclaim:        28960 kB
KernelStack:        3712 kB
PageTables:        10340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3390236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2263040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 56584 MiB
End job on node121 at 2019-09-12 15:01:43