Trace number 4396152

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)3 2520.08 2487.05

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-09-09.xml
MD5SUM72a1fa157874bc53acfadcbdb1252751
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark9.61293
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints1297
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree66
Maximum variable degree66
Distribution of variable degrees[{"degree":66,"count":81}]
Minimum constraint arity4
Maximum constraint arity81
Distribution of constraint arities[{"arity":4,"count":1296},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints1296
Distribution of constraint types[{"type":"intension","count":1296},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
48.16/34.88	o 80
62.98/48.94	o 79
73.36/59.21	o 78
82.89/68.58	o 77
91.84/77.49	o 76
105.23/90.77	o 75
112.05/97.43	o 74
121.00/106.35	o 73
128.53/113.84	o 72
133.18/118.42	o 71
141.32/126.53	o 70
143.63/128.89	o 69
145.24/130.48	o 68
148.67/133.84	o 4
149.61/134.59	o 3
2520.01/2487.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2487.02		at concrete.MAC.mac(MAC.scala:192)
2520.01/2487.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2487.02		at scala.util.Try$.apply(Try.scala:212)
2520.01/2487.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2487.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2487.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2487.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2487.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2487.02		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2487.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2487.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2487.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2487.02		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2487.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2487.02		at scala.util.Success.map(Try.scala:264)
2520.01/2487.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2487.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2487.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2487.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2487.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2487.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2487.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2487.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2487.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2487.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2487.02		at scala.App.main(App.scala:75)
2520.01/2487.02		at scala.App.main$(App.scala:73)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2487.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2487.03	v <instantiation
2520.01/2487.03	v         cost = '3'>
2520.01/2487.03	v       <list>
2520.01/2487.03	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
2520.01/2487.03	v       </list>
2520.01/2487.03	v       <values>
2520.01/2487.03	v         0 0 1 2 2 3 3 3 3 0 2 1 0 3 0 0 2 2 1 0 3 2 0 0 1 0 2 2 2 1 3 1 1 0 0 0 3 1 1 1 2 3 1 0 2 3 2 0 3 0 2 1 1 0 3 2 1 2 3 0 3 1 1 3 2 2 1 0 1 0 1 3 3 2 3 1 1 0 2 3 1
2520.01/2487.03	v       </values>
2520.01/2487.03	v     </instantiation>
2520.01/2487.03	s SATISFIABLE

Verifier Data

OK	3

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 (12309 MiB free)
  memory of node 1: 16384 MiB (15683 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396152-1568412134/watcher-4396152-1568412134 -o /tmp/evaluation-result-4396152-1568412134/solver-4396152-1568412134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1577302857 HOME/instance-4396152-1568412134.xml 

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

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

solver pid=543, runsolver pid=540

[startup+0.100134 s]*
/proc/loadavg: 1.53 1.42 1.43 3/219 618
/proc/meminfo: memFree=28657720/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=9972712 memory=16288 CPUtime=0.08 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 4326 13316 0 0 1 0 5 2 20 0 6 0 417478327 10212057088 4072 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2493178 4072 1920 1 0 2481616 0
[pid=543/tid=614] ppid=540 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 2188 13316 0 0 1 0 5 2 20 0 6 0 417478336 10212057088 4649 33554432000 4194304 4196468 140730616698752 139931400368720 139931428553885 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=9972712 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 6 0 417478336 10212057088 4649 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=9972712 memory=3979123012832958112 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 6 0 417478336 10212057088 4649 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 6 0 417478336 10212057088 4649 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 6 0 417478336 10212057088 4649 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16288 KiB

[startup+0.210371 s]*
/proc/loadavg: 1.53 1.42 1.43 3/228 634
/proc/meminfo: memFree=28639796/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=10819664 memory=36772 CPUtime=0.25 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 7052 13316 0 0 16 2 5 2 20 0 15 0 417478327 11079335936 9193 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2704916 9193 3171 1 0 2667149 0
[pid=543/tid=614] ppid=540 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 3532 13316 0 0 11 1 5 2 20 0 15 0 417478336 11079335936 9193 33554432000 4194304 4196468 140730616698752 139931400349072 139931412612446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10819664 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079335936 9193 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10819664 memory=3979123012832958112 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079335936 9193 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079335936 9193 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079335936 9193 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10819664 memory=139724135700096 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478338 11079335936 9193 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 33 13316 0 0 0 0 5 2 20 0 15 0 417478338 11079335936 9193 33554432000 4194304 4196468 140730616698752 139930631108000 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478338 11079335936 9193 33554432000 4194304 4196468 140730616698752 139930504259056 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11079335936 9193 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) S 540 543 29375 0 -1 1077944384 480 13316 0 0 1 0 5 2 20 0 15 0 417478341 11079335936 9193 33554432000 4194304 4196468 140730616698752 139930597550064 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 165 13316 0 0 1 0 5 2 20 0 15 0 417478341 11079335936 9193 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10819664 memory=139724135700096 CPUtime=0.1 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) R 540 543 29375 0 -1 4202560 640 13316 0 0 3 0 5 2 20 0 15 0 417478341 11079335936 9193 33554432000 4194304 4196468 140730616698752 139930595444976 139931412612446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11079335936 9193 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10819664 memory=139724135700096 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478342 11079335936 9193 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36772 KiB

[startup+0.310272 s]*
/proc/loadavg: 1.53 1.42 1.43 3/228 634
/proc/meminfo: memFree=28627012/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=10820148 memory=48156 CPUtime=0.39 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 10769 13316 0 0 29 3 5 2 20 0 15 0 417478327 11079831552 12039 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2705037 12039 3308 1 0 2667149 0
[pid=543/tid=614] ppid=540 vsize=10820148 memory=1398720917958146503 CPUtime=0.28 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 7210 13316 0 0 19 2 5 2 20 0 15 0 417478336 11079831552 12039 33554432000 4194304 4196468 140730616698752 139931400331872 139931428553885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079831552 12039 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079831552 12039 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10820148 memory=7649399358444941874 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079831552 12039 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478336 11079831552 12039 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478338 11079831552 12039 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 33 13316 0 0 0 0 5 2 20 0 15 0 417478338 11079831552 12039 33554432000 4194304 4196468 140730616698752 139930631108000 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478338 11079831552 12039 33554432000 4194304 4196468 140730616698752 139930504259056 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11079831552 12039 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) S 540 543 29375 0 -1 1077944384 481 13316 0 0 2 0 5 2 20 0 15 0 417478341 11079831552 12039 33554432000 4194304 4196468 140730616698752 139930597550064 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 174 13316 0 0 1 0 5 2 20 0 15 0 417478341 11079831552 12039 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10820148 memory=139724135700096 CPUtime=0.12 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) S 540 543 29375 0 -1 1077944384 662 13316 0 0 5 0 5 2 20 0 15 0 417478341 11079831552 12039 33554432000 4194304 4196468 140730616698752 139930595444976 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11079831552 12039 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10820148 memory=139724135700096 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478342 11079831552 12039 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48156 KiB

