Trace number 4259401

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) 258.55801 240.466

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
MD5SUM3d6808b330f5ae5835187fa3c31c3257
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark247.696
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size82
Distribution of domain sizes[{"size":48,"count":1},{"size":82,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.25/2.15	c Concrete v3.4 running
258.43/240.43	java.util.concurrent.TimeoutException
258.43/240.43		at concrete.MAC.mac(MAC.scala:74)
258.43/240.43		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
258.43/240.43		at scala.util.Try$.apply(Try.scala:209)
258.43/240.43		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
258.43/240.43		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
258.43/240.43		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
258.43/240.43		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
258.43/240.43		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
258.43/240.43		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
258.43/240.43		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
258.43/240.43		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
258.43/240.43		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
258.43/240.43		at concrete.MAC.oneRun(MAC.scala:146)
258.43/240.43		at concrete.MAC.nextSolution(MAC.scala:166)
258.43/240.43		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
258.43/240.43		at concrete.ProblemState.map(ProblemState.scala:203)
258.43/240.43		at concrete.ProblemState.map(ProblemState.scala:188)
258.43/240.43		at concrete.MAC.nextSolution(MAC.scala:195)
258.43/240.43		at concrete.Solver.hasNext(Solver.scala:202)
258.43/240.43		at scala.collection.Iterator.toStream(Iterator.scala:1403)
258.43/240.43		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
258.43/240.43		at concrete.Solver.toStream(Solver.scala:73)
258.43/240.43		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
258.43/240.43		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
258.43/240.43		at concrete.Solver.toIterable(Solver.scala:73)
258.43/240.43		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
258.43/240.43		at scala.util.Success.$anonfun$map$1(Try.scala:251)
258.43/240.43		at scala.util.Success.map(Try.scala:209)
258.43/240.43		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
258.43/240.43		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
258.43/240.43		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
258.43/240.43		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
258.43/240.43		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
258.43/240.43		at scala.Function0.apply$mcV$sp(Function0.scala:34)
258.43/240.43		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
258.43/240.43		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
258.43/240.43		at scala.App.$anonfun$main$1$adapted(App.scala:76)
258.43/240.43		at scala.collection.immutable.List.foreach(List.scala:389)
258.43/240.43		at scala.App.main(App.scala:76)
258.43/240.43		at scala.App.main$(App.scala:74)
258.43/240.43		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
258.43/240.43		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
258.43/240.44	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-4259401-1501658893/watcher-4259401-1501658893 -o /tmp/evaluation-result-4259401-1501658893/solver-4259401-1501658893 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11656 --watchdog 300 bin/concrete HOME/instance-4259401-1501658893.xml 

pid=18092
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.90 1.80 1.69 3/199 18095
/proc/meminfo: memFree=27348684/32770624 swapFree=0/242424
[pid=18095] ppid=18092 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18095/stat : 18095 (runsolver) D 18092 18095 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13704629 24240128 106 18446744073709551615 4194304 4338465 140728020675648 140728020673288 140193237910231 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 25001984 140728020680912 140728020681286 140728020681286 140728020684746 0
/proc/18095/statm: 5918 106 53 36 0 2156 0

[startup+0.100056 s]
/proc/loadavg: 1.90 1.80 1.69 3/199 18095
/proc/meminfo: memFree=27348684/32770624 swapFree=0/242424
[pid=18095] ppid=18092 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18095/stat : 18095 (bash) R 18092 18095 5228 0 -1 4202496 761 5110 0 0 0 0 0 1 20 0 1 0 13704629 9867264 360 18446744073709551615 4194304 5098028 140734632471184 140734632469112 140687079332864 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 16334848 140734632477201 140734632477286 140734632477286 140734632480746 0
/proc/18095/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200311 s]
/proc/loadavg: 1.90 1.80 1.69 3/199 18095
/proc/meminfo: memFree=27348684/32770624 swapFree=0/242424
[pid=18095] ppid=18092 vsize=13356508 CPUtime=0.08 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 3288 12497 0 0 0 0 5 3 20 0 6 0 13704629 13677064192 2595 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3339127 2595 1173 1 0 3329105 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13356508

[startup+0.300247 s]
/proc/loadavg: 1.90 1.80 1.69 3/199 18095
/proc/meminfo: memFree=27348684/32770624 swapFree=0/242424
[pid=18095] ppid=18092 vsize=13974356 CPUtime=0.17 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 5888 12497 0 0 8 1 5 3 20 0 15 0 13704629 14309740544 7054 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3493589 7054 2815 1 0 3482973 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.700288 s]
/proc/loadavg: 1.90 1.80 1.69 3/199 18095
/proc/meminfo: memFree=27348684/32770624 swapFree=0/242424
[pid=18095] ppid=18092 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 13572 12497 0 0 60 4 5 3 20 0 15 0 13704629 14310178816 15042 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3493696 15042 3116 1 0 3482973 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50825 s]
/proc/loadavg: 1.90 1.80 1.69 3/214 18158
/proc/meminfo: memFree=27248272/32770624 swapFree=0/242428
[pid=18095] ppid=18092 vsize=13987456 CPUtime=1.98 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 28766 12497 0 0 180 10 5 3 20 0 15 0 13704629 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3496864 43216 3365 1 0 3486045 0
[pid=18095/tid=18145] ppid=18092 vsize=13987456 CPUtime=1.31 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) R 18092 18095 5228 0 -1 4202560 21507 12497 0 0 118 5 5 3 20 0 15 0 13704649 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139760118006064 139759729120690 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 203 12497 0 0 0 0 5 3 20 0 15 0 13704649 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) S 18092 18095 5228 0 -1 1077944384 59 12497 0 0 1 0 5 3 20 0 15 0 13704649 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 39 12497 0 0 1 0 5 3 20 0 15 0 13704649 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 62 12497 0 0 1 0 5 3 20 0 15 0 13704649 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) S 18092 18095 5228 0 -1 1077944384 1306 12497 0 0 1 0 5 3 20 0 15 0 13704651 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759659518448 139760113797762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 55 12497 0 0 0 0 5 3 20 0 15 0 13704651 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759658464672 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 15 0 13704651 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759657412080 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18154] ppid=18092 vsize=13987456 CPUtime=0.23 cores=1,3,5,7
/proc/18095/task/18154/stat : 18154 (java) R 18092 18095 5228 0 -1 4202560 1178 12497 0 0 15 0 5 3 20 0 15 0 13704654 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759655297168 139760106027596 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18155] ppid=18092 vsize=13987456 CPUtime=0.23 cores=1,3,5,7
/proc/18095/task/18155/stat : 18155 (java) R 18092 18095 5228 0 -1 4202560 745 12497 0 0 15 0 5 3 20 0 15 0 13704654 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759654240800 139760098903767 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18156] ppid=18092 vsize=13987456 CPUtime=0.32 cores=1,3,5,7
/proc/18095/task/18156/stat : 18156 (java) S 18092 18095 5228 0 -1 1077944384 1403 12497 0 0 24 0 5 3 20 0 15 0 13704654 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759653202160 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18157] ppid=18092 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 10 12497 0 0 0 0 5 3 20 0 15 0 13704658 14323154944 43216 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13987456

