Trace number 4302466

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.9.2? (TO) 252.149 232.539

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark252.041
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
252.09/232.51	Exception in thread "main" java.util.concurrent.TimeoutException
252.09/232.51		at concrete.MAC.mac(MAC.scala:188)
252.09/232.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.09/232.51		at scala.util.Try$.apply(Try.scala:209)
252.09/232.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.09/232.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.09/232.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.09/232.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.09/232.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.09/232.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.09/232.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.09/232.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.09/232.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.09/232.51		at concrete.MAC.oneRun(MAC.scala:253)
252.09/232.51		at concrete.MAC.nextSolution(MAC.scala:272)
252.09/232.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.09/232.51		at concrete.ProblemState.map(ProblemState.scala:221)
252.09/232.51		at concrete.ProblemState.map(ProblemState.scala:204)
252.09/232.51		at concrete.MAC.nextSolution(MAC.scala:334)
252.09/232.51		at concrete.Solver.hasNext(Solver.scala:166)
252.09/232.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.09/232.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.09/232.51		at concrete.Solver.foreach(Solver.scala:68)
252.09/232.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.09/232.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.09/232.51		at scala.util.Success.map(Try.scala:209)
252.09/232.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.09/232.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.09/232.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.09/232.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.09/232.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.09/232.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.09/232.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.09/232.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.09/232.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.09/232.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.09/232.51		at scala.App.main(App.scala:76)
252.09/232.51		at scala.App.main$(App.scala:74)
252.09/232.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.09/232.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.09/232.51	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 (10487 MiB free)
  memory of node 1: 16384 MiB (12585 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302466-1532894455/watcher-4302466-1532894455 -o /tmp/evaluation-result-4302466-1532894455/solver-4302466-1532894455 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=348004052 HOME/instance-4302466-1532894455.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100174 s]*
/proc/loadavg: 1.60 1.72 1.65 3/203 15861
/proc/meminfo: memFree=23625752/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=425712 memory=7664 CPUtime=0.08 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 2597 13113 0 0 0 0 5 3 20 0 2 0 107008666 435929088 1916 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 106428 1916 1065 1 0 95339 0
[pid=15809/tid=15862] ppid=15806 vsize=425712 memory=3054156605335569294 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) S 15806 15809 12183 0 -1 1077944384 405 13113 0 0 0 0 5 3 20 0 2 0 107008677 435929088 1916 33554432000 4194304 4196468 140733967056224 139739374692768 139739402861186 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 425712 KiB
Current children cumulated memory: 7664 KiB

[startup+0.210119 s]*
/proc/loadavg: 1.60 1.72 1.65 3/216 15875
/proc/meminfo: memFree=23599420/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=10982744 memory=39872 CPUtime=0.25 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 6676 13113 0 0 16 1 5 3 20 0 15 0 107008666 11246329856 9968 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2745686 9968 2945 1 0 2708109 0
[pid=15809/tid=15862] ppid=15806 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 3214 13113 0 0 9 0 5 3 20 0 15 0 107008677 11246329856 9968 33554432000 4194304 4196468 140733967056224 139739374649952 139739386930526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=10982744 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246329856 9968 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=10982744 memory=288370340584756864 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246329856 9968 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246329856 9968 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246329856 9968 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=10982744 memory=139964433045120 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246329856 9968 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246329856 9968 33554432000 4194304 4196468 140733967056224 139738237363360 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246329856 9968 33554432000 4194304 4196468 140733967056224 139738036036336 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11246329856 9968 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) S 15806 15809 12183 0 -1 1077944384 361 13113 0 0 1 0 5 3 20 0 15 0 107008682 11246329856 9968 33554432000 4194304 4196468 140733967056224 139738369477360 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) S 15806 15809 12183 0 -1 1077944384 263 13113 0 0 0 0 5 3 20 0 15 0 107008682 11246329856 9968 33554432000 4194304 4196468 140733967056224 139738368424816 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=10982744 memory=139964433045120 CPUtime=0.11 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 621 13113 0 0 3 0 5 3 20 0 15 0 107008682 11246329856 9968 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11246329856 9968 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=10982744 memory=139964433045120 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008683 11246329856 9968 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 39872 KiB

