Trace number 4259751

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) 268.02301 241.58

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-7.xml
MD5SUMecccf1fc77215d60d30343c091882466
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints1070
Number of domains1
Minimum domain size2884
Maximum domain size2884
Distribution of domain sizes[{"size":2884,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=30573
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.32 1.59 1.78 2/198 30576
/proc/meminfo: memFree=30280228/32770624 swapFree=0/239236
[pid=30576] ppid=30573 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (runsolver) D 30573 30576 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6202415 24240128 106 18446744073709551615 4194304 4338465 140733822880064 140733822877704 140151927272151 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 8654848 140733822882001 140733822882375 140733822882375 140733822885834 0
/proc/30576/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.32 1.59 1.78 2/198 30576
/proc/meminfo: memFree=30280228/32770624 swapFree=0/239236
[pid=30576] ppid=30573 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (runsolver) D 30573 30576 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6202415 24240128 106 18446744073709551615 4194304 4338465 140733822880064 140733822877704 140151927272151 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 8654848 140733822882001 140733822882375 140733822882375 140733822885834 0
/proc/30576/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200347 s]
/proc/loadavg: 1.32 1.59 1.78 2/198 30576
/proc/meminfo: memFree=30280228/32770624 swapFree=0/239236
[pid=30576] ppid=30573 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30576/stat : 30576 (bash) S 30573 30576 3187 0 -1 4202496 897 6484 0 0 0 0 0 1 20 0 1 0 6202415 9867264 377 18446744073709551615 4194304 5098028 140732687877696 140732687871704 139851966200832 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 10 0 0 7196144 7232144 10006528 140732687880722 140732687880807 140732687880807 140732687884266 0
/proc/30576/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300327 s]
/proc/loadavg: 1.32 1.59 1.78 2/198 30576
/proc/meminfo: memFree=30280228/32770624 swapFree=0/239236
[pid=30576] ppid=30573 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 5734 12366 0 0 5 1 5 3 20 0 14 0 6202415 14241083392 5409 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3476827 5409 2560 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.703274 s]
/proc/loadavg: 1.32 1.59 1.78 2/198 30576
/proc/meminfo: memFree=30280228/32770624 swapFree=0/239236
[pid=30576] ppid=30573 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 13948 12366 0 0 57 4 5 3 20 0 15 0 6202415 14310178816 14343 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3493696 14343 3086 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50061 s]
/proc/loadavg: 1.32 1.59 1.78 3/213 30639
/proc/meminfo: memFree=30186744/32770624 swapFree=0/239228
[pid=30576] ppid=30573 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 29559 12366 0 0 170 10 5 3 20 0 15 0 6202415 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3496352 40151 3350 1 0 3485533 0
[pid=30576/tid=30626] ppid=30573 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) S 30573 30576 3187 0 -1 1077944384 22804 12366 0 0 115 6 5 3 20 0 15 0 6202437 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467846145728 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) S 30573 30576 3187 0 -1 1077944384 208 12366 0 0 0 0 5 3 20 0 15 0 6202437 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467783875728 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) S 30573 30576 3187 0 -1 1077944384 48 12366 0 0 0 0 5 3 20 0 15 0 6202437 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467782822928 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) S 30573 30576 3187 0 -1 1077944384 53 12366 0 0 0 0 5 3 20 0 15 0 6202437 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467781770128 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 3187 0 -1 1077944384 55 12366 0 0 0 0 5 3 20 0 15 0 6202437 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467780717328 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) R 30573 30576 3187 0 -1 4202560 1552 12366 0 0 1 0 5 3 20 0 15 0 6202439 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467387609792 140467826925066 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 33 12366 0 0 0 0 5 3 20 0 15 0 6202439 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467386557472 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 21 12366 0 0 0 0 5 3 20 0 15 0 6202439 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467385504624 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 6202442 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30635] ppid=30573 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 3187 0 -1 1077944384 1081 12366 0 0 14 0 5 3 20 0 15 0 6202442 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467383401328 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30636] ppid=30573 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 3187 0 -1 1077944384 557 12366 0 0 15 0 5 3 20 0 15 0 6202442 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467382348528 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30637] ppid=30573 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 3187 0 -1 1077944384 978 12366 0 0 22 0 5 3 20 0 15 0 6202442 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467381295728 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30638] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 6202442 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467380243168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30639] ppid=30573 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 3187 0 -1 1077944384 8 12366 0 0 0 0 5 3 20 0 15 0 6202446 14321057792 40151 18446744073709551615 4194304 4196468 140735612665376 140467379190448 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10327 s]
/proc/loadavg: 1.32 1.59 1.78 5/213 30639
/proc/meminfo: memFree=30107276/32770624 swapFree=0/239228
[pid=30576] ppid=30573 vsize=13997884 CPUtime=6.36 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 44215 12366 0 0 613 15 5 3 20 0 15 0 6202415 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3499471 55798 3435 1 0 3488093 0
[pid=30576/tid=30626] ppid=30573 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) R 30573 30576 3187 0 -1 4202560 29334 12366 0 0 271 8 5 3 20 0 15 0 6202437 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467846162848 140467468041678 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) S 30573 30576 3187 0 -1 1077944384 213 12366 0 0 0 0 5 3 20 0 15 0 6202437 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467783875728 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) S 30573 30576 3187 0 -1 1077944384 48 12366 0 0 0 0 5 3 20 0 15 0 6202437 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467782822928 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) S 30573 30576 3187 0 -1 1077944384 53 12366 0 0 1 0 5 3 20 0 15 0 6202437 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467781770128 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 3187 0 -1 1077944384 60 12366 0 0 0 0 5 3 20 0 15 0 6202437 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467780717328 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 3187 0 -1 1077944384 1765 12366 0 0 1 0 5 3 20 0 15 0 6202439 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467387611504 140467841940098 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 55 12366 0 0 0 0 5 3 20 0 15 0 6202439 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467386557536 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 6202439 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467385504640 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 6202442 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30635] ppid=30573 vsize=13997884 CPUtime=1.25 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) R 30573 30576 3187 0 -1 4202560 4422 12366 0 0 116 1 5 3 20 0 15 0 6202442 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467383382736 140467825427812 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30636] ppid=30573 vsize=13997884 CPUtime=1.13 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) R 30573 30576 3187 0 -1 4202560 2088 12366 0 0 105 0 5 3 20 0 15 0 6202442 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467382328768 140467841950298 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30637] ppid=30573 vsize=13997884 CPUtime=1.23 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 3187 0 -1 1077944384 3963 12366 0 0 114 1 5 3 20 0 15 0 6202442 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467381295728 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30638] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 6202442 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467380243168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30639] ppid=30573 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 3187 0 -1 1077944384 11 12366 0 0 0 0 5 3 20 0 15 0 6202446 14333833216 55798 18446744073709551615 4194304 4196468 140735612665376 140467379190448 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 13997884

