Trace number 4396209

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)97 2520.06 2490.83

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark166.61
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.80/0.61	c Concrete v3.12.2.1568380929293 running
10.31/4.43	o 115
11.17/4.73	o 111
12.83/5.62	o 109
13.14/5.87	o 106
13.29/5.90	o 105
13.29/5.98	o 104
15.65/7.97	o 103
33.59/24.87	o 102
53.77/44.46	o 101
53.97/44.68	o 99
54.08/44.72	o 98
143.92/133.49	o 97
2520.02/2490.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2490.81		at concrete.MAC.mac(MAC.scala:192)
2520.02/2490.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2490.81		at scala.util.Try$.apply(Try.scala:212)
2520.02/2490.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2490.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2490.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2490.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2490.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2490.81		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2490.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2490.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2490.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2490.81		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2490.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2490.81		at scala.util.Success.map(Try.scala:264)
2520.02/2490.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2490.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2490.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2490.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2490.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2490.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2490.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2490.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2490.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2490.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2490.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2490.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2490.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2490.81		at scala.App.main(App.scala:75)
2520.02/2490.81		at scala.App.main$(App.scala:73)
2520.02/2490.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2490.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2490.81	v <instantiation
2520.02/2490.81	v         cost = '97'>
2520.02/2490.81	v       <list>
2520.02/2490.81	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2520.02/2490.81	v       </list>
2520.02/2490.81	v       <values>
2520.02/2490.81	v         0 0 0 0 15 5 13 8 8 22 15 31 52 35 14 22 45 25 43 31 18 36 56 51 37 31 38 28 39 46 39 47 76 58 77 51 44 74 42 56 61 62 60 76 52 52 56 59 61 77 60 69 83 74 66 86 71 78 90 83 90 97
2520.02/2490.81	v       </values>
2520.02/2490.81	v     </instantiation>
2520.02/2490.81	s SATISFIABLE

Verifier Data

OK	97

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (13765 MiB free)
  memory of node 1: 16384 MiB (12944 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396209-1568403232/watcher-4396209-1568403232 -o /tmp/evaluation-result-4396209-1568403232/solver-4396209-1568403232 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323907941-3247 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=760822404 HOME/instance-4396209-1568403232.xml 

running on 4 cores: 0-3

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


[startup+0.100153 s]*
/proc/loadavg: 1.14 1.35 1.40 3/215 6177
/proc/meminfo: memFree=27348648/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=9972712 memory=15692 CPUtime=0.09 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 3677 13014 0 0 0 1 5 3 20 0 6 0 416329534 10212057088 3923 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2493178 3923 1380 1 0 2481616 0
[pid=6124/tid=6177] ppid=6121 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 1713 13014 0 0 0 0 5 3 20 0 6 0 416329544 10212057088 4187 33554432000 4194304 4196468 140722001376832 140591008842320 140590960082541 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=9972712 memory=364 CPUtime=0.08 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 416329545 10212057088 4187 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=9972712 memory=140019172703238 CPUtime=0.08 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 416329545 10212057088 4187 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 6 0 416329545 10212057088 4187 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 416329545 10212057088 4187 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15692 KiB

[startup+0.214645 s]*
/proc/loadavg: 1.14 1.35 1.40 6/228 6190
/proc/meminfo: memFree=27325732/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=10819664 memory=37960 CPUtime=0.26 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 6809 13014 0 0 16 2 5 3 20 0 15 0 416329534 11079335936 9490 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2704916 9490 3162 1 0 2667149 0
[pid=6124/tid=6177] ppid=6121 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 3306 13014 0 0 10 1 5 3 20 0 15 0 416329544 11079335936 9490 33554432000 4194304 4196468 140722001376832 140591008835656 140591021086046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10819664 memory=364 CPUtime=0.08 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079335936 9490 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10819664 memory=140019172703238 CPUtime=0.08 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10819664 memory=140019172693632 CPUtime=0.08 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329546 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 416329547 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590494705184 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329547 11079335936 9490 33554432000 4194304 4196468 140722001376832 140589915956592 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11079335936 9490 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10819664 memory=0 CPUtime=0.09 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) S 6121 6124 804 0 -1 1077944384 478 13014 0 0 1 0 5 3 20 0 15 0 416329550 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590461147504 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10819664 memory=-1 CPUtime=0.09 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) S 6121 6124 804 0 -1 1077944384 183 13014 0 0 1 0 5 3 20 0 15 0 416329550 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590460094704 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10819664 memory=140019172693632 CPUtime=0.1 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 610 13014 0 0 2 0 5 3 20 0 15 0 416329550 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11079335936 9490 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10819664 memory=140019172693632 CPUtime=0.08 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329550 11079335936 9490 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37960 KiB

