Trace number 4396017

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.13 2464.8

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-39.xml
MD5SUM5a6cd63004ce40fe2c4de94228743879
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3042
Number of constraints2966
Number of domains1
Minimum domain size39
Maximum domain size39
Distribution of domain sizes[{"size":39,"count":3003}]
Minimum variable degree0
Maximum variable degree79
Distribution of variable degrees[{"degree":0,"count":39},{"degree":2,"count":1482},{"degree":78,"count":39},{"degree":79,"count":1482}]
Minimum constraint arity39
Maximum constraint arity1521
Distribution of constraint arities[{"arity":39,"count":1},{"arity":41,"count":2964},{"arity":1521,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":2964}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396017-1568405709/watcher-4396017-1568405709 -o /tmp/evaluation-result-4396017-1568405709/solver-4396017-1568405709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=910043870 HOME/instance-4396017-1568405709.xml 

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

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=982, runsolver pid=979

[startup+0.101663 s]*
/proc/loadavg: 1.23 1.32 1.37 3/219 1039
/proc/meminfo: memFree=31060372/32770624 swapFree=66936656/67108860
[pid=982] ppid=979 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 4418 13030 0 0 1 1 5 3 20 0 6 0 416829263 10212057088 4203 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2493178 4203 1935 1 0 2481616 0
[pid=982/tid=1035] ppid=979 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 2329 13030 0 0 0 0 5 3 20 0 6 0 416829273 10212057088 4269 33554432000 4194304 4196468 140722858995392 140537016427088 140537028676749 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=9972712 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 6 0 416829273 10212057088 4269 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=9972712 memory=140675941280747 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 6 0 416829273 10212057088 4269 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 6 0 416829273 10212057088 4269 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 2 13030 0 0 0 0 5 3 20 0 6 0 416829273 10212057088 4269 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.212655 s]*
/proc/loadavg: 1.23 1.32 1.37 3/228 1049
/proc/meminfo: memFree=31042640/32770624 swapFree=66936656/67108860
[pid=982] ppid=979 vsize=10819664 memory=39544 CPUtime=0.27 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 7200 13030 0 0 17 2 5 3 20 0 15 0 416829263 11079335936 9886 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2704916 9886 3153 1 0 2667149 0
[pid=982/tid=1035] ppid=979 vsize=10819664 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 3711 13030 0 0 11 1 5 3 20 0 15 0 416829273 11079335936 9886 33554432000 4194304 4196468 140722858995392 140537016422792 140536967646229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10819664 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079335936 9886 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10819664 memory=140675941280747 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 2 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10819664 memory=140675941254784 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) S 979 982 28159 0 -1 1077944384 2 13030 0 0 0 0 5 3 20 0 15 0 416829275 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536571271792 140537044601474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 13 13030 0 0 0 0 5 3 20 0 15 0 416829275 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536497300768 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829275 11079335936 9886 33554432000 4194304 4196468 140722858995392 140535893321328 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11079335936 9886 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) S 979 982 28159 0 -1 1077944384 455 13030 0 0 1 0 5 3 20 0 15 0 416829278 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536570218608 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) S 979 982 28159 0 -1 1077944384 200 13030 0 0 1 0 5 3 20 0 15 0 416829278 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536569165808 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10819664 memory=140675941254784 CPUtime=0.11 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) R 979 982 28159 0 -1 4202560 611 13030 0 0 3 0 5 3 20 0 15 0 416829278 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536568113520 140537044602262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11079335936 9886 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10819664 memory=140675941254784 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829279 11079335936 9886 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39544 KiB

[startup+0.310379 s]*
/proc/loadavg: 1.23 1.32 1.37 3/228 1049
/proc/meminfo: memFree=31030192/32770624 swapFree=66936656/67108860
[pid=982] ppid=979 vsize=10820148 memory=50960 CPUtime=0.4 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 10879 13030 0 0 29 3 5 3 20 0 15 0 416829263 11079831552 12740 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2705037 12740 3324 1 0 2667149 0
[pid=982/tid=1035] ppid=979 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 7377 13030 0 0 19 2 5 3 20 0 15 0 416829273 11079831552 12740 33554432000 4194304 4196468 140722858995392 140537016390240 140537044612253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10820148 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079831552 12740 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 2 13030 0 0 0 0 5 3 20 0 15 0 416829273 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) S 979 982 28159 0 -1 1077944384 2 13030 0 0 0 0 5 3 20 0 15 0 416829275 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536571271792 140537044601474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 13 13030 0 0 0 0 5 3 20 0 15 0 416829275 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536497300768 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829275 11079831552 12740 33554432000 4194304 4196468 140722858995392 140535893321328 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11079831552 12740 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) S 979 982 28159 0 -1 1077944384 465 13030 0 0 2 0 5 3 20 0 15 0 416829278 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536570218608 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) S 979 982 28159 0 -1 1077944384 200 13030 0 0 1 0 5 3 20 0 15 0 416829278 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536569165808 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) S 979 982 28159 0 -1 1077944384 620 13030 0 0 5 0 5 3 20 0 15 0 416829278 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536568113520 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11079831552 12740 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829279 11079831552 12740 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50960 KiB

