Trace number 4395988

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.08 2483.95

General information on the benchmark

NameXCSP19/hcp/
graph197.xml
MD5SUM037a78a785183bf334685935f46df3ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark156.565
Satisfiable
(Un)Satisfiability was proved
Number of variables1188
Number of constraints1
Number of domains1188
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1186},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1188}]
Minimum constraint arity1188
Maximum constraint arity1188
Distribution of constraint arities[{"arity":1188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395988-1568413359/watcher-4395988-1568413359 -o /tmp/evaluation-result-4395988-1568413359/solver-4395988-1568413359 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568410877-4901 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1005821791 HOME/instance-4395988-1568413359.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5387, runsolver pid=5384

[startup+0.108826 s]*
/proc/loadavg: 1.53 1.58 1.52 3/219 5445
/proc/meminfo: memFree=29285200/32770624 swapFree=66940920/67108860
[pid=5387] ppid=5384 vsize=10355560 memory=22684 CPUtime=0.1 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 4914 13148 0 0 2 0 5 3 20 0 9 0 417574588 10604093440 5671 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2588890 5671 2102 1 0 2551431 0
[pid=5387/tid=5440] ppid=5384 vsize=10355560 memory=-8456765882338951107 CPUtime=0.1 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 2693 13148 0 0 2 0 5 3 20 0 9 0 417574597 10604093440 5671 33554432000 4194304 4196468 140725488425536 140510731464560 140510742152064 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10355560 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 9 0 417574597 10604093440 5671 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10355560 memory=140374137112192 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 9 0 417574597 10604093440 5671 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 9 0 417574597 10604093440 5671 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 9 0 417574597 10604093440 5671 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10355560 memory=140374137112192 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 9 0 417574599 10604093440 5671 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 13 13148 0 0 0 0 5 3 20 0 9 0 417574599 10604093440 5671 33554432000 4194304 4196468 140725488425536 140510123516832 140510759638741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 9 0 417574599 10604093440 5671 33554432000 4194304 4196468 140725488425536 140509519537200 140510759638741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22684 KiB

[startup+0.210161 s]*
/proc/loadavg: 1.53 1.58 1.52 3/227 5453
/proc/meminfo: memFree=29267980/32770624 swapFree=66940920/67108860
[pid=5387] ppid=5384 vsize=10819664 memory=41568 CPUtime=0.27 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 7243 13148 0 0 18 1 5 3 20 0 15 0 417574588 11079335936 10392 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2704916 10392 3125 1 0 2667149 0
[pid=5387/tid=5440] ppid=5384 vsize=10819972 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 3834 13148 0 0 11 0 5 3 20 0 15 0 417574597 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510731461456 140510759650461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10819972 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10819972 memory=140374137119838 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10819972 memory=140374137112192 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 417574599 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 13 13148 0 0 0 0 5 3 20 0 15 0 417574599 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510123516832 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574599 11079651328 10458 33554432000 4194304 4196468 140725488425536 140509519537136 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11079651328 10458 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10819972 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 459 13148 0 0 1 0 5 3 20 0 15 0 417574602 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10819972 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 190 13148 0 0 1 0 5 3 20 0 15 0 417574602 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10819972 memory=140374137112192 CPUtime=0.11 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) S 5384 5387 4869 0 -1 1077944384 613 13148 0 0 3 0 5 3 20 0 15 0 417574602 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510215527152 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5452] ppid=5384 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5452/stat : 5452 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11079651328 10458 33554432000 4194304 4196468 140725488425536 140509245688928 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5453] ppid=5384 vsize=10819972 memory=140374137112192 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5453/stat : 5453 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574603 11079651328 10458 33554432000 4194304 4196468 140725488425536 140510214474032 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41568 KiB

