Trace number 4400875

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.12 2471.05

General information on the benchmark

NameXCSP19/hcp/
graph48.xml
MD5SUM4be1059ecfff617ee6b265be93ea8d71
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 benchmark1103.6
Satisfiable
(Un)Satisfiability was proved
Number of variables338
Number of constraints1
Number of domains338
Minimum domain size4
Maximum domain size14
Distribution of domain sizes[{"size":4,"count":318},{"size":14,"count":20}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":338}]
Minimum constraint arity338
Maximum constraint arity338
Distribution of constraint arities[{"arity":338,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400875-1568695798/watcher-4400875-1568695798 -o /tmp/evaluation-result-4400875-1568695798/solver-4400875-1568695798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10365 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2063277470 HOME/instance-4400875-1568695798.xml 

running on 4 cores: 0-3

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=15934, runsolver pid=15931

[startup+0.100056 s]*
/proc/loadavg: 1.21 1.33 1.41 3/215 15987
/proc/meminfo: memFree=28477856/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=9972712 memory=13648 CPUtime=0.09 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 3629 13173 0 0 0 1 5 3 20 0 6 0 445586088 10212057088 3412 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2493178 3412 1380 1 0 2481616 0
[pid=15934/tid=15987] ppid=15931 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 1554 13173 0 0 0 0 5 3 20 0 6 0 445586098 10212057088 3544 33554432000 4194304 4196468 140737333854432 140359339414096 140359290654582 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 6 0 445586099 10212057088 3544 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=9972712 memory=139717795276416 CPUtime=0.08 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 6 0 445586099 10212057088 3544 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 6 0 445586099 10212057088 3544 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 6 0 445586099 10212057088 3544 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 13648 KiB

[startup+0.211209 s]*
/proc/loadavg: 1.51 1.39 1.43 4/228 16000
/proc/meminfo: memFree=28453848/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=10819712 memory=39364 CPUtime=0.26 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 7117 13173 0 0 15 3 5 3 20 0 15 0 445586088 11079385088 9841 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2704928 9841 3184 1 0 2667149 0
[pid=15934/tid=15987] ppid=15931 vsize=10819712 memory=7022364594140610616 CPUtime=0.18 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 3635 13173 0 0 9 1 5 3 20 0 15 0 445586098 11079385088 9841 33554432000 4194304 4196468 140737333854432 140359339410808 140359367589270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10819712 memory=364 CPUtime=0.08 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586099 11079385088 9841 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10819712 memory=139717798586312 CPUtime=0.08 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586099 11079385088 9841 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586099 11079385088 9841 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586099 11079385088 9841 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10819712 memory=139717795276416 CPUtime=0.08 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586100 11079385088 9841 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 445586101 11079385088 9841 33554432000 4194304 4196468 140737333854432 140358256157984 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586101 11079385088 9841 33554432000 4194304 4196468 140737333854432 140358121940592 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11079385088 9841 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) S 15931 15934 10334 0 -1 1077944384 478 13173 0 0 1 0 5 3 20 0 15 0 445586104 11079385088 9841 33554432000 4194304 4196468 140737333854432 140358825298032 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) S 15931 15934 10334 0 -1 1077944384 167 13173 0 0 0 0 5 3 20 0 15 0 445586104 11079385088 9841 33554432000 4194304 4196468 140737333854432 140358824245232 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10819712 memory=139717795276416 CPUtime=0.11 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) R 15931 15934 10334 0 -1 4202560 604 13173 0 0 3 0 5 3 20 0 15 0 445586104 11079385088 9841 33554432000 4194304 4196468 140737333854432 140358823192944 140359367598682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11079385088 9841 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10819712 memory=139717795276416 CPUtime=0.08 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586105 11079385088 9841 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 39364 KiB