[startup+3.10069 s]
/proc/loadavg: 1.99 1.82 1.70 4/214 18158
/proc/meminfo: memFree=27174012/32770624 swapFree=0/242428
[pid=18095] ppid=18092 vsize=13997884 CPUtime=5.88 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 47962 12497 0 0 561 19 5 3 20 0 15 0 13704629 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3499471 77170 3450 1 0 3488093 0
[pid=18095/tid=18145] ppid=18092 vsize=13997884 CPUtime=2.88 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) R 18092 18095 5228 0 -1 4202560 33572 12497 0 0 271 9 5 3 20 0 15 0 13704649 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139760118013440 139760094061918 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=13997884 CPUtime=0.11 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 235 12497 0 0 2 1 5 3 20 0 15 0 13704649 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) S 18092 18095 5228 0 -1 1077944384 73 12497 0 0 2 0 5 3 20 0 15 0 13704649 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 137 12497 0 0 1 1 5 3 20 0 15 0 13704649 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 73 12497 0 0 2 0 5 3 20 0 15 0 13704649 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) S 18092 18095 5228 0 -1 1077944384 1476 12497 0 0 1 0 5 3 20 0 15 0 13704651 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759659518448 139760113797762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 55 12497 0 0 0 0 5 3 20 0 15 0 13704651 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759658464736 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 15 0 13704651 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759657412096 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18154] ppid=18092 vsize=13997884 CPUtime=0.94 cores=1,3,5,7
/proc/18095/task/18154/stat : 18154 (java) S 18092 18095 5228 0 -1 1077944384 2439 12497 0 0 85 1 5 3 20 0 15 0 13704654 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759655307248 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18155] ppid=18092 vsize=13997884 CPUtime=1.18 cores=1,3,5,7
/proc/18095/task/18155/stat : 18155 (java) S 18092 18095 5228 0 -1 1077944384 4151 12497 0 0 110 0 5 3 20 0 15 0 13704654 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759654254704 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18156] ppid=18092 vsize=13997884 CPUtime=0.92 cores=1,3,5,7
/proc/18095/task/18156/stat : 18156 (java) S 18092 18095 5228 0 -1 1077944384 3540 12497 0 0 83 1 5 3 20 0 15 0 13704654 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759653202160 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18157] ppid=18092 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 11 12497 0 0 0 0 5 3 20 0 15 0 13704658 14333833216 77170 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 13997884

