Trace number 4261927

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.4? (TO) 2520.54 2479.3899

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-16-a3.xml
MD5SUM0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark20036
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints123
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":120},{"size":501,"count":16}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":14},{"degree":17,"count":2}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":120},{"arity":16,"count":1},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

3.28/2.22	c Concrete v3.4 running
2520.36/2479.37	java.util.concurrent.TimeoutException
2520.36/2479.37		at concrete.MAC.mac(MAC.scala:74)
2520.36/2479.37		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.36/2479.37		at scala.util.Try$.apply(Try.scala:209)
2520.36/2479.37		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.36/2479.37		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.36/2479.37		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.36/2479.37		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.36/2479.37		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.36/2479.37		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.36/2479.37		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.36/2479.37		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.36/2479.37		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.36/2479.37		at concrete.MAC.oneRun(MAC.scala:146)
2520.36/2479.37		at concrete.MAC.nextSolution(MAC.scala:166)
2520.36/2479.37		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.36/2479.37		at concrete.ProblemState.map(ProblemState.scala:203)
2520.36/2479.37		at concrete.ProblemState.map(ProblemState.scala:188)
2520.36/2479.37		at concrete.MAC.nextSolution(MAC.scala:195)
2520.36/2479.37		at concrete.Solver.hasNext(Solver.scala:202)
2520.36/2479.37		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.36/2479.37		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.36/2479.37		at concrete.Solver.toStream(Solver.scala:73)
2520.36/2479.37		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.36/2479.37		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.36/2479.37		at concrete.Solver.toIterable(Solver.scala:73)
2520.36/2479.37		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.36/2479.37		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.36/2479.37		at scala.util.Success.map(Try.scala:209)
2520.36/2479.37		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.36/2479.37		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.36/2479.37		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.36/2479.37		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.36/2479.37		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.36/2479.37		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.36/2479.37		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.36/2479.37		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.36/2479.37		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.36/2479.37		at scala.collection.immutable.List.foreach(List.scala:389)
2520.36/2479.37		at scala.App.main(App.scala:76)
2520.36/2479.37		at scala.App.main$(App.scala:74)
2520.36/2479.37		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.36/2479.37		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.36/2479.38	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261927-1502441407/watcher-4261927-1502441407 -o /tmp/evaluation-result-4261927-1502441407/solver-4261927-1502441407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4261927-1502441407.xml 

pid=22787
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.92 1.81 3/194 22790
/proc/meminfo: memFree=27011112/32770624 swapFree=0/303288
[pid=22790] ppid=22787 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22790/stat : 22790 (runsolver) D 22787 22790 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46336214 24240128 107 18446744073709551615 4194304 4338465 140726251627312 140726251624952 139875622040279 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 19431424 140726251630800 140726251631177 140726251631177 140726251634634 0
/proc/22790/statm: 5918 107 54 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 1.91 1.92 1.81 3/194 22790
/proc/meminfo: memFree=27011112/32770624 swapFree=0/303288
[pid=22790] ppid=22787 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22790/stat : 22790 (runsolver) D 22787 22790 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46336214 24240128 107 18446744073709551615 4194304 4338465 140726251627312 140726251624952 139875622040279 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 19431424 140726251630800 140726251631177 140726251631177 140726251634634 0
/proc/22790/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200315 s]
/proc/loadavg: 1.91 1.92 1.81 3/194 22790
/proc/meminfo: memFree=27011112/32770624 swapFree=0/303288
[pid=22790] ppid=22787 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/22790/stat : 22790 (bash) S 22787 22790 16548 0 -1 4202496 889 6486 0 0 0 0 0 1 20 0 1 0 46336214 9867264 376 18446744073709551615 4194304 5098028 140732688530336 140732688524344 140051458407424 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 11 0 0 7196144 7232144 36024320 140732688531988 140732688532073 140732688532073 140732688535530 0
/proc/22790/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300337 s]
/proc/loadavg: 1.91 1.92 1.81 3/194 22790
/proc/meminfo: memFree=27011112/32770624 swapFree=0/303288
[pid=22790] ppid=22787 vsize=13708644 CPUtime=0.12 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 5188 12686 0 0 4 1 5 2 20 0 12 0 46336214 14037651456 4912 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3443545 4912 2146 1 0 3433042 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13708644

