Trace number 4395834

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.11 2479.03

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-pigeon/
Pb-pigeon-clau-011-010.xml
MD5SUM46ced5e3eb9b8d9f9897ebef4f7d04b7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark51.188
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints561
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":110}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":110}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":550},{"arity":10,"count":11}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":561}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395834-1568408425/watcher-4395834-1568408425 -o /tmp/evaluation-result-4395834-1568408425/solver-4395834-1568408425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568398330-31020 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=365508525 HOME/instance-4395834-1568408425.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100096 s]*
/proc/loadavg: 1.18 1.30 1.38 3/223 994
/proc/meminfo: memFree=30516136/32770624 swapFree=67009448/67108860
[pid=933] ppid=930 vsize=9972712 memory=16424 CPUtime=0.08 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 4372 13372 0 0 1 0 5 2 20 0 6 0 416765242 10212057088 4106 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2493178 4106 1920 1 0 2481616 0
[pid=933/tid=990] ppid=930 vsize=9972712 memory=7100839887284177512 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 2309 13372 0 0 0 0 5 2 20 0 6 0 416765252 10212057088 4304 33554432000 4194304 4196468 140736439191504 140675187540560 140675199784316 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=9972712 memory=3472328128895609921 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 416765252 10212057088 4304 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=9972712 memory=139724252059264 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 416765252 10212057088 4304 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 416765252 10212057088 4304 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 6 0 416765252 10212057088 4304 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16424 KiB

[startup+0.210277 s]*
/proc/loadavg: 1.18 1.30 1.38 4/232 1003
/proc/meminfo: memFree=30490920/32770624 swapFree=67009448/67108860
[pid=933] ppid=930 vsize=10819664 memory=41992 CPUtime=0.24 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 7294 13372 0 0 16 1 5 2 20 0 15 0 416765242 11079335936 10498 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2704916 10498 3171 1 0 2667149 0
[pid=933/tid=990] ppid=930 vsize=10819664 memory=7100839887284177512 CPUtime=0.19 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 3807 13372 0 0 11 1 5 2 20 0 15 0 416765252 11079335936 10498 33554432000 4194304 4196468 140736439191504 140675187536264 140675197267309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10819664 memory=3472328128895609921 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079335936 10498 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10819664 memory=139724252059264 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10819664 memory=139724252059264 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765254 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 416765254 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674204690080 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765254 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674003363056 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11079335936 10498 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 352 13372 0 0 1 0 5 2 20 0 15 0 416765257 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 296 13372 0 0 1 0 5 2 20 0 15 0 416765257 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10819664 memory=139724252059264 CPUtime=0.1 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 614 13372 0 0 3 0 5 2 20 0 15 0 416765257 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11079335936 10498 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10819664 memory=139724252059264 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765258 11079335936 10498 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41992 KiB

[startup+0.310677 s]*
/proc/loadavg: 1.18 1.30 1.38 4/232 1003
/proc/meminfo: memFree=30478948/32770624 swapFree=67009448/67108860
[pid=933] ppid=930 vsize=10820148 memory=53132 CPUtime=0.4 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 10992 13372 0 0 29 4 5 2 20 0 15 0 416765242 11079831552 13283 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2705037 13283 3303 1 0 2667149 0
[pid=933/tid=990] ppid=930 vsize=10820148 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 7488 13372 0 0 19 2 5 2 20 0 15 0 416765252 11079831552 13283 33554432000 4194304 4196468 140736439191504 140675187507264 140675199784286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10820148 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079831552 13283 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10820148 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10820148 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765252 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765254 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 416765254 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674204690080 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765254 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674003363056 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11079831552 13283 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 361 13372 0 0 1 0 5 2 20 0 15 0 416765257 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 297 13372 0 0 2 0 5 2 20 0 15 0 416765257 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 623 13372 0 0 5 0 5 2 20 0 15 0 416765257 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11079831552 13283 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765258 11079831552 13283 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53132 KiB

