Trace number 4304845

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.13 2499.92

General information on the benchmark

NameColouredQueens/
ColouredQueens-11_c18.xml
MD5SUM3da25fcd556a00d93fc440927ef81e89
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints60
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":117}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":24}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.94/0.79	c Concrete v3.9.2.1532736233296 running
2520.09/2499.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2499.91		at concrete.MAC.mac(MAC.scala:188)
2520.09/2499.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2499.91		at scala.util.Try$.apply(Try.scala:209)
2520.09/2499.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2499.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2499.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2499.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2499.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2499.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2499.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2499.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2499.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2499.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2499.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2499.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2499.91		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2499.91		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2499.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2499.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2499.91		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.09/2499.91		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.09/2499.91		at concrete.Solver.toStream(Solver.scala:68)
2520.09/2499.91		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.09/2499.91		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.09/2499.91		at concrete.Solver.toIterable(Solver.scala:68)
2520.09/2499.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.09/2499.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2499.91		at scala.util.Success.map(Try.scala:209)
2520.09/2499.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2499.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2499.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2499.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2499.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2499.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2499.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2499.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2499.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2499.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2499.91		at scala.App.main(App.scala:76)
2520.09/2499.91		at scala.App.main$(App.scala:74)
2520.09/2499.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2499.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2499.91	s UNKNOWN

Verifier Data


Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13449 MiB free)
  memory of node 1: 16384 MiB (14511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304845-1534040018/watcher-4304845-1534040018 -o /tmp/evaluation-result-4304845-1534040018/solver-4304845-1534040018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23575 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=327476772 HOME/instance-4304845-1534040018.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=23604, runsolver pid=23601

[startup+0.100144 s]*
/proc/loadavg: 1.00 1.16 1.59 3/215 23682
/proc/meminfo: memFree=28606096/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=113256 memory=1612 CPUtime=0.07 cores=1,3,5,7
/proc/23604/stat : 23604 (bash) R 23601 23604 22159 0 -1 4202496 947 11525 0 1 0 0 5 2 20 0 1 0 221565001 115974144 403 33554432000 4194304 5098028 140734711765152 140734711758136 140219154103296 0 0 4100 65536 0 0 0 17 5 0 0 2 0 0 7196144 7232144 22183936 140734711772332 140734711772456 140734711772456 140734711775214 0
/proc/23604/statm: 28314 403 319 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.212708 s]*
/proc/loadavg: 1.00 1.16 1.59 5/220 23739
/proc/meminfo: memFree=28588120/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=10982744 memory=38924 CPUtime=0.23 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 6881 12879 0 1 13 2 5 3 20 0 15 0 221565001 11246329856 9731 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2745686 9731 2988 1 0 2708109 0
[pid=23604/tid=23712] ppid=23601 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 3438 12879 0 1 8 1 5 3 20 0 15 0 221565012 11246329856 9731 33554432000 4194304 4196468 140735408270160 140122322616128 140122334872926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246329856 9731 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=10982744 memory=139933857893930 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246329856 9731 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 2 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=10982744 memory=139933857871488 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 2 12879 0 1 0 0 5 3 20 0 15 0 221565014 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 13 12879 0 1 0 0 5 3 20 0 15 0 221565015 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121093432864 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 21 12879 0 1 0 0 5 3 20 0 15 0 221565015 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121026319728 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246329856 9731 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 534 12879 0 1 1 0 5 3 20 0 15 0 221565018 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) S 23601 23604 22159 0 -1 1077944384 72 12879 0 1 1 0 5 3 20 0 15 0 221565018 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121586915568 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=10982744 memory=139933857871488 CPUtime=0.1 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) R 23601 23604 22159 0 -1 4202560 599 12879 0 1 2 0 5 3 20 0 15 0 221565018 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121585862768 140122329746928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246329856 9731 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=10982744 memory=139933857871488 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246329856 9731 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 38924 KiB