[startup+0.700698 s]
/proc/loadavg: 1.53 1.42 1.43 4/228 634
/proc/meminfo: memFree=28611820/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=10824360 memory=81208 CPUtime=1.14 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 15105 13316 0 0 102 5 5 2 20 0 15 0 417478327 11084144640 20302 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2706090 20302 3504 1 0 2668173 0
[pid=543/tid=614] ppid=540 vsize=10824360 memory=7013062643969123904 CPUtime=0.66 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) D 540 543 29375 0 -1 1077944384 10385 13316 0 0 56 3 5 2 20 0 15 0 417478336 11084144640 20302 33554432000 4194304 4196468 140730616698752 139931400359120 139931428555837 0 4 0 16800975 18446744072101613092 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10824360 memory=7516898454268358698 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478336 11084144640 20302 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10824360 memory=2400 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478336 11084144640 20302 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10824360 memory=65768 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 417478336 11084144640 20302 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10824360 memory=7306316766074331728 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478336 11084144640 20302 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 5 13316 0 0 0 0 5 2 20 0 15 0 417478338 11084144640 20302 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10824360 memory=7512092415070199872 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 33 13316 0 0 0 0 5 2 20 0 15 0 417478338 11084144640 20302 33554432000 4194304 4196468 140730616698752 139930631108000 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10824360 memory=2317728019588160904 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478338 11084144640 20302 33554432000 4194304 4196468 140730616698752 139930504259056 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10824360 memory=3470692292451393600 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11084144640 20302 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10824360 memory=6935649255759568960 CPUtime=0.22 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) R 540 543 29375 0 -1 4202560 961 13316 0 0 15 0 5 2 20 0 15 0 417478341 11084144640 20302 33554432000 4194304 4196468 140730616698752 139930597550064 139931412438928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10824360 memory=3053511329498284128 CPUtime=0.19 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 588 13316 0 0 12 0 5 2 20 0 15 0 417478341 11084144640 20302 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10824360 memory=3058660135923630176 CPUtime=0.24 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) S 540 543 29375 0 -1 1077944384 913 13316 0 0 17 0 5 2 20 0 15 0 417478341 11084144640 20302 33554432000 4194304 4196468 140730616698752 139930595444976 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10824360 memory=3467824627879784490 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11084144640 20302 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10824360 memory=4638778428800651600 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478342 11084144640 20302 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81208 KiB

