Trace number 4392200

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2400.1 2337.83

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n2c3w1r.xml
MD5SUM48163221e8f5f568f71e6a1b1b758a13
Bench CategoryCOP (optimization 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 variables811
Number of constraints93
Number of domains2
Minimum domain size46
Maximum domain size63
Distribution of domain sizes[{"size":46,"count":1},{"size":63,"count":810}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":765},{"degree":5,"count":45}]
Minimum constraint arity18
Maximum constraint arity810
Distribution of constraint arities[{"arity":18,"count":90},{"arity":46,"count":1},{"arity":810,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":45},{"type":"lex","count":1},{"type":"sum","count":45},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392200-1568323071/watcher-4392200-1568323071 -o /tmp/evaluation-result-4392200-1568323071/solver-4392200-1568323071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8654 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1666958582 HOME/instance-4392200-1568323071.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100166 s]*
/proc/loadavg: 1.30 1.32 1.39 3/218 13454
/proc/meminfo: memFree=23519536/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 4484 12944 0 0 1 1 5 2 20 0 6 0 408244533 10212057088 4204 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2493178 4204 1935 1 0 2481616 0
[pid=13397/tid=13450] ppid=13394 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 2288 12944 0 0 0 0 5 2 20 0 6 0 408244542 10212057088 4270 33554432000 4194304 4196468 140731531302032 139786071994960 139786084238716 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 6 0 408244543 10212057088 4270 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=9972712 memory=140313273185920 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 6 0 408244543 10212057088 4270 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 6 0 408244543 10212057088 4270 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 2 12944 0 0 0 0 5 2 20 0 6 0 408244543 10212057088 4270 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210263 s]*
/proc/loadavg: 1.30 1.32 1.39 3/227 13463
/proc/meminfo: memFree=23499184/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=10818940 memory=39272 CPUtime=0.26 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 7129 12944 0 0 17 2 5 2 20 0 15 0 408244533 11078594560 9818 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2704735 9818 2980 1 0 2667149 0
[pid=13397/tid=13450] ppid=13394 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 3633 12944 0 0 11 1 5 2 20 0 15 0 408244542 11078594560 9818 33554432000 4194304 4196468 140731531302032 139786071989248 139786084238686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11078594560 9818 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10818940 memory=140313273185920 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 2 12944 0 0 0 0 5 2 20 0 15 0 408244543 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10818940 memory=140313273185920 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 2 12944 0 0 0 0 5 2 20 0 15 0 408244544 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 13 12944 0 0 0 0 5 2 20 0 15 0 408244545 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785549112992 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244545 11078594560 9818 33554432000 4194304 4196468 140731531302032 139784945132784 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11078594560 9818 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) S 13394 13397 8623 0 -1 1077944384 483 12944 0 0 1 0 5 2 20 0 15 0 408244547 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 157 12944 0 0 1 0 5 2 20 0 15 0 408244547 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10818940 memory=140313273185920 CPUtime=0.1 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) S 13394 13397 8623 0 -1 1077944384 630 12944 0 0 3 0 5 2 20 0 15 0 408244547 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785623672816 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11078594560 9818 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10818940 memory=140313273185920 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244548 11078594560 9818 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39272 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.30 1.32 1.39 3/227 13463
/proc/meminfo: memFree=23487804/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=10820096 memory=50556 CPUtime=0.39 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 10754 12944 0 0 29 3 5 2 20 0 15 0 408244533 11079778304 12639 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2705024 12639 3231 1 0 2667149 0
[pid=13397/tid=13450] ppid=13394 vsize=10820096 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 7235 12944 0 0 19 2 5 2 20 0 15 0 408244542 11079778304 12639 33554432000 4194304 4196468 140731531302032 139786071940096 139785700146436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10820096 memory=6296721013231544163 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11079778304 12639 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10820096 memory=5787213827347079232 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10820096 memory=7649539701802879425 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 2 12944 0 0 0 0 5 2 20 0 15 0 408244543 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 2 12944 0 0 0 0 5 2 20 0 15 0 408244544 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 13 12944 0 0 0 0 5 2 20 0 15 0 408244545 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785549112992 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244545 11079778304 12639 33554432000 4194304 4196468 140731531302032 139784945132784 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11079778304 12639 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) S 13394 13397 8623 0 -1 1077944384 484 12944 0 0 2 0 5 2 20 0 15 0 408244547 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 158 12944 0 0 1 0 5 2 20 0 15 0 408244547 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) S 13394 13397 8623 0 -1 1077944384 639 12944 0 0 5 0 5 2 20 0 15 0 408244547 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785623672816 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11079778304 12639 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244548 11079778304 12639 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50556 KiB