[startup+0.700746 s]
/proc/loadavg: 1.18 1.30 1.38 4/232 1003
/proc/meminfo: memFree=30464556/32770624 swapFree=67009448/67108860
[pid=933] ppid=930 vsize=10824360 memory=85544 CPUtime=1.12 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 15045 13372 0 0 100 5 5 2 20 0 15 0 416765242 11084144640 21386 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2706090 21386 3506 1 0 2668173 0
[pid=933/tid=990] ppid=930 vsize=10824360 memory=3244 CPUtime=0.66 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 10382 13372 0 0 55 4 5 2 20 0 15 0 416765252 11084144640 21386 33554432000 4194304 4196468 140736439191504 140675187533344 140675194128544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10824360 memory=1237056 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11084144640 21386 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10824360 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10824360 memory=732 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765252 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10824360 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765252 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10824360 memory=6297835844906604903 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 5 13372 0 0 0 0 5 2 20 0 15 0 416765254 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10824360 memory=3484 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 416765254 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674204690080 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765254 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674003363056 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11084144640 21386 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10824360 memory=4420 CPUtime=0.22 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 880 13372 0 0 15 0 5 2 20 0 15 0 416765257 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10824360 memory=6628 CPUtime=0.18 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 749 13372 0 0 11 0 5 2 20 0 15 0 416765257 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10824360 memory=8836 CPUtime=0.24 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 797 13372 0 0 17 0 5 2 20 0 15 0 416765257 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10824360 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11084144640 21386 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10824360 memory=13252 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765258 11084144640 21386 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85544 KiB