[startup+1.50094 s]
/proc/loadavg: 1.53 1.42 1.43 6/228 634
/proc/meminfo: memFree=28563180/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=10834676 memory=189312 CPUtime=2.92 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 24132 13316 0 0 275 10 5 2 20 0 15 0 417478327 11094708224 47328 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2708669 47328 3589 1 0 2670733 0
[pid=543/tid=614] ppid=540 vsize=10834676 memory=7 CPUtime=1.42 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 15530 13316 0 0 130 5 5 2 20 0 15 0 417478336 11094708224 47328 33554432000 4194304 4196468 140730616698752 139931400362512 139931428543894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10834676 memory=2400 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 89 13316 0 0 1 0 5 2 20 0 15 0 417478336 11094708224 47328 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10834676 memory=65768 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 36 13316 0 0 1 0 5 2 20 0 15 0 417478336 11094708224 47328 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 69 13316 0 0 1 0 5 2 20 0 15 0 417478336 11094708224 47328 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 301 13316 0 0 0 0 5 2 20 0 15 0 417478336 11094708224 47328 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 477 13316 0 0 1 0 5 2 20 0 15 0 417478338 11094708224 47328 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 34 13316 0 0 0 0 5 2 20 0 15 0 417478338 11094708224 47328 33554432000 4194304 4196468 140730616698752 139930631108000 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478338 11094708224 47328 33554432000 4194304 4196468 140730616698752 139930504259056 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10834676 memory=279448021011728 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11094708224 47328 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10834676 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) S 540 543 29375 0 -1 1077944384 2069 13316 0 0 48 0 5 2 20 0 15 0 417478341 11094708224 47328 33554432000 4194304 4196468 140730616698752 139930597550064 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10834676 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 1509 13316 0 0 44 0 5 2 20 0 15 0 417478341 11094708224 47328 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10834676 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) R 540 543 29375 0 -1 4202560 1804 13316 0 0 44 0 5 2 20 0 15 0 417478341 11094708224 47328 33554432000 4194304 4196468 140730616698752 139930595444976 139931412844001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11094708224 47328 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 417478342 11094708224 47328 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10834676 KiB

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

/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 54386 13316 0 0 231203 28 5 2 20 0 15 0 417478336 11107311616 161040 33554432000 4194304 4196468 140730616698752 139931400368192 139931002762311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10846984 memory=648776 CPUtime=5.03 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 6812 13316 0 0 474 22 5 2 20 0 15 0 417478336 11107311616 161040 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10846984 memory=650828 CPUtime=5.05 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 7211 13316 0 0 472 26 5 2 20 0 15 0 417478336 11107311616 161040 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10846984 memory=650828 CPUtime=5.01 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 6283 13316 0 0 469 25 5 2 20 0 15 0 417478336 11107311616 161040 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10846984 memory=0 CPUtime=5.04 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 8402 13316 0 0 473 24 5 2 20 0 15 0 417478336 11107311616 161040 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10846984 memory=0 CPUtime=4.11 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 9432 13316 0 0 375 29 5 2 20 0 15 0 417478338 11107311616 161040 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10846984 memory=647752 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 67 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 161040 33554432000 4194304 4196468 140730616698752 139930631108064 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10846984 memory=645188 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 20 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 161040 33554432000 4194304 4196468 140730616698752 139930504259072 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10846984 memory=644160 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 161040 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10846984 memory=644160 CPUtime=7.49 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) S 540 543 29375 0 -1 1077944384 42847 13316 0 0 735 7 5 2 20 0 15 0 417478341 11107311616 161040 33554432000 4194304 4196468 140730616698752 139930597550064 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10846984 memory=644160 CPUtime=7.12 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 33567 13316 0 0 701 4 5 2 20 0 15 0 417478341 11107311616 161040 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10846984 memory=644160 CPUtime=2.46 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) S 540 543 29375 0 -1 1077944384 30797 13316 0 0 233 6 5 2 20 0 15 0 417478341 11107311616 161040 33554432000 4194304 4196468 140730616698752 139930595444976 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10846984 memory=644160 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 161040 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10846984 memory=644160 CPUtime=1.07 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1678 13316 0 0 47 53 5 2 20 0 15 0 417478342 11107311616 161040 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 2354.22 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 644160 KiB

