Trace number 4387209

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.05 2468.73

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-023.xml
MD5SUMf753def11f9f341c6e9dbf54b2480dee
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 benchmark88.5458
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints51
Number of domains1
Minimum domain size186
Maximum domain size186
Distribution of domain sizes[{"size":186,"count":48}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":49},{"arity":2,"count":1},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints50
Distribution of constraint types[{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387209-1568294491/watcher-4387209-1568294491 -o /tmp/evaluation-result-4387209-1568294491/solver-4387209-1568294491 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1974604659 HOME/instance-4387209-1568294491.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=8805, runsolver pid=8802

[startup+0.100138 s]*
/proc/loadavg: 1.07 1.82 2.15 3/217 8862
/proc/meminfo: memFree=30151472/32770624 swapFree=66920192/67108860
[pid=8805] ppid=8802 vsize=9972712 memory=18332 CPUtime=0.08 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 4351 13128 0 0 1 0 5 2 20 0 6 0 405705219 10212057088 4583 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2493178 4583 1931 1 0 2481616 0
[pid=8805/tid=8858] ppid=8802 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 2159 13128 0 0 1 0 5 2 20 0 6 0 405705228 10212057088 4649 33554432000 4194304 4196468 140720431520496 140429892940368 140429906226544 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 6 0 405705229 10212057088 4649 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=9972712 memory=16238199266789016 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 6 0 405705229 10212057088 4649 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 6 0 405705229 10212057088 4649 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 6 0 405705229 10212057088 4649 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.214234 s]*
/proc/loadavg: 1.07 1.82 2.15 3/226 8871
/proc/meminfo: memFree=30129868/32770624 swapFree=66920192/67108860
[pid=8805] ppid=8802 vsize=10818940 memory=41812 CPUtime=0.25 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 6781 13128 0 0 17 1 5 2 20 0 15 0 405705219 11078594560 10453 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2704735 10453 2980 1 0 2667149 0
[pid=8805/tid=8858] ppid=8802 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 3261 13128 0 0 11 1 5 2 20 0 15 0 405705228 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429892937080 140429905184094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10818940 memory=16238199266789016 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705229 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705230 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 33 13128 0 0 0 0 5 2 20 0 15 0 405705230 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429379569312 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705231 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429257336048 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11078594560 10453 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 472 13128 0 0 1 0 5 2 20 0 15 0 405705233 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) S 8802 8805 5621 0 -1 1077944384 171 13128 0 0 1 0 5 2 20 0 15 0 405705233 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10818940 memory=140020951467648 CPUtime=0.1 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) S 8802 8805 5621 0 -1 1077944384 627 13128 0 0 3 0 5 2 20 0 15 0 405705233 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429343905776 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11078594560 10453 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10818940 memory=140020951467648 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705234 11078594560 10453 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41812 KiB

[startup+0.310264 s]*
/proc/loadavg: 1.07 1.82 2.15 3/226 8871
/proc/meminfo: memFree=30119744/32770624 swapFree=66920192/67108860
[pid=8805] ppid=8802 vsize=10820096 memory=53100 CPUtime=0.39 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 10386 13128 0 0 29 3 5 2 20 0 15 0 405705219 11079778304 13275 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2705024 13275 3231 1 0 2667149 0
[pid=8805/tid=8858] ppid=8802 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 6850 13128 0 0 19 2 5 2 20 0 15 0 405705228 11079929856 13275 33554432000 4194304 4196468 140720431520496 140429892920496 140429844179922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11079929856 13275 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11079929856 13275 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705229 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10820244 memory=140020951467647 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705230 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 33 13128 0 0 0 0 5 2 20 0 15 0 405705230 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429379569312 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705231 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429257336048 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11079929856 13340 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 473 13128 0 0 1 0 5 2 20 0 15 0 405705233 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) S 8802 8805 5621 0 -1 1077944384 172 13128 0 0 1 0 5 2 20 0 15 0 405705233 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10820244 memory=140020951467648 CPUtime=0.12 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) S 8802 8805 5621 0 -1 1077944384 639 13128 0 0 5 0 5 2 20 0 15 0 405705233 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429343905776 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11079929856 13340 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10820244 memory=140020951467648 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705234 11079929856 13340 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 53100 KiB