[startup+0.310413 s]*
/proc/loadavg: 1.53 1.58 1.52 3/227 5453
/proc/meminfo: memFree=29254788/32770624 swapFree=66940920/67108860
[pid=5387] ppid=5384 vsize=10820264 memory=50720 CPUtime=0.41 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 10888 13148 0 0 30 3 5 3 20 0 15 0 417574588 11079950336 12680 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2705066 12680 3304 1 0 2667149 0
[pid=5387/tid=5440] ppid=5384 vsize=10820264 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 7371 13148 0 0 20 2 5 3 20 0 15 0 417574597 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510731428448 140510759650461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10820264 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10820264 memory=140374137119185 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 417574597 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 417574599 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 13 13148 0 0 0 0 5 3 20 0 15 0 417574599 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510123516832 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574599 11079950336 12680 33554432000 4194304 4196468 140725488425536 140509519537136 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11079950336 12680 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10820264 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 468 13148 0 0 1 0 5 3 20 0 15 0 417574602 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10820264 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 191 13148 0 0 1 0 5 3 20 0 15 0 417574602 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10820264 memory=-1 CPUtime=0.13 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) S 5384 5387 4869 0 -1 1077944384 621 13148 0 0 5 0 5 3 20 0 15 0 417574602 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510215527152 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5452] ppid=5384 vsize=10820264 memory=140374137112192 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5452/stat : 5452 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11079950336 12680 33554432000 4194304 4196468 140725488425536 140509245688928 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5453] ppid=5384 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5453/stat : 5453 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574603 11079950336 12680 33554432000 4194304 4196468 140725488425536 140510214474032 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 50720 KiB

[startup+0.700743 s]
/proc/loadavg: 1.53 1.58 1.52 3/227 5453
/proc/meminfo: memFree=29240128/32770624 swapFree=66940920/67108860
[pid=5387] ppid=5384 vsize=10824360 memory=84568 CPUtime=1.16 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 15391 13148 0 0 103 5 5 3 20 0 15 0 417574588 11084144640 21142 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2706346 21142 3511 1 0 2668429 0
[pid=5387/tid=5440] ppid=5384 vsize=10824360 memory=140376711103009 CPUtime=0.67 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 10606 13148 0 0 56 3 5 3 20 0 15 0 417574597 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510731446464 140510752345639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10824360 memory=140376711103019 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10824360 memory=140376711103029 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10824360 memory=140376711103030 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574597 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10824360 memory=140376711103035 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 417574597 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 6 13148 0 0 0 0 5 3 20 0 15 0 417574599 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 13 13148 0 0 0 0 5 3 20 0 15 0 417574599 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510123516832 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574599 11084144640 21142 33554432000 4194304 4196468 140725488425536 140509519537136 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11084144640 21142 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 1015 13148 0 0 16 0 5 3 20 0 15 0 417574602 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 667 13148 0 0 12 0 5 3 20 0 15 0 417574602 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10824360 memory=96 CPUtime=0.25 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) R 5384 5387 4869 0 -1 4202560 892 13148 0 0 17 0 5 3 20 0 15 0 417574602 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510215527152 140510738906737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5452] ppid=5384 vsize=10824360 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5452/stat : 5452 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11084144640 21142 33554432000 4194304 4196468 140725488425536 140509245688928 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5453] ppid=5384 vsize=10824360 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5453/stat : 5453 (java) S 5384 5387 4869 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 417574603 11084144640 21142 33554432000 4194304 4196468 140725488425536 140510214474032 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 84568 KiB

[startup+1.50125 s]
/proc/loadavg: 1.53 1.58 1.52 3/227 5453
/proc/meminfo: memFree=29195528/32770624 swapFree=66940920/67108860
[pid=5387] ppid=5384 vsize=10834676 memory=184936 CPUtime=2.69 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 24851 13148 0 0 250 11 5 3 20 0 15 0 417574588 11094708224 46234 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2708669 46234 3580 1 0 2670733 0
[pid=5387/tid=5440] ppid=5384 vsize=10834676 memory=113884 CPUtime=1.43 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 16499 13148 0 0 129 6 5 3 20 0 15 0 417574597 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510731451576 140510744996679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 49 13148 0 0 1 0 5 3 20 0 15 0 417574597 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 25 13148 0 0 1 0 5 3 20 0 15 0 417574597 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10834676 memory=140374026963792 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 307 13148 0 0 1 0 5 3 20 0 15 0 417574597 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 76 13148 0 0 1 0 5 3 20 0 15 0 417574597 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 977 13148 0 0 1 0 5 3 20 0 15 0 417574599 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10834676 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 13 13148 0 0 0 0 5 3 20 0 15 0 417574599 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510123516896 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10834676 memory=280748053500416 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574599 11094708224 46234 33554432000 4194304 4196468 140725488425536 140509519537152 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10834676 memory=1943560 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11094708224 46234 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10834676 memory=1944736 CPUtime=0.43 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 1374 13148 0 0 34 1 5 3 20 0 15 0 417574602 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10834676 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 1441 13148 0 0 33 0 5 3 20 0 15 0 417574602 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10834676 memory=320425177016018691 CPUtime=0.52 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) S 5384 5387 4869 0 -1 1077944384 1870 13148 0 0 44 0 5 3 20 0 15 0 417574602 11094708224 46234 33554432000 4194304 4196468 140725488425536 140510215527152 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0

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

