Trace number 4395806

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.05 2492.63

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-pigeon/
Pb-pigeon-card-015-010.xml
MD5SUM4075ec57c143d98d1900f8e9a33246e5
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 benchmark43.0368
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints25
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity10
Maximum constraint arity15
Distribution of constraint arities[{"arity":10,"count":15},{"arity":15,"count":10}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":25}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395806-1568408438/watcher-4395806-1568408438 -o /tmp/evaluation-result-4395806-1568408438/solver-4395806-1568408438 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568398330-31019 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=627307661 HOME/instance-4395806-1568408438.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
solver pid=1070, runsolver pid=1067
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.14 1.29 1.37 3/223 1137
/proc/meminfo: memFree=31193060/32770624 swapFree=67009448/67108860
[pid=1070] ppid=1067 vsize=9972712 memory=14384 CPUtime=0.09 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 4386 13411 0 0 0 1 5 3 20 0 6 0 416766502 10212057088 3596 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2493178 3596 1920 1 0 2481616 0
[pid=1070/tid=1133] ppid=1067 vsize=9972712 memory=7883960649037381690 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 2312 13411 0 0 0 0 5 3 20 0 6 0 416766511 10212057088 3794 33554432000 4194304 4196468 140736348872448 139640161034832 139640173278558 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=9972712 memory=288293259590238231 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 6 0 416766512 10212057088 3794 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=9972712 memory=139923395086436 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 6 0 416766512 10212057088 3794 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 6 0 416766512 10212057088 3794 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 6 0 416766512 10212057088 3794 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14384 KiB

[startup+0.210559 s]*
/proc/loadavg: 1.14 1.29 1.37 3/232 1146
/proc/meminfo: memFree=31171392/32770624 swapFree=67009448/67108860
[pid=1070] ppid=1067 vsize=10819664 memory=39636 CPUtime=0.26 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 7252 13411 0 0 16 2 5 3 20 0 15 0 416766502 11079335936 9909 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2704916 9909 3173 1 0 2667149 0
[pid=1070/tid=1133] ppid=1067 vsize=10819664 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 3662 13411 0 0 10 1 5 3 20 0 15 0 416766511 11079335936 10421 33554432000 4194304 4196468 140736348872448 139640161021952 139640169473946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10819664 memory=288293259590238231 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079335936 10421 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10819664 memory=139923395086436 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079335936 10421 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10819664 memory=139923392231040 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766513 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 33 13411 0 0 0 0 5 3 20 0 15 0 416766514 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639647073568 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766514 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639184680560 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11079335936 10421 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) S 1067 1070 30988 0 -1 1077944384 499 13411 0 0 1 0 5 3 20 0 15 0 416766517 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639613515888 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 174 13411 0 0 0 0 5 3 20 0 15 0 416766517 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10819664 memory=139923392231040 CPUtime=0.11 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) R 1067 1070 30988 0 -1 4202560 681 13411 0 0 3 0 5 3 20 0 15 0 416766517 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639611410800 139640182297918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11079335936 10421 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10819664 memory=139923392231040 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766517 11079335936 10421 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39636 KiB

[startup+0.311056 s]*
/proc/loadavg: 1.14 1.29 1.37 3/232 1146
/proc/meminfo: memFree=31148708/32770624 swapFree=67009448/67108860
[pid=1070] ppid=1067 vsize=10820148 memory=50600 CPUtime=0.4 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 10939 13411 0 0 28 4 5 3 20 0 15 0 416766502 11079831552 12650 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2705037 12650 3305 1 0 2667149 0
[pid=1070/tid=1133] ppid=1067 vsize=10820148 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 7294 13411 0 0 18 3 5 3 20 0 15 0 416766511 11079831552 12650 33554432000 4194304 4196468 140736348872448 139640160998016 139640173278558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10820148 memory=4294969536 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079831552 12650 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10820148 memory=139923392231040 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079831552 12650 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766512 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10820148 memory=139923392231039 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766513 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 33 13411 0 0 0 0 5 3 20 0 15 0 416766514 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639647073568 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766514 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639184680560 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11079831552 12650 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) R 1067 1070 30988 0 -1 1077944384 508 13411 0 0 2 0 5 3 20 0 15 0 416766517 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639613515888 139640189209218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 188 13411 0 0 1 0 5 3 20 0 15 0 416766517 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10820148 memory=139923392231040 CPUtime=0.13 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) S 1067 1070 30988 0 -1 1077944384 715 13411 0 0 5 0 5 3 20 0 15 0 416766517 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639611410800 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11079831552 12650 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10820148 memory=139923392231040 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766517 11079831552 12650 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50600 KiB