[startup+0.311597 s]*
/proc/loadavg: 1.14 1.35 1.40 3/228 6190
/proc/meminfo: memFree=27313916/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=10820148 memory=50160 CPUtime=0.4 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 10120 13014 0 0 28 4 5 3 20 0 15 0 416329534 11079831552 12540 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2705037 12540 3291 1 0 2667149 0
[pid=6124/tid=6177] ppid=6121 vsize=10821172 memory=1398722017469774279 CPUtime=0.29 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 6700 13014 0 0 18 3 5 3 20 0 15 0 416329544 11080880128 12544 33554432000 4194304 4196468 140722001376832 140591008805472 140591029685277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079831552 12544 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329546 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10820148 memory=-1 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 416329547 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590494705184 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329547 11079831552 12544 33554432000 4194304 4196468 140722001376832 140589915956592 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11079831552 12544 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10820148 memory=0 CPUtime=0.1 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) S 6121 6124 804 0 -1 1077944384 479 13014 0 0 2 0 5 3 20 0 15 0 416329550 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590461147504 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10820148 memory=-1 CPUtime=0.09 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) S 6121 6124 804 0 -1 1077944384 188 13014 0 0 1 0 5 3 20 0 15 0 416329550 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590460094704 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10820148 memory=140019172693632 CPUtime=0.13 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 621 13014 0 0 5 0 5 3 20 0 15 0 416329550 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10820148 memory=-1 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11079831552 12544 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10820148 memory=140019172693632 CPUtime=0.08 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329550 11079831552 12544 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50160 KiB

[startup+0.70955 s]
/proc/loadavg: 1.14 1.35 1.40 4/228 6190
/proc/meminfo: memFree=27300572/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=10822312 memory=77188 CPUtime=1.12 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 14037 13014 0 0 99 5 5 3 20 0 15 0 416329534 11082047488 19297 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2705578 19297 3493 1 0 2667661 0
[pid=6124/tid=6177] ppid=6121 vsize=10822312 memory=5795117241467496816 CPUtime=0.67 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 9343 13014 0 0 55 4 5 3 20 0 15 0 416329544 11082047488 19297 33554432000 4194304 4196468 140722001376832 140591008833888 140591021086046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10822312 memory=47080 CPUtime=0.08 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11082047488 19297 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10822312 memory=2452 CPUtime=0.08 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10822312 memory=280038041743680 CPUtime=0.08 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329545 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10822312 memory=3624 CPUtime=0.08 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329545 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10822312 memory=8897 CPUtime=0.08 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 416329546 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10822312 memory=4420 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 416329547 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590494705184 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10822312 memory=6628 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329547 11082047488 19297 33554432000 4194304 4196468 140722001376832 140589915956592 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10822312 memory=6660 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11082047488 19297 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10822312 memory=3472328296227418193 CPUtime=0.23 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) R 6121 6124 804 0 -1 4202560 1015 13014 0 0 15 0 5 3 20 0 15 0 416329550 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590461140752 140591018549712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10822312 memory=0 CPUtime=0.18 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) R 6121 6124 804 0 -1 4202560 607 13014 0 0 10 0 5 3 20 0 15 0 416329550 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590460081248 140591018528129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10822312 memory=0 CPUtime=0.25 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 814 13014 0 0 17 0 5 3 20 0 15 0 416329550 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11082047488 19297 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10822312 memory=-7749696028082845524 CPUtime=0.08 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329550 11082047488 19297 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 77188 KiB