[startup+6.30128 s]
/proc/loadavg: 1.45 1.61 1.79 6/213 30639
/proc/meminfo: memFree=29770584/32770624 swapFree=0/239232
[pid=30576] ppid=30573 vsize=13999932 CPUtime=14.77 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 56039 12366 0 0 1420 49 5 3 20 0 15 0 6202415 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3499983 185287 3456 1 0 3488605 0
[pid=30576/tid=30626] ppid=30573 vsize=13999932 CPUtime=5.72 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) S 30573 30576 3187 0 -1 1077944384 30548 12366 0 0 551 13 5 3 20 0 15 0 6202437 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467846164112 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=13999932 CPUtime=0.37 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) R 30573 30576 3187 0 -1 4202560 1316 12366 0 0 23 6 5 3 20 0 15 0 6202437 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467783875928 140467826956843 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=13999932 CPUtime=0.4 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) R 30573 30576 3187 0 -1 4202560 401 12366 0 0 25 7 5 3 20 0 15 0 6202437 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467782822928 140467826956843 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=13999932 CPUtime=0.39 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 3187 0 -1 4202560 512 12366 0 0 25 6 5 3 20 0 15 0 6202437 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467781770128 140467823554896 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=13999932 CPUtime=0.36 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) R 30573 30576 3187 0 -1 4202560 665 12366 0 0 22 6 5 3 20 0 15 0 6202437 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467780717528 140467835025668 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 3187 0 -1 1077944384 1972 12366 0 0 2 0 5 3 20 0 15 0 6202439 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467387610016 140467841939157 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 55 12366 0 0 0 0 5 3 20 0 15 0 6202439 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467386557536 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 6202439 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467385504640 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 6202442 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30635] ppid=30573 vsize=13999932 CPUtime=2.96 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 3187 0 -1 1077944384 6295 12366 0 0 285 3 5 3 20 0 15 0 6202442 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467383401328 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30636] ppid=30573 vsize=13999932 CPUtime=3.19 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 3187 0 -1 1077944384 5452 12366 0 0 310 1 5 3 20 0 15 0 6202442 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467382328080 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30637] ppid=30573 vsize=13999932 CPUtime=1.8 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 3187 0 -1 1077944384 6534 12366 0 0 170 2 5 3 20 0 15 0 6202442 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467381295728 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30638] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 6202442 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467380243168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30639] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 3187 0 -1 1077944384 85 12366 0 0 0 0 5 3 20 0 15 0 6202446 14335930368 185287 18446744073709551615 4194304 4196468 140735612665376 140467379190448 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.50 1.62 1.79 5/213 30639
/proc/meminfo: memFree=28727152/32770624 swapFree=0/239232
[pid=30576] ppid=30573 vsize=13999932 CPUtime=25.62 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 81737 12366 0 0 2465 89 5 3 20 0 15 0 6202415 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3499983 393491 3456 1 0 3488605 0
[pid=30576/tid=30626] ppid=30573 vsize=13999932 CPUtime=11.38 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) R 30573 30576 3187 0 -1 4202560 32969 12366 0 0 1109 21 5 3 20 0 15 0 6202437 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467846163728 140467472699440 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) S 30573 30576 3187 0 -1 1077944384 2176 12366 0 0 80 13 5 3 20 0 15 0 6202437 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467783875728 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=13999932 CPUtime=1.05 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) S 30573 30576 3187 0 -1 1077944384 885 12366 0 0 83 14 5 3 20 0 15 0 6202437 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467782822928 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) S 30573 30576 3187 0 -1 1077944384 1127 12366 0 0 82 14 5 3 20 0 15 0 6202437 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467781770128 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 3187 0 -1 1077944384 1159 12366 0 0 81 14 5 3 20 0 15 0 6202437 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467780717328 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 3187 0 -1 1077944384 7950 12366 0 0 10 0 5 3 20 0 15 0 6202439 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467387611504 140467841940098 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 57 12366 0 0 0 0 5 3 20 0 15 0 6202439 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467386557536 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 47 12366 0 0 0 0 5 3 20 0 15 0 6202439 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467385504640 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 6202442 14335930368 393491 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0

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


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