[startup+0.312056 s]*
/proc/loadavg: 1.51 1.39 1.43 3/228 16000
/proc/meminfo: memFree=28442756/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=10821220 memory=50356 CPUtime=0.4 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 10422 13173 0 0 27 5 5 3 20 0 15 0 445586088 11080929280 12589 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2705305 12589 3313 1 0 2667405 0
[pid=15934/tid=15987] ppid=15931 vsize=10821220 memory=1398722017469774279 CPUtime=0.29 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 7009 13173 0 0 18 3 5 3 20 0 15 0 445586098 11080929280 12589 33554432000 4194304 4196468 140737333854432 140359339382304 140359360257053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586099 11080929280 12589 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586099 11080929280 12589 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586099 11079880704 12589 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586099 11079880704 12589 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586100 11080929280 12589 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10821220 memory=-1 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 445586101 11080929280 12589 33554432000 4194304 4196468 140737333854432 140358256157984 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586101 11080929280 12589 33554432000 4194304 4196468 140737333854432 140358121940592 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11079880704 12589 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10820196 memory=0 CPUtime=0.1 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) S 15931 15934 10334 0 -1 1077944384 479 13173 0 0 2 0 5 3 20 0 15 0 445586104 11079880704 12589 33554432000 4194304 4196468 140737333854432 140358825298032 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) S 15931 15934 10334 0 -1 1077944384 176 13173 0 0 1 0 5 3 20 0 15 0 445586104 11079880704 12589 33554432000 4194304 4196468 140737333854432 140358824245232 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10821220 memory=139717795276416 CPUtime=0.13 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) S 15931 15934 10334 0 -1 1077944384 616 13173 0 0 5 0 5 3 20 0 15 0 445586104 11080929280 12589 33554432000 4194304 4196468 140737333854432 140358823192944 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10821220 memory=-1 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11080929280 12589 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10821220 memory=139717795276416 CPUtime=0.08 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586105 11080929280 12589 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 50356 KiB

[startup+0.701101 s]
/proc/loadavg: 1.51 1.39 1.43 3/228 16000
/proc/meminfo: memFree=28430436/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=10822316 memory=77032 CPUtime=1.07 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 14593 13173 0 0 93 6 5 3 20 0 15 0 445586088 11082051584 19258 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2705579 19258 3500 1 0 2667661 0
[pid=15934/tid=15987] ppid=15931 vsize=10822316 memory=0 CPUtime=0.66 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 10098 13173 0 0 54 4 5 3 20 0 15 0 445586098 11082051584 19258 33554432000 4194304 4196468 140737333854432 140359339404768 140359348983652 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586099 11082051584 19258 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586099 11082051584 19258 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10822316 memory=139717635092688 CPUtime=0.08 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586099 11082051584 19258 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10822316 memory=139719581106779 CPUtime=0.08 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 445586099 11082051584 19258 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10822316 memory=980 CPUtime=0.08 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 5 13173 0 0 0 0 5 3 20 0 15 0 445586100 11082051584 19258 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 445586101 11082051584 19258 33554432000 4194304 4196468 140737333854432 140358256157984 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10822316 memory=6081104596517414762 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586101 11082051584 19258 33554432000 4194304 4196468 140737333854432 140358121940592 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10822316 memory=29508 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11082051584 19258 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10822316 memory=2120 CPUtime=0.17 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) R 15931 15934 10334 0 -1 4202560 838 13173 0 0 9 0 5 3 20 0 15 0 445586104 11082051584 19258 33554432000 4194304 4196468 140737333854432 140358825279048 140359353591665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10822316 memory=496 CPUtime=0.19 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) R 15931 15934 10334 0 -1 4202560 637 13173 0 0 11 0 5 3 20 0 15 0 445586104 11082051584 19258 33554432000 4194304 4196468 140737333854432 140358824226248 140359351544699 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10822316 memory=1560 CPUtime=0.25 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) S 15931 15934 10334 0 -1 1077944384 782 13173 0 0 17 0 5 3 20 0 15 0 445586104 11082051584 19258 33554432000 4194304 4196468 140737333854432 140358823192944 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10822316 memory=928 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11082051584 19258 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10822316 memory=1724 CPUtime=0.08 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586105 11082051584 19258 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77032 KiB