[startup+0.705663 s]
/proc/loadavg: 1.14 1.29 1.37 3/232 1146
/proc/meminfo: memFree=31120788/32770624 swapFree=67009448/67108860
[pid=1070] ppid=1067 vsize=10824360 memory=84632 CPUtime=1.13 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 15421 13411 0 0 98 7 5 3 20 0 15 0 416766502 11084144640 21158 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2706090 21158 3503 1 0 2668173 0
[pid=1070/tid=1133] ppid=1067 vsize=10824360 memory=17472 CPUtime=0.67 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 10469 13411 0 0 55 4 5 3 20 0 15 0 416766511 11084144640 21158 33554432000 4194304 4196468 140736348872448 139640161013984 139640189219997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10824360 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11084144640 21158 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10824360 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11084144640 21158 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10824360 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766512 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10824360 memory=139923392229921 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766512 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 5 13411 0 0 0 0 5 3 20 0 15 0 416766513 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 33 13411 0 0 0 0 5 3 20 0 15 0 416766514 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639647073568 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766514 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639184680560 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11084144640 21158 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) R 1067 1070 30988 0 -1 4202560 1055 13411 0 0 15 0 5 3 20 0 15 0 416766517 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639613515888 139640189219418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10824360 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 614 13411 0 0 10 0 5 3 20 0 15 0 416766517 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) S 1067 1070 30988 0 -1 1077944384 1025 13411 0 0 17 0 5 3 20 0 15 0 416766517 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639611410800 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11084144640 21158 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10824360 memory=2664 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766517 11084144640 21158 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 84632 KiB

