Trace number 4401409

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.12.2? (TO) 2400.08 2363.84

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark100.565
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401409-1568680641/watcher-4401409-1568680641 -o /tmp/evaluation-result-4401409-1568680641/solver-4401409-1568680641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24688 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4401409-1568680641.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=26527, runsolver pid=26524
Current StackSize limit: 8192 KiB


[startup+0.101124 s]*
/proc/loadavg: 1.39 1.37 1.39 3/218 26584
/proc/meminfo: memFree=29979752/32770624 swapFree=66953064/67108860
[pid=26527] ppid=26524 vsize=9972712 memory=17080 CPUtime=0.1 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 4540 13264 0 0 1 1 6 2 20 0 6 0 444332980 10212057088 4270 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2493178 4270 1935 1 0 2481616 0
[pid=26527/tid=26580] ppid=26524 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 2329 13264 0 0 1 0 6 2 20 0 6 0 444332989 10212057088 4270 33554432000 4194304 4196468 140723068850864 139800986239568 139800999525744 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 6 0 444332990 10212057088 4270 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=9972712 memory=288370939469358720 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 6 0 444332990 10212057088 4270 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 6 0 444332990 10212057088 4270 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 2 13264 0 0 0 0 6 2 20 0 6 0 444332990 10212057088 4270 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209966 s]*
/proc/loadavg: 1.39 1.37 1.39 4/227 26593
/proc/meminfo: memFree=29961744/32770624 swapFree=66953064/67108860
[pid=26527] ppid=26524 vsize=10820196 memory=42304 CPUtime=0.27 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 7398 13264 0 0 17 2 6 2 20 0 15 0 444332980 11079880704 10576 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2705049 10576 3254 1 0 2667149 0
[pid=26527/tid=26580] ppid=26524 vsize=10820196 memory=751940894209540401 CPUtime=0.2 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 3909 13264 0 0 11 1 6 2 20 0 15 0 444332989 11079880704 10576 33554432000 4194304 4196468 140723068850864 139800986207888 139801014424733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 10576 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10820196 memory=288370939469358720 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 10576 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 10576 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 2 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 10576 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 2 13264 0 0 0 0 6 2 20 0 15 0 444332991 11079880704 10576 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 13 13264 0 0 0 0 6 2 20 0 15 0 444332992 11079880704 10576 33554432000 4194304 4196468 140723068850864 139800380171680 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332992 11079880704 10576 33554432000 4194304 4196468 140723068850864 139799776191984 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11079880704 10576 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) R 26524 26527 24657 0 -1 4202560 458 13264 0 0 1 0 6 2 20 0 15 0 444332995 11079880704 10576 33554432000 4194304 4196468 140723068850864 139800472692720 139800992052992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) S 26524 26527 24657 0 -1 1077944384 199 13264 0 0 0 0 6 2 20 0 15 0 444332995 11079880704 10642 33554432000 4194304 4196468 140723068850864 139800471640176 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10820196 memory=140563317646976 CPUtime=0.11 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 596 13264 0 0 3 0 6 2 20 0 15 0 444332995 11079880704 10642 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11079880704 10642 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10820196 memory=140563317646976 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332995 11079880704 10642 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42304 KiB

[startup+0.310792 s]*
/proc/loadavg: 1.39 1.37 1.39 3/227 26593
/proc/meminfo: memFree=29948392/32770624 swapFree=66953064/67108860
[pid=26527] ppid=26524 vsize=10820196 memory=50860 CPUtime=0.4 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 10862 13264 0 0 29 3 6 2 20 0 15 0 444332980 11079880704 12715 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2705049 12715 3341 1 0 2667149 0
[pid=26527/tid=26580] ppid=26524 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 7357 13264 0 0 19 2 6 2 20 0 15 0 444332989 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800986206272 139800992755120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 12715 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 2 13264 0 0 0 0 6 2 20 0 15 0 444332990 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10820196 memory=140563317646975 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 2 13264 0 0 0 0 6 2 20 0 15 0 444332991 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 13 13264 0 0 0 0 6 2 20 0 15 0 444332992 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800380171680 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332992 11079880704 12715 33554432000 4194304 4196468 140723068850864 139799776191984 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11079880704 12715 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) S 26524 26527 24657 0 -1 1077944384 464 13264 0 0 2 0 6 2 20 0 15 0 444332995 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800472692720 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) S 26524 26527 24657 0 -1 1077944384 200 13264 0 0 1 0 6 2 20 0 15 0 444332995 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800471640176 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10820196 memory=140563317646976 CPUtime=0.13 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 603 13264 0 0 5 0 6 2 20 0 15 0 444332995 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11079880704 12715 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10820196 memory=140563317646976 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332995 11079880704 12715 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50860 KiB