[startup+1.50081 s]
/proc/loadavg: 1.51 1.39 1.43 4/228 16000
/proc/meminfo: memFree=28396536/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=10832632 memory=172928 CPUtime=2.56 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 21633 13173 0 0 236 12 5 3 20 0 15 0 445586088 11092615168 43232 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2708158 43232 3578 1 0 2670221 0
[pid=15934/tid=15987] ppid=15931 vsize=10832632 memory=156128 CPUtime=1.42 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 14894 13173 0 0 128 6 5 3 20 0 15 0 445586098 11092615168 43232 33554432000 4194304 4196468 140737333854432 140359339408624 140359351657822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10832632 memory=1444 CPUtime=0.09 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 25 13173 0 0 1 0 5 3 20 0 15 0 445586099 11092615168 43232 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10832632 memory=1764 CPUtime=0.09 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 49 13173 0 0 1 0 5 3 20 0 15 0 445586099 11092615168 43232 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10832632 memory=0 CPUtime=0.09 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 46 13173 0 0 1 0 5 3 20 0 15 0 445586099 11092615168 43232 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10832632 memory=-6154581634397065563 CPUtime=0.08 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 292 13173 0 0 0 0 5 3 20 0 15 0 445586099 11092615168 43232 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10832632 memory=3833724587141655355 CPUtime=0.09 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 91 13173 0 0 1 0 5 3 20 0 15 0 445586100 11092615168 43232 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10832632 memory=-6944103529398779034 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 445586101 11092615168 43232 33554432000 4194304 4196468 140737333854432 140358256158048 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10832632 memory=-6005673638263167430 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586101 11092615168 43232 33554432000 4194304 4196468 140737333854432 140358121940608 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10832632 memory=0 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11092615168 43232 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10832632 memory=0 CPUtime=0.43 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) S 15931 15934 10334 0 -1 1077944384 1637 13173 0 0 35 0 5 3 20 0 15 0 445586104 11092615168 43232 33554432000 4194304 4196468 140737333854432 140358825298032 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10832632 memory=4580 CPUtime=0.35 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) S 15931 15934 10334 0 -1 1077944384 1061 13173 0 0 27 0 5 3 20 0 15 0 445586104 11092615168 43232 33554432000 4194304 4196468 140737333854432 140358824245232 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10832632 memory=6081075901755576400 CPUtime=0.46 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) S 15931 15934 10334 0 -1 1077944384 1309 13173 0 0 38 0 5 3 20 0 15 0 445586104 11092615168 43232 33554432000 4194304 4196468 140737333854432 140358823192944 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10832632 memory=7516883056525993024 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11092615168 43232 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10832632 memory=8174142649610430036 CPUtime=0.08 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 445586105 11092615168 43232 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 10832632 KiB

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