[startup+1.50081 s]
/proc/loadavg: 1.14 1.35 1.40 4/228 6190
/proc/meminfo: memFree=27269552/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=10834676 memory=168220 CPUtime=2.42 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 20343 13014 0 0 225 9 5 3 20 0 15 0 416329534 11094708224 42055 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2708669 42055 3581 1 0 2670733 0
[pid=6124/tid=6177] ppid=6121 vsize=10834676 memory=0 CPUtime=1.43 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 14110 13014 0 0 129 6 5 3 20 0 15 0 416329544 11094708224 42055 33554432000 4194304 4196468 140722001376832 140591008835488 140591037017494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10834676 memory=280038042162624 CPUtime=0.09 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 70 13014 0 0 1 0 5 3 20 0 15 0 416329545 11094708224 42055 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10834676 memory=3472328296227418193 CPUtime=0.09 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 46 13014 0 0 1 0 5 3 20 0 15 0 416329545 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10834676 memory=0 CPUtime=0.09 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 310 13014 0 0 1 0 5 3 20 0 15 0 416329545 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10834676 memory=0 CPUtime=0.09 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 26 13014 0 0 1 0 5 3 20 0 15 0 416329545 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10834676 memory=0 CPUtime=0.09 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 123 13014 0 0 1 0 5 3 20 0 15 0 416329546 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10834676 memory=-7749696028082845524 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 416329547 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590494705248 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10834676 memory=55 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329547 11094708224 42055 33554432000 4194304 4196468 140722001376832 140589915956608 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10834676 memory=8 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11094708224 42055 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10834676 memory=280038041767040 CPUtime=0.36 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) S 6121 6124 804 0 -1 1077944384 1128 13014 0 0 28 0 5 3 20 0 15 0 416329550 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590461147504 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10834676 memory=0 CPUtime=0.31 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) R 6121 6124 804 0 -1 4202560 948 13014 0 0 23 0 5 3 20 0 15 0 416329550 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590460094704 140591029990601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10834676 memory=0 CPUtime=0.44 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 1332 13014 0 0 36 0 5 3 20 0 15 0 416329550 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10834676 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11094708224 42055 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10834676 memory=0 CPUtime=0.08 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 416329550 11094708224 42055 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 52405 13014 0 0 230560 30 5 3 20 0 15 0 416329544 11107311616 151330 33554432000 4194304 4196468 140722001376832 140591008841040 140590616459328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10846984 memory=605320 CPUtime=6.66 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 8841 13014 0 0 620 38 5 3 20 0 15 0 416329545 11107311616 151330 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10846984 memory=8112282956445269571 CPUtime=6.66 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 7364 13014 0 0 624 34 5 3 20 0 15 0 416329545 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10846984 memory=605320 CPUtime=6.65 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 7478 13014 0 0 624 33 5 3 20 0 15 0 416329545 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10846984 memory=605320 CPUtime=6.62 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 6314 13014 0 0 621 33 5 3 20 0 15 0 416329545 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10846984 memory=605320 CPUtime=6.83 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 12065 13014 0 0 641 34 5 3 20 0 15 0 416329546 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10846984 memory=605320 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590494705312 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10846984 memory=605320 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151330 33554432000 4194304 4196468 140722001376832 140589915956608 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10846984 memory=605320 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151330 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10846984 memory=605320 CPUtime=4.47 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) S 6121 6124 804 0 -1 1077944384 22095 13014 0 0 437 2 5 3 20 0 15 0 416329550 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590461147504 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10846984 memory=3624 CPUtime=3.67 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) S 6121 6124 804 0 -1 1077944384 19086 13014 0 0 355 4 5 3 20 0 15 0 416329550 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590460094704 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10846984 memory=4164 CPUtime=2.05 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 19907 13014 0 0 192 5 5 3 20 0 15 0 416329550 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10846984 memory=1056 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151330 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10846984 memory=605320 CPUtime=1.23 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1134 13014 0 0 61 54 5 3 20 0 15 0 416329550 11107311616 151330 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 2350.21 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 605320 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.30 1.33 3/228 6692
/proc/meminfo: memFree=27220056/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=10846984 memory=607412 CPUtime=2410.68 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 159694 13014 0 0 240826 234 5 3 20 0 15 0 416329534 11107311616 151853 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2711746 151853 3630 1 0 2673805 0
[pid=6124/tid=6177] ppid=6121 vsize=10846984 memory=607412 CPUtime=2365.56 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 52842 13014 0 0 236518 30 5 3 20 0 15 0 416329544 11107311616 151853 33554432000 4194304 4196468 140722001376832 140591008842256 140590618785527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10846984 memory=607368 CPUtime=6.83 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 8860 13014 0 0 637 38 5 3 20 0 15 0 416329545 11107311616 151853 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10846984 memory=55 CPUtime=6.83 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 7546 13014 0 0 640 35 5 3 20 0 15 0 416329545 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10846984 memory=607368 CPUtime=6.83 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 7500 13014 0 0 641 34 5 3 20 0 15 0 416329545 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10846984 memory=607412 CPUtime=6.78 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 6365 13014 0 0 636 34 5 3 20 0 15 0 416329545 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10846984 memory=607412 CPUtime=7 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 12092 13014 0 0 658 34 5 3 20 0 15 0 416329546 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10846984 memory=607412 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590494705312 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10846984 memory=6079977571715540584 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151853 33554432000 4194304 4196468 140722001376832 140589915956608 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10846984 memory=607412 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151853 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10846984 memory=607412 CPUtime=4.47 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) S 6121 6124 804 0 -1 1077944384 22097 13014 0 0 437 2 5 3 20 0 15 0 416329550 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590461147504 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10846984 memory=607412 CPUtime=3.67 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) S 6121 6124 804 0 -1 1077944384 19088 13014 0 0 355 4 5 3 20 0 15 0 416329550 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590460094704 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10846984 memory=607412 CPUtime=2.06 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 19909 13014 0 0 193 5 5 3 20 0 15 0 416329550 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10846984 memory=607412 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151853 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10846984 memory=1560 CPUtime=1.25 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1140 13014 0 0 62 55 5 3 20 0 15 0 416329550 11107311616 151853 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 2410.68 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 607412 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.31 1.33 3/229 6698
/proc/meminfo: memFree=27219848/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=10846984 memory=607444 CPUtime=2471.14 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 160538 13014 0 0 246867 239 5 3 20 0 15 0 416329534 11107311616 151861 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2711746 151861 3630 1 0 2673805 0
[pid=6124/tid=6177] ppid=6121 vsize=10846984 memory=607444 CPUtime=2425.11 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 53225 13014 0 0 242472 31 5 3 20 0 15 0 416329544 11107311616 151861 33554432000 4194304 4196468 140722001376832 140591008840992 140590619031954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10846984 memory=55 CPUtime=7.02 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 8879 13014 0 0 654 40 5 3 20 0 15 0 416329545 11107311616 151861 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10846984 memory=607368 CPUtime=7.01 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 7558 13014 0 0 657 36 5 3 20 0 15 0 416329545 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10846984 memory=607412 CPUtime=7.01 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 7658 13014 0 0 658 35 5 3 20 0 15 0 416329545 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10846984 memory=607444 CPUtime=6.96 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 6437 13014 0 0 653 35 5 3 20 0 15 0 416329545 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10846984 memory=607444 CPUtime=7.17 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 12276 13014 0 0 674 35 5 3 20 0 15 0 416329546 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10846984 memory=607444 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590494705312 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10846984 memory=607444 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151861 33554432000 4194304 4196468 140722001376832 140589915956608 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10846984 memory=607444 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151861 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10846984 memory=607444 CPUtime=4.47 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) S 6121 6124 804 0 -1 1077944384 22097 13014 0 0 437 2 5 3 20 0 15 0 416329550 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590461147504 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10846984 memory=3624 CPUtime=3.67 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) S 6121 6124 804 0 -1 1077944384 19088 13014 0 0 355 4 5 3 20 0 15 0 416329550 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590460094704 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10846984 memory=607444 CPUtime=2.06 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 19909 13014 0 0 193 5 5 3 20 0 15 0 416329550 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10846984 memory=1176 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151861 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10846984 memory=8112282956445269571 CPUtime=1.28 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1156 13014 0 0 64 56 5 3 20 0 15 0 416329550 11107311616 151861 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 2471.14 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 607444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.8 s]
/proc/loadavg: 1.42 1.34 1.33 3/228 6702
/proc/meminfo: memFree=27219340/32770688 swapFree=66919992/67108860
[pid=6124] ppid=6121 vsize=10846984 memory=607464 CPUtime=2520.02 cores=0-3
/proc/6124/stat : 6124 (java) S 6121 6124 804 0 -1 1077944320 161792 13014 0 0 251752 242 5 3 20 0 15 0 416329534 11107311616 151866 33554432000 4194304 4196468 140722001376832 140722001359376 140591037005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
/proc/6124/statm: 2711746 151866 3630 1 0 2673805 0
[pid=6124/tid=6177] ppid=6121 vsize=10846984 memory=924 CPUtime=2473.27 cores=0-3
/proc/6124/task/6177/stat : 6177 (java) R 6121 6124 804 0 -1 4202560 53756 13014 0 0 247288 31 5 3 20 0 15 0 416329544 11107311616 151866 33554432000 4194304 4196468 140722001376832 140591008841440 140590613872712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6178] ppid=6121 vsize=10846984 memory=8112282956445269571 CPUtime=7.15 cores=0-3
/proc/6124/task/6178/stat : 6178 (java) S 6121 6124 804 0 -1 1077944384 8899 13014 0 0 667 40 5 3 20 0 15 0 416329545 11107311616 151866 33554432000 4194304 4196468 140722001376832 140591041247888 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6179] ppid=6121 vsize=10846984 memory=1656 CPUtime=7.14 cores=0-3
/proc/6124/task/6179/stat : 6179 (java) S 6121 6124 804 0 -1 1077944384 7794 13014 0 0 670 36 5 3 20 0 15 0 416329545 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590929521168 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6180] ppid=6121 vsize=10846984 memory=1398722017469774279 CPUtime=7.15 cores=0-3
/proc/6124/task/6180/stat : 6180 (java) S 6121 6124 804 0 -1 1077944384 7863 13014 0 0 672 35 5 3 20 0 15 0 416329545 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590928468368 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6181] ppid=6121 vsize=10846984 memory=4126316290023845779 CPUtime=7.09 cores=0-3
/proc/6124/task/6181/stat : 6181 (java) S 6121 6124 804 0 -1 1077944384 6467 13014 0 0 666 35 5 3 20 0 15 0 416329545 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590927415568 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6182] ppid=6121 vsize=10846984 memory=3624 CPUtime=7.3 cores=0-3
/proc/6124/task/6182/stat : 6182 (java) S 6121 6124 804 0 -1 1077944384 12483 13014 0 0 687 35 5 3 20 0 15 0 416329546 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590495759216 140591037016706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6183] ppid=6121 vsize=10846984 memory=47180 CPUtime=0.08 cores=0-3
/proc/6124/task/6183/stat : 6183 (java) S 6121 6124 804 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590494705312 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6184] ppid=6121 vsize=10846984 memory=984 CPUtime=0.08 cores=0-3
/proc/6124/task/6184/stat : 6184 (java) S 6121 6124 804 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 416329547 11107311616 151866 33554432000 4194304 4196468 140722001376832 140589915956608 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6185] ppid=6121 vsize=10846984 memory=607464 CPUtime=0.08 cores=0-3
/proc/6124/task/6185/stat : 6185 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151866 33554432000 4194304 4196468 140722001376832 140589608556880 140591037024155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6186] ppid=6121 vsize=10846984 memory=2020 CPUtime=4.47 cores=0-3
/proc/6124/task/6186/stat : 6186 (java) S 6121 6124 804 0 -1 1077944384 22099 13014 0 0 437 2 5 3 20 0 15 0 416329550 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590461147504 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6187] ppid=6121 vsize=10846984 memory=1432 CPUtime=3.67 cores=0-3
/proc/6124/task/6187/stat : 6187 (java) S 6121 6124 804 0 -1 1077944384 19090 13014 0 0 355 4 5 3 20 0 15 0 416329550 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590460094704 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6188] ppid=6121 vsize=10846984 memory=776 CPUtime=2.06 cores=0-3
/proc/6124/task/6188/stat : 6188 (java) S 6121 6124 804 0 -1 1077944384 19912 13014 0 0 193 5 5 3 20 0 15 0 416329550 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590459041904 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6189] ppid=6121 vsize=10846984 memory=660 CPUtime=0.08 cores=0-3
/proc/6124/task/6189/stat : 6189 (java) S 6121 6124 804 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 416329550 11107311616 151866 33554432000 4194304 4196468 140722001376832 140589574998240 140591037015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
[pid=6124/tid=6190] ppid=6121 vsize=10846984 memory=2912 CPUtime=1.31 cores=0-3
/proc/6124/task/6190/stat : 6190 (java) S 6121 6124 804 0 -1 1077944384 1174 13014 0 0 65 58 5 3 20 0 15 0 416329550 11107311616 151866 33554432000 4194304 4196468 140722001376832 140590457990320 140591037016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140722001382128 140722001384645 140722001384645 140722001387471 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 607464 KiB

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

