Trace number 4261860

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) 2521.52 2479.5601

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
MD5SUM90a7b6352cefaac33401a11faadaca46
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 benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size88
Distribution of domain sizes[{"size":48,"count":1},{"size":88,"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.37/2.26	c Concrete v3.4 running
2521.42/2479.52	java.util.concurrent.TimeoutException
2521.42/2479.52		at concrete.MAC.mac(MAC.scala:74)
2521.42/2479.52		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.42/2479.52		at scala.util.Try$.apply(Try.scala:209)
2521.42/2479.52		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.42/2479.52		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.42/2479.52		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.42/2479.52		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.42/2479.52		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.42/2479.52		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.42/2479.52		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.42/2479.52		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.42/2479.52		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.42/2479.52		at concrete.MAC.oneRun(MAC.scala:146)
2521.42/2479.52		at concrete.MAC.nextSolution(MAC.scala:166)
2521.42/2479.52		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.42/2479.52		at concrete.ProblemState.map(ProblemState.scala:203)
2521.42/2479.52		at concrete.ProblemState.map(ProblemState.scala:188)
2521.42/2479.52		at concrete.MAC.nextSolution(MAC.scala:195)
2521.42/2479.52		at concrete.Solver.hasNext(Solver.scala:202)
2521.42/2479.52		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.42/2479.52		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.42/2479.52		at concrete.Solver.toStream(Solver.scala:73)
2521.42/2479.52		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.42/2479.52		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.42/2479.52		at concrete.Solver.toIterable(Solver.scala:73)
2521.42/2479.52		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2521.42/2479.52		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.42/2479.52		at scala.util.Success.map(Try.scala:209)
2521.42/2479.52		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.42/2479.52		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.42/2479.52		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.42/2479.52		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.42/2479.52		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.42/2479.52		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.42/2479.52		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.42/2479.52		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.42/2479.52		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.42/2479.52		at scala.collection.immutable.List.foreach(List.scala:389)
2521.42/2479.52		at scala.App.main(App.scala:76)
2521.42/2479.52		at scala.App.main$(App.scala:74)
2521.42/2479.52		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.42/2479.52		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.42/2479.53	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-4261860-1502469363/watcher-4261860-1502469363 -o /tmp/evaluation-result-4261860-1502469363/solver-4261860-1502469363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4261860-1502469363.xml 

pid=28537
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.69 1.57 1.51 3/195 28540
/proc/meminfo: memFree=27760764/32770624 swapFree=0/312808
[pid=28540] ppid=28537 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28540/stat : 28540 (runsolver) D 28537 28540 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49131803 24240128 106 18446744073709551615 4194304 4338465 140732756601712 140732756599352 140198674285271 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 36364288 140732756603088 140732756603465 140732756603465 140732756606922 0
/proc/28540/statm: 5918 106 53 36 0 2156 0

[startup+0.100151 s]
/proc/loadavg: 1.69 1.57 1.51 3/195 28540
/proc/meminfo: memFree=27760764/32770624 swapFree=0/312808
[pid=28540] ppid=28537 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28540/stat : 28540 (runsolver) D 28537 28540 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49131803 24240128 106 18446744073709551615 4194304 4338465 140732756601712 140732756599352 140198674285271 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 36364288 140732756603088 140732756603465 140732756603465 140732756606922 0
/proc/28540/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20033 s]
/proc/loadavg: 1.69 1.57 1.51 3/195 28540
/proc/meminfo: memFree=27760764/32770624 swapFree=0/312808
[pid=28540] ppid=28537 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/28540/stat : 28540 (bash) S 28537 28540 16548 0 -1 4202496 898 6477 0 0 0 0 0 1 20 0 1 0 49131803 9867264 377 18446744073709551615 4194304 5098028 140724596463392 140724596457400 140170773400576 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 10 0 0 7196144 7232144 29937664 140724596470292 140724596470377 140724596470377 140724596473834 0
/proc/28540/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.301006 s]
/proc/loadavg: 1.69 1.57 1.51 3/195 28540
/proc/meminfo: memFree=27760764/32770624 swapFree=0/312808
[pid=28540] ppid=28537 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 5785 12493 0 0 5 1 5 3 20 0 14 0 49131803 14241083392 5450 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3476827 5450 2508 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700296 s]
/proc/loadavg: 1.69 1.57 1.51 3/195 28540
/proc/meminfo: memFree=27760764/32770624 swapFree=0/312808
[pid=28540] ppid=28537 vsize=13974784 CPUtime=0.6 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 13753 12493 0 0 48 4 5 3 20 0 15 0 49131803 14310178816 14217 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3493696 14217 3072 1 0 3482965 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13974784