[startup+0.700704 s]
/proc/loadavg: 1.30 1.32 1.39 5/227 13463
/proc/meminfo: memFree=23475788/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=10824340 memory=80444 CPUtime=1.12 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 14840 12944 0 0 100 5 5 2 20 0 15 0 408244533 11084124160 20111 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2706085 20111 3501 1 0 2668173 0
[pid=13397/tid=13450] ppid=13394 vsize=10824340 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 10536 12944 0 0 55 4 5 2 20 0 15 0 408244542 11084124160 20111 33554432000 4194304 4196468 140731531302032 139786071987776 139786084238686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11084124160 20111 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244543 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 2 12944 0 0 0 0 5 2 20 0 15 0 408244543 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 5 12944 0 0 0 0 5 2 20 0 15 0 408244544 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 13 12944 0 0 0 0 5 2 20 0 15 0 408244545 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785549112992 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244545 11084124160 20111 33554432000 4194304 4196468 140731531302032 139784945132784 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11084124160 20111 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) S 13394 13397 8623 0 -1 1077944384 818 12944 0 0 14 0 5 2 20 0 15 0 408244547 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 445 12944 0 0 13 0 5 2 20 0 15 0 408244547 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) S 13394 13397 8623 0 -1 1077944384 800 12944 0 0 16 0 5 2 20 0 15 0 408244547 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785623672816 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10824340 memory=280626318016752 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11084124160 20111 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244548 11084124160 20111 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80444 KiB

[startup+1.50073 s]
/proc/loadavg: 1.30 1.32 1.39 3/227 13463
/proc/meminfo: memFree=23431988/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=10834656 memory=168216 CPUtime=2.52 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 22317 12944 0 0 235 10 5 2 20 0 15 0 408244533 11094687744 42054 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2708664 42054 3575 1 0 2670733 0
[pid=13397/tid=13450] ppid=13394 vsize=10834656 memory=19 CPUtime=1.42 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 15886 12944 0 0 129 6 5 2 20 0 15 0 408244542 11094687744 42054 33554432000 4194304 4196468 140731531302032 139786071963216 139786100170134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10834656 memory=27 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 53 12944 0 0 1 0 5 2 20 0 15 0 408244543 11094687744 42054 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 29 12944 0 0 1 0 5 2 20 0 15 0 408244543 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 357 12944 0 0 1 0 5 2 20 0 15 0 408244543 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10834656 memory=96384 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 66 12944 0 0 1 0 5 2 20 0 15 0 408244543 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 530 12944 0 0 1 0 5 2 20 0 15 0 408244544 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10834656 memory=6296985926779098985 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 14 12944 0 0 0 0 5 2 20 0 15 0 408244545 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785549113056 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10834656 memory=6947759439921441382 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244545 11094687744 42054 33554432000 4194304 4196468 140731531302032 139784945132800 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10834656 memory=7667470099228093036 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11094687744 42054 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10834656 memory=5787213852951536729 CPUtime=0.36 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) R 13394 13397 8623 0 -1 1077944384 951 12944 0 0 29 0 5 2 20 0 15 0 408244547 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10834656 memory=7811605048364327507 CPUtime=0.34 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 592 12944 0 0 27 0 5 2 20 0 15 0 408244547 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10834656 memory=6296985926779098985 CPUtime=0.48 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) R 13394 13397 8623 0 -1 4202560 1623 12944 0 0 41 0 5 2 20 0 15 0 408244547 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785623672816 139786093255035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10834656 memory=6296985926779098985 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11094687744 42054 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10834656 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 1 12944 0 0 0 0 5 2 20 0 15 0 408244548 11094687744 42054 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834656 KiB

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