[startup+1.50074 s]
/proc/loadavg: 1.17 1.30 1.37 3/232 1003
/proc/meminfo: memFree=30426216/32770624 swapFree=67009448/67108860
[pid=933] ppid=930 vsize=10834676 memory=174984 CPUtime=2.47 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 21746 13372 0 0 230 10 5 2 20 0 15 0 416765242 11094708224 43746 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2708669 43746 3575 1 0 2670733 0
[pid=933/tid=990] ppid=930 vsize=10834676 memory=147 CPUtime=1.43 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 15232 13372 0 0 130 6 5 2 20 0 15 0 416765252 11094708224 43746 33554432000 4194304 4196468 140736439191504 140675187517984 140674819008213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10834676 memory=3484 CPUtime=0.08 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 81 13372 0 0 1 0 5 2 20 0 15 0 416765252 11094708224 43746 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 32 13372 0 0 0 0 5 2 20 0 15 0 416765252 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10834676 memory=139724144561216 CPUtime=0.08 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 311 13372 0 0 1 0 5 2 20 0 15 0 416765252 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10834676 memory=139724144563616 CPUtime=0.08 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 65 13372 0 0 1 0 5 2 20 0 15 0 416765252 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10834676 memory=279448289054048 CPUtime=0.08 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 132 13372 0 0 1 0 5 2 20 0 15 0 416765254 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 14 13372 0 0 0 0 5 2 20 0 15 0 416765254 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674204690144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765254 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674003363072 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11094708224 43746 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10834676 memory=196 CPUtime=0.36 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 1053 13372 0 0 29 0 5 2 20 0 15 0 416765257 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10834676 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 1075 13372 0 0 23 0 5 2 20 0 15 0 416765257 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10834676 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 1533 13372 0 0 40 0 5 2 20 0 15 0 416765257 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11094708224 43746 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10834676 memory=-6237260532469557610 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416765258 11094708224 43746 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 53488 13372 0 0 229494 47 5 2 20 0 15 0 416765252 11107311616 200421 33554432000 4194304 4196468 140736439191504 140675187539120 140674833132089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10846984 memory=801684 CPUtime=11.49 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 9084 13372 0 0 1081 61 5 2 20 0 15 0 416765252 11107311616 200421 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10846984 memory=801684 CPUtime=11.48 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 9365 13372 0 0 1076 65 5 2 20 0 15 0 416765252 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10846984 memory=801684 CPUtime=11.49 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 6268 13372 0 0 1082 60 5 2 20 0 15 0 416765252 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10846984 memory=801684 CPUtime=11.49 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 5972 13372 0 0 1082 60 5 2 20 0 15 0 416765252 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10846984 memory=801684 CPUtime=11.36 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 14609 13372 0 0 1073 56 5 2 20 0 15 0 416765254 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10846984 memory=17532 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 15 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674204690208 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10846984 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674003363072 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10846984 memory=801684 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200421 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10846984 memory=801684 CPUtime=2.69 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 14997 13372 0 0 259 3 5 2 20 0 15 0 416765257 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10846984 memory=801684 CPUtime=2.87 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 10928 13372 0 0 278 2 5 2 20 0 15 0 416765257 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10846984 memory=801684 CPUtime=1.79 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 12823 13372 0 0 169 3 5 2 20 0 15 0 416765257 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10846984 memory=801684 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200421 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10846984 memory=801684 CPUtime=1.47 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1366 13372 0 0 64 76 5 2 20 0 15 0 416765258 11107311616 200421 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 2361.1 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 801684 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.41 1.41 3/232 1408
/proc/meminfo: memFree=30398436/32770624 swapFree=67009480/67108860
[pid=933] ppid=930 vsize=10846984 memory=803824 CPUtime=2421.87 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 142369 13372 0 0 241814 366 5 2 20 0 15 0 416765242 11107311616 200956 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2711746 200956 3623 1 0 2673805 0
[pid=933/tid=990] ppid=930 vsize=10846984 memory=803824 CPUtime=2354.8 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 54149 13372 0 0 235425 48 5 2 20 0 15 0 416765252 11107311616 200956 33554432000 4194304 4196468 140736439191504 140675187538624 140674833283339 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10846984 memory=803824 CPUtime=11.78 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 9256 13372 0 0 1109 62 5 2 20 0 15 0 416765252 11107311616 200956 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10846984 memory=803824 CPUtime=11.77 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 9466 13372 0 0 1103 67 5 2 20 0 15 0 416765252 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10846984 memory=803824 CPUtime=11.78 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 6297 13372 0 0 1110 61 5 2 20 0 15 0 416765252 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10846984 memory=803824 CPUtime=11.78 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 6030 13372 0 0 1109 62 5 2 20 0 15 0 416765252 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10846984 memory=803824 CPUtime=11.64 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 14801 13372 0 0 1099 58 5 2 20 0 15 0 416765254 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10846984 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 15 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674204690208 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10846984 memory=803824 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674003363072 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10846984 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200956 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10846984 memory=803824 CPUtime=2.69 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 14999 13372 0 0 259 3 5 2 20 0 15 0 416765257 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10846984 memory=3484 CPUtime=2.87 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 10930 13372 0 0 278 2 5 2 20 0 15 0 416765257 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10846984 memory=803824 CPUtime=1.79 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 12826 13372 0 0 169 3 5 2 20 0 15 0 416765257 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10846984 memory=803824 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200956 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10846984 memory=2832 CPUtime=1.51 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1383 13372 0 0 66 78 5 2 20 0 15 0 416765258 11107311616 200956 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 2421.87 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 803824 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.41 1.41 3/232 1417
/proc/meminfo: memFree=30396740/32770624 swapFree=67009480/67108860
[pid=933] ppid=930 vsize=10846984 memory=803876 CPUtime=2482.78 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 143607 13372 0 0 247897 374 5 2 20 0 15 0 416765242 11107311616 200969 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2711746 200969 3623 1 0 2673805 0
[pid=933/tid=990] ppid=930 vsize=10846984 memory=803876 CPUtime=2414.08 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 54804 13372 0 0 241353 48 5 2 20 0 15 0 416765252 11107311616 200969 33554432000 4194304 4196468 140736439191504 140675187539136 140674833026942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10846984 memory=803876 CPUtime=12.09 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 9401 13372 0 0 1139 63 5 2 20 0 15 0 416765252 11107311616 200969 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10846984 memory=803876 CPUtime=12.08 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 9539 13372 0 0 1133 68 5 2 20 0 15 0 416765252 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10846984 memory=803872 CPUtime=12.09 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 6404 13372 0 0 1139 63 5 2 20 0 15 0 416765252 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10846984 memory=803876 CPUtime=12.08 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 6069 13372 0 0 1138 63 5 2 20 0 15 0 416765252 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10846984 memory=803876 CPUtime=11.94 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 15007 13372 0 0 1128 59 5 2 20 0 15 0 416765254 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10846984 memory=803876 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 15 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674204690208 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674003363072 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10846984 memory=803876 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200969 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10846984 memory=803876 CPUtime=2.69 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 15001 13372 0 0 259 3 5 2 20 0 15 0 416765257 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10846984 memory=803876 CPUtime=2.87 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 10932 13372 0 0 278 2 5 2 20 0 15 0 416765257 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10846984 memory=803876 CPUtime=1.79 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 12828 13372 0 0 169 3 5 2 20 0 15 0 416765257 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10846984 memory=803876 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200969 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10846984 memory=1980 CPUtime=1.55 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1390 13372 0 0 68 80 5 2 20 0 15 0 416765258 11107311616 200969 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 2482.78 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 803876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479 s]*
/proc/loadavg: 1.35 1.40 1.40 3/233 1421
/proc/meminfo: memFree=30396672/32770624 swapFree=67009480/67108860
[pid=933] ppid=930 vsize=10846984 memory=803944 CPUtime=2520.05 cores=1,3,5,7
/proc/933/stat : 933 (java) S 930 933 30988 0 -1 1077944320 144669 13372 0 0 251618 380 5 2 20 0 15 0 416765242 11107311616 200986 33554432000 4194304 4196468 140736439191504 140736439174048 140675215703799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
/proc/933/statm: 2711746 200986 3623 1 0 2673805 0
[pid=933/tid=990] ppid=930 vsize=10846984 memory=6935054825532540783 CPUtime=2450.34 cores=1,3,5,7
/proc/933/task/990/stat : 990 (java) R 930 933 30988 0 -1 4202560 55313 13372 0 0 244978 49 5 2 20 0 15 0 416765252 11107311616 200986 33554432000 4194304 4196468 140736439191504 140675187538832 140674833356000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=991] ppid=930 vsize=10846984 memory=4872558044660077418 CPUtime=12.3 cores=1,3,5,7
/proc/933/task/991/stat : 991 (java) S 930 933 30988 0 -1 1077944384 9460 13372 0 0 1158 65 5 2 20 0 15 0 416765252 11107311616 200986 33554432000 4194304 4196468 140736439191504 140675219946000 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=992] ppid=930 vsize=10846984 memory=3208 CPUtime=12.29 cores=1,3,5,7
/proc/933/task/992/stat : 992 (java) S 930 933 30988 0 -1 1077944384 9548 13372 0 0 1153 69 5 2 20 0 15 0 416765252 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674788416144 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=993] ppid=930 vsize=10846984 memory=566564 CPUtime=12.29 cores=1,3,5,7
/proc/933/task/993/stat : 993 (java) S 930 933 30988 0 -1 1077944384 6538 13372 0 0 1158 64 5 2 20 0 15 0 416765252 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674787363088 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=994] ppid=930 vsize=10846984 memory=1616 CPUtime=12.29 cores=1,3,5,7
/proc/933/task/994/stat : 994 (java) S 930 933 30988 0 -1 1077944384 6206 13372 0 0 1158 64 5 2 20 0 15 0 416765252 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674786310544 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=995] ppid=930 vsize=10846984 memory=896 CPUtime=12.14 cores=1,3,5,7
/proc/933/task/995/stat : 995 (java) S 930 933 30988 0 -1 1077944384 15197 13372 0 0 1146 61 5 2 20 0 15 0 416765254 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674285431536 140675215714946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=996] ppid=930 vsize=10846984 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/996/stat : 996 (java) S 930 933 30988 0 -1 1077944384 15 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674204690208 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=997] ppid=930 vsize=10846984 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/997/stat : 997 (java) S 930 933 30988 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416765254 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674003363072 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=998] ppid=930 vsize=10846984 memory=2452 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/998/stat : 998 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200986 33554432000 4194304 4196468 140736439191504 140673763072464 140675215722395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=999] ppid=930 vsize=10846984 memory=1764 CPUtime=2.69 cores=1,3,5,7
/proc/933/task/999/stat : 999 (java) S 930 933 30988 0 -1 1077944384 15003 13372 0 0 259 3 5 2 20 0 15 0 416765257 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674284378352 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1000] ppid=930 vsize=10846984 memory=111632 CPUtime=2.87 cores=1,3,5,7
/proc/933/task/1000/stat : 1000 (java) S 930 933 30988 0 -1 1077944384 10934 13372 0 0 278 2 5 2 20 0 15 0 416765257 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674283325808 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1001] ppid=930 vsize=10846984 memory=1792 CPUtime=1.79 cores=1,3,5,7
/proc/933/task/1001/stat : 1001 (java) S 930 933 30988 0 -1 1077944384 12830 13372 0 0 169 3 5 2 20 0 15 0 416765257 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674282272752 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1002] ppid=930 vsize=10846984 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/933/task/1002/stat : 1002 (java) S 930 933 30988 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416765257 11107311616 200986 33554432000 4194304 4196468 140736439191504 140673729513824 140675215714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
[pid=933/tid=1003] ppid=930 vsize=10846984 memory=1600 CPUtime=1.57 cores=1,3,5,7
/proc/933/task/1003/stat : 1003 (java) S 930 933 30988 0 -1 1077944384 1408 13372 0 0 69 81 5 2 20 0 15 0 416765258 11107311616 200986 33554432000 4194304 4196468 140736439191504 140674281221168 140675215714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28119040 140736439196400 140736439198917 140736439198917 140736439201743 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 803944 KiB

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