[startup+0.310438 s]*
/proc/loadavg: 1.00 1.16 1.59 2/220 23739
/proc/meminfo: memFree=28558716/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=10983192 memory=50384 CPUtime=0.36 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 10072 12879 0 1 25 3 5 3 20 0 15 0 221565001 11246788608 12596 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2745798 12596 3107 1 0 2708109 0
[pid=23604/tid=23712] ppid=23601 vsize=10983192 memory=7738124729263149417 CPUtime=0.26 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 6612 12879 0 1 17 1 5 3 20 0 15 0 221565012 11246788608 12596 33554432000 4194304 4196468 140735408270160 140122322602992 140122334872926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 12596 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 12596 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 2 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=10983192 memory=139933857871488 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 2 12879 0 1 0 0 5 3 20 0 15 0 221565014 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 13 12879 0 1 0 0 5 3 20 0 15 0 221565015 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121093432864 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 21 12879 0 1 0 0 5 3 20 0 15 0 221565015 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121026319728 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246788608 12596 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 536 12879 0 1 1 0 5 3 20 0 15 0 221565018 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) S 23601 23604 22159 0 -1 1077944384 75 12879 0 1 1 0 5 3 20 0 15 0 221565018 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121586915568 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=10983192 memory=139933857871488 CPUtime=0.12 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) S 23601 23604 22159 0 -1 1077944384 609 12879 0 1 4 0 5 3 20 0 15 0 221565018 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121585862768 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246788608 12596 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=10983192 memory=139933857871488 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246788608 12596 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 50384 KiB

[startup+0.700728 s]
/proc/loadavg: 1.00 1.16 1.59 3/220 23739
/proc/meminfo: memFree=28536328/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=10983192 memory=83456 CPUtime=0.94 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 16603 12879 0 1 81 5 5 3 20 0 15 0 221565001 11246788608 20864 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2745798 20864 3229 1 0 2708109 0
[pid=23604/tid=23712] ppid=23601 vsize=10983192 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 12151 12879 0 1 51 3 5 3 20 0 15 0 221565012 11246788608 20864 33554432000 4194304 4196468 140735408270160 140122322603328 140122331067769 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 20864 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 20864 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=10983192 memory=139933725632464 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 2 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=10983192 memory=139934329471563 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565013 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=10983192 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 5 12879 0 1 0 0 5 3 20 0 15 0 221565014 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=10983192 memory=6945208482816681536 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 13 12879 0 1 0 0 5 3 20 0 15 0 221565015 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121093432864 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=10983192 memory=7597102420286068327 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 21 12879 0 1 0 0 5 3 20 0 15 0 221565015 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121026319728 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=10983192 memory=5787213848606435153 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246788608 20864 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 960 12879 0 1 7 0 5 3 20 0 15 0 221565018 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) R 23601 23604 22159 0 -1 4202560 588 12879 0 1 8 0 5 3 20 0 15 0 221565018 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121586902112 140122334179216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=10983192 memory=15292 CPUtime=0.21 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) S 23601 23604 22159 0 -1 1077944384 660 12879 0 1 13 0 5 3 20 0 15 0 221565018 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121585862768 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=10983192 memory=33208 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246788608 20864 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=10983192 memory=496 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565018 11246788608 20864 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 83456 KiB

[startup+1.50077 s]
/proc/loadavg: 1.00 1.16 1.59 3/220 23739
/proc/meminfo: memFree=28454196/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=10998092 memory=176164 CPUtime=2.17 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 23555 12879 0 1 199 10 5 3 20 0 15 0 221565001 11262046208 44041 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2749523 44041 3466 1 0 2711181 0
[pid=23604/tid=23712] ppid=23601 vsize=10998092 memory=-7531822216213012384 CPUtime=1.35 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 17445 12879 0 1 121 6 5 3 20 0 15 0 221565012 11262046208 44041 33554432000 4194304 4196468 140735408270160 140122322609632 140122334872926 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=10998092 memory=4206468019014099040 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 30 12879 0 1 1 0 5 3 20 0 15 0 221565013 11262046208 44041 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=10998092 memory=6944656592452938395 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 193 12879 0 1 1 0 5 3 20 0 15 0 221565013 11262046208 44041 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=10998092 memory=-7233780906022716832 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 31 12879 0 1 1 0 5 3 20 0 15 0 221565013 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 58 12879 0 1 0 0 5 3 20 0 15 0 221565013 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=10998092 memory=4137290303932963203 CPUtime=0.09 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 53 12879 0 1 1 0 5 3 20 0 15 0 221565014 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=10998092 memory=-7384994985145249687 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 13 12879 0 1 0 0 5 3 20 0 15 0 221565015 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121093432928 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=10998092 memory=7450202173468135526 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 43 12879 0 1 0 0 5 3 20 0 15 0 221565015 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121026319744 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=10998092 memory=7151823192952164432 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11262046208 44041 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=10998092 memory=7588675784528062310 CPUtime=0.29 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 1494 12879 0 1 21 0 5 3 20 0 15 0 221565018 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=10998092 memory=7661010361124278626 CPUtime=0.27 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) S 23601 23604 22159 0 -1 1077944384 826 12879 0 1 19 0 5 3 20 0 15 0 221565018 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121586915568 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=10998092 memory=56 CPUtime=0.38 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) S 23601 23604 22159 0 -1 1077944384 1169 12879 0 1 30 0 5 3 20 0 15 0 221565018 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121585862768 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11262046208 44041 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=10998092 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 1 12879 0 1 0 0 5 3 20 0 15 0 221565018 11262046208 44041 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 176164 KiB