[startup+0.700752 s]
/proc/loadavg: 1.39 1.37 1.39 3/227 26593
/proc/meminfo: memFree=29935364/32770624 swapFree=66953064/67108860
[pid=26527] ppid=26524 vsize=10824364 memory=83468 CPUtime=1.1 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 15055 13264 0 0 96 6 6 2 20 0 15 0 444332980 11084148736 20867 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2706091 20867 3514 1 0 2668173 0
[pid=26527/tid=26580] ppid=26524 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 10370 13264 0 0 54 4 6 2 20 0 15 0 444332989 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800986217312 139801014424733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10824364 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11084148736 20867 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10824364 memory=4156 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10824364 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332990 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 2 13264 0 0 0 0 6 2 20 0 15 0 444332990 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 5 13264 0 0 0 0 6 2 20 0 15 0 444332991 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 13 13264 0 0 0 0 6 2 20 0 15 0 444332992 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800380171680 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332992 11084148736 20867 33554432000 4194304 4196468 140723068850864 139799776191984 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11084148736 20867 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) S 26524 26527 24657 0 -1 1077944384 1007 13264 0 0 11 0 6 2 20 0 15 0 444332995 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800472692720 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) R 26524 26527 24657 0 -1 4202560 598 13264 0 0 11 0 6 2 20 0 15 0 444332995 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800471640176 139800993900083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 838 13264 0 0 17 0 6 2 20 0 15 0 444332995 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11084148736 20867 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10824364 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332995 11084148736 20867 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83468 KiB

[startup+1.50075 s]
/proc/loadavg: 1.39 1.37 1.39 5/227 26593
/proc/meminfo: memFree=29872836/32770624 swapFree=66953064/67108860
[pid=26527] ppid=26524 vsize=10832632 memory=249128 CPUtime=3.05 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 23826 13264 0 0 283 14 6 2 20 0 15 0 444332980 11092615168 62282 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2708158 62282 3584 1 0 2670221 0
[pid=26527/tid=26580] ppid=26524 vsize=10832632 memory=-7169539485663701033 CPUtime=1.42 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 14620 13264 0 0 127 7 6 2 20 0 15 0 444332989 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800986212464 139800600387240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10832632 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 48 13264 0 0 1 1 6 2 20 0 15 0 444332990 11092615168 62282 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 82 13264 0 0 1 0 6 2 20 0 15 0 444332990 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 28 13264 0 0 1 0 6 2 20 0 15 0 444332990 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10832632 memory=-6237260532469557610 CPUtime=0.09 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 247 13264 0 0 1 0 6 2 20 0 15 0 444332990 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 162 13264 0 0 1 0 6 2 20 0 15 0 444332991 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10832632 memory=281126413501376 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 13 13264 0 0 0 0 6 2 20 0 15 0 444332992 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800380171744 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10832632 memory=192640 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332992 11092615168 62282 33554432000 4194304 4196468 140723068850864 139799776192000 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10832632 memory=228372001116082 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11092615168 62282 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10832632 memory=281126413284448 CPUtime=0.62 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) S 26524 26527 24657 0 -1 1077944384 2355 13264 0 0 54 0 6 2 20 0 15 0 444332995 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800472692720 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10832632 memory=281126413286688 CPUtime=0.63 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) S 26524 26527 24657 0 -1 1077944384 2552 13264 0 0 55 0 6 2 20 0 15 0 444332995 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800471640176 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10832632 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 1498 13264 0 0 37 0 6 2 20 0 15 0 444332995 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11092615168 62282 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 1 13264 0 0 0 0 6 2 20 0 15 0 444332995 11092615168 62282 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 10832632 KiB

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