[startup+2382.3 s]
/proc/loadavg: 1.15 1.24 1.29 3/228 1121
/proc/meminfo: memFree=27737620/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=10846984 memory=644184 CPUtime=2414.62 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 204369 13316 0 0 241252 203 5 2 20 0 15 0 417478327 11107311616 161046 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2711746 161046 3641 1 0 2673805 0
[pid=543/tid=614] ppid=540 vsize=10846984 memory=644184 CPUtime=2372.14 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 54705 13316 0 0 237179 28 5 2 20 0 15 0 417478336 11107311616 161046 33554432000 4194304 4196468 140730616698752 139931400367664 139931007285744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10846984 memory=644184 CPUtime=5.15 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 6817 13316 0 0 486 22 5 2 20 0 15 0 417478336 11107311616 161046 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10846984 memory=644184 CPUtime=5.17 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 7270 13316 0 0 484 26 5 2 20 0 15 0 417478336 11107311616 161046 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10846984 memory=644184 CPUtime=5.13 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 6338 13316 0 0 480 26 5 2 20 0 15 0 417478336 11107311616 161046 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10846984 memory=644184 CPUtime=5.16 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 8419 13316 0 0 485 24 5 2 20 0 15 0 417478336 11107311616 161046 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10846984 memory=55 CPUtime=4.21 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 9626 13316 0 0 385 29 5 2 20 0 15 0 417478338 11107311616 161046 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10846984 memory=644184 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 67 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 161046 33554432000 4194304 4196468 140730616698752 139930631108064 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10846984 memory=644184 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 20 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 161046 33554432000 4194304 4196468 140730616698752 139930504259072 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10846984 memory=644184 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 161046 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10846984 memory=644184 CPUtime=7.49 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) S 540 543 29375 0 -1 1077944384 42847 13316 0 0 735 7 5 2 20 0 15 0 417478341 11107311616 161046 33554432000 4194304 4196468 140730616698752 139930597550064 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10846984 memory=6947385649911455296 CPUtime=7.12 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 33567 13316 0 0 701 4 5 2 20 0 15 0 417478341 11107311616 161046 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10846984 memory=1660 CPUtime=2.46 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) S 540 543 29375 0 -1 1077944384 30797 13316 0 0 233 6 5 2 20 0 15 0 417478341 11107311616 161046 33554432000 4194304 4196468 140730616698752 139930595444976 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10846984 memory=6947385649911455296 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 161046 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10846984 memory=1660 CPUtime=1.1 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1684 13316 0 0 48 55 5 2 20 0 15 0 417478342 11107311616 161046 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 2414.62 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 644184 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.39 1.34 3/228 1125
/proc/meminfo: memFree=27738628/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=10846984 memory=643720 CPUtime=2475.01 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 205598 13316 0 0 247288 206 5 2 20 0 15 0 417478327 11107311616 160930 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2711746 160930 3641 1 0 2673805 0
[pid=543/tid=614] ppid=540 vsize=10846984 memory=644184 CPUtime=2431.89 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 55158 13316 0 0 243154 28 5 2 20 0 15 0 417478336 11107311616 160930 33554432000 4194304 4196468 140730616698752 139931400368032 139931001248594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10846984 memory=644184 CPUtime=5.27 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 6993 13316 0 0 498 22 5 2 20 0 15 0 417478336 11107311616 160930 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10846984 memory=644184 CPUtime=5.3 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 7479 13316 0 0 496 27 5 2 20 0 15 0 417478336 11107311616 160930 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10846984 memory=643720 CPUtime=5.25 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 6414 13316 0 0 492 26 5 2 20 0 15 0 417478336 11107311616 160930 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10846984 memory=643720 CPUtime=5.3 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 8507 13316 0 0 498 25 5 2 20 0 15 0 417478336 11107311616 160930 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10846984 memory=643720 CPUtime=4.32 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 9829 13316 0 0 395 30 5 2 20 0 15 0 417478338 11107311616 160930 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10846984 memory=643720 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 67 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 160930 33554432000 4194304 4196468 140730616698752 139930631108064 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10846984 memory=643720 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 20 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 160930 33554432000 4194304 4196468 140730616698752 139930504259072 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10846984 memory=643720 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 160930 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10846984 memory=3580 CPUtime=7.49 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) S 540 543 29375 0 -1 1077944384 42850 13316 0 0 735 7 5 2 20 0 15 0 417478341 11107311616 160930 33554432000 4194304 4196468 140730616698752 139930597550064 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10846984 memory=643720 CPUtime=7.12 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 33569 13316 0 0 701 4 5 2 20 0 15 0 417478341 11107311616 160930 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10846984 memory=12024 CPUtime=2.46 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) S 540 543 29375 0 -1 1077944384 30799 13316 0 0 233 6 5 2 20 0 15 0 417478341 11107311616 160930 33554432000 4194304 4196468 140730616698752 139930595444976 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10846984 memory=643720 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 160930 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10846984 memory=9536 CPUtime=1.12 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1701 13316 0 0 49 56 5 2 20 0 15 0 417478342 11107311616 160930 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 2475.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 643720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487 s]*
/proc/loadavg: 1.97 1.49 1.38 3/228 1129
/proc/meminfo: memFree=27736592/32770624 swapFree=66999920/67108860
[pid=543] ppid=540 vsize=10846984 memory=643760 CPUtime=2520.01 cores=1,3,5,7
/proc/543/stat : 543 (java) S 540 543 29375 0 -1 1077944320 206331 13316 0 0 251786 208 5 2 20 0 15 0 417478327 11107311616 160940 33554432000 4194304 4196468 140730616698752 140730616681296 139931428531959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
/proc/543/statm: 2711746 160940 3641 1 0 2673805 0
[pid=543/tid=614] ppid=540 vsize=10846984 memory=1398720917958146503 CPUtime=2476.43 cores=1,3,5,7
/proc/543/task/614/stat : 614 (java) R 540 543 29375 0 -1 4202560 55442 13316 0 0 247608 28 5 2 20 0 15 0 417478336 11107311616 160940 33554432000 4194304 4196468 140730616698752 139931400367728 139930994199552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=615] ppid=540 vsize=10846984 memory=2832 CPUtime=5.37 cores=1,3,5,7
/proc/543/task/615/stat : 615 (java) S 540 543 29375 0 -1 1077944384 7053 13316 0 0 507 23 5 2 20 0 15 0 417478336 11107311616 160940 33554432000 4194304 4196468 140730616698752 139931432773904 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=616] ppid=540 vsize=10846984 memory=1712 CPUtime=5.4 cores=1,3,5,7
/proc/543/task/616/stat : 616 (java) S 540 543 29375 0 -1 1077944384 7547 13316 0 0 506 27 5 2 20 0 15 0 417478336 11107311616 160940 33554432000 4194304 4196468 140730616698752 139931321047440 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=617] ppid=540 vsize=10846984 memory=1220 CPUtime=5.35 cores=1,3,5,7
/proc/543/task/617/stat : 617 (java) S 540 543 29375 0 -1 1077944384 6639 13316 0 0 501 27 5 2 20 0 15 0 417478336 11107311616 160940 33554432000 4194304 4196468 140730616698752 139931319994896 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=618] ppid=540 vsize=10846984 memory=749784 CPUtime=5.39 cores=1,3,5,7
/proc/543/task/618/stat : 618 (java) S 540 543 29375 0 -1 1077944384 8573 13316 0 0 507 25 5 2 20 0 15 0 417478336 11107311616 160940 33554432000 4194304 4196468 140730616698752 139931318942352 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=619] ppid=540 vsize=10846984 memory=21096 CPUtime=4.39 cores=1,3,5,7
/proc/543/task/619/stat : 619 (java) S 540 543 29375 0 -1 1077944384 9857 13316 0 0 402 30 5 2 20 0 15 0 417478338 11107311616 160940 33554432000 4194304 4196468 140730616698752 139930632161776 139931428543106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=625] ppid=540 vsize=10846984 memory=643732 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/625/stat : 625 (java) S 540 543 29375 0 -1 1077944384 67 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 160940 33554432000 4194304 4196468 140730616698752 139930631108064 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=626] ppid=540 vsize=10846984 memory=1432 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/626/stat : 626 (java) S 540 543 29375 0 -1 1077944384 20 13316 0 0 0 0 5 2 20 0 15 0 417478338 11107311616 160940 33554432000 4194304 4196468 140730616698752 139930504259072 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=628] ppid=540 vsize=10846984 memory=9536 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/628/stat : 628 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 160940 33554432000 4194304 4196468 140730616698752 139929995533008 139931428550555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=630] ppid=540 vsize=10846984 memory=692 CPUtime=7.49 cores=1,3,5,7
/proc/543/task/630/stat : 630 (java) S 540 543 29375 0 -1 1077944384 42850 13316 0 0 735 7 5 2 20 0 15 0 417478341 11107311616 160940 33554432000 4194304 4196468 140730616698752 139930597550064 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=631] ppid=540 vsize=10846984 memory=4128 CPUtime=7.12 cores=1,3,5,7
/proc/543/task/631/stat : 631 (java) S 540 543 29375 0 -1 1077944384 33569 13316 0 0 701 4 5 2 20 0 15 0 417478341 11107311616 160940 33554432000 4194304 4196468 140730616698752 139930596497520 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=632] ppid=540 vsize=10846984 memory=1608 CPUtime=2.46 cores=1,3,5,7
/proc/543/task/632/stat : 632 (java) S 540 543 29375 0 -1 1077944384 30799 13316 0 0 233 6 5 2 20 0 15 0 417478341 11107311616 160940 33554432000 4194304 4196468 140730616698752 139930595444976 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=633] ppid=540 vsize=10846984 memory=908 CPUtime=0.07 cores=1,3,5,7
/proc/543/task/633/stat : 633 (java) S 540 543 29375 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 417478341 11107311616 160940 33554432000 4194304 4196468 140730616698752 139929961974368 139931428542165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
[pid=543/tid=634] ppid=540 vsize=10846984 memory=1440 CPUtime=1.14 cores=1,3,5,7
/proc/543/task/634/stat : 634 (java) S 540 543 29375 0 -1 1077944384 1703 13316 0 0 50 57 5 2 20 0 15 0 417478342 11107311616 160940 33554432000 4194304 4196468 140730616698752 139930594392880 139931428543106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140730616703727 140730616706245 140730616706245 140730616709071 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 643760 KiB

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