[startup+1.50055 s]
/proc/loadavg: 1.71 1.57 1.51 3/210 28603
/proc/meminfo: memFree=27666084/32770624 swapFree=0/312852
[pid=28540] ppid=28537 vsize=13985408 CPUtime=1.84 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 26555 12493 0 0 168 8 5 3 20 0 15 0 49131803 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3496352 33785 3340 1 0 3485525 0
[pid=28540/tid=28590] ppid=28537 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) R 28537 28540 16548 0 -1 4202560 21283 12493 0 0 113 6 5 3 20 0 15 0 49131828 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954835171024 139954830962070 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) S 28537 28540 16548 0 -1 1077944384 2 12493 0 0 0 0 5 3 20 0 15 0 49131828 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954430757520 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) S 28537 28540 16548 0 -1 1077944384 2 12493 0 0 0 0 5 3 20 0 15 0 49131828 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954429704720 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) S 28537 28540 16548 0 -1 1077944384 1 12493 0 0 0 0 5 3 20 0 15 0 49131828 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954428651920 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) S 28537 28540 16548 0 -1 1077944384 1 12493 0 0 0 0 5 3 20 0 15 0 49131828 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954427599120 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 5 12493 0 0 0 0 5 3 20 0 15 0 49131830 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954016242544 139954830961282 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 33 12493 0 0 0 0 5 3 20 0 15 0 49131830 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954015188512 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 21 12493 0 0 0 0 5 3 20 0 15 0 49131830 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954014135664 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28599] ppid=28537 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/28540/task/28599/stat : 28599 (java) S 28537 28540 16548 0 -1 1077944384 1140 12493 0 0 17 0 5 3 20 0 15 0 49131833 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954012031344 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28600] ppid=28537 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/28540/task/28600/stat : 28600 (java) R 28537 28540 16548 0 -1 1077944384 735 12493 0 0 15 0 5 3 20 0 15 0 49131833 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954010978544 139954830961282 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28601] ppid=28537 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/28540/task/28601/stat : 28601 (java) R 28537 28540 16548 0 -1 4202560 1168 12493 0 0 21 0 5 3 20 0 15 0 49131833 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954009925744 139954812849869 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28602] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28602/stat : 28602 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954008873184 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28603] ppid=28537 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28603/stat : 28603 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131838 14321057792 33785 18446744073709551615 4194304 4196468 140727247061424 139954007821488 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10731 s]
/proc/loadavg: 1.71 1.57 1.51 4/210 28603
/proc/meminfo: memFree=27585740/32770624 swapFree=0/312852
[pid=28540] ppid=28537 vsize=13995836 CPUtime=5.45 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 39093 12493 0 0 519 18 5 3 20 0 15 0 49131803 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3498959 74571 3441 1 0 3487573 0
[pid=28540/tid=28590] ppid=28537 vsize=13995836 CPUtime=2.83 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) S 28537 28540 16548 0 -1 1077944384 29265 12493 0 0 265 10 5 3 20 0 15 0 49131828 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954835181488 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) R 28537 28540 16548 0 -1 4202560 61 12493 0 0 1 0 5 3 20 0 15 0 49131828 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954430757408 139954815973838 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) R 28537 28540 16548 0 -1 4202560 64 12493 0 0 2 0 5 3 20 0 15 0 49131828 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954429704720 139954815977258 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) R 28537 28540 16548 0 -1 4202560 194 12493 0 0 1 0 5 3 20 0 15 0 49131828 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954428651920 139954815977230 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) R 28537 28540 16548 0 -1 4202560 56 12493 0 0 1 0 5 3 20 0 15 0 49131828 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954427599120 139954815972259 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 1250 12493 0 0 1 0 5 3 20 0 15 0 49131830 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954016241056 139954830960341 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 55 12493 0 0 0 0 5 3 20 0 15 0 49131830 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954015188512 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 43 12493 0 0 0 0 5 3 20 0 15 0 49131830 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954014135680 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28599] ppid=28537 vsize=13995836 CPUtime=0.93 cores=0,2,4,6
/proc/28540/task/28599/stat : 28599 (java) S 28537 28540 16548 0 -1 1077944384 1819 12493 0 0 84 1 5 3 20 0 15 0 49131833 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954012019424 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28600] ppid=28537 vsize=13995836 CPUtime=0.86 cores=0,2,4,6
/proc/28540/task/28600/stat : 28600 (java) S 28537 28540 16548 0 -1 1077944384 1427 12493 0 0 77 1 5 3 20 0 15 0 49131833 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954010963536 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28601] ppid=28537 vsize=13995836 CPUtime=0.91 cores=0,2,4,6
/proc/28540/task/28601/stat : 28601 (java) S 28537 28540 16548 0 -1 1077944384 2695 12493 0 0 82 1 5 3 20 0 15 0 49131833 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954009925744 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28602] ppid=28537 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28602/stat : 28602 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954008873184 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28603] ppid=28537 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28603/stat : 28603 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131838 14331736064 74571 18446744073709551615 4194304 4196468 140727247061424 139954007821488 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 13995836