/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 73896 12944 0 0 217864 50 5 2 20 0 15 0 408244542 11107291136 101841 33554432000 4194304 4196468 140731531302032 139786071993136 139785711242476 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10846964 memory=3924 CPUtime=12.57 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 12537 12944 0 0 1195 55 5 2 20 0 15 0 408244543 11107291136 101841 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10846964 memory=407364 CPUtime=12.52 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 12852 12944 0 0 1193 52 5 2 20 0 15 0 408244543 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10846964 memory=399896 CPUtime=12.5 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 11283 12944 0 0 1190 53 5 2 20 0 15 0 408244543 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10846964 memory=407364 CPUtime=12.56 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 10588 12944 0 0 1195 54 5 2 20 0 15 0 408244543 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10846964 memory=407364 CPUtime=8.72 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 12814 12944 0 0 802 63 5 2 20 0 15 0 408244544 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10846964 memory=407364 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 28 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785549113056 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10846964 memory=38380 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 16 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 101841 33554432000 4194304 4196468 140731531302032 139784945132800 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10846964 memory=407364 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11107291136 101841 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10846964 memory=1100 CPUtime=8.83 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) S 13394 13397 8623 0 -1 1077944384 39817 12944 0 0 867 9 5 2 20 0 15 0 408244547 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10846964 memory=18133351927027 CPUtime=9.02 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 34753 12944 0 0 887 8 5 2 20 0 15 0 408244547 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10846964 memory=407364 CPUtime=5.37 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) S 13394 13397 8623 0 -1 1077944384 40543 12944 0 0 519 11 5 2 20 0 15 0 408244547 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785623672816 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10846964 memory=397812 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11107291136 101841 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10846964 memory=4048 CPUtime=1.31 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 853 12944 0 0 60 64 5 2 20 0 15 0 408244548 11107291136 101841 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 2262.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 407364 KiB

[startup+2262.31 s]
/proc/loadavg: 1.19 1.31 1.38 3/230 13814
/proc/meminfo: memFree=23044248/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=10846964 memory=404244 CPUtime=2323.18 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 253453 12944 0 0 231936 375 5 2 20 0 15 0 408244533 11107291136 101061 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2711741 101061 3629 1 0 2673805 0
[pid=13397/tid=13450] ppid=13394 vsize=10846964 memory=404756 CPUtime=2238.55 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 74409 12944 0 0 223797 51 5 2 20 0 15 0 408244542 11107291136 101061 33554432000 4194304 4196468 140731531302032 139786071993216 139785710931301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10846964 memory=407836 CPUtime=12.95 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 12610 12944 0 0 1232 56 5 2 20 0 15 0 408244543 11107291136 101061 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10846964 memory=408860 CPUtime=12.89 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 13192 12944 0 0 1229 53 5 2 20 0 15 0 408244543 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10846964 memory=404756 CPUtime=12.87 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 11476 12944 0 0 1226 54 5 2 20 0 15 0 408244543 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10846964 memory=3924 CPUtime=12.94 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 10630 12944 0 0 1231 56 5 2 20 0 15 0 408244543 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10846964 memory=407608 CPUtime=8.95 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 12894 12944 0 0 824 64 5 2 20 0 15 0 408244544 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10846964 memory=407612 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 28 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785549113056 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10846964 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 16 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 101061 33554432000 4194304 4196468 140731531302032 139784945132800 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10846964 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11107291136 101061 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10846964 memory=2352 CPUtime=8.83 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) S 13394 13397 8623 0 -1 1077944384 39817 12944 0 0 867 9 5 2 20 0 15 0 408244547 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10846964 memory=1792 CPUtime=9.02 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 34753 12944 0 0 887 8 5 2 20 0 15 0 408244547 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10846964 memory=8612 CPUtime=5.37 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) S 13394 13397 8623 0 -1 1077944384 40544 12944 0 0 519 11 5 2 20 0 15 0 408244547 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785623672816 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10846964 memory=405784 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11107291136 101061 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10846964 memory=6791534058613427641 CPUtime=1.34 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 868 12944 0 0 61 66 5 2 20 0 15 0 408244548 11107291136 101061 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 2323.18 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 404244 KiB