[startup+3.11069 s]
/proc/loadavg: 1.00 1.16 1.59 6/220 23739
/proc/meminfo: memFree=28176204/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=11008352 memory=251972 CPUtime=5.7 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 35808 12879 1 1 547 15 5 3 20 0 15 0 221565001 11272552448 62993 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2752088 62993 3487 1 0 2713741 0
[pid=23604/tid=23712] ppid=23601 vsize=11008352 memory=223964 CPUtime=2.9 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 23996 12879 1 1 274 8 5 3 20 0 15 0 221565012 11272552448 62993 33554432000 4194304 4196468 140735408270160 140122322625056 140121915649799 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0

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

/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 62586 12879 1 1 237158 22 5 3 20 0 15 0 221565012 11341758464 129653 33554432000 4194304 4196468 140735408270160 140122322626848 140121927746293 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=11075936 memory=518612 CPUtime=4.37 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 6095 12879 0 1 406 23 5 3 20 0 15 0 221565013 11341758464 129653 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=11075936 memory=518612 CPUtime=4.33 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 4910 12879 0 1 402 23 5 3 20 0 15 0 221565013 11341758464 129653 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=11075936 memory=518612 CPUtime=4.38 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 5050 12879 0 1 407 23 5 3 20 0 15 0 221565013 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=11075936 memory=518612 CPUtime=4.38 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 6369 12879 0 1 407 23 5 3 20 0 15 0 221565013 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=11075936 memory=236169 CPUtime=4.21 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 8691 12879 0 1 386 27 5 3 20 0 15 0 221565014 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=11075936 memory=518612 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 14 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121093432928 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 43 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121026319744 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=11075936 memory=518612 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129653 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=11075936 memory=0 CPUtime=3.61 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 16251 12879 0 1 350 3 5 3 20 0 15 0 221565018 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=11075936 memory=301741416374337836 CPUtime=2.68 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) S 23601 23604 22159 0 -1 1077944384 13846 12879 0 1 258 2 5 3 20 0 15 0 221565018 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121586915568 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=11075936 memory=518612 CPUtime=1.57 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) S 23601 23604 22159 0 -1 1077944384 14216 12879 0 1 146 3 5 3 20 0 15 0 221565018 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121585862768 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=11075936 memory=3708 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129653 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=11075936 memory=518612 CPUtime=1.09 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 881 12879 0 1 51 50 5 3 20 0 15 0 221565018 11341758464 129653 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 2401.88 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 518612 KiB