[startup+0.700746 s]
/proc/loadavg: 1.07 1.82 2.15 5/226 8871
/proc/meminfo: memFree=30104280/32770624 swapFree=66920192/67108860
[pid=8805] ppid=8802 vsize=10824340 memory=82684 CPUtime=1.13 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 14503 13128 0 0 100 6 5 2 20 0 15 0 405705219 11084124160 20671 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2706085 20671 3504 1 0 2668173 0
[pid=8805/tid=8858] ppid=8802 vsize=10824340 memory=5795117241467496816 CPUtime=0.66 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 10198 13128 0 0 55 4 5 2 20 0 15 0 405705228 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429892921568 140429905184094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10824340 memory=1284 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10824340 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10824340 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705229 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705229 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 5 13128 0 0 0 0 5 2 20 0 15 0 405705230 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 33 13128 0 0 0 0 5 2 20 0 15 0 405705230 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429379569312 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705231 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429257336048 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11084124160 20671 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10824340 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 736 13128 0 0 12 0 5 2 20 0 15 0 405705233 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) S 8802 8805 5621 0 -1 1077944384 520 13128 0 0 14 0 5 2 20 0 15 0 405705233 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) S 8802 8805 5621 0 -1 1077944384 799 13128 0 0 17 0 5 2 20 0 15 0 405705233 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429343905776 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11084124160 20671 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10824340 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705234 11084124160 20671 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82684 KiB

[startup+1.50235 s]
/proc/loadavg: 1.07 1.82 2.15 5/226 8871
/proc/meminfo: memFree=30061908/32770624 swapFree=66920192/67108860
[pid=8805] ppid=8802 vsize=10834656 memory=168312 CPUtime=2.49 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 19769 13128 0 0 232 10 5 2 20 0 15 0 405705219 11094687744 42078 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2708664 42078 3570 1 0 2670733 0
[pid=8805/tid=8858] ppid=8802 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 14584 13128 0 0 130 6 5 2 20 0 15 0 405705228 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429892921920 140429921115542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10834656 memory=4639360006262187621 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 12 13128 0 0 1 0 5 2 20 0 15 0 405705229 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10834656 memory=4638799255332021861 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 30 13128 0 0 1 0 5 2 20 0 15 0 405705229 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10834656 memory=4638798155820394085 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 20 13128 0 0 1 0 5 2 20 0 15 0 405705229 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10834656 memory=280041665949472 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 42 13128 0 0 1 0 5 2 20 0 15 0 405705229 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10834656 memory=4051163427046529446 CPUtime=0.08 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 43 13128 0 0 1 0 5 2 20 0 15 0 405705230 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10834656 memory=280041665616896 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 35 13128 0 0 0 0 5 2 20 0 15 0 405705230 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429379569376 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 6 13128 0 0 0 0 5 2 20 0 15 0 405705231 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429257336064 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11094687744 42078 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10834656 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 806 13128 0 0 25 0 5 2 20 0 15 0 405705233 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10834656 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) R 8802 8805 5621 0 -1 1077944384 577 13128 0 0 28 0 5 2 20 0 15 0 405705233 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10834656 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) R 8802 8805 5621 0 -1 4202560 1402 13128 0 0 41 0 5 2 20 0 15 0 405705233 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429343905776 140429921115542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10834656 memory=280041666158592 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11094687744 42078 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10834656 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1 13128 0 0 0 0 5 2 20 0 15 0 405705234 11094687744 42078 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834656 KiB

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