[startup+6.30064 s]
/proc/loadavg: 1.66 1.56 1.51 3/210 28603
/proc/meminfo: memFree=27351196/32770624 swapFree=0/312852
[pid=28540] ppid=28537 vsize=13999932 CPUtime=11.12 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 49742 12493 0 0 1076 28 5 3 20 0 15 0 49131803 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3499983 114417 3464 1 0 3488597 0
[pid=28540/tid=28590] ppid=28537 vsize=13999932 CPUtime=5.95 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) R 28537 28540 16548 0 -1 4202560 33099 12493 0 0 576 11 5 3 20 0 15 0 49131828 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954835178496 139954483118827 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) S 28537 28540 16548 0 -1 1077944384 96 12493 0 0 4 2 5 3 20 0 15 0 49131828 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954430757520 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) S 28537 28540 16548 0 -1 1077944384 407 12493 0 0 4 2 5 3 20 0 15 0 49131828 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954429704720 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) S 28537 28540 16548 0 -1 1077944384 231 12493 0 0 4 2 5 3 20 0 15 0 49131828 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954428651920 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) S 28537 28540 16548 0 -1 1077944384 89 12493 0 0 4 2 5 3 20 0 15 0 49131828 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954427599120 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 1599 12493 0 0 2 0 5 3 20 0 15 0 49131830 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954016242544 139954830961282 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 55 12493 0 0 0 0 5 3 20 0 15 0 49131830 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954015188576 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 43 12493 0 0 0 0 5 3 20 0 15 0 49131830 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954014135680 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28599] ppid=28537 vsize=13999932 CPUtime=1.9 cores=0,2,4,6
/proc/28540/task/28599/stat : 28599 (java) S 28537 28540 16548 0 -1 1077944384 3302 12493 0 0 179 3 5 3 20 0 15 0 49131833 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954012031344 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28600] ppid=28537 vsize=13999932 CPUtime=1.93 cores=0,2,4,6
/proc/28540/task/28600/stat : 28600 (java) S 28537 28540 16548 0 -1 1077944384 3319 12493 0 0 184 1 5 3 20 0 15 0 49131833 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954010978544 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28601] ppid=28537 vsize=13999932 CPUtime=1.22 cores=0,2,4,6
/proc/28540/task/28601/stat : 28601 (java) S 28537 28540 16548 0 -1 1077944384 4420 12493 0 0 113 1 5 3 20 0 15 0 49131833 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954009925744 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28602] ppid=28537 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28602/stat : 28602 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954008873184 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28603] ppid=28537 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28603/stat : 28603 (java) S 28537 28540 16548 0 -1 1077944384 921 12493 0 0 0 0 5 3 20 0 15 0 49131838 14335930368 114417 18446744073709551615 4194304 4196468 140727247061424 139954007821488 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.76 1.59 1.51 3/210 28603
/proc/meminfo: memFree=26855180/32770624 swapFree=0/312856
[pid=28540] ppid=28537 vsize=14069564 CPUtime=24.9 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 82943 12493 0 0 2432 50 5 3 20 0 15 0 49131803 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3517391 256206 3478 1 0 3506005 0
[pid=28540/tid=28590] ppid=28537 vsize=14069564 CPUtime=12.21 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) R 28537 28540 16548 0 -1 4202560 47079 12493 0 0 1193 20 5 3 20 0 15 0 49131828 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954835183752 139954483043162 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) S 28537 28540 16548 0 -1 1077944384 912 12493 0 0 11 4 5 3 20 0 15 0 49131828 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954430757520 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) S 28537 28540 16548 0 -1 1077944384 589 12493 0 0 11 4 5 3 20 0 15 0 49131828 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954429704720 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) S 28537 28540 16548 0 -1 1077944384 296 12493 0 0 11 4 5 3 20 0 15 0 49131828 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954428651920 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=14069564 CPUtime=0.24 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) S 28537 28540 16548 0 -1 1077944384 217 12493 0 0 11 5 5 3 20 0 15 0 49131828 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954427599120 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 2975 12493 0 0 5 0 5 3 20 0 15 0 49131830 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954016242544 139954830961282 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 55 12493 0 0 0 0 5 3 20 0 15 0 49131830 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954015188576 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 43 12493 0 0 0 0 5 3 20 0 15 0 49131830 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954014135680 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14407233536 256206 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.1 s]
/proc/loadavg: 1.66 1.58 1.54 3/212 28921
/proc/meminfo: memFree=24348412/32770624 swapFree=0/313872
[pid=28540] ppid=28537 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 499199 12493 0 0 251434 566 5 3 20 0 15 0 49131803 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3517391 660348 3481 1 0 3506005 0
[pid=28540/tid=28590] ppid=28537 vsize=14069564 CPUtime=2468.21 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) R 28537 28540 16548 0 -1 4202560 279222 12493 0 0 246675 138 5 3 20 0 15 0 49131828 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954835184464 139954488615567 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=14069564 CPUtime=9.08 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) S 28537 28540 16548 0 -1 1077944384 38171 12493 0 0 815 85 5 3 20 0 15 0 49131828 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954430757520 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=14069564 CPUtime=9.07 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) S 28537 28540 16548 0 -1 1077944384 26968 12493 0 0 815 84 5 3 20 0 15 0 49131828 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954429704720 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=14069564 CPUtime=9.07 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) S 28537 28540 16548 0 -1 1077944384 21280 12493 0 0 814 85 5 3 20 0 15 0 49131828 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954428651920 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=14069564 CPUtime=9.09 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) S 28537 28540 16548 0 -1 1077944384 25895 12493 0 0 815 86 5 3 20 0 15 0 49131828 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954427599120 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=14069564 CPUtime=1.12 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 44633 12493 0 0 82 22 5 3 20 0 15 0 49131830 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954016242544 139954830961282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 55 12493 0 0 0 0 5 3 20 0 15 0 49131830 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954015188576 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 43 12493 0 0 0 0 5 3 20 0 15 0 49131830 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954014135680 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28599] ppid=28537 vsize=14069564 CPUtime=5.58 cores=0,2,4,6
/proc/28540/task/28599/stat : 28599 (java) S 28537 28540 16548 0 -1 1077944384 19149 12493 0 0 545 5 5 3 20 0 15 0 49131833 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954012031344 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28600] ppid=28537 vsize=14069564 CPUtime=5.85 cores=0,2,4,6
/proc/28540/task/28600/stat : 28600 (java) S 28537 28540 16548 0 -1 1077944384 20915 12493 0 0 573 4 5 3 20 0 15 0 49131833 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954010978544 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28601] ppid=28537 vsize=14069564 CPUtime=2.02 cores=0,2,4,6
/proc/28540/task/28601/stat : 28601 (java) S 28537 28540 16548 0 -1 1077944384 18035 12493 0 0 190 4 5 3 20 0 15 0 49131833 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954009925744 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28602] ppid=28537 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28602/stat : 28602 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 15 0 49131833 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954008873184 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28603] ppid=28537 vsize=14069564 CPUtime=1.61 cores=0,2,4,6
/proc/28540/task/28603/stat : 28603 (java) S 28537 28540 16548 0 -1 1077944384 2672 12493 0 0 77 76 5 3 20 0 15 0 49131838 14407233536 660348 18446744073709551615 4194304 4196468 140727247061424 139954007821488 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

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