[startup+2479.03 s]
# the end of solver process 933 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.84266 s

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

Child status: 143
Real time (s): 2479.03
CPU time (s): 2520.11
CPU user time (s): 2516.27
CPU system time (s): 3.84266
CPU usage (%): 101.657
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 803944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.84266
maximum resident set size= 808160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312541
involuntary context switches= 8760


# summary of solver processes directly reported to runsolver:
#   pid: 933
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.84266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3513 second user time and 23.7168 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 22:59:36
IDJOB=4395834
IDBENCH=135568
IDSOLVER=2846
FILE ID=node132/4395834-1568408425
RUNJOBID= node132-1568398330-31020
PBS_JOBID= 21701871
Free space on /tmp= 61588 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-pigeon/Pb-pigeon-clau-011-010.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395834-1568408425/watcher-4395834-1568408425 -o /tmp/evaluation-result-4395834-1568408425/solver-4395834-1568408425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568398330-31020 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=365508525 HOME/instance-4395834-1568408425.xml

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

MD5SUM BENCH= 46ced5e3eb9b8d9f9897ebef4f7d04b7
RANDOM SEED=365508525

node132.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.95
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.95
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.95
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.95
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:        30520620 kB
MemAvailable:   30693432 kB
Buffers:           49280 kB
Cached:           403024 kB
SwapCached:         6220 kB
Active:          1576472 kB
Inactive:         107064 kB
Active(anon):    1227936 kB
Inactive(anon):    31116 kB
Active(file):     348536 kB
Inactive(file):    75948 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       67009448 kB
Dirty:             35752 kB
Writeback:             0 kB
AnonPages:       1336640 kB
Mapped:            44776 kB
Shmem:             19304 kB
Slab:             157688 kB
SReclaimable:     128324 kB
SUnreclaim:        29364 kB
KernelStack:        3776 kB
PageTables:         7952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2341924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61552 MiB
End job on node132 at 2019-09-13 23:40:55