/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 69682 13173 0 0 229506 49 5 3 20 0 15 0 445586098 11107328000 227997 33554432000 4194304 4196468 140737333854432 140359339412496 140358950047436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10847000 memory=911988 CPUtime=11.02 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 19403 13173 0 0 1036 58 5 3 20 0 15 0 445586099 11107328000 227997 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10847000 memory=911988 CPUtime=10.98 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 15872 13173 0 0 1036 54 5 3 20 0 15 0 445586099 11107328000 227997 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10847000 memory=911988 CPUtime=11.02 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 10425 13173 0 0 1040 54 5 3 20 0 15 0 445586099 11107328000 227997 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10847000 memory=911988 CPUtime=11.05 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 11304 13173 0 0 1039 58 5 3 20 0 15 0 445586099 11107328000 227997 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10847000 memory=911988 CPUtime=12.08 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 13659 13173 0 0 1146 54 5 3 20 0 15 0 445586100 11107328000 227997 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10847000 memory=911988 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 19 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 227997 33554432000 4194304 4196468 140737333854432 140358256158048 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10847000 memory=911988 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 15 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 227997 33554432000 4194304 4196468 140737333854432 140358121940608 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10847000 memory=279435271193232 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 227997 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10847000 memory=911988 CPUtime=5.73 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) S 15931 15934 10334 0 -1 1077944384 29980 13173 0 0 556 9 5 3 20 0 15 0 445586104 11107328000 227997 33554432000 4194304 4196468 140737333854432 140358825298032 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10847000 memory=911988 CPUtime=5.62 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) S 15931 15934 10334 0 -1 1077944384 28046 13173 0 0 548 6 5 3 20 0 15 0 445586104 11107328000 227997 33554432000 4194304 4196468 140737333854432 140358824245232 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10847000 memory=911988 CPUtime=5.2 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) S 15931 15934 10334 0 -1 1077944384 20477 13173 0 0 505 7 5 3 20 0 15 0 445586104 11107328000 227997 33554432000 4194304 4196468 140737333854432 140358823192944 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10847000 memory=911988 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 227997 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10847000 memory=911988 CPUtime=1.39 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1238 13173 0 0 68 63 5 3 20 0 15 0 445586105 11107328000 227997 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 2369.09 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 911988 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.38 1.39 3/229 16352
/proc/meminfo: memFree=27308588/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=10847000 memory=914036 CPUtime=2430 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 223593 13173 0 0 242631 361 5 3 20 0 15 0 445586088 11107328000 228509 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2711750 228509 3627 1 0 2673805 0
[pid=15934/tid=15987] ppid=15931 vsize=10847000 memory=914036 CPUtime=2354.94 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 70365 13173 0 0 235436 50 5 3 20 0 15 0 445586098 11107328000 228509 33554432000 4194304 4196468 140737333854432 140359339412448 140358955438288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10847000 memory=914036 CPUtime=11.32 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 19451 13173 0 0 1065 59 5 3 20 0 15 0 445586099 11107328000 228509 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10847000 memory=914036 CPUtime=11.29 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 15897 13173 0 0 1065 56 5 3 20 0 15 0 445586099 11107328000 228509 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10847000 memory=984 CPUtime=11.33 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 10571 13173 0 0 1070 55 5 3 20 0 15 0 445586099 11107328000 228509 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10847000 memory=914036 CPUtime=11.36 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 11429 13173 0 0 1068 60 5 3 20 0 15 0 445586099 11107328000 228509 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10847000 memory=914036 CPUtime=12.41 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 13870 13173 0 0 1177 56 5 3 20 0 15 0 445586100 11107328000 228509 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10847000 memory=279435272072768 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 19 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 228509 33554432000 4194304 4196468 140737333854432 140358256158048 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10847000 memory=914036 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 15 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 228509 33554432000 4194304 4196468 140737333854432 140358121940608 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10847000 memory=911988 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 228509 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10847000 memory=914036 CPUtime=5.73 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) S 15931 15934 10334 0 -1 1077944384 29982 13173 0 0 556 9 5 3 20 0 15 0 445586104 11107328000 228509 33554432000 4194304 4196468 140737333854432 140358825298032 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10847000 memory=914036 CPUtime=5.62 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) S 15931 15934 10334 0 -1 1077944384 28048 13173 0 0 548 6 5 3 20 0 15 0 445586104 11107328000 228509 33554432000 4194304 4196468 140737333854432 140358824245232 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10847000 memory=1724 CPUtime=5.2 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) S 15931 15934 10334 0 -1 1077944384 20479 13173 0 0 505 7 5 3 20 0 15 0 445586104 11107328000 228509 33554432000 4194304 4196468 140737333854432 140358823192944 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10847000 memory=1964 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 228509 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10847000 memory=914036 CPUtime=1.41 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1255 13173 0 0 69 64 5 3 20 0 15 0 445586105 11107328000 228509 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 2430 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 914036 KiB