/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 130071 13264 0 0 218755 76 6 2 20 0 15 0 444332989 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800986213888 139800613743760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10849036 memory=6791534058613427641 CPUtime=7.63 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 48296 13264 0 0 718 37 6 2 20 0 15 0 444332990 11109412864 677301 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10849036 memory=2709204 CPUtime=7.65 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 38617 13264 0 0 720 37 6 2 20 0 15 0 444332990 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10849036 memory=2709204 CPUtime=7.63 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 45968 13264 0 0 717 38 6 2 20 0 15 0 444332990 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10849036 memory=2709164 CPUtime=7.66 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 47785 13264 0 0 718 40 6 2 20 0 15 0 444332990 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10849036 memory=2709196 CPUtime=5.14 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 37266 13264 0 0 479 27 6 2 20 0 15 0 444332991 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10849036 memory=2709196 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 18 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800380171808 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10849036 memory=2709204 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 5 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677301 33554432000 4194304 4196468 140723068850864 139799776192000 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10849036 memory=2709196 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677301 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10849036 memory=2709204 CPUtime=4.54 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) S 26524 26527 24657 0 -1 1077944384 33039 13264 0 0 443 3 6 2 20 0 15 0 444332995 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800472692720 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10849036 memory=780 CPUtime=5 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) S 26524 26527 24657 0 -1 1077944384 31343 13264 0 0 487 5 6 2 20 0 15 0 444332995 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800471640176 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10849036 memory=2707016 CPUtime=1.98 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 16170 13264 0 0 185 5 6 2 20 0 15 0 444332995 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10849036 memory=2709188 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677301 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10849036 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 2513 13264 0 0 70 59 6 2 20 0 15 0 444332995 11109412864 677301 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 2236.4 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2709204 KiB

[startup+2262.3 s]
/proc/loadavg: 1.40 1.43 1.51 3/227 27125
/proc/meminfo: memFree=27309096/32770624 swapFree=66953068/67108860
[pid=26527] ppid=26524 vsize=10849036 memory=2709252 CPUtime=2297.17 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 443293 13264 0 0 229413 296 6 2 20 0 15 0 444332980 11109412864 677313 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2712259 677313 3633 1 0 2674317 0
[pid=26527/tid=26580] ppid=26524 vsize=10849036 memory=2709228 CPUtime=2247.87 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 132324 13264 0 0 224703 76 6 2 20 0 15 0 444332989 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800986233872 139800613746761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10849036 memory=213185 CPUtime=7.9 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 50391 13264 0 0 745 37 6 2 20 0 15 0 444332990 11109412864 677313 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10849036 memory=0 CPUtime=7.93 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 42341 13264 0 0 746 39 6 2 20 0 15 0 444332990 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10849036 memory=2709252 CPUtime=7.9 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 46330 13264 0 0 743 39 6 2 20 0 15 0 444332990 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10849036 memory=2709252 CPUtime=7.94 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 48221 13264 0 0 745 41 6 2 20 0 15 0 444332990 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10849036 memory=2709252 CPUtime=5.34 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 38284 13264 0 0 497 29 6 2 20 0 15 0 444332991 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10849036 memory=2709252 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 18 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800380171808 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10849036 memory=2709252 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 5 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677313 33554432000 4194304 4196468 140723068850864 139799776192000 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10849036 memory=2709252 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677313 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10849036 memory=1536 CPUtime=4.54 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) S 26524 26527 24657 0 -1 1077944384 33046 13264 0 0 443 3 6 2 20 0 15 0 444332995 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800472692720 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10849036 memory=2709252 CPUtime=5 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) S 26524 26527 24657 0 -1 1077944384 31351 13264 0 0 487 5 6 2 20 0 15 0 444332995 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800471640176 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10849036 memory=2709252 CPUtime=1.98 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 16176 13264 0 0 185 5 6 2 20 0 15 0 444332995 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10849036 memory=47688 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677313 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10849036 memory=988 CPUtime=1.41 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 2589 13264 0 0 72 61 6 2 20 0 15 0 444332995 11109412864 677313 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 2297.17 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2709252 KiB