[startup+6.3007 s]
/proc/loadavg: 1.99 1.82 1.70 3/214 18158
/proc/meminfo: memFree=26908720/32770624 swapFree=0/242428
[pid=18095] ppid=18092 vsize=13999932 CPUtime=11.26 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 52156 12497 0 0 1092 26 5 3 20 0 15 0 13704629 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3499983 131929 3455 1 0 3488605 0
[pid=18095/tid=18145] ppid=18092 vsize=13999932 CPUtime=6.03 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) R 18092 18095 5228 0 -1 4202560 35875 12497 0 0 583 12 5 3 20 0 15 0 13704649 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139760118018792 139759732485648 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 259 12497 0 0 4 2 5 3 20 0 15 0 13704649 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=13999932 CPUtime=0.15 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) S 18092 18095 5228 0 -1 1077944384 100 12497 0 0 5 2 5 3 20 0 15 0 13704649 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 184 12497 0 0 4 2 5 3 20 0 15 0 13704649 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 102 12497 0 0 4 1 5 3 20 0 15 0 13704649 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) S 18092 18095 5228 0 -1 1077944384 1605 12497 0 0 2 0 5 3 20 0 15 0 13704651 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759659518448 139760113797762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 55 12497 0 0 0 0 5 3 20 0 15 0 13704651 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759658464736 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 15 0 13704651 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759657412096 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18154] ppid=18092 vsize=13999932 CPUtime=1.86 cores=1,3,5,7
/proc/18095/task/18154/stat : 18154 (java) S 18092 18095 5228 0 -1 1077944384 3043 12497 0 0 177 1 5 3 20 0 15 0 13704654 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759655307248 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18155] ppid=18092 vsize=13999932 CPUtime=2.04 cores=1,3,5,7
/proc/18095/task/18155/stat : 18155 (java) S 18092 18095 5228 0 -1 1077944384 4524 12497 0 0 196 0 5 3 20 0 15 0 13704654 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759654254704 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18156] ppid=18092 vsize=13999932 CPUtime=1.22 cores=1,3,5,7
/proc/18095/task/18156/stat : 18156 (java) S 18092 18095 5228 0 -1 1077944384 4197 12497 0 0 112 2 5 3 20 0 15 0 13704654 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759653202160 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18157] ppid=18092 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 12 12497 0 0 0 0 5 3 20 0 15 0 13704658 14335930368 131929 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.91 1.81 1.70 3/214 18158
/proc/meminfo: memFree=26402532/32770624 swapFree=0/242436
[pid=18095] ppid=18092 vsize=14004028 CPUtime=24.55 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 80156 12497 0 0 2399 48 5 3 20 0 15 0 13704629 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3501007 293520 3467 1 0 3489629 0
[pid=18095/tid=18145] ppid=18092 vsize=14004028 CPUtime=12.29 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) R 18092 18095 5228 0 -1 4202560 42355 12497 0 0 1199 22 5 3 20 0 15 0 13704649 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139760118014464 139759740279392 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=14004028 CPUtime=0.23 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 418 12497 0 0 11 4 5 3 20 0 15 0 13704649 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=14004028 CPUtime=0.23 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) S 18092 18095 5228 0 -1 1077944384 206 12497 0 0 11 4 5 3 20 0 15 0 13704649 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=14004028 CPUtime=0.21 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 987 12497 0 0 10 3 5 3 20 0 15 0 13704649 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=14004028 CPUtime=0.21 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 831 12497 0 0 10 3 5 3 20 0 15 0 13704649 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=14004028 CPUtime=0.13 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) S 18092 18095 5228 0 -1 1077944384 2868 12497 0 0 5 0 5 3 20 0 15 0 13704651 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759659518448 139760113797762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 55 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759658464736 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759657412096 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 293520 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0

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