[startup+0.707198 s]
/proc/loadavg: 1.23 1.32 1.37 3/228 1049
/proc/meminfo: memFree=31016656/32770624 swapFree=66936656/67108860
[pid=982] ppid=979 vsize=10824360 memory=83504 CPUtime=1.13 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 15060 13030 0 0 98 7 5 3 20 0 15 0 416829263 11084144640 20876 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2706090 20876 3508 1 0 2668173 0
[pid=982/tid=1035] ppid=979 vsize=10824360 memory=55 CPUtime=0.68 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 10346 13030 0 0 55 5 5 3 20 0 15 0 416829273 11084144640 20876 33554432000 4194304 4196468 140722858995392 140537016420488 140536649802367 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10824360 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11084144640 20876 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10824360 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10824360 memory=7148 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829273 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 2 13030 0 0 0 0 5 3 20 0 15 0 416829273 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10824360 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) S 979 982 28159 0 -1 1077944384 5 13030 0 0 0 0 5 3 20 0 15 0 416829275 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536571271792 140537044601474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10824360 memory=4047135452300327258 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 13 13030 0 0 0 0 5 3 20 0 15 0 416829275 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536497300768 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10824360 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829275 11084144640 20876 33554432000 4194304 4196468 140722858995392 140535893321328 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10824360 memory=3053511329498284128 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11084144640 20876 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10824360 memory=3058660135923630176 CPUtime=0.17 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) R 979 982 28159 0 -1 4202560 940 13030 0 0 9 0 5 3 20 0 15 0 416829278 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536570218608 140537026997888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10824360 memory=-7970072309427720150 CPUtime=0.23 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) R 979 982 28159 0 -1 4202560 676 13030 0 0 15 0 5 3 20 0 15 0 416829278 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536569165808 140537025290433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10824360 memory=6935657021178990672 CPUtime=0.25 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) S 979 982 28159 0 -1 1077944384 862 13030 0 0 17 0 5 3 20 0 15 0 416829278 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536568113520 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10824360 memory=4639926323116004656 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11084144640 20876 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10824360 memory=4638778398332698721 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829279 11084144640 20876 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83504 KiB

[startup+1.50369 s]
/proc/loadavg: 1.38 1.35 1.38 6/228 1049
/proc/meminfo: memFree=30973724/32770624 swapFree=66936656/67108860
[pid=982] ppid=979 vsize=10832628 memory=206432 CPUtime=3.23 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 24919 13030 0 0 304 11 5 3 20 0 15 0 416829263 11092611072 51608 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2708157 51608 3579 1 0 2670221 0
[pid=982/tid=1035] ppid=979 vsize=10832628 memory=119 CPUtime=1.44 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) S 979 982 28159 0 -1 1077944384 14143 13030 0 0 130 6 5 3 20 0 15 0 416829273 11092611072 51608 33554432000 4194304 4196468 140722858995392 140537016410352 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10832628 memory=1412 CPUtime=0.09 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 48 13030 0 0 1 0 5 3 20 0 15 0 416829273 11092611072 51608 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10832628 memory=1548 CPUtime=0.09 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 203 13030 0 0 1 0 5 3 20 0 15 0 416829273 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10832628 memory=7148 CPUtime=0.09 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 22 13030 0 0 1 0 5 3 20 0 15 0 416829273 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10832628 memory=33 CPUtime=0.09 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 49 13030 0 0 1 0 5 3 20 0 15 0 416829273 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10832628 memory=7306916055891837008 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) R 979 982 28159 0 -1 4202560 108 13030 0 0 0 0 5 3 20 0 15 0 416829275 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536571270080 140537036831717 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10832628 memory=288288865905804076 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 13 13030 0 0 0 0 5 3 20 0 15 0 416829275 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536497300768 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10832628 memory=4123384324043341978 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829275 11092611072 51608 33554432000 4194304 4196468 140722858995392 140535893321328 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11092611072 51608 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10832628 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) S 979 982 28159 0 -1 1077944384 2921 13030 0 0 56 0 5 3 20 0 15 0 416829278 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536570218608 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10832628 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) S 979 982 28159 0 -1 1077944384 3084 13030 0 0 61 0 5 3 20 0 15 0 416829278 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536569165808 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10832628 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) S 979 982 28159 0 -1 1077944384 2119 13030 0 0 48 0 5 3 20 0 15 0 416829278 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536568113520 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11092611072 51608 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 1 13030 0 0 0 0 5 3 20 0 15 0 416829279 11092611072 51608 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 3.23 s
Current children cumulated vsize: 10832628 KiB

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