[startup+2442.3 s]
/proc/loadavg: 1.11 1.24 1.30 3/216 23943
/proc/meminfo: memFree=27658392/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=11075936 memory=518964 CPUtime=2462.19 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 141629 12879 1 1 246039 172 5 3 20 0 15 0 221565001 11341758464 129741 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2768984 129741 3516 1 0 2730637 0
[pid=23604/tid=23712] ppid=23601 vsize=11075936 memory=518964 CPUtime=2431.63 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 62821 12879 1 1 243133 22 5 3 20 0 15 0 221565012 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122322626080 140121927639771 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.47 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 6112 12879 0 1 416 23 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.44 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 4937 12879 0 1 413 23 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.49 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 5057 12879 0 1 418 23 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.48 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 6376 12879 0 1 417 23 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.31 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 8860 12879 0 1 396 27 5 3 20 0 15 0 221565014 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 14 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121093432928 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 43 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121026319744 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=11075936 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=11075936 memory=518964 CPUtime=3.61 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 16251 12879 0 1 350 3 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=11075936 memory=3708 CPUtime=2.68 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) S 23601 23604 22159 0 -1 1077944384 13846 12879 0 1 258 2 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121586915568 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=11075936 memory=518964 CPUtime=1.57 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) S 23601 23604 22159 0 -1 1077944384 14216 12879 0 1 146 3 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121585862768 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=11075936 memory=518964 CPUtime=1.11 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 897 12879 0 1 52 51 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 2462.19 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 518964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.9 s]
/proc/loadavg: 1.08 1.21 1.29 3/215 23945
/proc/meminfo: memFree=27658072/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=11075936 memory=518964 CPUtime=2520.09 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 142203 12879 1 1 251825 176 5 3 20 0 15 0 221565001 11341758464 129741 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2768984 129741 3516 1 0 2730637 0
[pid=23604/tid=23712] ppid=23601 vsize=11075936 memory=518964 CPUtime=2488.98 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 63080 12879 1 1 248867 23 5 3 20 0 15 0 221565012 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122322626384 140121927778610 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.58 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 6333 12879 0 1 426 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.54 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 4938 12879 0 1 422 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.59 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 5108 12879 0 1 427 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.59 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 6385 12879 0 1 427 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.41 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 8883 12879 0 1 405 28 5 3 20 0 15 0 221565014 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 14 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121093432928 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=11075936 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 43 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121026319744 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=11075936 memory=518964 CPUtime=3.61 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 16253 12879 0 1 350 3 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=11075936 memory=518964 CPUtime=2.68 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) S 23601 23604 22159 0 -1 1077944384 13848 12879 0 1 258 2 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121586915568 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=11075936 memory=518964 CPUtime=1.57 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) S 23601 23604 22159 0 -1 1077944384 14218 12879 0 1 146 3 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121585862768 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=11075936 memory=1736 CPUtime=1.14 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 901 12879 0 1 53 53 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 518964 KiB

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

[startup+2499.92 s]
# the end of solver process 23604 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.33 s, system=1.80346 s

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