[startup+0.703641 s]
/proc/loadavg: 1.91 1.92 1.81 3/194 22790
/proc/meminfo: memFree=27011112/32770624 swapFree=0/303288
[pid=22790] ppid=22787 vsize=13974784 CPUtime=0.62 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 13736 12686 0 0 51 4 5 2 20 0 15 0 46336214 14310178816 14197 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3493696 14197 3079 1 0 3482965 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 2.08 1.95 1.82 3/209 22853
/proc/meminfo: memFree=26920280/32770624 swapFree=0/304044
[pid=22790] ppid=22787 vsize=13985408 CPUtime=1.82 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 25343 12686 0 0 166 9 5 2 20 0 15 0 46336214 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3496352 33994 3340 1 0 3485525 0
[pid=22790/tid=22840] ppid=22787 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) R 22787 22790 16548 0 -1 4202560 20497 12686 0 0 114 7 5 2 20 0 15 0 46336238 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140062160743776 140062156520854 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) S 22787 22790 16548 0 -1 1077944384 2 12686 0 0 0 0 5 2 20 0 15 0 46336239 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) S 22787 22790 16548 0 -1 1077944384 2 12686 0 0 0 0 5 2 20 0 15 0 46336239 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) S 22787 22790 16548 0 -1 1077944384 1 12686 0 0 0 0 5 2 20 0 15 0 46336239 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) S 22787 22790 16548 0 -1 1077944384 2 12686 0 0 0 0 5 2 20 0 15 0 46336239 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140062110317072 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 5 12686 0 0 0 0 5 2 20 0 15 0 46336240 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061733145200 140062156520066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 33 12686 0 0 0 0 5 2 20 0 15 0 46336241 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061732091168 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 21 12686 0 0 0 0 5 2 20 0 15 0 46336241 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061731038832 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22849] ppid=22787 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/22790/task/22849/stat : 22849 (java) S 22787 22790 16548 0 -1 1077944384 1177 12686 0 0 18 0 5 2 20 0 15 0 46336244 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061728934000 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22850] ppid=22787 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/22790/task/22850/stat : 22850 (java) S 22787 22790 16548 0 -1 1077944384 530 12686 0 0 11 0 5 2 20 0 15 0 46336244 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061727881200 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22851] ppid=22787 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/22790/task/22851/stat : 22851 (java) S 22787 22790 16548 0 -1 1077944384 919 12686 0 0 22 0 5 2 20 0 15 0 46336244 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061726828912 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22852] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 1 12686 0 0 0 0 5 2 20 0 15 0 46336247 14321057792 33994 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 13985408

[startup+3.10061 s]
/proc/loadavg: 2.08 1.95 1.82 3/209 22853
/proc/meminfo: memFree=26841544/32770624 swapFree=0/304028
[pid=22790] ppid=22787 vsize=13999932 CPUtime=5.5 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 34146 12686 0 0 528 15 5 2 20 0 15 0 46336214 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3499983 54486 3443 1 0 3488597 0
[pid=22790/tid=22840] ppid=22787 vsize=13999932 CPUtime=2.84 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) R 22787 22790 16548 0 -1 4202560 24437 12686 0 0 268 9 5 2 20 0 15 0 46336238 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140062160739824 140062156520854 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) S 22787 22790 16548 0 -1 1077944384 62 12686 0 0 0 0 5 2 20 0 15 0 46336239 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) S 22787 22790 16548 0 -1 1077944384 203 12686 0 0 1 0 5 2 20 0 15 0 46336239 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) S 22787 22790 16548 0 -1 1077944384 29 12686 0 0 1 0 5 2 20 0 15 0 46336239 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) S 22787 22790 16548 0 -1 1077944384 32 12686 0 0 1 0 5 2 20 0 15 0 46336239 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140062110317072 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 657 12686 0 0 1 0 5 2 20 0 15 0 46336240 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061733145200 140062156520066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 34 12686 0 0 0 0 5 2 20 0 15 0 46336241 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061732091232 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 23 12686 0 0 0 0 5 2 20 0 15 0 46336241 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061731038832 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22849] ppid=22787 vsize=13999932 CPUtime=0.84 cores=0,2,4,6
/proc/22790/task/22849/stat : 22849 (java) S 22787 22790 16548 0 -1 1077944384 2065 12686 0 0 77 0 5 2 20 0 15 0 46336244 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061728934000 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22850] ppid=22787 vsize=13999932 CPUtime=0.76 cores=0,2,4,6
/proc/22790/task/22850/stat : 22850 (java) S 22787 22790 16548 0 -1 1077944384 1432 12686 0 0 68 1 5 2 20 0 15 0 46336244 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061727881200 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22851] ppid=22787 vsize=13999932 CPUtime=1.14 cores=0,2,4,6
/proc/22790/task/22851/stat : 22851 (java) S 22787 22790 16548 0 -1 1077944384 3016 12686 0 0 107 0 5 2 20 0 15 0 46336244 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061726828912 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22852] ppid=22787 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 1 12686 0 0 0 0 5 2 20 0 15 0 46336247 14335930368 54486 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 13999932