[startup+2479.21 s]
/proc/loadavg: 1.66 1.58 1.54 3/212 28921
/proc/meminfo: memFree=24348412/32770624 swapFree=0/313872
[pid=28540] ppid=28537 vsize=14202692 CPUtime=2520.4 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 511605 12493 0 0 251465 567 5 3 20 0 17 0 49131803 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3550673 660532 3481 1 0 3539287 0
[pid=28540/tid=28590] ppid=28537 vsize=14202692 CPUtime=2468.21 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) S 28537 28540 16548 0 -1 1077944384 280343 12493 0 0 246675 138 5 3 20 0 17 0 49131828 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954835187888 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=14202692 CPUtime=9.15 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) R 28537 28540 16548 0 -1 4202560 38195 12493 0 0 822 85 5 3 20 0 17 0 49131828 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954430757520 139954815650768 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=14202692 CPUtime=9.14 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) R 28537 28540 16548 0 -1 4202560 27004 12493 0 0 822 84 5 3 20 0 17 0 49131828 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954429704920 139954815939731 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=14202692 CPUtime=9.14 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) R 28537 28540 16548 0 -1 4202560 21314 12493 0 0 821 85 5 3 20 0 17 0 49131828 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954428651920 139954815650860 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=14202692 CPUtime=9.16 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) R 28537 28540 16548 0 -1 4202560 26025 12493 0 0 822 86 5 3 20 0 17 0 49131828 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954427599320 139954812503376 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=14202692 CPUtime=1.15 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 55058 12493 0 0 84 23 5 3 20 0 17 0 49131830 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954016241168 139954830960341 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 55 12493 0 0 0 0 5 3 20 0 17 0 49131830 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954015188576 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 43 12493 0 0 0 0 5 3 20 0 17 0 49131830 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954014135680 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 272 12493 0 0 0 0 5 3 20 0 17 0 49131833 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28599] ppid=28537 vsize=14202692 CPUtime=5.58 cores=0,2,4,6
/proc/28540/task/28599/stat : 28599 (java) S 28537 28540 16548 0 -1 1077944384 19149 12493 0 0 545 5 5 3 20 0 17 0 49131833 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954012031344 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28600] ppid=28537 vsize=14202692 CPUtime=5.85 cores=0,2,4,6
/proc/28540/task/28600/stat : 28600 (java) S 28537 28540 16548 0 -1 1077944384 20915 12493 0 0 573 4 5 3 20 0 17 0 49131833 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954010978544 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28601] ppid=28537 vsize=14202692 CPUtime=2.02 cores=0,2,4,6
/proc/28540/task/28601/stat : 28601 (java) S 28537 28540 16548 0 -1 1077944384 18035 12493 0 0 190 4 5 3 20 0 17 0 49131833 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954009925744 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28602] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28602/stat : 28602 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 17 0 49131833 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954008873184 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28603] ppid=28537 vsize=14202692 CPUtime=1.61 cores=0,2,4,6
/proc/28540/task/28603/stat : 28603 (java) S 28537 28540 16548 0 -1 1077944384 2672 12493 0 0 77 76 5 3 20 0 17 0 49131838 14543556608 660532 18446744073709551615 4194304 4196468 140727247061424 139954007821488 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
Current children cumulated CPU time (s) 2520.4
Current children cumulated vsize (KiB) 14202692