[startup+0.310553 s]*
/proc/loadavg: 1.60 1.72 1.65 3/216 15875
/proc/meminfo: memFree=23585596/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=10983192 memory=53260 CPUtime=0.37 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 9838 13113 0 0 27 2 5 3 20 0 15 0 107008666 11246788608 13315 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2745798 13315 3090 1 0 2708109 0
[pid=15809/tid=15862] ppid=15806 vsize=10983192 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 6350 13113 0 0 18 1 5 3 20 0 15 0 107008677 11246788608 13315 33554432000 4194304 4196468 140733967056224 139739374662048 139739383125710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 13315 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 13315 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 13315 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 13315 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=10983192 memory=139964433045120 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246788608 13315 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246788608 13315 33554432000 4194304 4196468 140733967056224 139738237363360 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246788608 13315 33554432000 4194304 4196468 140733967056224 139738036036336 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11246788608 13315 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) S 15806 15809 12183 0 -1 1077944384 361 13113 0 0 1 0 5 3 20 0 15 0 107008682 11246788608 13315 33554432000 4194304 4196468 140733967056224 139738369477360 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) S 15806 15809 12183 0 -1 1077944384 266 13113 0 0 1 0 5 3 20 0 15 0 107008682 11246788608 13315 33554432000 4194304 4196468 140733967056224 139738368424816 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=10983192 memory=139964433045120 CPUtime=0.13 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 641 13113 0 0 5 0 5 3 20 0 15 0 107008682 11246788608 13315 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11246788608 13315 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=10983192 memory=139964433045120 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008683 11246788608 13315 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53260 KiB

[startup+0.700811 s]
/proc/loadavg: 1.60 1.72 1.65 3/216 15875
/proc/meminfo: memFree=23574184/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=10983192 memory=88680 CPUtime=0.98 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 16740 13113 0 0 86 4 5 3 20 0 15 0 107008666 11246788608 22170 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2745798 22170 3241 1 0 2708109 0
[pid=15809/tid=15862] ppid=15806 vsize=10983192 memory=920 CPUtime=0.66 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 12091 13113 0 0 55 3 5 3 20 0 15 0 107008677 11246788608 22170 33554432000 4194304 4196468 140733967056224 139739374677920 139739383125760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=10983192 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 22170 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=10983192 memory=2720 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 22170 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=10983192 memory=2688 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 22170 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=10983192 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 107008677 11246788608 22170 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=10983192 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 5 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246788608 22170 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=10983192 memory=2784 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246788608 22170 33554432000 4194304 4196468 140733967056224 139738237363360 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=10983192 memory=1114932 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008679 11246788608 22170 33554432000 4194304 4196468 140733967056224 139738036036336 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11246788608 22170 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) S 15806 15809 12183 0 -1 1077944384 1012 13113 0 0 9 0 5 3 20 0 15 0 107008682 11246788608 22170 33554432000 4194304 4196468 140733967056224 139738369477360 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) S 15806 15809 12183 0 -1 1077944384 676 13113 0 0 7 0 5 3 20 0 15 0 107008682 11246788608 22170 33554432000 4194304 4196468 140733967056224 139738368424816 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=10983192 memory=4004 CPUtime=0.21 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 738 13113 0 0 13 0 5 3 20 0 15 0 107008682 11246788608 22170 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=10983192 memory=18448 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11246788608 22170 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=10983192 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008683 11246788608 22170 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88680 KiB

[startup+1.50076 s]
/proc/loadavg: 1.60 1.72 1.65 3/216 15875
/proc/meminfo: memFree=23526688/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=10995764 memory=201812 CPUtime=3.11 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 31920 13113 0 0 294 9 5 3 20 0 15 0 107008666 11259662336 50453 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2748941 50453 3441 1 0 2710599 0
[pid=15809/tid=15862] ppid=15806 vsize=10995764 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 18393 13113 0 0 132 5 5 3 20 0 15 0 107008677 11259662336 50453 33554432000 4194304 4196468 140733967056224 139739374656368 139739386930526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=10995764 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11259662336 50453 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=10995764 memory=7163346169534376272 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11259662336 50453 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=10995764 memory=7957412307576186964 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008677 11259662336 50453 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=10995764 memory=7589242050314071145 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 107008677 11259662336 50453 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=10995764 memory=7454130749351154278 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 107008679 11259662336 50453 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=10995764 memory=7378136810035701353 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 107008679 11259662336 50453 33554432000 4194304 4196468 140733967056224 139738237363360 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=10995764 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008679 11259662336 50453 33554432000 4194304 4196468 140733967056224 139738036036336 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=10995764 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11259662336 50453 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=10995764 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) R 15806 15809 12183 0 -1 4202560 3881 13113 0 0 58 1 5 3 20 0 15 0 107008682 11259662336 50453 33554432000 4194304 4196468 140733967056224 139738369469848 139739380513712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=10995764 memory=14431090117230 CPUtime=0.65 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) R 15806 15809 12183 0 -1 4202560 5086 13113 0 0 56 1 5 3 20 0 15 0 107008682 11259662336 50453 33554432000 4194304 4196468 140733967056224 139738368410552 139739384394273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=10995764 memory=279924426408056 CPUtime=0.55 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 2333 13113 0 0 46 1 5 3 20 0 15 0 107008682 11259662336 50453 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=10995764 memory=302585819879975321 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11259662336 50453 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=10995764 memory=13571500578518324 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 107008683 11259662336 50453 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10995764 KiB
Current children cumulated memory: 201812 KiB