[startup+6.30063 s]
/proc/loadavg: 2.08 1.95 1.82 3/209 22853
/proc/meminfo: memFree=26629748/32770624 swapFree=0/304016
[pid=22790] ppid=22787 vsize=14067516 CPUtime=12.88 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 74006 12686 0 0 1255 26 5 2 20 0 15 0 46336214 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3516879 112516 3474 1 0 3505493 0
[pid=22790/tid=22840] ppid=22787 vsize=14067516 CPUtime=5.97 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) R 22787 22790 16548 0 -1 4202560 44463 12686 0 0 576 14 5 2 20 0 15 0 46336238 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140062160743104 140061800208709 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) S 22787 22790 16548 0 -1 1077944384 354 12686 0 0 3 1 5 2 20 0 15 0 46336239 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) S 22787 22790 16548 0 -1 1077944384 230 12686 0 0 3 0 5 2 20 0 15 0 46336239 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) S 22787 22790 16548 0 -1 1077944384 114 12686 0 0 3 0 5 2 20 0 15 0 46336239 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) S 22787 22790 16548 0 -1 1077944384 546 12686 0 0 3 0 5 2 20 0 15 0 46336239 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140062110317072 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 3841 12686 0 0 4 0 5 2 20 0 15 0 46336240 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061733145200 140062156520066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 44 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061732091296 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 52 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061731038848 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22849] ppid=22787 vsize=14067516 CPUtime=2.64 cores=0,2,4,6
/proc/22790/task/22849/stat : 22849 (java) S 22787 22790 16548 0 -1 1077944384 9090 12686 0 0 254 3 5 2 20 0 15 0 46336244 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061728934000 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22850] ppid=22787 vsize=14067516 CPUtime=2.55 cores=0,2,4,6
/proc/22790/task/22850/stat : 22850 (java) S 22787 22790 16548 0 -1 1077944384 5702 12686 0 0 246 2 5 2 20 0 15 0 46336244 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061727881200 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22851] ppid=22787 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/22790/task/22851/stat : 22851 (java) S 22787 22790 16548 0 -1 1077944384 7403 12686 0 0 157 2 5 2 20 0 15 0 46336244 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061726828912 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22852] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 12 12686 0 0 0 0 5 2 20 0 15 0 46336247 14405136384 112516 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.91 1.92 1.81 3/209 22853
/proc/meminfo: memFree=26251080/32770624 swapFree=0/304024
[pid=22790] ppid=22787 vsize=14067516 CPUtime=19.46 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 76915 12686 0 0 1905 34 5 2 20 0 15 0 46336214 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3516879 193161 3475 1 0 3505493 0
[pid=22790/tid=22840] ppid=22787 vsize=14067516 CPUtime=12.33 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) R 22787 22790 16548 0 -1 4202560 45097 12686 0 0 1208 18 5 2 20 0 15 0 46336238 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140062160742928 140061800208920 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) S 22787 22790 16548 0 -1 1077944384 467 12686 0 0 4 1 5 2 20 0 15 0 46336239 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) S 22787 22790 16548 0 -1 1077944384 309 12686 0 0 4 1 5 2 20 0 15 0 46336239 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) S 22787 22790 16548 0 -1 1077944384 180 12686 0 0 4 1 5 2 20 0 15 0 46336239 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) S 22787 22790 16548 0 -1 1077944384 1468 12686 0 0 4 1 5 2 20 0 15 0 46336239 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140062110317072 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 4006 12686 0 0 5 0 5 2 20 0 15 0 46336240 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140061733145200 140062156520066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 44 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140061732091296 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 52 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140061731038848 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 193161 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0

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