/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 383488 13030 0 0 236879 62 5 3 20 0 15 0 416829273 11109421056 514012 33554432000 4194304 4196468 140722858995392 140537016425088 140536658170126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10849044 memory=2056048 CPUtime=9.74 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 30201 13030 0 0 868 98 5 3 20 0 15 0 416829273 11109421056 514012 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10849044 memory=2051952 CPUtime=9.72 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 31514 13030 0 0 864 100 5 3 20 0 15 0 416829273 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10849044 memory=2008876 CPUtime=9.72 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 31724 13030 0 0 864 100 5 3 20 0 15 0 416829273 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10849044 memory=1912420 CPUtime=9.71 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 30184 13030 0 0 864 99 5 3 20 0 15 0 416829273 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10849044 memory=2043744 CPUtime=2.19 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) S 979 982 28159 0 -1 1077944384 21352 13030 0 0 183 28 5 3 20 0 15 0 416829275 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536571271792 140537044601474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10849044 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 30 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536497300832 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10849044 memory=2056048 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 26 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 514012 33554432000 4194304 4196468 140722858995392 140535893321344 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10849044 memory=2056048 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 514012 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10849044 memory=3624 CPUtime=9.83 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) S 979 982 28159 0 -1 1077944384 59707 13030 0 0 967 8 5 3 20 0 15 0 416829278 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536570218608 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10849044 memory=164 CPUtime=10.05 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) S 979 982 28159 0 -1 1077944384 60683 13030 0 0 988 9 5 3 20 0 15 0 416829278 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536569165808 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10849044 memory=281351630618864 CPUtime=6.15 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) S 979 982 28159 0 -1 1077944384 42283 13030 0 0 599 8 5 3 20 0 15 0 416829278 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536568113520 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10849044 memory=2056048 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 514012 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10849044 memory=24876 CPUtime=1.45 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 2747 13030 0 0 70 67 5 3 20 0 15 0 416829279 11109421056 514012 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 2437.43 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2056048 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.74 1.56 3/227 1413
/proc/meminfo: memFree=27205120/32770624 swapFree=66936684/67108860
[pid=982] ppid=979 vsize=10849044 memory=2089460 CPUtime=2497.54 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 713161 13030 0 0 249194 552 5 3 20 0 15 0 416829263 11109421056 522365 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2712261 522365 3640 1 0 2674317 0
[pid=982/tid=1035] ppid=979 vsize=10849044 memory=2089460 CPUtime=2429.45 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 399488 13030 0 0 242875 62 5 3 20 0 15 0 416829273 11109421056 522365 33554432000 4194304 4196468 140722858995392 140537016424720 140536650860169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10849044 memory=2084772 CPUtime=9.76 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 30297 13030 0 0 870 98 5 3 20 0 15 0 416829273 11109421056 522365 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10849044 memory=2084772 CPUtime=9.74 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 31775 13030 0 0 866 100 5 3 20 0 15 0 416829273 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10849044 memory=2089460 CPUtime=9.75 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 31921 13030 0 0 866 101 5 3 20 0 15 0 416829273 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10849044 memory=2089460 CPUtime=9.73 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 30396 13030 0 0 866 99 5 3 20 0 15 0 416829273 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10849044 memory=2089460 CPUtime=2.2 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) S 979 982 28159 0 -1 1077944384 21573 13030 0 0 183 29 5 3 20 0 15 0 416829275 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536571271792 140537044601474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10849044 memory=2008876 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 30 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536497300832 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10849044 memory=2089460 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 26 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 522365 33554432000 4194304 4196468 140722858995392 140535893321344 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10849044 memory=2080676 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 522365 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10849044 memory=2084772 CPUtime=9.83 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) S 979 982 28159 0 -1 1077944384 59709 13030 0 0 967 8 5 3 20 0 15 0 416829278 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536570218608 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10849044 memory=4000 CPUtime=10.05 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) S 979 982 28159 0 -1 1077944384 60685 13030 0 0 988 9 5 3 20 0 15 0 416829278 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536569165808 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10849044 memory=616 CPUtime=6.15 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) S 979 982 28159 0 -1 1077944384 42285 13030 0 0 599 8 5 3 20 0 15 0 416829278 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536568113520 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10849044 memory=2089460 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 522365 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10849044 memory=3624 CPUtime=1.49 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 2765 13030 0 0 72 69 5 3 20 0 15 0 416829279 11109421056 522365 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 2497.54 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2089460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.7 s]
/proc/loadavg: 2.00 1.76 1.57 3/227 1416
/proc/meminfo: memFree=27244060/32770624 swapFree=66936684/67108860
[pid=982] ppid=979 vsize=10849044 memory=2107848 CPUtime=2520.03 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 724974 13030 0 0 251439 556 5 3 20 0 15 0 416829263 11109421056 526962 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2712261 526962 3640 1 0 2674317 0
[pid=982/tid=1035] ppid=979 vsize=10849044 memory=2107848 CPUtime=2451.82 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 410977 13030 0 0 245111 63 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140537016425328 140536657312525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10849044 memory=2084772 CPUtime=9.79 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 30370 13030 0 0 872 99 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10849044 memory=55 CPUtime=9.77 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 31851 13030 0 0 868 101 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10849044 memory=2100732 CPUtime=9.77 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 31995 13030 0 0 868 101 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10849044 memory=2107848 CPUtime=9.76 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 30477 13030 0 0 868 100 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10849044 memory=2107848 CPUtime=2.2 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) S 979 982 28159 0 -1 1077944384 21593 13030 0 0 183 29 5 3 20 0 15 0 416829275 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536571271792 140537044601474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10849044 memory=2107848 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 30 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536497300832 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10849044 memory=2107848 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 26 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 526962 33554432000 4194304 4196468 140722858995392 140535893321344 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10849044 memory=225 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10849044 memory=3624 CPUtime=9.83 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) S 979 982 28159 0 -1 1077944384 59709 13030 0 0 967 8 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536570218608 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10849044 memory=24876 CPUtime=10.05 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) S 979 982 28159 0 -1 1077944384 60685 13030 0 0 988 9 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536569165808 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10849044 memory=984 CPUtime=6.15 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) S 979 982 28159 0 -1 1077944384 42285 13030 0 0 599 8 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536568113520 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10849044 memory=6947385649911455296 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10849044 memory=1760 CPUtime=1.5 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 2765 13030 0 0 73 69 5 3 20 0 15 0 416829279 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2107848 KiB

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