[startup+240.801 s]
/proc/loadavg: 1.73 1.70 1.78 3/214 30787
/proc/meminfo: memFree=23608660/32770624 swapFree=0/239464
[pid=30576] ppid=30573 vsize=14202692 CPUtime=265.24 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 157147 12366 0 0 26353 163 5 3 20 0 17 0 6202415 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3550673 1003721 3478 1 0 3539295 0
[pid=30576/tid=30626] ppid=30573 vsize=14202692 CPUtime=238.19 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) S 30573 30576 3187 0 -1 1077944384 66921 12366 0 0 23753 58 5 3 20 0 17 0 6202437 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467846166496 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=14202692 CPUtime=2.17 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) R 30573 30576 3187 0 -1 4202560 3026 12366 0 0 190 19 5 3 20 0 17 0 6202437 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467783875728 140467826626590 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=14202692 CPUtime=2.21 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) R 30573 30576 3187 0 -1 4202560 1789 12366 0 0 192 21 5 3 20 0 17 0 6202437 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467782823128 140467826626590 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=14202692 CPUtime=2.2 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 3187 0 -1 4202560 4049 12366 0 0 191 21 5 3 20 0 17 0 6202437 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467781770128 140467823525962 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=14202692 CPUtime=2.18 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) R 30573 30576 3187 0 -1 4202560 4185 12366 0 0 190 20 5 3 20 0 17 0 6202437 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467780717328 140467826626693 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=14202692 CPUtime=0.31 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 3187 0 -1 1077944384 20458 12366 0 0 21 2 5 3 20 0 17 0 6202439 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467387609904 140467841939157 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 59 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467386557440 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 47 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467385504640 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 211 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30635] ppid=30573 vsize=14202692 CPUtime=7.61 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 3187 0 -1 1077944384 22688 12366 0 0 748 5 5 3 20 0 17 0 6202442 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467383401328 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30636] ppid=30573 vsize=14202692 CPUtime=8.13 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 3187 0 -1 1077944384 16977 12366 0 0 802 3 5 3 20 0 17 0 6202442 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467382348528 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30637] ppid=30573 vsize=14202692 CPUtime=2.65 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 3187 0 -1 1077944384 13971 12366 0 0 253 4 5 3 20 0 17 0 6202442 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467381295728 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30638] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467380243168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30639] ppid=30573 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 3187 0 -1 1077944384 245 12366 0 0 6 7 5 3 20 0 17 0 6202446 14543556608 1003721 18446744073709551615 4194304 4196468 140735612665376 140467379190448 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
Current children cumulated CPU time (s) 265.24
Current children cumulated vsize (KiB) 14202692