[startup+2322.31 s]
/proc/loadavg: 1.51 1.35 1.39 3/228 13821
/proc/meminfo: memFree=23046280/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=10846964 memory=403116 CPUtime=2384.27 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 254896 12944 0 0 238039 381 5 2 20 0 15 0 408244533 11107291136 100779 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2711741 100779 3629 1 0 2673805 0
[pid=13397/tid=13450] ppid=13394 vsize=10846964 memory=403116 CPUtime=2297.87 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 75028 12944 0 0 229729 51 5 2 20 0 15 0 408244542 11107291136 100779 33554432000 4194304 4196468 140731531302032 139786071993216 139785704718937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10846964 memory=403116 CPUtime=13.33 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 12968 12944 0 0 1269 57 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10846964 memory=403116 CPUtime=13.26 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 13269 12944 0 0 1265 54 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10846964 memory=403116 CPUtime=13.24 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 11647 12944 0 0 1263 54 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10846964 memory=403116 CPUtime=13.31 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 10641 12944 0 0 1267 57 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10846964 memory=403116 CPUtime=9.2 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 13080 12944 0 0 847 66 5 2 20 0 15 0 408244544 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10846964 memory=403116 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 28 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785549113056 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10846964 memory=403116 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 16 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 100779 33554432000 4194304 4196468 140731531302032 139784945132800 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10846964 memory=403116 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10846964 memory=280626319265120 CPUtime=8.83 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) S 13394 13397 8623 0 -1 1077944384 39819 12944 0 0 867 9 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10846964 memory=403104 CPUtime=9.02 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 34755 12944 0 0 887 8 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10846964 memory=402888 CPUtime=5.37 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) S 13394 13397 8623 0 -1 1077944384 40546 12944 0 0 519 11 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785623672816 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10846964 memory=3924 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11107291136 100779 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10846964 memory=38388 CPUtime=1.37 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 883 12944 0 0 63 67 5 2 20 0 15 0 408244548 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 2384.27 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 403116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2337.8 s]
/proc/loadavg: 1.32 1.32 1.38 3/228 13823
/proc/meminfo: memFree=23044704/32770624 swapFree=67108848/67108860
[pid=13397] ppid=13394 vsize=10846964 memory=403116 CPUtime=2400.05 cores=0,2,4,6
/proc/13397/stat : 13397 (java) S 13394 13397 8623 0 -1 1077944320 254994 12944 0 0 239616 382 5 2 20 0 15 0 408244533 11107291136 100779 33554432000 4194304 4196468 140731531302032 140731531284576 139786100158199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
/proc/13397/statm: 2711741 100779 3629 1 0 2673805 0
[pid=13397/tid=13450] ppid=13394 vsize=10846964 memory=3924 CPUtime=2313.19 cores=0,2,4,6
/proc/13397/task/13450/stat : 13450 (java) R 13394 13397 8623 0 -1 4202560 75117 12944 0 0 231261 51 5 2 20 0 15 0 408244542 11107291136 100779 33554432000 4194304 4196468 140731531302032 139786071993136 139785712862746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13451] ppid=13394 vsize=10846964 memory=38388 CPUtime=13.42 cores=0,2,4,6
/proc/13397/task/13451/stat : 13451 (java) S 13394 13397 8623 0 -1 1077944384 12969 12944 0 0 1278 57 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139786104400400 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13452] ppid=13394 vsize=10846964 memory=1228 CPUtime=13.36 cores=0,2,4,6
/proc/13397/task/13452/stat : 13452 (java) S 13394 13397 8623 0 -1 1077944384 13270 12944 0 0 1274 55 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785673562768 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13453] ppid=13394 vsize=10846964 memory=6791534058613427641 CPUtime=13.34 cores=0,2,4,6
/proc/13397/task/13453/stat : 13453 (java) S 13394 13397 8623 0 -1 1077944384 11649 12944 0 0 1272 55 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785672509712 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13454] ppid=13394 vsize=10846964 memory=15208 CPUtime=13.41 cores=0,2,4,6
/proc/13397/task/13454/stat : 13454 (java) S 13394 13397 8623 0 -1 1077944384 10643 12944 0 0 1277 57 5 2 20 0 15 0 408244543 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785671457168 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13455] ppid=13394 vsize=10846964 memory=23364 CPUtime=9.26 cores=0,2,4,6
/proc/13397/task/13455/stat : 13455 (java) S 13394 13397 8623 0 -1 1077944384 13083 12944 0 0 853 66 5 2 20 0 15 0 408244544 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785626831600 139786100169346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13456] ppid=13394 vsize=10846964 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13456/stat : 13456 (java) S 13394 13397 8623 0 -1 1077944384 28 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785549113056 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13457] ppid=13394 vsize=10846964 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13457/stat : 13457 (java) S 13394 13397 8623 0 -1 1077944384 16 12944 0 0 0 0 5 2 20 0 15 0 408244545 11107291136 100779 33554432000 4194304 4196468 140731531302032 139784945132800 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13458] ppid=13394 vsize=10846964 memory=8612 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13458/stat : 13458 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139784637733328 139786100176795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13459] ppid=13394 vsize=10846964 memory=1192 CPUtime=8.83 cores=0,2,4,6
/proc/13397/task/13459/stat : 13459 (java) S 13394 13397 8623 0 -1 1077944384 39819 12944 0 0 867 9 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785625778416 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13460] ppid=13394 vsize=10846964 memory=5536 CPUtime=9.02 cores=0,2,4,6
/proc/13397/task/13460/stat : 13460 (java) S 13394 13397 8623 0 -1 1077944384 34755 12944 0 0 887 8 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785624725872 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13461] ppid=13394 vsize=10846964 memory=4540 CPUtime=5.37 cores=0,2,4,6
/proc/13397/task/13461/stat : 13461 (java) S 13394 13397 8623 0 -1 1077944384 40546 12944 0 0 519 11 5 2 20 0 15 0 408244547 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785623672816 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13462] ppid=13394 vsize=10846964 memory=4276 CPUtime=0.07 cores=0,2,4,6
/proc/13397/task/13462/stat : 13462 (java) S 13394 13397 8623 0 -1 1077944384 3 12944 0 0 0 0 5 2 20 0 15 0 408244548 11107291136 100779 33554432000 4194304 4196468 140731531302032 139784604174688 139786100168405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
[pid=13397/tid=13463] ppid=13394 vsize=10846964 memory=7100839861465685612 CPUtime=1.39 cores=0,2,4,6
/proc/13397/task/13463/stat : 13463 (java) S 13394 13397 8623 0 -1 1077944384 883 12944 0 0 64 68 5 2 20 0 15 0 408244548 11107291136 100779 33554432000 4194304 4196468 140731531302032 139785622621232 139786100169346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140731531307765 140731531310277 140731531310277 140731531313103 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 403116 KiB

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