[startup+2442.3 s]
/proc/loadavg: 2.10 1.58 1.46 3/228 16356
/proc/meminfo: memFree=27304532/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=10847000 memory=916084 CPUtime=2490.91 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 224868 13173 0 0 248715 368 5 3 20 0 15 0 445586088 11107328000 229021 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2711750 229021 3627 1 0 2673805 0
[pid=15934/tid=15987] ppid=15931 vsize=10847000 memory=914036 CPUtime=2414.23 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 71064 13173 0 0 241364 51 5 3 20 0 15 0 445586098 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359339412768 140359349984930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10847000 memory=914036 CPUtime=11.64 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 19461 13173 0 0 1096 60 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10847000 memory=914036 CPUtime=11.61 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 16015 13173 0 0 1096 57 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10847000 memory=914036 CPUtime=11.63 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 10757 13173 0 0 1099 56 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10847000 memory=916084 CPUtime=11.67 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 11462 13173 0 0 1098 61 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10847000 memory=4156 CPUtime=12.73 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 14077 13173 0 0 1208 57 5 3 20 0 15 0 445586100 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10847000 memory=914036 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 19 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358256158048 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10847000 memory=3624 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 15 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358121940608 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10847000 memory=914036 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10847000 memory=2020 CPUtime=5.73 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) S 15931 15934 10334 0 -1 1077944384 29984 13173 0 0 556 9 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358825298032 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10847000 memory=914036 CPUtime=5.62 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) S 15931 15934 10334 0 -1 1077944384 28050 13173 0 0 548 6 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358824245232 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10847000 memory=3624 CPUtime=5.2 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) S 15931 15934 10334 0 -1 1077944384 20481 13173 0 0 505 7 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358823192944 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10847000 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10847000 memory=7233998579122070611 CPUtime=1.45 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1271 13173 0 0 71 66 5 3 20 0 15 0 445586105 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 2490.91 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 916084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471 s]*
/proc/loadavg: 2.28 1.68 1.50 3/229 16359
/proc/meminfo: memFree=27304344/32770688 swapFree=66919992/67108860
[pid=15934] ppid=15931 vsize=10847000 memory=916084 CPUtime=2520.06 cores=0-3
/proc/15934/stat : 15934 (java) S 15931 15934 10334 0 -1 1077944320 225816 13173 0 0 251626 372 5 3 20 0 15 0 445586088 11107328000 229021 33554432000 4194304 4196468 140737333854432 140737333836976 140359367577335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
/proc/15934/statm: 2711750 229021 3627 1 0 2673805 0
[pid=15934/tid=15987] ppid=15931 vsize=10847000 memory=1398722017469774279 CPUtime=2442.62 cores=0-3
/proc/15934/task/15987/stat : 15987 (java) R 15931 15934 10334 0 -1 4202560 71485 13173 0 0 244203 51 5 3 20 0 15 0 445586098 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359339412816 140358954637044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15988] ppid=15931 vsize=10847000 memory=4872558044660077418 CPUtime=11.79 cores=0-3
/proc/15934/task/15988/stat : 15988 (java) S 15931 15934 10334 0 -1 1077944384 19526 13173 0 0 1110 61 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359371819408 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15989] ppid=15931 vsize=10847000 memory=6791534058613427641 CPUtime=11.75 cores=0-3
/proc/15934/task/15989/stat : 15989 (java) S 15931 15934 10334 0 -1 1077944384 16158 13173 0 0 1110 57 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359270709520 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15990] ppid=15931 vsize=10847000 memory=3053811428158493008 CPUtime=11.79 cores=0-3
/proc/15934/task/15990/stat : 15990 (java) S 15931 15934 10334 0 -1 1077944384 10822 13173 0 0 1114 57 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359269657232 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15991] ppid=15931 vsize=10847000 memory=3054355819557830759 CPUtime=11.82 cores=0-3
/proc/15934/task/15991/stat : 15991 (java) S 15931 15934 10334 0 -1 1077944384 11494 13173 0 0 1113 61 5 3 20 0 15 0 445586099 11107328000 229021 33554432000 4194304 4196468 140737333854432 140359268604432 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15992] ppid=15931 vsize=10847000 memory=7156589662127083606 CPUtime=12.89 cores=0-3
/proc/15934/task/15992/stat : 15992 (java) S 15931 15934 10334 0 -1 1077944384 14287 13173 0 0 1223 58 5 3 20 0 15 0 445586100 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358826351216 140359367588482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15993] ppid=15931 vsize=10847000 memory=7595975399256969298 CPUtime=0.08 cores=0-3
/proc/15934/task/15993/stat : 15993 (java) S 15931 15934 10334 0 -1 1077944384 19 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358256158048 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15994] ppid=15931 vsize=10847000 memory=916084 CPUtime=0.08 cores=0-3
/proc/15934/task/15994/stat : 15994 (java) S 15931 15934 10334 0 -1 1077944384 15 13173 0 0 0 0 5 3 20 0 15 0 445586101 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358121940608 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15995] ppid=15931 vsize=10847000 memory=916084 CPUtime=0.08 cores=0-3
/proc/15934/task/15995/stat : 15995 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140357881649744 140359367595931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15996] ppid=15931 vsize=10847000 memory=2120 CPUtime=5.73 cores=0-3
/proc/15934/task/15996/stat : 15996 (java) S 15931 15934 10334 0 -1 1077944384 29986 13173 0 0 556 9 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358825298032 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15997] ppid=15931 vsize=10847000 memory=496 CPUtime=5.62 cores=0-3
/proc/15934/task/15997/stat : 15997 (java) S 15931 15934 10334 0 -1 1077944384 28052 13173 0 0 548 6 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358824245232 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15998] ppid=15931 vsize=10847000 memory=1560 CPUtime=5.2 cores=0-3
/proc/15934/task/15998/stat : 15998 (java) S 15931 15934 10334 0 -1 1077944384 20483 13173 0 0 505 7 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358823192944 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=15999] ppid=15931 vsize=10847000 memory=928 CPUtime=0.08 cores=0-3
/proc/15934/task/15999/stat : 15999 (java) S 15931 15934 10334 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 445586104 11107328000 229021 33554432000 4194304 4196468 140737333854432 140357848091104 140359367587541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
[pid=15934/tid=16000] ppid=15931 vsize=10847000 memory=1724 CPUtime=1.46 cores=0-3
/proc/15934/task/16000/stat : 16000 (java) S 15931 15934 10334 0 -1 1077944384 1277 13173 0 0 72 66 5 3 20 0 15 0 445586105 11107328000 229021 33554432000 4194304 4196468 140737333854432 140358822140848 140359367588482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29372416 140737333861103 140737333863621 140737333863621 140737333866447 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 916084 KiB

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