[startup+241.201 s]
/proc/loadavg: 1.73 1.70 1.78 6/216 30789
/proc/meminfo: memFree=23631192/32770624 swapFree=0/239460
[pid=30576] ppid=30573 vsize=14202692 CPUtime=266.71 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 157176 12366 0 0 26500 163 5 3 20 0 17 0 6202415 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3550673 997565 3478 1 0 3539295 0
[pid=30576/tid=30626] ppid=30573 vsize=14202692 CPUtime=238.19 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) S 30573 30576 3187 0 -1 1077944384 66923 12366 0 0 23753 58 5 3 20 0 17 0 6202437 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467846166496 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=14202692 CPUtime=2.53 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) R 30573 30576 3187 0 -1 4202560 3026 12366 0 0 226 19 5 3 20 0 17 0 6202437 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467783875928 140467823525561 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=14202692 CPUtime=2.57 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) R 30573 30576 3187 0 -1 4202560 1791 12366 0 0 228 21 5 3 20 0 17 0 6202437 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467782822816 140467826626564 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=14202692 CPUtime=2.56 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 3187 0 -1 4202560 4068 12366 0 0 227 21 5 3 20 0 17 0 6202437 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467781770128 140467826626737 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=14202692 CPUtime=2.53 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) R 30573 30576 3187 0 -1 4202560 4185 12366 0 0 225 20 5 3 20 0 17 0 6202437 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467780717528 140467826879556 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=14202692 CPUtime=0.35 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 3187 0 -1 1077944384 20459 12366 0 0 25 2 5 3 20 0 17 0 6202439 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467387609904 140467841939157 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467386556912 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 47 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467385504640 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 211 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30635] ppid=30573 vsize=14202692 CPUtime=7.61 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 3187 0 -1 1077944384 22688 12366 0 0 748 5 5 3 20 0 17 0 6202442 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467383401328 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30636] ppid=30573 vsize=14202692 CPUtime=8.13 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 3187 0 -1 1077944384 16977 12366 0 0 802 3 5 3 20 0 17 0 6202442 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467382348528 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30637] ppid=30573 vsize=14202692 CPUtime=2.65 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 3187 0 -1 1077944384 13971 12366 0 0 253 4 5 3 20 0 17 0 6202442 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467381295728 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30638] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467380243168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30639] ppid=30573 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 3187 0 -1 1077944384 245 12366 0 0 6 7 5 3 20 0 17 0 6202446 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467379190448 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30788] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30788/stat : 30788 (java) S 30573 30576 3187 0 -1 1077944384 332 12366 0 0 0 0 5 3 20 0 17 0 6226415 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467376898288 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30789] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30789/stat : 30789 (java) S 30573 30576 3187 0 -1 1077944384 32 12366 0 0 0 0 5 3 20 0 17 0 6226415 14543556608 997565 18446744073709551615 4194304 4196468 140735612665376 140467278607168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
Current children cumulated CPU time (s) 266.71
Current children cumulated vsize (KiB) 14202692