[startup+1.50138 s]
/proc/loadavg: 1.14 1.29 1.37 5/232 1146
/proc/meminfo: memFree=31075724/32770624 swapFree=67009448/67108860
[pid=1070] ppid=1067 vsize=10834676 memory=172372 CPUtime=2.43 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 22157 13411 0 0 223 12 5 3 20 0 15 0 416766502 11094708224 43093 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2708669 43093 3582 1 0 2670733 0
[pid=1070/tid=1133] ppid=1067 vsize=10834676 memory=8 CPUtime=1.44 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 15400 13411 0 0 130 6 5 3 20 0 15 0 416766511 11094708224 43093 33554432000 4194304 4196468 140736348872448 139640160998016 139639796184320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10834676 memory=984 CPUtime=0.09 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 66 13411 0 0 1 0 5 3 20 0 15 0 416766512 11094708224 43093 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10834676 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 64 13411 0 0 0 0 5 3 20 0 15 0 416766512 11094708224 43093 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10834676 memory=1296 CPUtime=0.09 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 29 13411 0 0 1 0 5 3 20 0 15 0 416766512 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 349 13411 0 0 1 0 5 3 20 0 15 0 416766512 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10834676 memory=6943526294502006880 CPUtime=0.09 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 135 13411 0 0 1 0 5 3 20 0 15 0 416766513 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10834676 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 34 13411 0 0 0 0 5 3 20 0 15 0 416766514 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639647073632 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10834676 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766514 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639184680576 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10834676 memory=8546823402028195750 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11094708224 43093 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10834676 memory=3484 CPUtime=0.32 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) S 1067 1070 30988 0 -1 1077944384 1127 13411 0 0 24 0 5 3 20 0 15 0 416766517 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639613515888 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10834676 memory=17472 CPUtime=0.33 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 892 13411 0 0 24 1 5 3 20 0 15 0 416766517 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10834676 memory=984 CPUtime=0.46 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) R 1067 1070 30988 0 -1 4202560 1846 13411 0 0 38 0 5 3 20 0 15 0 416766517 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639611405792 139640169009260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10834676 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11094708224 43093 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10834676 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1 13411 0 0 0 0 5 3 20 0 15 0 416766517 11094708224 43093 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 46477 13411 0 0 230527 30 5 3 20 0 15 0 416766511 11105214464 141110 33554432000 4194304 4196468 140736348872448 139640161033328 139639804279904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10844936 memory=564440 CPUtime=6.88 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 13348 13411 0 0 642 38 5 3 20 0 15 0 416766512 11105214464 141110 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10844936 memory=564440 CPUtime=6.91 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 9128 13411 0 0 643 40 5 3 20 0 15 0 416766512 11105214464 141110 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10844936 memory=564440 CPUtime=6.9 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 11232 13411 0 0 645 37 5 3 20 0 15 0 416766512 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10844936 memory=564440 CPUtime=6.88 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 8101 13411 0 0 643 37 5 3 20 0 15 0 416766512 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10844936 memory=564440 CPUtime=7.28 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 10977 13411 0 0 684 36 5 3 20 0 15 0 416766513 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10844936 memory=3484 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 46 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639647073632 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10844936 memory=564440 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 10 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639184680576 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10844936 memory=564440 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141110 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10844936 memory=3484 CPUtime=2.61 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) S 1067 1070 30988 0 -1 1077944384 14404 13411 0 0 250 3 5 3 20 0 15 0 416766517 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639613515888 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10844936 memory=17532 CPUtime=2.96 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 17786 13411 0 0 284 4 5 3 20 0 15 0 416766517 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10844936 memory=564440 CPUtime=1.45 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) S 1067 1070 30988 0 -1 1077944384 11818 13411 0 0 133 4 5 3 20 0 15 0 416766517 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639611410800 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10844936 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141110 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10844936 memory=564440 CPUtime=1.36 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1000 13411 0 0 64 64 5 3 20 0 15 0 416766517 11105214464 141110 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 2348.28 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 564440 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.40 1.40 3/232 1408
/proc/meminfo: memFree=30398536/32770624 swapFree=67009480/67108860
[pid=1070] ppid=1067 vsize=10844936 memory=564464 CPUtime=2408.79 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 147285 13411 0 0 240620 251 5 3 20 0 15 0 416766502 11105214464 141116 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2711234 141116 3621 1 0 2673293 0
[pid=1070/tid=1133] ppid=1067 vsize=10844936 memory=564464 CPUtime=2365.22 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 46846 13411 0 0 236483 31 5 3 20 0 15 0 416766511 11105214464 141116 33554432000 4194304 4196468 140736348872448 139640161033280 139639803503602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10844936 memory=564464 CPUtime=7.06 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 13483 13411 0 0 660 38 5 3 20 0 15 0 416766512 11105214464 141116 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10844936 memory=564464 CPUtime=7.09 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 9179 13411 0 0 660 41 5 3 20 0 15 0 416766512 11105214464 141116 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10844936 memory=564464 CPUtime=7.08 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 11251 13411 0 0 662 38 5 3 20 0 15 0 416766512 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10844936 memory=564464 CPUtime=7.06 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 8111 13411 0 0 660 38 5 3 20 0 15 0 416766512 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10844936 memory=564464 CPUtime=7.47 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 11126 13411 0 0 702 37 5 3 20 0 15 0 416766513 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10844936 memory=564464 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 46 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639647073632 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10844936 memory=564464 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 10 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639184680576 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10844936 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141116 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10844936 memory=111632 CPUtime=2.61 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) S 1067 1070 30988 0 -1 1077944384 14406 13411 0 0 250 3 5 3 20 0 15 0 416766517 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639613515888 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10844936 memory=564440 CPUtime=2.96 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 17788 13411 0 0 284 4 5 3 20 0 15 0 416766517 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10844936 memory=564440 CPUtime=1.45 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) S 1067 1070 30988 0 -1 1077944384 11820 13411 0 0 133 4 5 3 20 0 15 0 416766517 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639611410800 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10844936 memory=564440 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141116 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10844936 memory=3484 CPUtime=1.4 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1006 13411 0 0 66 66 5 3 20 0 15 0 416766517 11105214464 141116 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 2408.79 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 564464 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.42 1.41 4/233 1418
/proc/meminfo: memFree=30396460/32770624 swapFree=67009480/67108860
[pid=1070] ppid=1067 vsize=10844936 memory=566544 CPUtime=2469.31 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 147868 13411 0 0 246666 257 5 3 20 0 15 0 416766502 11105214464 141636 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2711234 141636 3621 1 0 2673293 0
[pid=1070/tid=1133] ppid=1067 vsize=10844936 memory=566512 CPUtime=2424.79 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 47212 13411 0 0 242440 31 5 3 20 0 15 0 416766511 11105214464 141636 33554432000 4194304 4196468 140736348872448 139640161033392 139639804417421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10844936 memory=566544 CPUtime=7.24 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 13570 13411 0 0 677 39 5 3 20 0 15 0 416766512 11105214464 141636 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10844936 memory=566544 CPUtime=7.27 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 9196 13411 0 0 677 42 5 3 20 0 15 0 416766512 11105214464 141636 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10844936 memory=6004 CPUtime=7.26 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 11286 13411 0 0 679 39 5 3 20 0 15 0 416766512 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10844936 memory=13948 CPUtime=7.24 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 8120 13411 0 0 678 38 5 3 20 0 15 0 416766512 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10844936 memory=566512 CPUtime=7.65 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 11180 13411 0 0 720 37 5 3 20 0 15 0 416766513 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10844936 memory=566512 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 46 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639647073632 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10844936 memory=566512 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 10 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639184680576 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10844936 memory=566512 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141636 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10844936 memory=8112282956445269571 CPUtime=2.61 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) S 1067 1070 30988 0 -1 1077944384 14406 13411 0 0 250 3 5 3 20 0 15 0 416766517 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639613515888 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10844936 memory=1560 CPUtime=2.96 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 17788 13411 0 0 284 4 5 3 20 0 15 0 416766517 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10844936 memory=8112282956445269571 CPUtime=1.45 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) S 1067 1070 30988 0 -1 1077944384 11820 13411 0 0 133 4 5 3 20 0 15 0 416766517 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639611410800 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10844936 memory=1696 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141636 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10844936 memory=566544 CPUtime=1.43 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1021 13411 0 0 67 68 5 3 20 0 15 0 416766517 11105214464 141636 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 2469.31 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 566544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.6 s]
/proc/loadavg: 1.84 1.51 1.44 3/233 1552
/proc/meminfo: memFree=30578700/32770624 swapFree=67009480/67108860
[pid=1070] ppid=1067 vsize=10844936 memory=566572 CPUtime=2520.01 cores=0,2,4,6
/proc/1070/stat : 1070 (java) S 1067 1070 30988 0 -1 1077944320 148801 13411 0 0 251731 262 5 3 20 0 15 0 416766502 11105214464 141643 33554432000 4194304 4196468 140736348872448 140736348854992 139640189198071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
/proc/1070/statm: 2711234 141643 3621 1 0 2673293 0
[pid=1070/tid=1133] ppid=1067 vsize=10844936 memory=2120 CPUtime=2474.71 cores=0,2,4,6
/proc/1070/task/1133/stat : 1133 (java) R 1067 1070 30988 0 -1 4202560 47579 13411 0 0 247431 32 5 3 20 0 15 0 416766511 11105214464 141643 33554432000 4194304 4196468 140736348872448 139640161033424 139639803503605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1134] ppid=1067 vsize=10844936 memory=520 CPUtime=7.39 cores=0,2,4,6
/proc/1070/task/1134/stat : 1134 (java) S 1067 1070 30988 0 -1 1077944384 13658 13411 0 0 690 41 5 3 20 0 15 0 416766512 11105214464 141643 33554432000 4194304 4196468 140736348872448 139640193440144 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1135] ppid=1067 vsize=10844936 memory=1560 CPUtime=7.42 cores=0,2,4,6
/proc/1070/task/1135/stat : 1135 (java) S 1067 1070 30988 0 -1 1077944384 9339 13411 0 0 691 43 5 3 20 0 15 0 416766512 11105214464 141643 33554432000 4194304 4196468 140736348872448 139640125352208 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1136] ppid=1067 vsize=10844936 memory=288230574492221466 CPUtime=7.41 cores=0,2,4,6
/proc/1070/task/1136/stat : 1136 (java) S 1067 1070 30988 0 -1 1077944384 11366 13411 0 0 693 40 5 3 20 0 15 0 416766512 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639761799824 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1137] ppid=1067 vsize=10844936 memory=288230596050944315 CPUtime=7.39 cores=0,2,4,6
/proc/1070/task/1137/stat : 1137 (java) S 1067 1070 30988 0 -1 1077944384 8147 13411 0 0 692 39 5 3 20 0 15 0 416766512 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639760747024 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1138] ppid=1067 vsize=10844936 memory=14690794724394563 CPUtime=7.81 cores=0,2,4,6
/proc/1070/task/1138/stat : 1138 (java) S 1067 1070 30988 0 -1 1077944384 11375 13411 0 0 735 38 5 3 20 0 15 0 416766513 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639648127600 139640189209218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1139] ppid=1067 vsize=10844936 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1139/stat : 1139 (java) S 1067 1070 30988 0 -1 1077944384 46 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639647073632 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1140] ppid=1067 vsize=10844936 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1140/stat : 1140 (java) S 1067 1070 30988 0 -1 1077944384 10 13411 0 0 0 0 5 3 20 0 15 0 416766514 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639184680576 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1141] ppid=1067 vsize=10844936 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1141/stat : 1141 (java) S 1067 1070 30988 0 -1 1077944384 2 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141643 33554432000 4194304 4196468 140736348872448 139638916246096 139640189216667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1142] ppid=1067 vsize=10844936 memory=1600 CPUtime=2.61 cores=0,2,4,6
/proc/1070/task/1142/stat : 1142 (java) S 1067 1070 30988 0 -1 1077944384 14408 13411 0 0 250 3 5 3 20 0 15 0 416766517 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639613515888 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1143] ppid=1067 vsize=10844936 memory=1808 CPUtime=2.96 cores=0,2,4,6
/proc/1070/task/1143/stat : 1143 (java) S 1067 1070 30988 0 -1 1077944384 17790 13411 0 0 284 4 5 3 20 0 15 0 416766517 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639612463088 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1144] ppid=1067 vsize=10844936 memory=924 CPUtime=1.45 cores=0,2,4,6
/proc/1070/task/1144/stat : 1144 (java) S 1067 1070 30988 0 -1 1077944384 11822 13411 0 0 133 4 5 3 20 0 15 0 416766517 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639611410800 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1145] ppid=1067 vsize=10844936 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/1070/task/1145/stat : 1145 (java) S 1067 1070 30988 0 -1 1077944384 3 13411 0 0 0 0 5 3 20 0 15 0 416766517 11105214464 141643 33554432000 4194304 4196468 140736348872448 139638446483936 139640189208277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
[pid=1070/tid=1146] ppid=1067 vsize=10844936 memory=2612 CPUtime=1.45 cores=0,2,4,6
/proc/1070/task/1146/stat : 1146 (java) S 1067 1070 30988 0 -1 1077944384 1048 13411 0 0 68 69 5 3 20 0 15 0 416766517 11105214464 141643 33554432000 4194304 4196468 140736348872448 139639610358704 139640189209218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140736348875504 140736348878021 140736348878021 140736348880847 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 566572 KiB

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