[startup+2322.3 s]
/proc/loadavg: 1.48 1.46 1.51 3/227 27131
/proc/meminfo: memFree=27306136/32770624 swapFree=66953068/67108860
[pid=26527] ppid=26524 vsize=10849036 memory=2711304 CPUtime=2357.96 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 453263 13264 0 0 235488 300 6 2 20 0 15 0 444332980 11109412864 677826 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2712259 677826 3633 1 0 2674317 0
[pid=26527/tid=26580] ppid=26524 vsize=10849036 memory=2709256 CPUtime=2307.34 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 134693 13264 0 0 230650 76 6 2 20 0 15 0 444332989 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800986237440 139800609046526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10849036 memory=2711304 CPUtime=8.17 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 50768 13264 0 0 771 38 6 2 20 0 15 0 444332990 11109412864 677826 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10849036 memory=2711304 CPUtime=8.2 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 42723 13264 0 0 772 40 6 2 20 0 15 0 444332990 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10849036 memory=2711304 CPUtime=8.17 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 46943 13264 0 0 769 40 6 2 20 0 15 0 444332990 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10849036 memory=180 CPUtime=8.21 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 53364 13264 0 0 771 42 6 2 20 0 15 0 444332990 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10849036 memory=2711304 CPUtime=5.53 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 39285 13264 0 0 516 29 6 2 20 0 15 0 444332991 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10849036 memory=2711304 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 18 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800380171808 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10849036 memory=2711304 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 5 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677826 33554432000 4194304 4196468 140723068850864 139799776192000 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10849036 memory=2711304 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677826 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10849036 memory=2711304 CPUtime=4.55 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) S 26524 26527 24657 0 -1 1077944384 33055 13264 0 0 444 3 6 2 20 0 15 0 444332995 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800472692720 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10849036 memory=0 CPUtime=5 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) S 26524 26527 24657 0 -1 1077944384 31357 13264 0 0 487 5 6 2 20 0 15 0 444332995 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800471640176 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10849036 memory=2711304 CPUtime=1.98 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 16182 13264 0 0 185 5 6 2 20 0 15 0 444332995 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10849036 memory=2711304 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677826 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10849036 memory=2711304 CPUtime=1.44 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 2653 13264 0 0 74 62 6 2 20 0 15 0 444332995 11109412864 677826 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 2357.96 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2711304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363.8 s]
/proc/loadavg: 1.58 1.49 1.52 3/227 27134
/proc/meminfo: memFree=27306376/32770624 swapFree=66953068/67108860
[pid=26527] ppid=26524 vsize=10849036 memory=2711324 CPUtime=2400.02 cores=0,2,4,6
/proc/26527/stat : 26527 (java) S 26524 26527 24657 0 -1 1077944320 458967 13264 0 0 239689 305 6 2 20 0 15 0 444332980 11109412864 677831 33554432000 4194304 4196468 140723068850864 140723068833408 139801014402807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
/proc/26527/statm: 2712259 677831 3633 1 0 2674317 0
[pid=26527/tid=26580] ppid=26524 vsize=10849036 memory=2512 CPUtime=2348.5 cores=0,2,4,6
/proc/26527/task/26580/stat : 26580 (java) R 26524 26527 24657 0 -1 4202560 136257 13264 0 0 234765 77 6 2 20 0 15 0 444332989 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800986229728 139800611872544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26581] ppid=26524 vsize=10849036 memory=808 CPUtime=8.35 cores=0,2,4,6
/proc/26527/task/26581/stat : 26581 (java) S 26524 26527 24657 0 -1 1077944384 51041 13264 0 0 789 38 6 2 20 0 15 0 444332990 11109412864 677831 33554432000 4194304 4196468 140723068850864 139801018644752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26582] ppid=26524 vsize=10849036 memory=1448 CPUtime=8.38 cores=0,2,4,6
/proc/26527/task/26582/stat : 26582 (java) S 26524 26527 24657 0 -1 1077944384 44738 13264 0 0 790 40 6 2 20 0 15 0 444332990 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800587659664 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26583] ppid=26524 vsize=10849036 memory=1764 CPUtime=8.35 cores=0,2,4,6
/proc/26527/task/26583/stat : 26583 (java) S 26524 26527 24657 0 -1 1077944384 47816 13264 0 0 787 40 6 2 20 0 15 0 444332990 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800586607120 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26584] ppid=26524 vsize=10849036 memory=1384 CPUtime=8.39 cores=0,2,4,6
/proc/26527/task/26584/stat : 26584 (java) S 26524 26527 24657 0 -1 1077944384 53667 13264 0 0 788 43 6 2 20 0 15 0 444332990 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800585554576 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26585] ppid=26524 vsize=10849036 memory=4156 CPUtime=5.67 cores=0,2,4,6
/proc/26527/task/26585/stat : 26585 (java) S 26524 26527 24657 0 -1 1077944384 39903 13264 0 0 529 30 6 2 20 0 15 0 444332991 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800473745904 139801014413954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26586] ppid=26524 vsize=10849036 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26586/stat : 26586 (java) S 26524 26527 24657 0 -1 1077944384 18 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800380171808 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26587] ppid=26524 vsize=10849036 memory=1188 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26587/stat : 26587 (java) S 26524 26527 24657 0 -1 1077944384 5 13264 0 0 0 0 6 2 20 0 15 0 444332992 11109412864 677831 33554432000 4194304 4196468 140723068850864 139799776192000 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26588] ppid=26524 vsize=10849036 memory=1536 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26588/stat : 26588 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677831 33554432000 4194304 4196468 140723068850864 139799535901392 139801014421403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26589] ppid=26524 vsize=10849036 memory=9592 CPUtime=4.55 cores=0,2,4,6
/proc/26527/task/26589/stat : 26589 (java) S 26524 26527 24657 0 -1 1077944384 33060 13264 0 0 444 3 6 2 20 0 15 0 444332995 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800472692720 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26590] ppid=26524 vsize=10849036 memory=2711324 CPUtime=5 cores=0,2,4,6
/proc/26527/task/26590/stat : 26590 (java) S 26524 26527 24657 0 -1 1077944384 31362 13264 0 0 487 5 6 2 20 0 15 0 444332995 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800471640176 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26591] ppid=26524 vsize=10849036 memory=111632 CPUtime=1.98 cores=0,2,4,6
/proc/26527/task/26591/stat : 26591 (java) S 26524 26527 24657 0 -1 1077944384 16186 13264 0 0 185 5 6 2 20 0 15 0 444332995 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800470587632 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26592] ppid=26524 vsize=10849036 memory=800 CPUtime=0.08 cores=0,2,4,6
/proc/26527/task/26592/stat : 26592 (java) S 26524 26527 24657 0 -1 1077944384 3 13264 0 0 0 0 6 2 20 0 15 0 444332995 11109412864 677831 33554432000 4194304 4196468 140723068850864 139799502342752 139801014413013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
[pid=26527/tid=26593] ppid=26524 vsize=10849036 memory=1808 CPUtime=1.46 cores=0,2,4,6
/proc/26527/task/26593/stat : 26593 (java) S 26524 26527 24657 0 -1 1077944384 2697 13264 0 0 75 63 6 2 20 0 15 0 444332995 11109412864 677831 33554432000 4194304 4196468 140723068850864 139800469535536 139801014413954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8478720 140723068857071 140723068859589 140723068859589 140723068862415 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2711324 KiB

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