[startup+2490.83 s]
# the end of solver process 6124 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.59 s, system=2.4702 s

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

Child status: 143
Real time (s): 2490.83
CPU time (s): 2520.06
CPU user time (s): 2517.59
CPU system time (s): 2.4702
CPU usage (%): 101.174
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 607464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.59
system time used= 2.4702
maximum resident set size= 611672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204938
involuntary context switches= 10965


# summary of solver processes directly reported to runsolver:
#   pid: 6124
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.59
#   total CPU system time (s): 2.4702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9248 second user time and 26.4512 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 03:54:14
IDJOB=4396209
IDBENCH=128305
IDSOLVER=2846
FILE ID=node120/4396209-1568403232
RUNJOBID= node120-1323907941-3247
PBS_JOBID= 21701843
Free space on /tmp= 61616 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396209-1568403232/watcher-4396209-1568403232 -o /tmp/evaluation-result-4396209-1568403232/solver-4396209-1568403232 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323907941-3247 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=760822404 HOME/instance-4396209-1568403232.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=760822404

node120.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        27351476 kB
MemAvailable:   30853096 kB
Buffers:          183464 kB
Cached:          3623576 kB
SwapCached:        77548 kB
Active:          2046104 kB
Inactive:        2818176 kB
Active(anon):     979732 kB
Inactive(anon):   127884 kB
Active(file):    1066372 kB
Inactive(file):  2690292 kB
Unevictable:      107236 kB
Mlocked:          107236 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             35388 kB
Writeback:             0 kB
AnonPages:       1123352 kB
Mapped:            61932 kB
Shmem:             41008 kB
Slab:             150452 kB
SReclaimable:     121580 kB
SUnreclaim:        28872 kB
KernelStack:        4000 kB
PageTables:         7796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2222868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61580 MiB
End job on node120 at 2011-12-15 04:35:46