[startup+2492.63 s]
# the end of solver process 1070 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.39 s, system=2.66477 s

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

Child status: 143
Real time (s): 2492.63
CPU time (s): 2520.05
CPU user time (s): 2517.39
CPU system time (s): 2.66477
CPU usage (%): 101.1
Max. virtual memory (cumulated for all children) (KiB): 10849800
Max. memory (cumulated for all children) (KiB): 566572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.39
system time used= 2.66477
maximum resident set size= 570704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214586
involuntary context switches= 8760


# summary of solver processes directly reported to runsolver:
#   pid: 1070
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.39
#   total CPU system time (s): 2.66477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.505 second user time and 25.9261 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 22:59:48
IDJOB=4395806
IDBENCH=135575
IDSOLVER=2846
FILE ID=node132/4395806-1568408438
RUNJOBID= node132-1568398330-31019
PBS_JOBID= 21701871
Free space on /tmp= 61588 MiB

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

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

MD5SUM BENCH= 4075ec57c143d98d1900f8e9a33246e5
RANDOM SEED=627307661

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:        31199472 kB
MemAvailable:   31371600 kB
Buffers:           49376 kB
Cached:           402348 kB
SwapCached:         6220 kB
Active:           902532 kB
Inactive:         106848 kB
Active(anon):     554436 kB
Inactive(anon):    31116 kB
Active(file):     348096 kB
Inactive(file):    75732 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       67009448 kB
Dirty:             35232 kB
Writeback:             0 kB
AnonPages:        662736 kB
Mapped:            45164 kB
Shmem:             19304 kB
Slab:             157792 kB
SReclaimable:     128268 kB
SUnreclaim:        29524 kB
KernelStack:        3808 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1853308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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:41:21