[startup+2464.8 s]
# the end of solver process 982 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.52 s, system=5.61372 s

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

[startup+2464.7 s]
/proc/loadavg: 2.00 1.76 1.57 3/227 1416
/proc/meminfo: memFree=27244060/32770624 swapFree=66936684/67108860
[pid=982] ppid=979 vsize=10849044 memory=2107848 CPUtime=2520.03 cores=0,2,4,6
/proc/982/stat : 982 (java) S 979 982 28159 0 -1 1077944320 724974 13030 0 0 251439 556 5 3 20 0 15 0 416829263 11109421056 526962 33554432000 4194304 4196468 140722858995392 140722858977936 140537044590327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
/proc/982/statm: 2712261 526962 3640 1 0 2674317 0
[pid=982/tid=1035] ppid=979 vsize=10849044 memory=2107848 CPUtime=2451.82 cores=0,2,4,6
/proc/982/task/1035/stat : 1035 (java) R 979 982 28159 0 -1 4202560 410977 13030 0 0 245111 63 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140537016425328 140536657312525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1036] ppid=979 vsize=10849044 memory=2084772 CPUtime=9.79 cores=0,2,4,6
/proc/982/task/1036/stat : 1036 (java) S 979 982 28159 0 -1 1077944384 30370 13030 0 0 872 99 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140537048832400 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1037] ppid=979 vsize=10849044 memory=55 CPUtime=9.77 cores=0,2,4,6
/proc/982/task/1037/stat : 1037 (java) S 979 982 28159 0 -1 1077944384 31851 13030 0 0 868 101 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536617818384 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1038] ppid=979 vsize=10849044 memory=2100732 CPUtime=9.77 cores=0,2,4,6
/proc/982/task/1038/stat : 1038 (java) S 979 982 28159 0 -1 1077944384 31995 13030 0 0 868 101 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536616766096 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1039] ppid=979 vsize=10849044 memory=2107848 CPUtime=9.76 cores=0,2,4,6
/proc/982/task/1039/stat : 1039 (java) S 979 982 28159 0 -1 1077944384 30477 13030 0 0 868 100 5 3 20 0 15 0 416829273 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536615713296 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1041] ppid=979 vsize=10849044 memory=2107848 CPUtime=2.2 cores=0,2,4,6
/proc/982/task/1041/stat : 1041 (java) S 979 982 28159 0 -1 1077944384 21593 13030 0 0 183 29 5 3 20 0 15 0 416829275 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536571271792 140537044601474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1042] ppid=979 vsize=10849044 memory=2107848 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1042/stat : 1042 (java) S 979 982 28159 0 -1 1077944384 30 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536497300832 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1043] ppid=979 vsize=10849044 memory=2107848 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1043/stat : 1043 (java) S 979 982 28159 0 -1 1077944384 26 13030 0 0 0 0 5 3 20 0 15 0 416829275 11109421056 526962 33554432000 4194304 4196468 140722858995392 140535893321344 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1044] ppid=979 vsize=10849044 memory=225 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1044/stat : 1044 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140535585921616 140537044608923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1045] ppid=979 vsize=10849044 memory=3624 CPUtime=9.83 cores=0,2,4,6
/proc/982/task/1045/stat : 1045 (java) S 979 982 28159 0 -1 1077944384 59709 13030 0 0 967 8 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536570218608 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1046] ppid=979 vsize=10849044 memory=24876 CPUtime=10.05 cores=0,2,4,6
/proc/982/task/1046/stat : 1046 (java) S 979 982 28159 0 -1 1077944384 60685 13030 0 0 988 9 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536569165808 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1047] ppid=979 vsize=10849044 memory=984 CPUtime=6.15 cores=0,2,4,6
/proc/982/task/1047/stat : 1047 (java) S 979 982 28159 0 -1 1077944384 42285 13030 0 0 599 8 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536568113520 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1048] ppid=979 vsize=10849044 memory=6947385649911455296 CPUtime=0.08 cores=0,2,4,6
/proc/982/task/1048/stat : 1048 (java) S 979 982 28159 0 -1 1077944384 3 13030 0 0 0 0 5 3 20 0 15 0 416829278 11109421056 526962 33554432000 4194304 4196468 140722858995392 140535552362976 140537044600533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
[pid=982/tid=1049] ppid=979 vsize=10849044 memory=1760 CPUtime=1.5 cores=0,2,4,6
/proc/982/task/1049/stat : 1049 (java) S 979 982 28159 0 -1 1077944384 2765 13030 0 0 73 69 5 3 20 0 15 0 416829279 11109421056 526962 33554432000 4194304 4196468 140722858995392 140536567061424 140537044601474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23273472 140722858998512 140722859001029 140722859001029 140722859003855 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 2107848 KiB