[startup+2363.84 s]
# the end of solver process 26527 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.98 s, system=3.09776 s

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

Child status: 143
Real time (s): 2363.84
CPU time (s): 2400.08
CPU user time (s): 2396.98
CPU system time (s): 3.09776
CPU usage (%): 101.533
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2906584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.98
system time used= 3.09776
maximum resident set size= 2908632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171022
involuntary context switches= 5663


# summary of solver processes directly reported to runsolver:
#   pid: 26527
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.98
#   total CPU system time (s): 3.09776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3444 second user time and 22.9681 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 02:36:41
IDJOB=4401409
IDBENCH=127971
IDSOLVER=2858
FILE ID=node127/4401409-1568680641
RUNJOBID= node127-1568673291-24688
PBS_JOBID= 21703783
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401409-1568680641/watcher-4401409-1568680641 -o /tmp/evaluation-result-4401409-1568680641/solver-4401409-1568680641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24688 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4401409-1568680641.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=1790479423

node127.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.55
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.55
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.55
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.55
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:        29988780 kB
MemAvailable:   31112708 kB
Buffers:           73828 kB
Cached:          1334756 kB
SwapCached:        51452 kB
Active:          1235152 kB
Inactive:         950084 kB
Active(anon):     736236 kB
Inactive(anon):    89540 kB
Active(file):     498916 kB
Inactive(file):   860544 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66953064 kB
Dirty:             36528 kB
Writeback:             0 kB
AnonPages:        837520 kB
Mapped:            61964 kB
Shmem:             40660 kB
Slab:             190392 kB
SReclaimable:     160604 kB
SUnreclaim:        29788 kB
KernelStack:        3696 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2010280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-17 03:16:05