[startup+3.11035 s]
/proc/loadavg: 1.63 1.73 1.65 3/216 15875
/proc/meminfo: memFree=23356360/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=11006304 memory=281604 CPUtime=6.81 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 40826 13113 0 0 658 15 5 3 20 0 15 0 107008666 11270455296 70401 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2751576 70401 3493 1 0 2713229 0

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

/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 46950 13113 0 0 16149 23 5 3 20 0 15 0 107008677 11280941056 356105 33554432000 4194304 4196468 140733967056224 139739374683968 139738948775924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=11016544 memory=1424420 CPUtime=0.35 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 4617 13113 0 0 18 9 5 3 20 0 15 0 107008677 11280941056 356105 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=11016544 memory=1424420 CPUtime=0.34 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 1871 13113 0 0 17 9 5 3 20 0 15 0 107008677 11280941056 356105 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=11016544 memory=1424420 CPUtime=0.34 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 1938 13113 0 0 17 9 5 3 20 0 15 0 107008677 11280941056 356105 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=11016544 memory=1424420 CPUtime=0.34 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 2441 13113 0 0 18 8 5 3 20 0 15 0 107008677 11280941056 356105 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=11016544 memory=1424420 CPUtime=0.18 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 3938 13113 0 0 9 1 5 3 20 0 15 0 107008679 11280941056 356105 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=11016544 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 21 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 356105 33554432000 4194304 4196468 140733967056224 139738237363424 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=11016544 memory=2400 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 23 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 356105 33554432000 4194304 4196468 140733967056224 139738036036352 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=11016544 memory=8560 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 356105 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=11016544 memory=1712 CPUtime=7.67 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) S 15806 15809 12183 0 -1 1077944384 28940 13113 0 0 755 4 5 3 20 0 15 0 107008682 11280941056 356105 33554432000 4194304 4196468 140733967056224 139738369477360 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=11016544 memory=1584 CPUtime=8.1 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) S 15806 15809 12183 0 -1 1077944384 29369 13113 0 0 798 4 5 3 20 0 15 0 107008682 11280941056 356105 33554432000 4194304 4196468 140733967056224 139738368424816 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=11016544 memory=4124 CPUtime=3.02 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 18949 13113 0 0 289 5 5 3 20 0 15 0 107008682 11280941056 356105 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=11016544 memory=1424420 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 356105 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=11016544 memory=1424420 CPUtime=0.17 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 865 13113 0 0 6 3 5 3 20 0 15 0 107008683 11280941056 356105 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 181.73 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1424420 KiB