[startup+2479.4 s]
/proc/loadavg: 1.66 1.58 1.54 6/214 28923
/proc/meminfo: memFree=24374584/32770624 swapFree=0/313872
[pid=28540] ppid=28537 vsize=14202692 CPUtime=2521.1 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 511845 12493 0 0 251535 567 5 3 20 0 17 0 49131803 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3550673 653877 3481 1 0 3539287 0
[pid=28540/tid=28590] ppid=28537 vsize=14202692 CPUtime=2468.21 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) S 28537 28540 16548 0 -1 1077944384 280343 12493 0 0 246675 138 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954835187888 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=14202692 CPUtime=9.31 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) R 28537 28540 16548 0 -1 4202560 38204 12493 0 0 838 85 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954430757720 139954815647910 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=14202692 CPUtime=9.31 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) R 28537 28540 16548 0 -1 4202560 27018 12493 0 0 839 84 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954429704720 139954812546054 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=14202692 CPUtime=9.31 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) R 28537 28540 16548 0 -1 4202560 21314 12493 0 0 838 85 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954428651808 139954812546717 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=14202692 CPUtime=9.32 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) R 28537 28540 16548 0 -1 4202560 26027 12493 0 0 838 86 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954427599320 139954815647887 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=14202692 CPUtime=1.18 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 55268 12493 0 0 87 23 5 3 20 0 17 0 49131830 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954016240944 139954830960341 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 59 12493 0 0 0 0 5 3 20 0 17 0 49131830 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954015188080 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 43 12493 0 0 0 0 5 3 20 0 17 0 49131830 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954014135680 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 272 12493 0 0 0 0 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28599] ppid=28537 vsize=14202692 CPUtime=5.58 cores=0,2,4,6
/proc/28540/task/28599/stat : 28599 (java) S 28537 28540 16548 0 -1 1077944384 19149 12493 0 0 545 5 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954012031344 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28600] ppid=28537 vsize=14202692 CPUtime=5.85 cores=0,2,4,6
/proc/28540/task/28600/stat : 28600 (java) S 28537 28540 16548 0 -1 1077944384 20915 12493 0 0 573 4 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954010978544 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28601] ppid=28537 vsize=14202692 CPUtime=2.02 cores=0,2,4,6
/proc/28540/task/28601/stat : 28601 (java) S 28537 28540 16548 0 -1 1077944384 18035 12493 0 0 190 4 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954009925744 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28602] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28602/stat : 28602 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954008873184 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28603] ppid=28537 vsize=14202692 CPUtime=1.61 cores=0,2,4,6
/proc/28540/task/28603/stat : 28603 (java) S 28537 28540 16548 0 -1 1077944384 2672 12493 0 0 77 76 5 3 20 0 17 0 49131838 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954007821488 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28922] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28922/stat : 28922 (java) S 28537 28540 16548 0 -1 1077944384 337 12493 0 0 0 0 5 3 20 0 17 0 49379714 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139953908380400 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28923] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28923/stat : 28923 (java) S 28537 28540 16548 0 -1 1077944384 30 12493 0 0 0 0 5 3 20 0 17 0 49379714 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139953907328320 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
Current children cumulated CPU time (s) 2521.1
Current children cumulated vsize (KiB) 14202692