/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 86511 13128 0 0 235322 68 5 2 20 0 15 0 405705228 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429892938272 140429487832412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10846964 memory=1323368 CPUtime=12.58 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 23960 13128 0 0 1186 65 5 2 20 0 15 0 405705229 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10846964 memory=1323324 CPUtime=12.57 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 25551 13128 0 0 1187 63 5 2 20 0 15 0 405705229 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10846964 memory=1323368 CPUtime=12.61 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 15663 13128 0 0 1190 64 5 2 20 0 15 0 405705229 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10846964 memory=1323368 CPUtime=12.6 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 16947 13128 0 0 1196 57 5 2 20 0 15 0 405705229 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10846964 memory=1323368 CPUtime=11.89 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 18583 13128 0 0 1119 63 5 2 20 0 15 0 405705230 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10846964 memory=3444 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 44 13128 0 0 0 0 5 2 20 0 15 0 405705230 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429379569376 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 15 13128 0 0 0 0 5 2 20 0 15 0 405705231 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429257336064 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10846964 memory=1323368 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11107291136 330842 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10846964 memory=1323368 CPUtime=5.9 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 33093 13128 0 0 577 6 5 2 20 0 15 0 405705233 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10846964 memory=1323368 CPUtime=5.5 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) S 8802 8805 5621 0 -1 1077944384 29890 13128 0 0 536 7 5 2 20 0 15 0 405705233 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10846964 memory=1323368 CPUtime=3.53 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) S 8802 8805 5621 0 -1 1077944384 35283 13128 0 0 337 9 5 2 20 0 15 0 405705233 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429343905776 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10846964 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11107291136 330842 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10846964 memory=2832 CPUtime=1.57 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1433 13128 0 0 63 87 5 2 20 0 15 0 405705234 11107291136 330842 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 2432.19 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1323368 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.45 1.48 3/227 9232
/proc/meminfo: memFree=29566076/32770624 swapFree=66920276/67108860
[pid=8805] ppid=8802 vsize=10846964 memory=1325464 CPUtime=2493.18 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 292024 13128 0 0 248885 426 5 2 20 0 15 0 405705219 11107291136 331366 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2711741 331366 3631 1 0 2673805 0
[pid=8805/tid=8858] ppid=8802 vsize=10846964 memory=1325464 CPUtime=2413.27 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 87795 13128 0 0 241251 69 5 2 20 0 15 0 405705228 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429892938592 140429487706737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10846964 memory=1325424 CPUtime=12.92 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 24431 13128 0 0 1218 67 5 2 20 0 15 0 405705229 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10846964 memory=1325464 CPUtime=12.92 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 25673 13128 0 0 1220 65 5 2 20 0 15 0 405705229 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10846964 memory=1325464 CPUtime=12.95 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 15723 13128 0 0 1221 67 5 2 20 0 15 0 405705229 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10846964 memory=1325464 CPUtime=12.94 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 17387 13128 0 0 1228 59 5 2 20 0 15 0 405705229 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10846964 memory=3444 CPUtime=12.19 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 19004 13128 0 0 1148 64 5 2 20 0 15 0 405705230 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10846964 memory=1325424 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 44 13128 0 0 0 0 5 2 20 0 15 0 405705230 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429379569376 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10846964 memory=1325424 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 15 13128 0 0 0 0 5 2 20 0 15 0 405705231 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429257336064 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10846964 memory=1325424 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11107291136 331366 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10846964 memory=988 CPUtime=5.9 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 33097 13128 0 0 577 6 5 2 20 0 15 0 405705233 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10846964 memory=8112282956445269571 CPUtime=5.5 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) S 8802 8805 5621 0 -1 1077944384 29894 13128 0 0 536 7 5 2 20 0 15 0 405705233 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10846964 memory=14012 CPUtime=3.53 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) S 8802 8805 5621 0 -1 1077944384 35287 13128 0 0 337 9 5 2 20 0 15 0 405705233 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429343905776 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10846964 memory=1325464 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11107291136 331366 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10846964 memory=1325464 CPUtime=1.61 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1463 13128 0 0 64 90 5 2 20 0 15 0 405705234 11107291136 331366 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 2493.18 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1325464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.7 s]
/proc/loadavg: 1.28 1.43 1.47 3/226 9235
/proc/meminfo: memFree=29565864/32770624 swapFree=66920276/67108860
[pid=8805] ppid=8802 vsize=10846964 memory=1325496 CPUtime=2520 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 293452 13128 0 0 251561 432 5 2 20 0 15 0 405705219 11107291136 331374 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2711741 331374 3631 1 0 2673805 0
[pid=8805/tid=8858] ppid=8802 vsize=10846964 memory=1325496 CPUtime=2439.33 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 88429 13128 0 0 243856 70 5 2 20 0 15 0 405705228 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429892937920 140429491287605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10846964 memory=1325476 CPUtime=13.06 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 24446 13128 0 0 1232 67 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10846964 memory=1325496 CPUtime=13.06 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 25751 13128 0 0 1234 65 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10846964 memory=1325496 CPUtime=13.1 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 15789 13128 0 0 1236 67 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10846964 memory=1325476 CPUtime=13.08 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 17787 13128 0 0 1241 60 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10846964 memory=4420 CPUtime=12.33 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 19218 13128 0 0 1161 65 5 2 20 0 15 0 405705230 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10846964 memory=1325476 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 44 13128 0 0 0 0 5 2 20 0 15 0 405705230 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429379569376 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10846964 memory=1552 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 15 13128 0 0 0 0 5 2 20 0 15 0 405705231 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429257336064 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10846964 memory=1325476 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10846964 memory=3580 CPUtime=5.9 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 33099 13128 0 0 577 6 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10846964 memory=2552 CPUtime=5.5 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) S 8802 8805 5621 0 -1 1077944384 29896 13128 0 0 536 7 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10846964 memory=1760 CPUtime=3.53 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) S 8802 8805 5621 0 -1 1077944384 35289 13128 0 0 337 9 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429343905776 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10846964 memory=3444 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11107291136 331374 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10846964 memory=1556 CPUtime=1.63 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1478 13128 0 0 65 91 5 2 20 0 15 0 405705234 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1325496 KiB

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