Child status: 143
Real time (s): 2464.8
CPU time (s): 2520.13
CPU user time (s): 2514.52
CPU system time (s): 5.61372
CPU usage (%): 102.245
Max. virtual memory (cumulated for all children) (KiB): 10854892
Max. memory (cumulated for all children) (KiB): 2700424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.52
system time used= 5.61372
maximum resident set size= 2710664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 739285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111637
involuntary context switches= 5959


# summary of solver processes directly reported to runsolver:
#   pid: 982
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2514.52
#   total CPU system time (s): 5.61372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2478 second user time and 22.491 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 21:13:34
IDJOB=4396017
IDBENCH=133850
IDSOLVER=2846
FILE ID=node105/4396017-1568405709
RUNJOBID= node105-1568388801-30330
PBS_JOBID= 21701857
Free space on /tmp= 60828 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-39.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396017-1568405709/watcher-4396017-1568405709 -o /tmp/evaluation-result-4396017-1568405709/solver-4396017-1568405709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=910043870 HOME/instance-4396017-1568405709.xml

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

MD5SUM BENCH= 5a6cd63004ce40fe2c4de94228743879
RANDOM SEED=910043870

node105.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.00
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.00
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.00
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.00
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:        31067716 kB
MemAvailable:   31445440 kB
Buffers:          167100 kB
Cached:           504820 kB
SwapCached:        68184 kB
Active:           779480 kB
Inactive:         380248 kB
Active(anon):     426960 kB
Inactive(anon):    93836 kB
Active(file):     352520 kB
Inactive(file):   286412 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66936656 kB
Dirty:             35904 kB
Writeback:             0 kB
AnonPages:        527700 kB
Mapped:            50420 kB
Shmem:             24304 kB
Slab:             137736 kB
SReclaimable:     109256 kB
SUnreclaim:        28480 kB
KernelStack:        3728 kB
PageTables:         7372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1543384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60792 MiB
End job on node105 at 2019-09-13 21:54:39