[startup+2487.05 s]
# the end of solver process 543 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.96 s, system=2.12245 s

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

Child status: 143
Real time (s): 2487.05
CPU time (s): 2520.08
CPU user time (s): 2517.96
CPU system time (s): 2.12245
CPU usage (%): 101.328
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 886068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.96
system time used= 2.12245
maximum resident set size= 888648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149460
involuntary context switches= 2774


# summary of solver processes directly reported to runsolver:
#   pid: 543
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.96
#   total CPU system time (s): 2.12245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8002 second user time and 24.1078 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-14 00:01:35
IDJOB=4396152
IDBENCH=139724
IDSOLVER=2846
FILE ID=node123/4396152-1568412134
RUNJOBID= node123-1568399035-29407
PBS_JOBID= 21701874
Free space on /tmp= 59148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-09-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396152-1568412134/watcher-4396152-1568412134 -o /tmp/evaluation-result-4396152-1568412134/solver-4396152-1568412134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1577302857 HOME/instance-4396152-1568412134.xml

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

MD5SUM BENCH= 72a1fa157874bc53acfadcbdb1252751
RANDOM SEED=1577302857

node123.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.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		: 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.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		: 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.49
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.49
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:        28663792 kB
MemAvailable:   31427712 kB
Buffers:          136724 kB
Cached:          2891884 kB
SwapCached:         7388 kB
Active:          1405640 kB
Inactive:        2080232 kB
Active(anon):     449372 kB
Inactive(anon):    49324 kB
Active(file):     956268 kB
Inactive(file):  2030908 kB
Unevictable:      107524 kB
Mlocked:          107524 kB
SwapTotal:      67108860 kB
SwapFree:       66999920 kB
Dirty:             35432 kB
Writeback:             0 kB
AnonPages:        581156 kB
Mapped:            58108 kB
Shmem:             32684 kB
Slab:             214068 kB
SReclaimable:     185160 kB
SUnreclaim:        28908 kB
KernelStack:        4048 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1493104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59112 MiB
End job on node123 at 2019-09-14 00:43:03