[startup+2337.83 s]
# the end of solver process 13397 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.24 s, system=3.86373 s

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

Child status: 143
Real time (s): 2337.83
CPU time (s): 2400.1
CPU user time (s): 2396.24
CPU system time (s): 3.86373
CPU usage (%): 102.664
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 1402288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.24
system time used= 3.86373
maximum resident set size= 1404864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263889
involuntary context switches= 6750


# summary of solver processes directly reported to runsolver:
#   pid: 13397
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.24
#   total CPU system time (s): 3.86373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3942 second user time and 22.5383 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 23:17:10
IDJOB=4392200
IDBENCH=136462
IDSOLVER=2837
FILE ID=node143/4392200-1568323071
RUNJOBID= node143-1568309802-8654
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n2c3w1r.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392200-1568323071/watcher-4392200-1568323071 -o /tmp/evaluation-result-4392200-1568323071/solver-4392200-1568323071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8654 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1666958582 HOME/instance-4392200-1568323071.xml

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

MD5SUM BENCH= 48163221e8f5f568f71e6a1b1b758a13
RANDOM SEED=1666958582

node143.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.73
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.73
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.73
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.73
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:        23526472 kB
MemAvailable:   31021948 kB
Buffers:          156992 kB
Cached:          7626200 kB
SwapCached:            8 kB
Active:          2937748 kB
Inactive:        5632324 kB
Active(anon):     741704 kB
Inactive(anon):   144520 kB
Active(file):    2196044 kB
Inactive(file):  5487804 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             34976 kB
Writeback:             0 kB
AnonPages:        900700 kB
Mapped:            60976 kB
Shmem:             90756 kB
Slab:             268844 kB
SReclaimable:     240088 kB
SUnreclaim:        28756 kB
KernelStack:        3984 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1935052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 23:56:09