/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 61328 13148 0 0 236648 35 5 3 20 0 15 0 417574597 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510731463648 140510353565913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10846996 memory=742344 CPUtime=7.06 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 7296 13148 0 0 662 36 5 3 20 0 15 0 417574597 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10846996 memory=742344 CPUtime=7.07 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 8241 13148 0 0 663 36 5 3 20 0 15 0 417574597 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10846996 memory=6628 CPUtime=7.07 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 8471 13148 0 0 661 38 5 3 20 0 15 0 417574597 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10846996 memory=1976 CPUtime=7.04 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 8053 13148 0 0 660 36 5 3 20 0 15 0 417574597 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10846996 memory=1088 CPUtime=6.35 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 11111 13148 0 0 591 36 5 3 20 0 15 0 417574599 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10846996 memory=740296 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 31 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510123516896 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10846996 memory=1988 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 17 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 185586 33554432000 4194304 4196468 140725488425536 140509519537152 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10846996 memory=742344 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 185586 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10846996 memory=742344 CPUtime=5.22 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 34348 13148 0 0 506 8 5 3 20 0 15 0 417574602 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10846996 memory=5980 CPUtime=5.35 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 34441 13148 0 0 521 6 5 3 20 0 15 0 417574602 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10846996 memory=624 CPUtime=4.91 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) S 5384 5387 4869 0 -1 1077944384 32669 13148 0 0 477 6 5 3 20 0 15 0 417574602 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510215527152 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5452] ppid=5384 vsize=10846996 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5452/stat : 5452 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 185586 33554432000 4194304 4196468 140725488425536 140509245688928 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5453] ppid=5384 vsize=10846996 memory=1556 CPUtime=1.23 cores=1,3,5,7
/proc/5387/task/5453/stat : 5453 (java) S 5384 5387 4869 0 -1 1077944384 1084 13148 0 0 55 60 5 3 20 0 15 0 417574603 11107323904 185586 33554432000 4194304 4196468 140725488425536 140510214474032 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 2417.6 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 742344 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.46 1.42 3/228 5852
/proc/meminfo: memFree=29354264/32770624 swapFree=66940924/67108860
[pid=5387] ppid=5384 vsize=10846996 memory=744392 CPUtime=2478.11 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 210432 13148 0 0 247542 261 5 3 20 0 15 0 417574588 11107323904 186098 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2711749 186098 3629 1 0 2673805 0
[pid=5387/tid=5440] ppid=5384 vsize=10846996 memory=744392 CPUtime=2426.57 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 61915 13148 0 0 242614 35 5 3 20 0 15 0 417574597 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510731463760 140510353565947 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10846996 memory=744392 CPUtime=7.23 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 7350 13148 0 0 678 37 5 3 20 0 15 0 417574597 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10846996 memory=744392 CPUtime=7.23 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 8335 13148 0 0 678 37 5 3 20 0 15 0 417574597 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10846996 memory=744392 CPUtime=7.25 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 8525 13148 0 0 678 39 5 3 20 0 15 0 417574597 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10846996 memory=744392 CPUtime=7.21 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 8183 13148 0 0 676 37 5 3 20 0 15 0 417574597 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10846996 memory=744392 CPUtime=6.48 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 11294 13148 0 0 604 36 5 3 20 0 15 0 417574599 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10846996 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 31 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510123516896 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10846996 memory=744392 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 17 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 186098 33554432000 4194304 4196468 140725488425536 140509519537152 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10846996 memory=744392 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 186098 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10846996 memory=744392 CPUtime=5.22 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 34350 13148 0 0 506 8 5 3 20 0 15 0 417574602 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10846996 memory=744392 CPUtime=5.35 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 34443 13148 0 0 521 6 5 3 20 0 15 0 417574602 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10846996 memory=742344 CPUtime=4.91 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) S 5384 5387 4869 0 -1 1077944384 32671 13148 0 0 477 6 5 3 20 0 15 0 417574602 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510215527152 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5452] ppid=5384 vsize=10846996 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5452/stat : 5452 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 186098 33554432000 4194304 4196468 140725488425536 140509245688928 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5453] ppid=5384 vsize=10846996 memory=8112282956445269571 CPUtime=1.26 cores=1,3,5,7
/proc/5387/task/5453/stat : 5453 (java) S 5384 5387 4869 0 -1 1077944384 1102 13148 0 0 56 62 5 3 20 0 15 0 417574603 11107323904 186098 33554432000 4194304 4196468 140725488425536 140510214474032 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 2478.11 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 744392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.9 s]
/proc/loadavg: 1.39 1.44 1.41 2/207 5904
/proc/meminfo: memFree=30274752/32770624 swapFree=66940924/67108860
[pid=5387] ppid=5384 vsize=10846996 memory=746440 CPUtime=2520.02 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 211770 13148 0 0 251731 263 5 3 20 0 15 0 417574588 11107323904 186610 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2711749 186610 3629 1 0 2673805 0
[pid=5387/tid=5440] ppid=5384 vsize=10846996 memory=744392 CPUtime=2467.94 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 62398 13148 0 0 246751 35 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510731463760 140510353565583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10846996 memory=55 CPUtime=7.35 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 7522 13148 0 0 689 38 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10846996 memory=744392 CPUtime=7.33 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 8471 13148 0 0 688 37 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10846996 memory=746440 CPUtime=7.35 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 8649 13148 0 0 688 39 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10846996 memory=746440 CPUtime=7.33 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 8255 13148 0 0 687 38 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10846996 memory=746440 CPUtime=6.57 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 11483 13148 0 0 612 37 5 3 20 0 15 0 417574599 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10846996 memory=746440 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 31 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510123516896 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10846996 memory=746440 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 17 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 186610 33554432000 4194304 4196468 140725488425536 140509519537152 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10846996 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10846996 memory=746440 CPUtime=5.22 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 34352 13148 0 0 506 8 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10846996 memory=988 CPUtime=5.35 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 34445 13148 0 0 521 6 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10846996 memory=780 CPUtime=4.91 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) S 5384 5387 4869 0 -1 1077944384 32811 13148 0 0 477 6 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510215527152 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5452] ppid=5384 vsize=10846996 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5452/stat : 5452 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140509245688928 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5453] ppid=5384 vsize=10846996 memory=2112 CPUtime=1.28 cores=1,3,5,7
/proc/5387/task/5453/stat : 5453 (java) S 5384 5387 4869 0 -1 1077944384 1120 13148 0 0 57 63 5 3 20 0 15 0 417574603 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510214474032 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 746440 KiB

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