[startup+2499.9 s]
/proc/loadavg: 1.08 1.21 1.29 3/215 23945
/proc/meminfo: memFree=27658072/32770624 swapFree=67108804/67108860
[pid=23604] ppid=23601 vsize=11075936 memory=518964 CPUtime=2520.09 cores=1,3,5,7
/proc/23604/stat : 23604 (java) S 23601 23604 22159 0 -1 1077944320 142203 12879 1 1 251825 176 5 3 20 0 15 0 221565001 11341758464 129741 33554432000 4194304 4196468 140735408270160 140735408252704 140122350792439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
/proc/23604/statm: 2768984 129741 3516 1 0 2730637 0
[pid=23604/tid=23712] ppid=23601 vsize=11075936 memory=518964 CPUtime=2488.98 cores=1,3,5,7
/proc/23604/task/23712/stat : 23712 (java) R 23601 23604 22159 0 -1 4202560 63080 12879 1 1 248867 23 5 3 20 0 15 0 221565012 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122322626384 140121927778610 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23714] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.58 cores=1,3,5,7
/proc/23604/task/23714/stat : 23714 (java) S 23601 23604 22159 0 -1 1077944384 6333 12879 0 1 426 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122355034768 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23715] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.54 cores=1,3,5,7
/proc/23604/task/23715/stat : 23715 (java) S 23601 23604 22159 0 -1 1077944384 4938 12879 0 1 422 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140122236299792 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23716] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.59 cores=1,3,5,7
/proc/23604/task/23716/stat : 23716 (java) S 23601 23604 22159 0 -1 1077944384 5108 12879 0 1 427 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121888971152 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23717] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.59 cores=1,3,5,7
/proc/23604/task/23717/stat : 23717 (java) S 23601 23604 22159 0 -1 1077944384 6385 12879 0 1 427 24 5 3 20 0 15 0 221565013 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121887918352 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23722] ppid=23601 vsize=11075936 memory=518964 CPUtime=4.41 cores=1,3,5,7
/proc/23604/task/23722/stat : 23722 (java) S 23601 23604 22159 0 -1 1077944384 8883 12879 0 1 405 28 5 3 20 0 15 0 221565014 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121589021552 140122350803586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23724] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23724/stat : 23724 (java) S 23601 23604 22159 0 -1 1077944384 14 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121093432928 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23725] ppid=23601 vsize=11075936 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23725/stat : 23725 (java) S 23601 23604 22159 0 -1 1077944384 43 12879 0 1 0 0 5 3 20 0 15 0 221565015 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121026319744 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23728] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23728/stat : 23728 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140120718924112 140122350811035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23729] ppid=23601 vsize=11075936 memory=518964 CPUtime=3.61 cores=1,3,5,7
/proc/23604/task/23729/stat : 23729 (java) S 23601 23604 22159 0 -1 1077944384 16253 12879 0 1 350 3 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121587968368 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23730] ppid=23601 vsize=11075936 memory=518964 CPUtime=2.68 cores=1,3,5,7
/proc/23604/task/23730/stat : 23730 (java) S 23601 23604 22159 0 -1 1077944384 13848 12879 0 1 258 2 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121586915568 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23731] ppid=23601 vsize=11075936 memory=518964 CPUtime=1.57 cores=1,3,5,7
/proc/23604/task/23731/stat : 23731 (java) S 23601 23604 22159 0 -1 1077944384 14218 12879 0 1 146 3 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121585862768 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23732] ppid=23601 vsize=11075936 memory=518964 CPUtime=0.08 cores=1,3,5,7
/proc/23604/task/23732/stat : 23732 (java) S 23601 23604 22159 0 -1 1077944384 3 12879 0 1 0 0 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140120288127200 140122350802645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
[pid=23604/tid=23737] ppid=23601 vsize=11075936 memory=1736 CPUtime=1.14 cores=1,3,5,7
/proc/23604/task/23737/stat : 23737 (java) S 23601 23604 22159 0 -1 1077944384 901 12879 0 1 53 53 5 3 20 0 15 0 221565018 11341758464 129741 33554432000 4194304 4196468 140735408270160 140121584811184 140122350803586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140735408278125 140735408280924 140735408280924 140735408283599 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 518964 KiB

Child status: 143
Real time (s): 2499.92
CPU time (s): 2520.13
CPU user time (s): 2518.33
CPU system time (s): 1.80346
CPU usage (%): 100.808
Max. virtual memory (cumulated for all children) (KiB): 11078644
Max. memory (cumulated for all children) (KiB): 518964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.33
system time used= 1.80346
maximum resident set size= 521392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156024
page faults= 2
swaps= 0
block input operations= 6144
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150359
involuntary context switches= 5203


# summary of solver processes directly reported to runsolver:
#   pid: 23604
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.33
#   total CPU system time (s): 1.80346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4816 second user time and 23.4107 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 04:13:38
IDJOB=4304845
IDBENCH=141024
IDSOLVER=2780
FILE ID=node105/4304845-1534040018
RUNJOBID= node105-1534040018-23575
PBS_JOBID= 21036966
Free space on /tmp= 40732 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304845-1534040018/watcher-4304845-1534040018 -o /tmp/evaluation-result-4304845-1534040018/solver-4304845-1534040018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23575 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=327476772 HOME/instance-4304845-1534040018.xml

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

MD5SUM BENCH= 3da25fcd556a00d93fc440927ef81e89
RANDOM SEED=327476772

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
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.32
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.32
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.32
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:        28634076 kB
MemAvailable:   31911492 kB
Buffers:          100344 kB
Cached:          3434204 kB
SwapCached:           16 kB
Active:          1776400 kB
Inactive:        1809300 kB
Active(anon):       3332 kB
Inactive(anon):   100532 kB
Active(file):    1773068 kB
Inactive(file):  1708768 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             52736 kB
Writeback:             0 kB
AnonPages:         58808 kB
Mapped:            49892 kB
Shmem:             49748 kB
Slab:             250216 kB
SReclaimable:     222832 kB
SUnreclaim:        27384 kB
KernelStack:        3248 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40680 MiB
End job on node105 at 2018-08-12 04:55:18