[startup+2479.51 s]
/proc/loadavg: 1.66 1.58 1.54 6/214 28923
/proc/meminfo: memFree=24374584/32770624 swapFree=0/313872
[pid=28540] ppid=28537 vsize=14202692 CPUtime=2521.42 cores=0,2,4,6
/proc/28540/stat : 28540 (java) S 28537 28540 16548 0 -1 1077944320 511846 12493 0 0 251567 567 5 3 20 0 17 0 49131803 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 140727247043968 139954830950135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
/proc/28540/statm: 3550673 653877 3481 1 0 3539287 0
[pid=28540/tid=28590] ppid=28537 vsize=14202692 CPUtime=2468.21 cores=0,2,4,6
/proc/28540/task/28590/stat : 28590 (java) S 28537 28540 16548 0 -1 1077944384 280343 12493 0 0 246675 138 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954835187888 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28591] ppid=28537 vsize=14202692 CPUtime=9.39 cores=0,2,4,6
/proc/28540/task/28591/stat : 28591 (java) R 28537 28540 16548 0 -1 4202560 38204 12493 0 0 846 85 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954430757520 139954812559940 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28592] ppid=28537 vsize=14202692 CPUtime=9.38 cores=0,2,4,6
/proc/28540/task/28592/stat : 28592 (java) R 28537 28540 16548 0 -1 4202560 27018 12493 0 0 846 84 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954429704920 139954815946539 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28593] ppid=28537 vsize=14202692 CPUtime=9.38 cores=0,2,4,6
/proc/28540/task/28593/stat : 28593 (java) R 28537 28540 16548 0 -1 4202560 21314 12493 0 0 845 85 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954428651920 139954812559827 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28594] ppid=28537 vsize=14202692 CPUtime=9.39 cores=0,2,4,6
/proc/28540/task/28594/stat : 28594 (java) R 28537 28540 16548 0 -1 4202560 26027 12493 0 0 845 86 5 3 20 0 17 0 49131828 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954427599320 139954812559967 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28595] ppid=28537 vsize=14202692 CPUtime=1.21 cores=0,2,4,6
/proc/28540/task/28595/stat : 28595 (java) S 28537 28540 16548 0 -1 1077944384 55268 12493 0 0 90 23 5 3 20 0 17 0 49131830 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954016241168 139954830960341 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28596] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28596/stat : 28596 (java) S 28537 28540 16548 0 -1 1077944384 59 12493 0 0 0 0 5 3 20 0 17 0 49131830 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954015188080 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28597] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28597/stat : 28597 (java) S 28537 28540 16548 0 -1 1077944384 43 12493 0 0 0 0 5 3 20 0 17 0 49131830 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954014135680 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28598] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28598/stat : 28598 (java) S 28537 28540 16548 0 -1 1077944384 272 12493 0 0 0 0 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954013083984 139954830968731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28599] ppid=28537 vsize=14202692 CPUtime=5.58 cores=0,2,4,6
/proc/28540/task/28599/stat : 28599 (java) S 28537 28540 16548 0 -1 1077944384 19149 12493 0 0 545 5 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954012031392 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28600] ppid=28537 vsize=14202692 CPUtime=5.85 cores=0,2,4,6
/proc/28540/task/28600/stat : 28600 (java) S 28537 28540 16548 0 -1 1077944384 20916 12493 0 0 573 4 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954010978304 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28601] ppid=28537 vsize=14202692 CPUtime=2.02 cores=0,2,4,6
/proc/28540/task/28601/stat : 28601 (java) S 28537 28540 16548 0 -1 1077944384 18035 12493 0 0 190 4 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954009925792 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28602] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28602/stat : 28602 (java) S 28537 28540 16548 0 -1 1077944384 3 12493 0 0 0 0 5 3 20 0 17 0 49131833 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954008873184 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28603] ppid=28537 vsize=14202692 CPUtime=1.61 cores=0,2,4,6
/proc/28540/task/28603/stat : 28603 (java) S 28537 28540 16548 0 -1 1077944384 2672 12493 0 0 77 76 5 3 20 0 17 0 49131838 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139954007821488 139954830961282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28922] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28922/stat : 28922 (java) S 28537 28540 16548 0 -1 1077944384 337 12493 0 0 0 0 5 3 20 0 17 0 49379714 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139953908380400 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
[pid=28540/tid=28923] ppid=28537 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28540/task/28923/stat : 28923 (java) S 28537 28540 16548 0 -1 1077944384 30 12493 0 0 0 0 5 3 20 0 17 0 49379714 14543556608 653877 18446744073709551615 4194304 4196468 140727247061424 139953907328448 139954830960341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9523200 140727247062992 140727247065777 140727247065777 140727247069135 0
Current children cumulated CPU time (s) 2521.42
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2479.56
CPU time (s): 2521.52
CPU user time (s): 2515.78
CPU system time (s): 5.73527
CPU usage (%): 101.692
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.78
system time used= 5.73527
maximum resident set size= 4399400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524557
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77952
involuntary context switches= 3723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1092 second user time and 15.3636 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 18:22:02
IDJOB=4261860
IDBENCH=135990
IDSOLVER=2650
FILE ID=node126/4261860-1502469363
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261860-1502469363/watcher-4261860-1502469363 -o /tmp/evaluation-result-4261860-1502469363/solver-4261860-1502469363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4261860-1502469363.xml

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

MD5SUM BENCH= 90a7b6352cefaac33401a11faadaca46
RANDOM SEED=1419316822

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:        27761328 kB
MemAvailable:   28388192 kB
Buffers:          287676 kB
Cached:           611840 kB
SwapCached:          524 kB
Active:          4160976 kB
Inactive:         384132 kB
Active(anon):    3599312 kB
Inactive(anon):    71324 kB
Active(file):     561664 kB
Inactive(file):   312808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24512 kB
Writeback:             0 kB
AnonPages:       3644432 kB
Mapped:            54636 kB
Shmem:             25248 kB
Slab:             162916 kB
SReclaimable:     136452 kB
SUnreclaim:        26464 kB
KernelStack:        3408 kB
PageTables:        12124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4396964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3426304 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= 61980 MiB
End job on node126 at 2017-08-11 19:03:22