[startup+2483.95 s]
# the end of solver process 5387 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.41 s, system=2.67597 s

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

[startup+2483.9 s]
/proc/loadavg: 1.39 1.44 1.41 2/207 5904
/proc/meminfo: memFree=30274752/32770624 swapFree=66940924/67108860
[pid=5387] ppid=5384 vsize=10846996 memory=746440 CPUtime=2520.02 cores=1,3,5,7
/proc/5387/stat : 5387 (java) S 5384 5387 4869 0 -1 1077944320 211770 13148 0 0 251731 263 5 3 20 0 15 0 417574588 11107323904 186610 33554432000 4194304 4196468 140725488425536 140725488408080 140510759628535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
/proc/5387/statm: 2711749 186610 3629 1 0 2673805 0
[pid=5387/tid=5440] ppid=5384 vsize=10846996 memory=744392 CPUtime=2467.94 cores=1,3,5,7
/proc/5387/task/5440/stat : 5440 (java) R 5384 5387 4869 0 -1 4202560 62398 13148 0 0 246751 35 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510731463760 140510353565583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5441] ppid=5384 vsize=10846996 memory=55 CPUtime=7.35 cores=1,3,5,7
/proc/5387/task/5441/stat : 5441 (java) S 5384 5387 4869 0 -1 1077944384 7522 13148 0 0 689 38 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510763870992 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5442] ppid=5384 vsize=10846996 memory=744392 CPUtime=7.33 cores=1,3,5,7
/proc/5387/task/5442/stat : 5442 (java) S 5384 5387 4869 0 -1 1077944384 8471 13148 0 0 688 37 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510662761360 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5443] ppid=5384 vsize=10846996 memory=746440 CPUtime=7.35 cores=1,3,5,7
/proc/5387/task/5443/stat : 5443 (java) S 5384 5387 4869 0 -1 1077944384 8649 13148 0 0 688 39 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510661708816 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5444] ppid=5384 vsize=10846996 memory=746440 CPUtime=7.33 cores=1,3,5,7
/proc/5387/task/5444/stat : 5444 (java) S 5384 5387 4869 0 -1 1077944384 8255 13148 0 0 687 38 5 3 20 0 15 0 417574597 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510331006096 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5445] ppid=5384 vsize=10846996 memory=746440 CPUtime=6.57 cores=1,3,5,7
/proc/5387/task/5445/stat : 5445 (java) S 5384 5387 4869 0 -1 1077944384 11483 13148 0 0 612 37 5 3 20 0 15 0 417574599 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510218684400 140510759639682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5446] ppid=5384 vsize=10846996 memory=746440 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5446/stat : 5446 (java) S 5384 5387 4869 0 -1 1077944384 31 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510123516896 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5447] ppid=5384 vsize=10846996 memory=746440 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5447/stat : 5447 (java) S 5384 5387 4869 0 -1 1077944384 17 13148 0 0 0 0 5 3 20 0 15 0 417574599 11107323904 186610 33554432000 4194304 4196468 140725488425536 140509519537152 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5448] ppid=5384 vsize=10846996 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5448/stat : 5448 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140509279246544 140510759647131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5449] ppid=5384 vsize=10846996 memory=746440 CPUtime=5.22 cores=1,3,5,7
/proc/5387/task/5449/stat : 5449 (java) S 5384 5387 4869 0 -1 1077944384 34352 13148 0 0 506 8 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510217632240 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5450] ppid=5384 vsize=10846996 memory=988 CPUtime=5.35 cores=1,3,5,7
/proc/5387/task/5450/stat : 5450 (java) S 5384 5387 4869 0 -1 1077944384 34445 13148 0 0 521 6 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510216579696 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5451] ppid=5384 vsize=10846996 memory=780 CPUtime=4.91 cores=1,3,5,7
/proc/5387/task/5451/stat : 5451 (java) S 5384 5387 4869 0 -1 1077944384 32811 13148 0 0 477 6 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510215527152 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5452] ppid=5384 vsize=10846996 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/5387/task/5452/stat : 5452 (java) S 5384 5387 4869 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 417574602 11107323904 186610 33554432000 4194304 4196468 140725488425536 140509245688928 140510759638741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
[pid=5387/tid=5453] ppid=5384 vsize=10846996 memory=2112 CPUtime=1.28 cores=1,3,5,7
/proc/5387/task/5453/stat : 5453 (java) S 5384 5387 4869 0 -1 1077944384 1120 13148 0 0 57 63 5 3 20 0 15 0 417574603 11107323904 186610 33554432000 4194304 4196468 140725488425536 140510214474032 140510759639682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140725488433903 140725488436421 140725488436421 140725488439247 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 746440 KiB