[startup+2471.05 s]
# the end of solver process 15934 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.76546 s

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

Child status: 143
Real time (s): 2471.05
CPU time (s): 2520.12
CPU user time (s): 2516.35
CPU system time (s): 3.76546
CPU usage (%): 101.986
Max. virtual memory (cumulated for all children) (KiB): 10849760
Max. memory (cumulated for all children) (KiB): 916084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.76546
maximum resident set size= 920288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 310338
involuntary context switches= 11400


# summary of solver processes directly reported to runsolver:
#   pid: 15934
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.76546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6623 second user time and 25.654 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-18 13:10:20
IDJOB=4400875
IDBENCH=141694
IDSOLVER=2857
FILE ID=node120/4400875-1568695798
RUNJOBID= node120-1324187754-10365
PBS_JOBID= 21703789
Free space on /tmp= 61592 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/hcp/graph48.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400875-1568695798/watcher-4400875-1568695798 -o /tmp/evaluation-result-4400875-1568695798/solver-4400875-1568695798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10365 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2063277470 HOME/instance-4400875-1568695798.xml

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

MD5SUM BENCH= 4be1059ecfff617ee6b265be93ea8d71
RANDOM SEED=2063277470

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        28480884 kB
MemAvailable:   30912336 kB
Buffers:          183804 kB
Cached:          2551768 kB
SwapCached:        77548 kB
Active:          2414700 kB
Inactive:        1317588 kB
Active(anon):     918812 kB
Inactive(anon):   127772 kB
Active(file):    1495888 kB
Inactive(file):  1189816 kB
Unevictable:      107048 kB
Mlocked:          107048 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             35612 kB
Writeback:             0 kB
AnonPages:       1027860 kB
Mapped:            66924 kB
Shmem:             41008 kB
Slab:             152676 kB
SReclaimable:     123164 kB
SUnreclaim:        29512 kB
KernelStack:        3712 kB
PageTables:         7844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2164360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61560 MiB
End job on node120 at 2011-12-18 13:51:31