[startup+241.401 s]
/proc/loadavg: 1.73 1.70 1.78 6/216 30789
/proc/meminfo: memFree=23631192/32770624 swapFree=0/239460
[pid=30576] ppid=30573 vsize=14202692 CPUtime=267.45 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 157177 12366 0 0 26574 163 5 3 20 0 17 0 6202415 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3550673 991665 3478 1 0 3539295 0
[pid=30576/tid=30626] ppid=30573 vsize=14202692 CPUtime=238.19 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) S 30573 30576 3187 0 -1 1077944384 66923 12366 0 0 23753 58 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467846166496 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=14202692 CPUtime=2.71 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) R 30573 30576 3187 0 -1 4202560 3026 12366 0 0 244 19 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467783875728 140467826879556 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=14202692 CPUtime=2.75 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) R 30573 30576 3187 0 -1 4202560 1791 12366 0 0 246 21 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467782822928 140467826879556 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=14202692 CPUtime=2.74 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 3187 0 -1 4202560 4069 12366 0 0 245 21 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467781770016 140467826626703 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=14202692 CPUtime=2.71 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) R 30573 30576 3187 0 -1 4202560 4185 12366 0 0 243 20 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467780717328 140467823525962 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=14202692 CPUtime=0.37 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 3187 0 -1 1077944384 20459 12366 0 0 27 2 5 3 20 0 17 0 6202439 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467387609904 140467841939157 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467386556912 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 47 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467385504640 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 211 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30635] ppid=30573 vsize=14202692 CPUtime=7.61 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 3187 0 -1 1077944384 22688 12366 0 0 748 5 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467383401328 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30636] ppid=30573 vsize=14202692 CPUtime=8.13 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 3187 0 -1 1077944384 16977 12366 0 0 802 3 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467382348528 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30637] ppid=30573 vsize=14202692 CPUtime=2.65 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 3187 0 -1 1077944384 13971 12366 0 0 253 4 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467381295728 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30638] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467380243168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30639] ppid=30573 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 3187 0 -1 1077944384 245 12366 0 0 6 7 5 3 20 0 17 0 6202446 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467379190448 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30788] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30788/stat : 30788 (java) S 30573 30576 3187 0 -1 1077944384 332 12366 0 0 0 0 5 3 20 0 17 0 6226415 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467376898288 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30789] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30789/stat : 30789 (java) S 30573 30576 3187 0 -1 1077944384 32 12366 0 0 0 0 5 3 20 0 17 0 6226415 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467278607168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
Current children cumulated CPU time (s) 267.45
Current children cumulated vsize (KiB) 14202692