/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 941 12686 0 0 78 75 5 2 20 0 15 0 46336247 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 2360.9
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.33 1.31 1.33 3/209 23143
/proc/meminfo: memFree=28537076/32770624 swapFree=0/304692
[pid=22790] ppid=22787 vsize=14067516 CPUtime=2421.76 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 205179 12686 0 0 241800 369 5 2 20 0 15 0 46336214 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3516879 279595 3476 1 0 3505493 0
[pid=22790/tid=22840] ppid=22787 vsize=14067516 CPUtime=2353.64 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) R 22787 22790 16548 0 -1 4202560 94074 12686 0 0 235305 52 5 2 20 0 15 0 46336238 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140062160743024 140061801120149 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=14067516 CPUtime=11.8 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) S 22787 22790 16548 0 -1 1077944384 12074 12686 0 0 1113 60 5 2 20 0 15 0 46336239 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=14067516 CPUtime=11.82 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) S 22787 22790 16548 0 -1 1077944384 13775 12686 0 0 1111 64 5 2 20 0 15 0 46336239 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=14067516 CPUtime=11.83 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) S 22787 22790 16548 0 -1 1077944384 17928 12686 0 0 1111 65 5 2 20 0 15 0 46336239 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=14067516 CPUtime=11.83 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) S 22787 22790 16548 0 -1 1077944384 14109 12686 0 0 1113 63 5 2 20 0 15 0 46336239 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140062110317072 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=14067516 CPUtime=12.57 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 17525 12686 0 0 1193 57 5 2 20 0 15 0 46336240 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061733145200 140062156520066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 44 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061732091296 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 52 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061731038848 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22849] ppid=22787 vsize=14067516 CPUtime=2.77 cores=0,2,4,6
/proc/22790/task/22849/stat : 22849 (java) S 22787 22790 16548 0 -1 1077944384 11514 12686 0 0 265 5 5 2 20 0 15 0 46336244 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061728934000 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22850] ppid=22787 vsize=14067516 CPUtime=2.68 cores=0,2,4,6
/proc/22790/task/22850/stat : 22850 (java) S 22787 22790 16548 0 -1 1077944384 6888 12686 0 0 258 3 5 2 20 0 15 0 46336244 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061727881200 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22851] ppid=22787 vsize=14067516 CPUtime=1.71 cores=0,2,4,6
/proc/22790/task/22851/stat : 22851 (java) S 22787 22790 16548 0 -1 1077944384 14082 12686 0 0 161 3 5 2 20 0 15 0 46336244 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061726828912 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22852] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 959 12686 0 0 80 77 5 2 20 0 15 0 46336247 14405136384 279595 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 2421.76
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.33 1.30 1.32 3/209 23145
/proc/meminfo: memFree=28532544/32770624 swapFree=0/304712
[pid=22790] ppid=22787 vsize=14067516 CPUtime=2482.65 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 207177 12686 0 0 247880 378 5 2 20 0 15 0 46336214 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3516879 280107 3476 1 0 3505493 0
[pid=22790/tid=22840] ppid=22787 vsize=14067516 CPUtime=2412.89 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) R 22787 22790 16548 0 -1 4202560 95131 12686 0 0 241229 53 5 2 20 0 15 0 46336238 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062160742976 140061800050969 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=14067516 CPUtime=12.12 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) S 22787 22790 16548 0 -1 1077944384 12157 12686 0 0 1144 61 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=14067516 CPUtime=12.14 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) S 22787 22790 16548 0 -1 1077944384 14047 12686 0 0 1141 66 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=14067516 CPUtime=12.14 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) S 22787 22790 16548 0 -1 1077944384 17972 12686 0 0 1141 66 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=14067516 CPUtime=12.13 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) S 22787 22790 16548 0 -1 1077944384 14242 12686 0 0 1142 64 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062110317072 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=14067516 CPUtime=12.9 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 17900 12686 0 0 1224 59 5 2 20 0 15 0 46336240 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061733145200 140062156520066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 44 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061732091296 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 52 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061731038848 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22849] ppid=22787 vsize=14067516 CPUtime=2.77 cores=0,2,4,6
/proc/22790/task/22849/stat : 22849 (java) S 22787 22790 16548 0 -1 1077944384 11518 12686 0 0 265 5 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061728934000 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22850] ppid=22787 vsize=14067516 CPUtime=2.68 cores=0,2,4,6
/proc/22790/task/22850/stat : 22850 (java) S 22787 22790 16548 0 -1 1077944384 6892 12686 0 0 258 3 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061727881200 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22851] ppid=22787 vsize=14067516 CPUtime=1.71 cores=0,2,4,6
/proc/22790/task/22851/stat : 22851 (java) S 22787 22790 16548 0 -1 1077944384 14086 12686 0 0 161 3 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061726828912 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22852] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=14067516 CPUtime=1.68 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 981 12686 0 0 82 79 5 2 20 0 15 0 46336247 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 2482.65
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.2 s]
/proc/loadavg: 1.38 1.32 1.32 3/209 23145
/proc/meminfo: memFree=28532764/32770624 swapFree=0/304708
[pid=22790] ppid=22787 vsize=14067516 CPUtime=2520.07 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 208030 12686 0 0 251617 383 5 2 20 0 15 0 46336214 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3516879 280107 3476 1 0 3505493 0
[pid=22790/tid=22840] ppid=22787 vsize=14067516 CPUtime=2449.35 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) R 22787 22790 16548 0 -1 4202560 95641 12686 0 0 244874 54 5 2 20 0 15 0 46336238 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062160743008 140061800395158 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=14067516 CPUtime=12.31 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) S 22787 22790 16548 0 -1 1077944384 12184 12686 0 0 1162 62 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=14067516 CPUtime=12.33 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) S 22787 22790 16548 0 -1 1077944384 14268 12686 0 0 1159 67 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=14067516 CPUtime=12.33 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) S 22787 22790 16548 0 -1 1077944384 18004 12686 0 0 1158 68 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=14067516 CPUtime=12.32 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) S 22787 22790 16548 0 -1 1077944384 14274 12686 0 0 1160 65 5 2 20 0 15 0 46336239 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140062110317072 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=14067516 CPUtime=13.1 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 17927 12686 0 0 1243 60 5 2 20 0 15 0 46336240 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061733145200 140062156520066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 44 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061732091296 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 52 12686 0 0 0 0 5 2 20 0 15 0 46336241 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061731038848 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22849] ppid=22787 vsize=14067516 CPUtime=2.77 cores=0,2,4,6
/proc/22790/task/22849/stat : 22849 (java) S 22787 22790 16548 0 -1 1077944384 11518 12686 0 0 265 5 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061728934000 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22850] ppid=22787 vsize=14067516 CPUtime=2.68 cores=0,2,4,6
/proc/22790/task/22850/stat : 22850 (java) S 22787 22790 16548 0 -1 1077944384 6892 12686 0 0 258 3 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061727881200 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22851] ppid=22787 vsize=14067516 CPUtime=1.71 cores=0,2,4,6
/proc/22790/task/22851/stat : 22851 (java) S 22787 22790 16548 0 -1 1077944384 14086 12686 0 0 161 3 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061726828912 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22852] ppid=22787 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 15 0 46336244 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=14067516 CPUtime=1.7 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 985 12686 0 0 83 80 5 2 20 0 15 0 46336247 14405136384 280107 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 14067516

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22790 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2479.31 s]
/proc/loadavg: 1.38 1.32 1.32 3/209 23145
/proc/meminfo: memFree=28532764/32770624 swapFree=0/304708
[pid=22790] ppid=22787 vsize=14200644 CPUtime=2520.36 cores=0,2,4,6
/proc/22790/stat : 22790 (java) S 22787 22790 16548 0 -1 1077944320 213221 12686 0 0 251645 384 5 2 20 0 17 0 46336214 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140735184852592 140062156508919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
/proc/22790/statm: 3550161 281784 3476 1 0 3538775 0
[pid=22790/tid=22840] ppid=22787 vsize=14200644 CPUtime=2449.35 cores=0,2,4,6
/proc/22790/task/22840/stat : 22840 (java) S 22787 22790 16548 0 -1 1077944384 95962 12686 0 0 244874 54 5 2 20 0 17 0 46336238 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140062160746464 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22841] ppid=22787 vsize=14200644 CPUtime=12.37 cores=0,2,4,6
/proc/22790/task/22841/stat : 22841 (java) R 22787 22790 16548 0 -1 4202560 12194 12686 0 0 1168 62 5 2 20 0 17 0 46336239 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140062113474960 140062141505320 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22842] ppid=22787 vsize=14200644 CPUtime=12.39 cores=0,2,4,6
/proc/22790/task/22842/stat : 22842 (java) R 22787 22790 16548 0 -1 4202560 14270 12686 0 0 1165 67 5 2 20 0 17 0 46336239 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140062112422160 140062141505472 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22843] ppid=22787 vsize=14200644 CPUtime=12.39 cores=0,2,4,6
/proc/22790/task/22843/stat : 22843 (java) R 22787 22790 16548 0 -1 4202560 18013 12686 0 0 1164 68 5 2 20 0 17 0 46336239 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140062111369872 140062149137127 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22844] ppid=22787 vsize=14200644 CPUtime=12.38 cores=0,2,4,6
/proc/22790/task/22844/stat : 22844 (java) R 22787 22790 16548 0 -1 4202560 14277 12686 0 0 1166 65 5 2 20 0 17 0 46336239 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140062110317192 140062149137127 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22845] ppid=22787 vsize=14200644 CPUtime=13.13 cores=0,2,4,6
/proc/22790/task/22845/stat : 22845 (java) S 22787 22790 16548 0 -1 1077944384 22435 12686 0 0 1246 60 5 2 20 0 17 0 46336240 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061733143824 140062156519125 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22846] ppid=22787 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22846/stat : 22846 (java) S 22787 22790 16548 0 -1 1077944384 45 12686 0 0 0 0 5 2 20 0 17 0 46336241 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061732091200 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22847] ppid=22787 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22847/stat : 22847 (java) S 22787 22790 16548 0 -1 1077944384 52 12686 0 0 0 0 5 2 20 0 17 0 46336241 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061731038848 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22848] ppid=22787 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22848/stat : 22848 (java) S 22787 22790 16548 0 -1 1077944384 112 12686 0 0 0 0 5 2 20 0 17 0 46336244 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061729987152 140062156527515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22849] ppid=22787 vsize=14200644 CPUtime=2.78 cores=0,2,4,6
/proc/22790/task/22849/stat : 22849 (java) S 22787 22790 16548 0 -1 1077944384 11518 12686 0 0 266 5 5 2 20 0 17 0 46336244 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061728934000 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22850] ppid=22787 vsize=14200644 CPUtime=2.68 cores=0,2,4,6
/proc/22790/task/22850/stat : 22850 (java) S 22787 22790 16548 0 -1 1077944384 6892 12686 0 0 258 3 5 2 20 0 17 0 46336244 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061727881200 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22851] ppid=22787 vsize=14200644 CPUtime=1.71 cores=0,2,4,6
/proc/22790/task/22851/stat : 22851 (java) S 22787 22790 16548 0 -1 1077944384 14191 12686 0 0 161 3 5 2 20 0 17 0 46336244 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061726826416 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22852] ppid=22787 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/22790/task/22852/stat : 22852 (java) S 22787 22790 16548 0 -1 1077944384 3 12686 0 0 0 0 5 2 20 0 17 0 46336244 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061725776352 140062156519125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
[pid=22790/tid=22853] ppid=22787 vsize=14200644 CPUtime=1.7 cores=0,2,4,6
/proc/22790/task/22853/stat : 22853 (java) S 22787 22790 16548 0 -1 1077944384 985 12686 0 0 83 80 5 2 20 0 17 0 46336247 14541459456 281784 18446744073709551615 4194304 4196468 140735184870048 140061724724144 140062156520066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30437376 140735184877520 140735184880305 140735184880305 140735184883663 0
Current children cumulated CPU time (s) 2520.36
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2479.39
CPU time (s): 2520.54
CPU user time (s): 2516.66
CPU system time (s): 3.87743
CPU usage (%): 101.659
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.66
system time used= 3.87743
maximum resident set size= 1127656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313126
involuntary context switches= 9721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7846 second user time and 13.4499 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 10:36:06
IDJOB=4261927
IDBENCH=126213
IDSOLVER=2650
FILE ID=node126/4261927-1502441407
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-16-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261927-1502441407/watcher-4261927-1502441407 -o /tmp/evaluation-result-4261927-1502441407/solver-4261927-1502441407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4261927-1502441407.xml

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

MD5SUM BENCH= 0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
RANDOM SEED=849923906

node126.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.81
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.81
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.81
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.81
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:        27012280 kB
MemAvailable:   27614836 kB
Buffers:          276596 kB
Cached:           599848 kB
SwapCached:          524 kB
Active:          4920656 kB
Inactive:         374612 kB
Active(anon):    4373492 kB
Inactive(anon):    71324 kB
Active(file):     547164 kB
Inactive(file):   303288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24492 kB
Writeback:             4 kB
AnonPages:       4418536 kB
Mapped:            53936 kB
Shmem:             25248 kB
Slab:             162012 kB
SReclaimable:     135880 kB
SUnreclaim:        26132 kB
KernelStack:        3392 kB
PageTables:        13468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5081364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4204544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 11:17:26