[startup+2468.73 s]
# the end of solver process 8805 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.69 s, system=4.36213 s

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

[startup+2468.7 s]
/proc/loadavg: 1.28 1.43 1.47 3/226 9235
/proc/meminfo: memFree=29565864/32770624 swapFree=66920276/67108860
[pid=8805] ppid=8802 vsize=10846964 memory=1325496 CPUtime=2520 cores=1,3,5,7
/proc/8805/stat : 8805 (java) S 8802 8805 5621 0 -1 1077944320 293452 13128 0 0 251561 432 5 2 20 0 15 0 405705219 11107291136 331374 33554432000 4194304 4196468 140720431520496 140720431503040 140429921103607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
/proc/8805/statm: 2711741 331374 3631 1 0 2673805 0
[pid=8805/tid=8858] ppid=8802 vsize=10846964 memory=1325496 CPUtime=2439.33 cores=1,3,5,7
/proc/8805/task/8858/stat : 8858 (java) R 8802 8805 5621 0 -1 4202560 88429 13128 0 0 243856 70 5 2 20 0 15 0 405705228 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429892937920 140429491287605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8859] ppid=8802 vsize=10846964 memory=1325476 CPUtime=13.06 cores=1,3,5,7
/proc/8805/task/8859/stat : 8859 (java) S 8802 8805 5621 0 -1 1077944384 24446 13128 0 0 1232 67 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429925345808 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8860] ppid=8802 vsize=10846964 memory=1325496 CPUtime=13.06 cores=1,3,5,7
/proc/8805/task/8860/stat : 8860 (java) S 8802 8805 5621 0 -1 1077944384 25751 13128 0 0 1234 65 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429813619344 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8861] ppid=8802 vsize=10846964 memory=1325496 CPUtime=13.1 cores=1,3,5,7
/proc/8805/task/8861/stat : 8861 (java) S 8802 8805 5621 0 -1 1077944384 15789 13128 0 0 1236 67 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429812566288 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8862] ppid=8802 vsize=10846964 memory=1325476 CPUtime=13.08 cores=1,3,5,7
/proc/8805/task/8862/stat : 8862 (java) S 8802 8805 5621 0 -1 1077944384 17787 13128 0 0 1241 60 5 2 20 0 15 0 405705229 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429811513744 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8863] ppid=8802 vsize=10846964 memory=4420 CPUtime=12.33 cores=1,3,5,7
/proc/8805/task/8863/stat : 8863 (java) S 8802 8805 5621 0 -1 1077944384 19218 13128 0 0 1161 65 5 2 20 0 15 0 405705230 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429380623088 140429921114754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8864] ppid=8802 vsize=10846964 memory=1325476 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8864/stat : 8864 (java) S 8802 8805 5621 0 -1 1077944384 44 13128 0 0 0 0 5 2 20 0 15 0 405705230 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429379569376 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8865] ppid=8802 vsize=10846964 memory=1552 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8865/stat : 8865 (java) S 8802 8805 5621 0 -1 1077944384 15 13128 0 0 0 0 5 2 20 0 15 0 405705231 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429257336064 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8866] ppid=8802 vsize=10846964 memory=1325476 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8866/stat : 8866 (java) S 8802 8805 5621 0 -1 1077944384 2 13128 0 0 0 0 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140428653357520 140429921122203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8867] ppid=8802 vsize=10846964 memory=3580 CPUtime=5.9 cores=1,3,5,7
/proc/8805/task/8867/stat : 8867 (java) S 8802 8805 5621 0 -1 1077944384 33099 13128 0 0 577 6 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429346011376 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8868] ppid=8802 vsize=10846964 memory=2552 CPUtime=5.5 cores=1,3,5,7
/proc/8805/task/8868/stat : 8868 (java) S 8802 8805 5621 0 -1 1077944384 29896 13128 0 0 536 7 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429344958832 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8869] ppid=8802 vsize=10846964 memory=1760 CPUtime=3.53 cores=1,3,5,7
/proc/8805/task/8869/stat : 8869 (java) S 8802 8805 5621 0 -1 1077944384 35289 13128 0 0 337 9 5 2 20 0 15 0 405705233 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429343905776 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8870] ppid=8802 vsize=10846964 memory=3444 CPUtime=0.07 cores=1,3,5,7
/proc/8805/task/8870/stat : 8870 (java) S 8802 8805 5621 0 -1 1077944384 3 13128 0 0 0 0 5 2 20 0 15 0 405705234 11107291136 331374 33554432000 4194304 4196468 140720431520496 140428183595360 140429921113813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
[pid=8805/tid=8871] ppid=8802 vsize=10846964 memory=1556 CPUtime=1.63 cores=1,3,5,7
/proc/8805/task/8871/stat : 8871 (java) S 8802 8805 5621 0 -1 1077944384 1478 13128 0 0 65 91 5 2 20 0 15 0 405705234 11107291136 331374 33554432000 4194304 4196468 140720431520496 140429342854192 140429921114754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23232512 140720431528693 140720431531205 140720431531205 140720431534031 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1325496 KiB