[startup+241.501 s]
/proc/loadavg: 1.73 1.70 1.78 6/216 30789
/proc/meminfo: memFree=23631192/32770624 swapFree=0/239460
[pid=30576] ppid=30573 vsize=14202692 CPUtime=267.8 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 3187 0 -1 1077944320 157177 12366 0 0 26609 163 5 3 20 0 17 0 6202415 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140735612647920 140467841928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
/proc/30576/statm: 3550673 991665 3478 1 0 3539295 0
[pid=30576/tid=30626] ppid=30573 vsize=14202692 CPUtime=238.19 cores=1,3,5,7
/proc/30576/task/30626/stat : 30626 (java) S 30573 30576 3187 0 -1 1077944384 66923 12366 0 0 23753 58 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467846166496 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30627] ppid=30573 vsize=14202692 CPUtime=2.79 cores=1,3,5,7
/proc/30576/task/30627/stat : 30627 (java) R 30573 30576 3187 0 -1 4202560 3026 12366 0 0 252 19 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467783875728 140467826628218 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30628] ppid=30573 vsize=14202692 CPUtime=2.83 cores=1,3,5,7
/proc/30576/task/30628/stat : 30628 (java) R 30573 30576 3187 0 -1 4202560 1791 12366 0 0 254 21 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467782822928 140467826925355 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30629] ppid=30573 vsize=14202692 CPUtime=2.82 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 3187 0 -1 4202560 4069 12366 0 0 253 21 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467781770128 140467826925355 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30630] ppid=30573 vsize=14202692 CPUtime=2.79 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) R 30573 30576 3187 0 -1 4202560 4185 12366 0 0 251 20 5 3 20 0 17 0 6202437 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467780717216 140467826627691 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30631] ppid=30573 vsize=14202692 CPUtime=0.39 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 3187 0 -1 1077944384 20459 12366 0 0 29 2 5 3 20 0 17 0 6202439 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467387610128 140467841939157 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30632] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 3187 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467386556912 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30633] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 3187 0 -1 1077944384 47 12366 0 0 0 0 5 3 20 0 17 0 6202439 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467385504640 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30634] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 3187 0 -1 1077944384 211 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467384452944 140467841947547 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30635] ppid=30573 vsize=14202692 CPUtime=7.61 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 3187 0 -1 1077944384 22688 12366 0 0 748 5 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467383401328 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30636] ppid=30573 vsize=14202692 CPUtime=8.13 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 3187 0 -1 1077944384 16977 12366 0 0 802 3 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467382348528 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30637] ppid=30573 vsize=14202692 CPUtime=2.65 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 3187 0 -1 1077944384 13971 12366 0 0 253 4 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467381295728 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30638] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 3187 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 6202442 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467380243168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30639] ppid=30573 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 3187 0 -1 1077944384 245 12366 0 0 6 7 5 3 20 0 17 0 6202446 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467379190448 140467841940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30788] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30788/stat : 30788 (java) S 30573 30576 3187 0 -1 1077944384 332 12366 0 0 0 0 5 3 20 0 17 0 6226415 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467376898288 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
[pid=30576/tid=30789] ppid=30573 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30789/stat : 30789 (java) S 30573 30576 3187 0 -1 1077944384 32 12366 0 0 0 0 5 3 20 0 17 0 6226415 14543556608 991665 18446744073709551615 4194304 4196468 140735612665376 140467278607168 140467841939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21053440 140735612671950 140735612674735 140735612674735 140735612678095 0
Current children cumulated CPU time (s) 267.8
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 241.58
CPU time (s): 268.023
CPU user time (s): 266.328
CPU system time (s): 1.69482
CPU usage (%): 110.946
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.328
system time used= 1.69482
maximum resident set size= 4149056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170059
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= 15757
involuntary context switches= 562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17251 second user time and 1.44926 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:47:57
IDJOB=4259751
IDBENCH=115738
IDSOLVER=2646
FILE ID=node135/4259751-1501642918
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-20-7.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259751-1501642918/watcher-4259751-1501642918 -o /tmp/evaluation-result-4259751-1501642918/solver-4259751-1501642918 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259751-1501642918.xml

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

MD5SUM BENCH= ecccf1fc77215d60d30343c091882466
RANDOM SEED=1270887481

node135.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.21
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.21
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.21
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.21
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:        30280300 kB
MemAvailable:   30536960 kB
Buffers:          116624 kB
Cached:           417256 kB
SwapCached:            0 kB
Active:          1820452 kB
Inactive:         247828 kB
Active(anon):    1534636 kB
Inactive(anon):     8592 kB
Active(file):     285816 kB
Inactive(file):   239236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3964 kB
Writeback:         15136 kB
AnonPages:       1534228 kB
Mapped:            42164 kB
Shmem:              8960 kB
Slab:             121048 kB
SReclaimable:      94884 kB
SUnreclaim:        26164 kB
KernelStack:        3488 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2383936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1314816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 04:51:59