[startup+222.301 s]
/proc/loadavg: 1.80 1.72 1.67 3/217 16159
/proc/meminfo: memFree=21697668/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=11016544 memory=1329004 CPUtime=241.86 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 148461 13113 0 0 24093 85 5 3 20 0 15 0 107008666 11280941056 332251 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2754136 332251 3529 1 0 2715789 0
[pid=15809/tid=15862] ppid=15806 vsize=11016544 memory=1334648 CPUtime=221.77 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 48140 13113 0 0 22142 27 5 3 20 0 15 0 107008677 11280941056 332251 33554432000 4194304 4196468 140733967056224 139739374683504 139738948464871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=11016544 memory=1329004 CPUtime=0.37 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 4649 13113 0 0 20 9 5 3 20 0 15 0 107008677 11280941056 332251 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=11016544 memory=1329004 CPUtime=0.36 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 3012 13113 0 0 19 9 5 3 20 0 15 0 107008677 11280941056 332251 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=11016544 memory=1334648 CPUtime=0.36 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 1965 13113 0 0 19 9 5 3 20 0 15 0 107008677 11280941056 332251 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=11016544 memory=920 CPUtime=0.36 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 2499 13113 0 0 19 9 5 3 20 0 15 0 107008677 11280941056 332251 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=11016544 memory=3852 CPUtime=0.2 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 3997 13113 0 0 10 2 5 3 20 0 15 0 107008679 11280941056 332251 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=11016544 memory=1334648 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 21 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 332251 33554432000 4194304 4196468 140733967056224 139738237363424 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=11016544 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 23 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 332251 33554432000 4194304 4196468 140733967056224 139738036036352 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=11016544 memory=1334648 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 332251 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=11016544 memory=1334648 CPUtime=7.71 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) S 15806 15809 12183 0 -1 1077944384 30277 13113 0 0 758 5 5 3 20 0 15 0 107008682 11280941056 332251 33554432000 4194304 4196468 140733967056224 139738369477360 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=11016544 memory=4140 CPUtime=8.13 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) S 15806 15809 12183 0 -1 1077944384 31150 13113 0 0 801 4 5 3 20 0 15 0 107008682 11280941056 332251 33554432000 4194304 4196468 140733967056224 139738368424816 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=11016544 memory=30660 CPUtime=3.03 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 19635 13113 0 0 290 5 5 3 20 0 15 0 107008682 11280941056 332251 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=11016544 memory=1836 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 332251 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=11016544 memory=13044 CPUtime=0.2 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 895 13113 0 0 7 5 5 3 20 0 15 0 107008683 11280941056 332251 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 241.86 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1329004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+232.501 s]
/proc/loadavg: 1.75 1.72 1.67 3/217 16159
/proc/meminfo: memFree=21706728/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=11016544 memory=1319768 CPUtime=252.09 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 152461 13113 0 0 25116 85 5 3 20 0 15 0 107008666 11280941056 329942 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2754136 329942 3529 1 0 2715789 0
[pid=15809/tid=15862] ppid=15806 vsize=11016544 memory=1319768 CPUtime=231.96 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 48438 13113 0 0 23161 27 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739374683888 139738949053696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=11016544 memory=2200 CPUtime=0.37 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 4652 13113 0 0 20 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=11016544 memory=1319768 CPUtime=0.36 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 3053 13113 0 0 19 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=11016544 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 2051 13113 0 0 19 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=11016544 memory=1319768 CPUtime=0.37 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 3097 13113 0 0 20 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=11016544 memory=1329004 CPUtime=0.21 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 4248 13113 0 0 11 2 5 3 20 0 15 0 107008679 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=11016544 memory=1319768 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 21 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738237363424 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=11016544 memory=1323872 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 23 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738036036352 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=11016544 memory=1323872 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=11016544 memory=1319768 CPUtime=7.71 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) S 15806 15809 12183 0 -1 1077944384 30278 13113 0 0 758 5 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738369477360 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=11016544 memory=2720 CPUtime=8.15 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) S 15806 15809 12183 0 -1 1077944384 33210 13113 0 0 802 5 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738368424816 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=11016544 memory=0 CPUtime=3.03 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 20293 13113 0 0 290 5 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=11016544 memory=6441326428789231696 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=11016544 memory=1323872 CPUtime=0.2 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 899 13113 0 0 7 5 5 3 20 0 15 0 107008683 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1319768 KiB

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

[startup+232.539 s]
# the end of solver process 15809 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.243 s, system=0.906888 s

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