Child status: 143
Real time (s): 2468.73
CPU time (s): 2520.05
CPU user time (s): 2515.69
CPU system time (s): 4.36213
CPU usage (%): 102.079
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 1325496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.69
system time used= 4.36213
maximum resident set size= 1329632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 332693
involuntary context switches= 8171


# summary of solver processes directly reported to runsolver:
#   pid: 8805
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2515.69
#   total CPU system time (s): 4.36213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1057 second user time and 23.2751 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 14:19:35
IDJOB=4387209
IDBENCH=127917
IDSOLVER=2823
FILE ID=node107/4387209-1568294491
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-023.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387209-1568294491/watcher-4387209-1568294491 -o /tmp/evaluation-result-4387209-1568294491/solver-4387209-1568294491 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1974604659 HOME/instance-4387209-1568294491.xml

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

MD5SUM BENCH= f753def11f9f341c6e9dbf54b2480dee
RANDOM SEED=1974604659

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30159116 kB
MemAvailable:   30454040 kB
Buffers:           93332 kB
Cached:           469404 kB
SwapCached:        80544 kB
Active:          1750880 kB
Inactive:         271232 kB
Active(anon):    1387244 kB
Inactive(anon):   100580 kB
Active(file):     363636 kB
Inactive(file):   170652 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920192 kB
Dirty:             35044 kB
Writeback:             0 kB
AnonPages:       1509544 kB
Mapped:            44392 kB
Shmem:             19952 kB
Slab:             181904 kB
SReclaimable:     152940 kB
SUnreclaim:        28964 kB
KernelStack:        3968 kB
PageTables:         8396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2664100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 54284 MiB
End job on node107 at 2019-09-12 15:00:44