/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 970714 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=14004028 CPUtime=0.13 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 1135 12497 0 0 2 3 5 3 20 0 15 0 13704658 14340124672 970714 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 116.73
Current children cumulated vsize (KiB) 14004028

[startup+162.301 s]
/proc/loadavg: 2.03 1.94 1.77 3/214 18287
/proc/meminfo: memFree=24107404/32770624 swapFree=0/242588
[pid=18095] ppid=18092 vsize=14004028 CPUtime=177.69 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 116852 12497 0 0 17614 147 5 3 20 0 15 0 13704629 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3501007 925193 3471 1 0 3489629 0
[pid=18095/tid=18145] ppid=18092 vsize=14004028 CPUtime=161.19 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) R 18092 18095 5228 0 -1 4202560 55190 12497 0 0 16052 59 5 3 20 0 15 0 13704649 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139760118018832 139759744742624 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=14004028 CPUtime=0.84 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 846 12497 0 0 58 18 5 3 20 0 15 0 13704649 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=14004028 CPUtime=0.82 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) S 18092 18095 5228 0 -1 1077944384 1606 12497 0 0 57 17 5 3 20 0 15 0 13704649 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=14004028 CPUtime=0.82 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 2013 12497 0 0 57 17 5 3 20 0 15 0 13704649 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=14004028 CPUtime=0.82 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 2681 12497 0 0 58 16 5 3 20 0 15 0 13704649 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=14004028 CPUtime=0.21 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) S 18092 18095 5228 0 -1 1077944384 4713 12497 0 0 10 3 5 3 20 0 15 0 13704651 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759659518448 139760113797762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 55 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759658464736 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759657412096 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18154] ppid=18092 vsize=14004028 CPUtime=5.71 cores=1,3,5,7
/proc/18095/task/18154/stat : 18154 (java) S 18092 18095 5228 0 -1 1077944384 16541 12497 0 0 559 4 5 3 20 0 15 0 13704654 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759655307248 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18155] ppid=18092 vsize=14004028 CPUtime=5.77 cores=1,3,5,7
/proc/18095/task/18155/stat : 18155 (java) S 18092 18095 5228 0 -1 1077944384 17365 12497 0 0 567 2 5 3 20 0 15 0 13704654 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759654254704 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18156] ppid=18092 vsize=14004028 CPUtime=1.96 cores=1,3,5,7
/proc/18095/task/18156/stat : 18156 (java) S 18092 18095 5228 0 -1 1077944384 12465 12497 0 0 183 5 5 3 20 0 15 0 13704654 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759653202160 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18157] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=14004028 CPUtime=0.16 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 1177 12497 0 0 3 5 5 3 20 0 15 0 13704658 14340124672 925193 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 177.69
Current children cumulated vsize (KiB) 14004028