[startup+232.501 s]
/proc/loadavg: 1.75 1.72 1.67 3/217 16159
/proc/meminfo: memFree=21706728/32770624 swapFree=67108860/67108860
[pid=15809] ppid=15806 vsize=11016544 memory=1319768 CPUtime=252.09 cores=0,2,4,6
/proc/15809/stat : 15809 (java) S 15806 15809 12183 0 -1 1077944320 152461 13113 0 0 25116 85 5 3 20 0 15 0 107008666 11280941056 329942 33554432000 4194304 4196468 140733967056224 140733967038768 139739402850039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
/proc/15809/statm: 2754136 329942 3529 1 0 2715789 0
[pid=15809/tid=15862] ppid=15806 vsize=11016544 memory=1319768 CPUtime=231.96 cores=0,2,4,6
/proc/15809/task/15862/stat : 15862 (java) R 15806 15809 12183 0 -1 4202560 48438 13113 0 0 23161 27 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739374683888 139738949053696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15863] ppid=15806 vsize=11016544 memory=2200 CPUtime=0.37 cores=0,2,4,6
/proc/15809/task/15863/stat : 15863 (java) S 15806 15809 12183 0 -1 1077944384 4652 13113 0 0 20 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739407092752 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15864] ppid=15806 vsize=11016544 memory=1319768 CPUtime=0.36 cores=0,2,4,6
/proc/15809/task/15864/stat : 15864 (java) S 15806 15809 12183 0 -1 1077944384 3053 13113 0 0 19 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739261811856 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15865] ppid=15806 vsize=11016544 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/15809/task/15865/stat : 15865 (java) S 15806 15809 12183 0 -1 1077944384 2051 13113 0 0 19 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739260758800 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15866] ppid=15806 vsize=11016544 memory=1319768 CPUtime=0.37 cores=0,2,4,6
/proc/15809/task/15866/stat : 15866 (java) S 15806 15809 12183 0 -1 1077944384 3097 13113 0 0 20 9 5 3 20 0 15 0 107008677 11280941056 329942 33554432000 4194304 4196468 140733967056224 139739259706256 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15867] ppid=15806 vsize=11016544 memory=1329004 CPUtime=0.21 cores=0,2,4,6
/proc/15809/task/15867/stat : 15867 (java) S 15806 15809 12183 0 -1 1077944384 4248 13113 0 0 11 2 5 3 20 0 15 0 107008679 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738370529520 139739402861186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15868] ppid=15806 vsize=11016544 memory=1319768 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15868/stat : 15868 (java) S 15806 15809 12183 0 -1 1077944384 21 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738237363424 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15869] ppid=15806 vsize=11016544 memory=1323872 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15869/stat : 15869 (java) S 15806 15809 12183 0 -1 1077944384 23 13113 0 0 0 0 5 3 20 0 15 0 107008679 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738036036352 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15870] ppid=15806 vsize=11016544 memory=1323872 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15870/stat : 15870 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139737728636880 139739402868635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15871] ppid=15806 vsize=11016544 memory=1319768 CPUtime=7.71 cores=0,2,4,6
/proc/15809/task/15871/stat : 15871 (java) S 15806 15809 12183 0 -1 1077944384 30278 13113 0 0 758 5 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738369477360 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15872] ppid=15806 vsize=11016544 memory=2720 CPUtime=8.15 cores=0,2,4,6
/proc/15809/task/15872/stat : 15872 (java) S 15806 15809 12183 0 -1 1077944384 33210 13113 0 0 802 5 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738368424816 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15873] ppid=15806 vsize=11016544 memory=0 CPUtime=3.03 cores=0,2,4,6
/proc/15809/task/15873/stat : 15873 (java) S 15806 15809 12183 0 -1 1077944384 20293 13113 0 0 290 5 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738367371760 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15874] ppid=15806 vsize=11016544 memory=6441326428789231696 CPUtime=0.08 cores=0,2,4,6
/proc/15809/task/15874/stat : 15874 (java) S 15806 15809 12183 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 107008682 11280941056 329942 33554432000 4194304 4196468 140733967056224 139737297840992 139739402860245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
[pid=15809/tid=15875] ppid=15806 vsize=11016544 memory=1323872 CPUtime=0.2 cores=0,2,4,6
/proc/15809/task/15875/stat : 15875 (java) S 15806 15809 12183 0 -1 1077944384 899 13113 0 0 7 5 5 3 20 0 15 0 107008683 11280941056 329942 33554432000 4194304 4196468 140733967056224 139738366319152 139739402861186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30818304 140733967059570 140733967062369 140733967062369 140733967065039 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1319768 KiB

Child status: 143
Real time (s): 232.539
CPU time (s): 252.149
CPU user time (s): 251.243
CPU system time (s): 0.906888
CPU usage (%): 108.433
Max. virtual memory (cumulated for all children) (KiB): 11017168
Max. memory (cumulated for all children) (KiB): 1537832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.243
system time used= 0.906888
maximum resident set size= 1539908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16248
involuntary context switches= 1207


# summary of solver processes directly reported to runsolver:
#   pid: 15809
#   total CPU time (s): 252.149
#   total CPU user time (s): 251.243
#   total CPU system time (s): 0.906888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44975 second user time and 2.19796 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:00:55
IDJOB=4302466
IDBENCH=141102
IDSOLVER=2776
FILE ID=node107/4302466-1532894455
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302466-1532894455/watcher-4302466-1532894455 -o /tmp/evaluation-result-4302466-1532894455/solver-4302466-1532894455 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=348004052 HOME/instance-4302466-1532894455.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=348004052

node107.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.40
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.40
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.40
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.40
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:        23627172 kB
MemAvailable:   30858488 kB
Buffers:          244984 kB
Cached:          7249832 kB
SwapCached:            0 kB
Active:          4925984 kB
Inactive:        3724912 kB
Active(anon):    1108004 kB
Inactive(anon):    76484 kB
Active(file):    3817980 kB
Inactive(file):  3648428 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27060 kB
Writeback:             0 kB
AnonPages:       1263620 kB
Mapped:            58476 kB
Shmem:             25228 kB
Slab:             190144 kB
SReclaimable:     161484 kB
SUnreclaim:        28660 kB
KernelStack:        3824 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2374640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1021952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60772 MiB
End job on node107 at 2018-07-29 22:04:47