Child status: 143
Real time (s): 2483.95
CPU time (s): 2520.08
CPU user time (s): 2517.41
CPU system time (s): 2.67597
CPU usage (%): 101.455
Max. virtual memory (cumulated for all children) (KiB): 10849620
Max. memory (cumulated for all children) (KiB): 746440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.41
system time used= 2.67597
maximum resident set size= 750656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225617
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216440
involuntary context switches= 8588


# summary of solver processes directly reported to runsolver:
#   pid: 5387
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.41
#   total CPU system time (s): 2.67597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7706 second user time and 22.5755 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 00:22:01
IDJOB=4395988
IDBENCH=141693
IDSOLVER=2846
FILE ID=node149/4395988-1568413359
RUNJOBID= node149-1568410877-4901
PBS_JOBID= 21702195
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/hcp/graph197.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395988-1568413359/watcher-4395988-1568413359 -o /tmp/evaluation-result-4395988-1568413359/solver-4395988-1568413359 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568410877-4901 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1005821791 HOME/instance-4395988-1568413359.xml

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

MD5SUM BENCH= 037a78a785183bf334685935f46df3ca
RANDOM SEED=1005821791

node149.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.81
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.81
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.81
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.81
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:        29294976 kB
MemAvailable:   30179220 kB
Buffers:          171612 kB
Cached:          1013680 kB
SwapCached:        61328 kB
Active:          2223260 kB
Inactive:         702972 kB
Active(anon):    1708832 kB
Inactive(anon):    72448 kB
Active(file):     514428 kB
Inactive(file):   630524 kB
Unevictable:      111264 kB
Mlocked:          111264 kB
SwapTotal:      67108860 kB
SwapFree:       66940920 kB
Dirty:             35416 kB
Writeback:             0 kB
AnonPages:       1792900 kB
Mapped:            57956 kB
Shmem:             31352 kB
Slab:             139488 kB
SReclaimable:     110256 kB
SUnreclaim:        29232 kB
KernelStack:        3712 kB
PageTables:        10460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2623924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1662976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61388 MiB
End job on node149 at 2019-09-14 01:03:25