[startup+222.307 s]
/proc/loadavg: 1.66 1.86 1.75 3/214 18289
/proc/meminfo: memFree=24772636/32770624 swapFree=0/242624
[pid=18095] ppid=18092 vsize=14004028 CPUtime=238.98 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 128005 12497 0 0 23732 158 5 3 20 0 15 0 13704629 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3501007 842333 3471 1 0 3489629 0
[pid=18095/tid=18145] ppid=18092 vsize=14004028 CPUtime=220.75 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) R 18092 18095 5228 0 -1 4202560 60035 12497 0 0 22008 59 5 3 20 0 15 0 13704649 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139760118018576 139759744895145 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=14004028 CPUtime=1.25 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 2085 12497 0 0 97 20 5 3 20 0 15 0 13704649 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=14004028 CPUtime=1.23 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) S 18092 18095 5228 0 -1 1077944384 2351 12497 0 0 96 19 5 3 20 0 15 0 13704649 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=14004028 CPUtime=1.22 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 2297 12497 0 0 96 18 5 3 20 0 15 0 13704649 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=14004028 CPUtime=1.23 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 3181 12497 0 0 97 18 5 3 20 0 15 0 13704649 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=14004028 CPUtime=0.23 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) S 18092 18095 5228 0 -1 1077944384 5036 12497 0 0 12 3 5 3 20 0 15 0 13704651 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759659518448 139760113797762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 55 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759658464736 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759657412096 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18154] ppid=18092 vsize=14004028 CPUtime=5.72 cores=1,3,5,7
/proc/18095/task/18154/stat : 18154 (java) S 18092 18095 5228 0 -1 1077944384 17183 12497 0 0 560 4 5 3 20 0 15 0 13704654 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759655307248 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18155] ppid=18092 vsize=14004028 CPUtime=5.78 cores=1,3,5,7
/proc/18095/task/18155/stat : 18155 (java) S 18092 18095 5228 0 -1 1077944384 18643 12497 0 0 567 3 5 3 20 0 15 0 13704654 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759654254704 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18156] ppid=18092 vsize=14004028 CPUtime=1.97 cores=1,3,5,7
/proc/18095/task/18156/stat : 18156 (java) S 18092 18095 5228 0 -1 1077944384 13727 12497 0 0 184 5 5 3 20 0 15 0 13704654 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759653202160 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18157] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=14004028 CPUtime=0.2 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 1212 12497 0 0 5 7 5 3 20 0 15 0 13704658 14340124672 842333 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 238.98
Current children cumulated vsize (KiB) 14004028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.59 1.83 1.75 3/214 18291
/proc/meminfo: memFree=24991192/32770624 swapFree=0/242644
[pid=18095] ppid=18092 vsize=14004028 CPUtime=257.1 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 131963 12497 0 0 25541 161 5 3 20 0 15 0 13704629 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3501007 810402 3471 1 0 3489629 0
[pid=18095/tid=18145] ppid=18092 vsize=14004028 CPUtime=238.29 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) R 18092 18095 5228 0 -1 4202560 61219 12497 0 0 23761 60 5 3 20 0 15 0 13704649 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139760118020816 139759737318016 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=14004028 CPUtime=1.39 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 2452 12497 0 0 110 21 5 3 20 0 15 0 13704649 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=14004028 CPUtime=1.38 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) S 18092 18095 5228 0 -1 1077944384 2470 12497 0 0 110 20 5 3 20 0 15 0 13704649 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=14004028 CPUtime=1.37 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 4051 12497 0 0 110 19 5 3 20 0 15 0 13704649 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=14004028 CPUtime=1.38 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 3384 12497 0 0 111 19 5 3 20 0 15 0 13704649 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=14004028 CPUtime=0.25 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) S 18092 18095 5228 0 -1 1077944384 5341 12497 0 0 13 4 5 3 20 0 15 0 13704651 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759659518448 139760113797762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 55 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759658464736 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 15 0 13704651 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759657412096 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18154] ppid=18092 vsize=14004028 CPUtime=5.72 cores=1,3,5,7
/proc/18095/task/18154/stat : 18154 (java) S 18092 18095 5228 0 -1 1077944384 17185 12497 0 0 560 4 5 3 20 0 15 0 13704654 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759655307248 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18155] ppid=18092 vsize=14004028 CPUtime=5.78 cores=1,3,5,7
/proc/18095/task/18155/stat : 18155 (java) S 18092 18095 5228 0 -1 1077944384 18646 12497 0 0 567 3 5 3 20 0 15 0 13704654 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759654254704 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18156] ppid=18092 vsize=14004028 CPUtime=1.97 cores=1,3,5,7
/proc/18095/task/18156/stat : 18156 (java) S 18092 18095 5228 0 -1 1077944384 13729 12497 0 0 184 5 5 3 20 0 15 0 13704654 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759653202160 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18157] ppid=18092 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 15 0 13704654 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=14004028 CPUtime=0.22 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 1231 12497 0 0 6 8 5 3 20 0 15 0 13704658 14340124672 810402 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 257.1
Current children cumulated vsize (KiB) 14004028

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 18095 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.403 s]
/proc/loadavg: 1.59 1.83 1.75 3/214 18291
/proc/meminfo: memFree=24991192/32770624 swapFree=0/242644
[pid=18095] ppid=18092 vsize=14137156 CPUtime=258.43 cores=1,3,5,7
/proc/18095/stat : 18095 (java) S 18092 18095 5228 0 -1 1077944320 144564 12497 0 0 25673 162 5 3 20 0 17 0 13704629 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 140731016856160 139760113786615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
/proc/18095/statm: 3534289 793166 3472 1 0 3522911 0
[pid=18095/tid=18145] ppid=18092 vsize=14137156 CPUtime=238.3 cores=1,3,5,7
/proc/18095/task/18145/stat : 18145 (java) S 18092 18095 5228 0 -1 1077944384 62234 12497 0 0 23762 60 5 3 20 0 17 0 13704649 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139760118024256 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18146] ppid=18092 vsize=14137156 CPUtime=1.7 cores=1,3,5,7
/proc/18095/task/18146/stat : 18146 (java) S 18092 18095 5228 0 -1 1077944384 2549 12497 0 0 141 21 5 3 20 0 17 0 13704649 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759713958160 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18147] ppid=18092 vsize=14137156 CPUtime=1.68 cores=1,3,5,7
/proc/18095/task/18147/stat : 18147 (java) R 18092 18095 5228 0 -1 1077944384 2531 12497 0 0 140 20 5 3 20 0 17 0 13704649 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759712905616 139760113796821 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18148] ppid=18092 vsize=14137156 CPUtime=1.68 cores=1,3,5,7
/proc/18095/task/18148/stat : 18148 (java) S 18092 18095 5228 0 -1 1077944384 4140 12497 0 0 141 19 5 3 20 0 17 0 13704649 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759711853072 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18149] ppid=18092 vsize=14137156 CPUtime=1.69 cores=1,3,5,7
/proc/18095/task/18149/stat : 18149 (java) S 18092 18095 5228 0 -1 1077944384 3464 12497 0 0 142 19 5 3 20 0 17 0 13704649 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759710800528 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18150] ppid=18092 vsize=14137156 CPUtime=0.32 cores=1,3,5,7
/proc/18095/task/18150/stat : 18150 (java) R 18092 18095 5228 0 -1 4202560 16033 12497 0 0 20 4 5 3 20 0 17 0 13704651 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759659516848 139760113807962 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18151] ppid=18092 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18151/stat : 18151 (java) S 18092 18095 5228 0 -1 1077944384 57 12497 0 0 0 0 5 3 20 0 17 0 13704651 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759658464640 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18152] ppid=18092 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18152/stat : 18152 (java) S 18092 18095 5228 0 -1 1077944384 43 12497 0 0 0 0 5 3 20 0 17 0 13704651 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759657412096 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18153] ppid=18092 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18153/stat : 18153 (java) S 18092 18095 5228 0 -1 1077944384 217 12497 0 0 0 0 5 3 20 0 17 0 13704654 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759656360656 139760113805211 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18154] ppid=18092 vsize=14137156 CPUtime=5.72 cores=1,3,5,7
/proc/18095/task/18154/stat : 18154 (java) S 18092 18095 5228 0 -1 1077944384 17185 12497 0 0 560 4 5 3 20 0 17 0 13704654 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759655307248 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18155] ppid=18092 vsize=14137156 CPUtime=5.78 cores=1,3,5,7
/proc/18095/task/18155/stat : 18155 (java) S 18092 18095 5228 0 -1 1077944384 18646 12497 0 0 567 3 5 3 20 0 17 0 13704654 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759654254704 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18156] ppid=18092 vsize=14137156 CPUtime=1.97 cores=1,3,5,7
/proc/18095/task/18156/stat : 18156 (java) S 18092 18095 5228 0 -1 1077944384 13729 12497 0 0 184 5 5 3 20 0 17 0 13704654 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759653202160 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18157] ppid=18092 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18095/task/18157/stat : 18157 (java) S 18092 18095 5228 0 -1 1077944384 3 12497 0 0 0 0 5 3 20 0 17 0 13704654 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759652149856 139760113796821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
[pid=18095/tid=18158] ppid=18092 vsize=14137156 CPUtime=0.22 cores=1,3,5,7
/proc/18095/task/18158/stat : 18158 (java) S 18092 18095 5228 0 -1 1077944384 1231 12497 0 0 6 8 5 3 20 0 17 0 13704658 14476447744 793166 18446744073709551615 4194304 4196468 140731016873616 139759651097392 139760113797762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15101952 140731016882125 140731016884910 140731016884910 140731016888271 0
Current children cumulated CPU time (s) 258.43
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 240.466
CPU time (s): 258.558
CPU user time (s): 256.878
CPU system time (s): 1.67988
CPU usage (%): 107.524
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.878
system time used= 1.67988
maximum resident set size= 3906004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15523
involuntary context switches= 519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1137 second user time and 1.48759 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 09:14:06
IDJOB=4259401
IDBENCH=135971
IDSOLVER=2646
FILE ID=node133/4259401-1501658893
RUNJOBID= node133-1501653519-11656
PBS_JOBID= 
Free space on /tmp= 61832 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259401-1501658893/watcher-4259401-1501658893 -o /tmp/evaluation-result-4259401-1501658893/solver-4259401-1501658893 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11656 --watchdog 300  bin/concrete HOME/instance-4259401-1501658893.xml

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

MD5SUM BENCH= 3d6808b330f5ae5835187fa3c31c3257
RANDOM SEED=1777044730

node133.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.17
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.17
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.17
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.17
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:        27349044 kB
MemAvailable:   27600584 kB
Buffers:          130984 kB
Cached:           400488 kB
SwapCached:            0 kB
Active:          4750344 kB
Inactive:         250960 kB
Active(anon):    4470184 kB
Inactive(anon):     8536 kB
Active(file):     280160 kB
Inactive(file):   242424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24884 kB
Writeback:             0 kB
AnonPages:       4469336 kB
Mapped:            43760 kB
Shmem:              8892 kB
Slab:             116416 kB
SReclaimable:      89580 kB
SUnreclaim:        26836 kB
KernelStack:        3504 kB
PageTables:        13420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5148900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4218880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61816 MiB
End job on node133 at 2017-08-02 09:18:07