Trace number 4262116

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) 2525.8301 2455.28

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-3.xml
MD5SUMdf6c82869a26f460264e708359f1a186
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 variables600
Number of constraints605
Number of domains1
Minimum domain size5114
Maximum domain size5114
Distribution of domain sizes[{"size":5114,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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: 0.03 0.03 0.13 2/187 1549
/proc/meminfo: memFree=31025056/32770624 swapFree=0/560352
[pid=1549] ppid=1544 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1549/stat : 1549 (runsolver) D 1544 1549 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 88733695 24240128 106 18446744073709551615 4194304 4338465 140732387539920 140732387537560 140392731574999 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 19099648 140732387545297 140732387545673 140732387545673 140732387549130 0
/proc/1549/statm: 5918 106 53 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 0.03 0.03 0.13 2/187 1549
/proc/meminfo: memFree=31025056/32770624 swapFree=0/560352
[pid=1549] ppid=1544 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/1549/stat : 1549 (bash) S 1544 1549 1460 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 88733695 9736192 351 18446744073709551615 4194304 5098028 140737037876608 140737037874248 140284857715712 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 33415168 140737037877780 140737037877865 140737037877865 140737037881322 0
/proc/1549/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200286 s]
/proc/loadavg: 0.03 0.03 0.13 2/187 1549
/proc/meminfo: memFree=31025056/32770624 swapFree=0/560352
[pid=1549] ppid=1544 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/1549/stat : 1549 (bash) S 1544 1549 1460 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 88733695 9867264 372 18446744073709551615 4194304 5098028 140737037876608 140737037870616 140284857715712 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 33415168 140737037877780 140737037877865 140737037877865 140737037881322 0
/proc/1549/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300299 s]
/proc/loadavg: 0.03 0.03 0.13 2/187 1549
/proc/meminfo: memFree=31025056/32770624 swapFree=0/560352
[pid=1549] ppid=1544 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 5760 12420 0 0 5 1 5 3 20 0 14 0 88733695 14241083392 5441 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3476827 5441 2566 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700271 s]
/proc/loadavg: 0.03 0.03 0.13 2/187 1549
/proc/meminfo: memFree=31025056/32770624 swapFree=0/560352
[pid=1549] ppid=1544 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 13762 12420 0 0 53 3 5 3 20 0 15 0 88733695 14310178816 14209 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3493696 14209 3117 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50068 s]
/proc/loadavg: 0.19 0.06 0.14 3/220 1678
/proc/meminfo: memFree=30844928/32770624 swapFree=0/560428
[pid=1549] ppid=1544 vsize=13985408 CPUtime=1.83 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 27662 12420 0 0 168 7 5 3 20 0 15 0 88733695 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3496352 33952 3344 1 0 3485525 0
[pid=1549/tid=1647] ppid=1544 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) R 1544 1549 1460 0 -1 4202560 22298 12420 0 0 115 5 5 3 20 0 15 0 88733718 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140301257323952 140301237183838 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) S 1544 1549 1460 0 -1 1077944384 1 12420 0 0 0 0 5 3 20 0 15 0 88733718 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140300853373456 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) S 1544 1549 1460 0 -1 1077944384 1 12420 0 0 0 0 5 3 20 0 15 0 88733718 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140300852320912 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) S 1544 1549 1460 0 -1 1077944384 1 12420 0 0 0 0 5 3 20 0 15 0 88733718 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140300851267856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) S 1544 1549 1460 0 -1 1077944384 2 12420 0 0 0 0 5 3 20 0 15 0 88733718 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140300850215312 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 5 12420 0 0 0 0 5 3 20 0 15 0 88733720 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140300731230960 140301253114498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 33 12420 0 0 0 0 5 3 20 0 15 0 88733720 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140300730177184 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 21 12420 0 0 0 0 5 3 20 0 15 0 88733720 14321057792 33952 18446744073709551615 4194304 4196468 140721172503424 140300729124080 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14321057792 33984 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1665] ppid=1544 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/1549/task/1665/stat : 1665 (java) S 1544 1549 1460 0 -1 1077944384 848 12420 0 0 13 0 5 3 20 0 15 0 88733723 14321057792 33984 18446744073709551615 4194304 4196468 140721172503424 140300727019760 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1666] ppid=1544 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/1549/task/1666/stat : 1666 (java) S 1544 1549 1460 0 -1 1077944384 928 12420 0 0 15 0 5 3 20 0 15 0 88733723 14321057792 33984 18446744073709551615 4194304 4196468 140721172503424 140300725967216 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1668] ppid=1544 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/1549/task/1668/stat : 1668 (java) R 1544 1549 1460 0 -1 4202560 1363 12420 0 0 22 0 5 3 20 0 15 0 88733723 14321057792 33984 18446744073709551615 4194304 4196468 140721172503424 140300724914160 140301237224497 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1669] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1669/stat : 1669 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14321057792 33984 18446744073709551615 4194304 4196468 140721172503424 140300723861856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1677] ppid=1544 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1677/stat : 1677 (java) S 1544 1549 1460 0 -1 1077944384 5 12420 0 0 0 0 5 3 20 0 15 0 88733728 14321057792 33984 18446744073709551615 4194304 4196468 140721172503424 140300722809904 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10133 s]
/proc/loadavg: 0.19 0.06 0.14 8/220 1678
/proc/meminfo: memFree=30684792/32770624 swapFree=0/560428
[pid=1549] ppid=1544 vsize=13997884 CPUtime=6.07 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 44722 12420 0 0 585 14 5 3 20 0 15 0 88733695 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3499471 53526 3450 1 0 3488085 0
[pid=1549/tid=1647] ppid=1544 vsize=13997884 CPUtime=2.83 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) R 1544 1549 1460 0 -1 4202560 27435 12420 0 0 267 8 5 3 20 0 15 0 88733718 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140301257332680 140301234967290 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) S 1544 1549 1460 0 -1 1077944384 39 12420 0 0 0 0 5 3 20 0 15 0 88733718 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300853373456 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) S 1544 1549 1460 0 -1 1077944384 63 12420 0 0 1 0 5 3 20 0 15 0 88733718 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300852320912 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) S 1544 1549 1460 0 -1 1077944384 63 12420 0 0 1 0 5 3 20 0 15 0 88733718 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300851267856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) S 1544 1549 1460 0 -1 1077944384 200 12420 0 0 1 0 5 3 20 0 15 0 88733718 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300850215312 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 1678 12420 0 0 1 0 5 3 20 0 15 0 88733720 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300731230960 140301253114498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 55 12420 0 0 0 0 5 3 20 0 15 0 88733720 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300730177248 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 44 12420 0 0 0 0 5 3 20 0 15 0 88733720 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300729124096 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1665] ppid=1544 vsize=13997884 CPUtime=1.25 cores=1,3,5,7
/proc/1549/task/1665/stat : 1665 (java) R 1544 1549 1460 0 -1 4202560 4643 12420 0 0 116 1 5 3 20 0 15 0 88733723 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300727009552 140301237495580 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1666] ppid=1544 vsize=13997884 CPUtime=0.92 cores=1,3,5,7
/proc/1549/task/1666/stat : 1666 (java) R 1544 1549 1460 0 -1 4202560 2738 12420 0 0 83 1 5 3 20 0 15 0 88733723 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300725967216 140301232530924 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1668] ppid=1544 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/1549/task/1668/stat : 1668 (java) R 1544 1549 1460 0 -1 4202560 5600 12420 0 0 111 1 5 3 20 0 15 0 88733723 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300724911096 140300894863470 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1669] ppid=1544 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1669/stat : 1669 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300723861856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1677] ppid=1544 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1677/stat : 1677 (java) S 1544 1549 1460 0 -1 1077944384 7 12420 0 0 0 0 5 3 20 0 15 0 88733728 14333833216 53526 18446744073709551615 4194304 4196468 140721172503424 140300722809904 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 13997884

[startup+6.30137 s]
/proc/loadavg: 0.81 0.19 0.18 6/220 1678
/proc/meminfo: memFree=30131980/32770624 swapFree=0/560428
[pid=1549] ppid=1544 vsize=13999868 CPUtime=14.62 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 56290 12420 0 0 1404 50 5 3 20 0 15 0 88733695 14335864832 175686 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3499983 175686 3464 1 0 3488597 0
[pid=1549/tid=1647] ppid=1544 vsize=13999932 CPUtime=5.77 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) R 1544 1549 1460 0 -1 4202560 30088 12420 0 0 556 13 5 3 20 0 15 0 88733718 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140301257335832 140300898410944 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=13999932 CPUtime=0.32 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) S 1544 1549 1460 0 -1 1077944384 286 12420 0 0 18 6 5 3 20 0 15 0 88733718 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300853373456 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=13999932 CPUtime=0.32 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) S 1544 1549 1460 0 -1 1077944384 258 12420 0 0 17 7 5 3 20 0 15 0 88733718 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300852320912 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=13999932 CPUtime=0.32 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) S 1544 1549 1460 0 -1 1077944384 238 12420 0 0 18 6 5 3 20 0 15 0 88733718 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300851267856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=13999932 CPUtime=0.3 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) S 1544 1549 1460 0 -1 1077944384 373 12420 0 0 16 6 5 3 20 0 15 0 88733718 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300850215312 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 2007 12420 0 0 2 0 5 3 20 0 15 0 88733720 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300731230960 140301253114498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 55 12420 0 0 0 0 5 3 20 0 15 0 88733720 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300730177248 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 44 12420 0 0 0 0 5 3 20 0 15 0 88733720 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300729124096 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1665] ppid=1544 vsize=13999932 CPUtime=3.24 cores=1,3,5,7
/proc/1549/task/1665/stat : 1665 (java) R 1544 1549 1460 0 -1 4202560 7490 12420 0 0 315 1 5 3 20 0 15 0 88733723 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300727008112 140301230945504 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1666] ppid=1544 vsize=13999932 CPUtime=3.04 cores=1,3,5,7
/proc/1549/task/1666/stat : 1666 (java) R 1544 1549 1460 0 -1 4202560 5649 12420 0 0 293 3 5 3 20 0 15 0 88733723 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300725958048 140301246203051 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1668] ppid=1544 vsize=13999932 CPUtime=1.74 cores=1,3,5,7
/proc/1549/task/1668/stat : 1668 (java) S 1544 1549 1460 0 -1 1077944384 7641 12420 0 0 163 3 5 3 20 0 15 0 88733723 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300724914160 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1669] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1669/stat : 1669 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300723861856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1677] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1677/stat : 1677 (java) S 1544 1549 1460 0 -1 1077944384 10 12420 0 0 0 0 5 3 20 0 15 0 88733728 14335930368 175686 18446744073709551615 4194304 4196468 140721172503424 140300722809904 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 13999868

[startup+12.7007 s]
/proc/loadavg: 0.91 0.22 0.19 5/220 1678
/proc/meminfo: memFree=28549392/32770624 swapFree=0/560428
[pid=1549] ppid=1544 vsize=13999932 CPUtime=24.85 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 79632 12420 0 0 2382 95 5 3 20 0 15 0 88733695 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3499983 403091 3465 1 0 3488597 0
[pid=1549/tid=1647] ppid=1544 vsize=13999932 CPUtime=11.39 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) R 1544 1549 1460 0 -1 4202560 33632 12420 0 0 1110 21 5 3 20 0 15 0 88733718 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140301257334640 140300907673379 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) S 1544 1549 1460 0 -1 1077944384 715 12420 0 0 78 15 5 3 20 0 15 0 88733718 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300853373456 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) S 1544 1549 1460 0 -1 1077944384 2084 12420 0 0 78 15 5 3 20 0 15 0 88733718 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300852320912 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=13999932 CPUtime=1.02 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) S 1544 1549 1460 0 -1 1077944384 770 12420 0 0 79 15 5 3 20 0 15 0 88733718 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300851267856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=13999932 CPUtime=1 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) S 1544 1549 1460 0 -1 1077944384 930 12420 0 0 77 15 5 3 20 0 15 0 88733718 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300850215312 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 8285 12420 0 0 10 0 5 3 20 0 15 0 88733720 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300731230960 140301253114498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 57 12420 0 0 0 0 5 3 20 0 15 0 88733720 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300730177248 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 49 12420 0 0 0 0 5 3 20 0 15 0 88733720 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300729124096 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14335930368 403091 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0

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

[pid=1549] ppid=1544 vsize=14069564 CPUtime=2520.05 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 410749 12420 0 0 251635 362 5 3 20 0 15 0 88733695 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3517391 566406 3486 1 0 3506005 0
[pid=1549/tid=1647] ppid=1544 vsize=14069564 CPUtime=2432.57 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) R 1544 1549 1460 0 -1 4202560 142231 12420 0 0 243168 81 5 3 20 0 15 0 88733718 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140301257337664 140300898410988 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=14069564 CPUtime=15.99 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) S 1544 1549 1460 0 -1 1077944384 41025 12420 0 0 1550 41 5 3 20 0 15 0 88733718 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300853373456 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=14069564 CPUtime=16.03 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) S 1544 1549 1460 0 -1 1077944384 41903 12420 0 0 1551 44 5 3 20 0 15 0 88733718 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300852320912 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=14069564 CPUtime=16.05 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) S 1544 1549 1460 0 -1 1077944384 36912 12420 0 0 1554 43 5 3 20 0 15 0 88733718 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300851267856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=14069564 CPUtime=16.01 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) S 1544 1549 1460 0 -1 1077944384 45109 12420 0 0 1549 44 5 3 20 0 15 0 88733718 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300850215312 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=14069564 CPUtime=3.86 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 32329 12420 0 0 338 40 5 3 20 0 15 0 88733720 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300731230960 140301253114498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 59 12420 0 0 0 0 5 3 20 0 15 0 88733720 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300730177312 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 49 12420 0 0 0 0 5 3 20 0 15 0 88733720 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300729124096 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1665] ppid=1544 vsize=14069564 CPUtime=7.93 cores=1,3,5,7
/proc/1549/task/1665/stat : 1665 (java) S 1544 1549 1460 0 -1 1077944384 18742 12420 0 0 782 3 5 3 20 0 15 0 88733723 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300727019760 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1666] ppid=1544 vsize=14069564 CPUtime=8.08 cores=1,3,5,7
/proc/1549/task/1666/stat : 1666 (java) S 1544 1549 1460 0 -1 1077944384 24109 12420 0 0 792 8 5 3 20 0 15 0 88733723 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300725967216 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1668] ppid=1544 vsize=14069564 CPUtime=2.63 cores=1,3,5,7
/proc/1549/task/1668/stat : 1668 (java) S 1544 1549 1460 0 -1 1077944384 23392 12420 0 0 248 7 5 3 20 0 15 0 88733723 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300724914160 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1669] ppid=1544 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1669/stat : 1669 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 15 0 88733723 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300723861856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1677] ppid=1544 vsize=14069564 CPUtime=1.49 cores=1,3,5,7
/proc/1549/task/1677/stat : 1677 (java) S 1544 1549 1460 0 -1 1077944384 2732 12420 0 0 66 75 5 3 20 0 15 0 88733728 14407233536 566406 18446744073709551615 4194304 4196468 140721172503424 140300722809904 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
Current children cumulated CPU time (s) 2520.05
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 1549 sig 9
??? kill -1549 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2454.4 s]
/proc/loadavg: 1.36 1.26 1.18 7/219 1896
/proc/meminfo: memFree=27422912/32770624 swapFree=0/561008
[pid=1549] ppid=1544 vsize=14202692 CPUtime=2522.7 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 417590 12420 0 0 251899 363 5 3 20 0 17 0 88733695 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3550673 569661 3486 1 0 3539287 0
[pid=1549/tid=1647] ppid=1544 vsize=14202692 CPUtime=2432.58 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) S 1544 1549 1460 0 -1 1077944384 142597 12420 0 0 243169 81 5 3 20 0 17 0 88733718 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140301257341024 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=14202692 CPUtime=16.65 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) R 1544 1549 1460 0 -1 4202560 41078 12420 0 0 1616 41 5 3 20 0 17 0 88733718 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300853373264 140301237804047 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=14202692 CPUtime=16.69 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) R 1544 1549 1460 0 -1 4202560 42115 12420 0 0 1617 44 5 3 20 0 17 0 88733718 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300852321112 140301237560801 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=14202692 CPUtime=16.69 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) R 1544 1549 1460 0 -1 4202560 36986 12420 0 0 1618 43 5 3 20 0 17 0 88733718 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300851267976 140301237804039 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=14202692 CPUtime=16.66 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) R 1544 1549 1460 0 -1 4202560 45260 12420 0 0 1614 44 5 3 20 0 17 0 88733718 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300850215120 140301237804047 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=14202692 CPUtime=3.9 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 38084 12420 0 0 341 41 5 3 20 0 17 0 88733720 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300731229584 140301253113557 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 59 12420 0 0 0 0 5 3 20 0 17 0 88733720 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300730177312 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 49 12420 0 0 0 0 5 3 20 0 17 0 88733720 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300729124096 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 111 12420 0 0 0 0 5 3 20 0 17 0 88733723 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1665] ppid=1544 vsize=14202692 CPUtime=7.93 cores=1,3,5,7
/proc/1549/task/1665/stat : 1665 (java) S 1544 1549 1460 0 -1 1077944384 18742 12420 0 0 782 3 5 3 20 0 17 0 88733723 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300727019760 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1666] ppid=1544 vsize=14202692 CPUtime=8.08 cores=1,3,5,7
/proc/1549/task/1666/stat : 1666 (java) S 1544 1549 1460 0 -1 1077944384 24109 12420 0 0 792 8 5 3 20 0 17 0 88733723 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300725967216 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1668] ppid=1544 vsize=14202692 CPUtime=2.63 cores=1,3,5,7
/proc/1549/task/1668/stat : 1668 (java) S 1544 1549 1460 0 -1 1077944384 23392 12420 0 0 248 7 5 3 20 0 17 0 88733723 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300724914160 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1669] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1669/stat : 1669 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 17 0 88733723 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300723861856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1677] ppid=1544 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/1549/task/1677/stat : 1677 (java) S 1544 1549 1460 0 -1 1077944384 2732 12420 0 0 66 76 5 3 20 0 17 0 88733728 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300722809904 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1895] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1895/stat : 1895 (java) S 1544 1549 1460 0 -1 1077944384 96 12420 0 0 0 0 5 3 20 0 17 0 88979065 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300691510128 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1896] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1896/stat : 1896 (java) S 1544 1549 1460 0 -1 1077944384 25 12420 0 0 0 0 5 3 20 0 17 0 88979065 14543556608 569661 18446744073709551615 4194304 4196468 140721172503424 140300690457792 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
Current children cumulated CPU time (s) 2522.7
Current children cumulated vsize (KiB) 14202692

[startup+2454.8 s]
/proc/loadavg: 1.36 1.26 1.18 7/219 1896
/proc/meminfo: memFree=27422912/32770624 swapFree=0/561008
[pid=1549] ppid=1544 vsize=14202692 CPUtime=2524.1 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 417640 12420 0 0 252039 363 5 3 20 0 17 0 88733695 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3550673 569534 3486 1 0 3539287 0
[pid=1549/tid=1647] ppid=1544 vsize=14202692 CPUtime=2432.58 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) S 1544 1549 1460 0 -1 1077944384 142597 12420 0 0 243169 81 5 3 20 0 17 0 88733718 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140301257341024 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=14202692 CPUtime=16.98 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) R 1544 1549 1460 0 -1 4202560 41078 12420 0 0 1649 41 5 3 20 0 17 0 88733718 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300853373456 140301238099761 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=14202692 CPUtime=17.03 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) R 1544 1549 1460 0 -1 4202560 42115 12420 0 0 1651 44 5 3 20 0 17 0 88733718 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300852320912 140301237802131 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=14202692 CPUtime=17.02 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) R 1544 1549 1460 0 -1 4202560 36986 12420 0 0 1651 43 5 3 20 0 17 0 88733718 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300851267856 140301238099703 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=14202692 CPUtime=16.99 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) R 1544 1549 1460 0 -1 4202560 45261 12420 0 0 1647 44 5 3 20 0 17 0 88733718 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300850215512 140301238100013 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=14202692 CPUtime=3.97 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 38130 12420 0 0 348 41 5 3 20 0 17 0 88733720 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300731229584 140301253113557 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 61 12420 0 0 0 0 5 3 20 0 17 0 88733720 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300730177216 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 49 12420 0 0 0 0 5 3 20 0 17 0 88733720 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300729124096 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 111 12420 0 0 0 0 5 3 20 0 17 0 88733723 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1665] ppid=1544 vsize=14202692 CPUtime=7.93 cores=1,3,5,7
/proc/1549/task/1665/stat : 1665 (java) S 1544 1549 1460 0 -1 1077944384 18742 12420 0 0 782 3 5 3 20 0 17 0 88733723 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300727019760 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1666] ppid=1544 vsize=14202692 CPUtime=8.08 cores=1,3,5,7
/proc/1549/task/1666/stat : 1666 (java) S 1544 1549 1460 0 -1 1077944384 24109 12420 0 0 792 8 5 3 20 0 17 0 88733723 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300725967216 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1668] ppid=1544 vsize=14202692 CPUtime=2.63 cores=1,3,5,7
/proc/1549/task/1668/stat : 1668 (java) S 1544 1549 1460 0 -1 1077944384 23392 12420 0 0 248 7 5 3 20 0 17 0 88733723 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300724914160 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1669] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1669/stat : 1669 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 17 0 88733723 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300723861856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1677] ppid=1544 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/1549/task/1677/stat : 1677 (java) S 1544 1549 1460 0 -1 1077944384 2732 12420 0 0 66 76 5 3 20 0 17 0 88733728 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300722809904 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1895] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1895/stat : 1895 (java) S 1544 1549 1460 0 -1 1077944384 96 12420 0 0 0 0 5 3 20 0 17 0 88979065 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300691510128 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1896] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1896/stat : 1896 (java) S 1544 1549 1460 0 -1 1077944384 26 12420 0 0 0 0 5 3 20 0 17 0 88979065 14543556608 569534 18446744073709551615 4194304 4196468 140721172503424 140300690457792 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
Current children cumulated CPU time (s) 2524.1
Current children cumulated vsize (KiB) 14202692

[startup+2455.2 s]
/proc/loadavg: 1.36 1.26 1.18 6/219 1896
/proc/meminfo: memFree=27423172/32770624 swapFree=0/561008
[pid=1549] ppid=1544 vsize=14202692 CPUtime=2525.6 cores=1,3,5,7
/proc/1549/stat : 1549 (java) S 1544 1549 1460 0 -1 1077944320 417642 12420 0 0 252189 363 5 3 20 0 17 0 88733695 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140721172485968 140301253103351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
/proc/1549/statm: 3550673 569411 3486 1 0 3539287 0
[pid=1549/tid=1647] ppid=1544 vsize=14202692 CPUtime=2432.58 cores=1,3,5,7
/proc/1549/task/1647/stat : 1647 (java) S 1544 1549 1460 0 -1 1077944384 142597 12420 0 0 243169 81 5 3 20 0 17 0 88733718 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140301257341024 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1648] ppid=1544 vsize=14202692 CPUtime=17.35 cores=1,3,5,7
/proc/1549/task/1648/stat : 1648 (java) R 1544 1549 1460 0 -1 4202560 41078 12420 0 0 1686 41 5 3 20 0 17 0 88733718 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300853373456 140301234712966 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1649] ppid=1544 vsize=14202692 CPUtime=17.39 cores=1,3,5,7
/proc/1549/task/1649/stat : 1649 (java) R 1544 1549 1460 0 -1 4202560 42115 12420 0 0 1687 44 5 3 20 0 17 0 88733718 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300852320912 140301234713017 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1650] ppid=1544 vsize=14202692 CPUtime=17.39 cores=1,3,5,7
/proc/1549/task/1650/stat : 1650 (java) R 1544 1549 1460 0 -1 4202560 36986 12420 0 0 1688 43 5 3 20 0 17 0 88733718 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300851267856 140301238099732 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1651] ppid=1544 vsize=14202692 CPUtime=17.35 cores=1,3,5,7
/proc/1549/task/1651/stat : 1651 (java) R 1544 1549 1460 0 -1 4202560 45261 12420 0 0 1683 44 5 3 20 0 17 0 88733718 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300850215512 140301237802189 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1652] ppid=1544 vsize=14202692 CPUtime=4.01 cores=1,3,5,7
/proc/1549/task/1652/stat : 1652 (java) S 1544 1549 1460 0 -1 1077944384 38130 12420 0 0 352 41 5 3 20 0 17 0 88733720 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300731229584 140301253113557 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1653] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1653/stat : 1653 (java) S 1544 1549 1460 0 -1 1077944384 61 12420 0 0 0 0 5 3 20 0 17 0 88733720 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300730177216 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1655] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1655/stat : 1655 (java) S 1544 1549 1460 0 -1 1077944384 49 12420 0 0 0 0 5 3 20 0 17 0 88733720 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300729124096 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1664] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1664/stat : 1664 (java) S 1544 1549 1460 0 -1 1077944384 111 12420 0 0 0 0 5 3 20 0 17 0 88733723 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300728072656 140301253121947 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1665] ppid=1544 vsize=14202692 CPUtime=7.93 cores=1,3,5,7
/proc/1549/task/1665/stat : 1665 (java) S 1544 1549 1460 0 -1 1077944384 18742 12420 0 0 782 3 5 3 20 0 17 0 88733723 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300727019760 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1666] ppid=1544 vsize=14202692 CPUtime=8.08 cores=1,3,5,7
/proc/1549/task/1666/stat : 1666 (java) S 1544 1549 1460 0 -1 1077944384 24109 12420 0 0 792 8 5 3 20 0 17 0 88733723 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300725967216 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1668] ppid=1544 vsize=14202692 CPUtime=2.63 cores=1,3,5,7
/proc/1549/task/1668/stat : 1668 (java) S 1544 1549 1460 0 -1 1077944384 23392 12420 0 0 248 7 5 3 20 0 17 0 88733723 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300724914160 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1669] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1669/stat : 1669 (java) S 1544 1549 1460 0 -1 1077944384 3 12420 0 0 0 0 5 3 20 0 17 0 88733723 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300723861856 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1677] ppid=1544 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/1549/task/1677/stat : 1677 (java) S 1544 1549 1460 0 -1 1077944384 2732 12420 0 0 66 76 5 3 20 0 17 0 88733728 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300722809904 140301253114498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1895] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1895/stat : 1895 (java) S 1544 1549 1460 0 -1 1077944384 96 12420 0 0 0 0 5 3 20 0 17 0 88979065 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300691510128 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
[pid=1549/tid=1896] ppid=1544 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/1549/task/1896/stat : 1896 (java) S 1544 1549 1460 0 -1 1077944384 28 12420 0 0 0 0 5 3 20 0 17 0 88979065 14543556608 569411 18446744073709551615 4194304 4196468 140721172503424 140300690457792 140301253113557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28303360 140721172506576 140721172509361 140721172509361 140721172512719 0
Current children cumulated CPU time (s) 2525.6
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2455.28
CPU time (s): 2525.83
CPU user time (s): 2522.15
CPU system time (s): 3.68252
CPU usage (%): 102.874
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2522.15
system time used= 3.68252
maximum resident set size= 4104852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133074
involuntary context switches= 4998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.136 second user time and 15.8914 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 02:30:38
IDJOB=4262116
IDBENCH=115630
IDSOLVER=2650
FILE ID=node134/4262116-1502412274
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262116-1502412274/watcher-4262116-1502412274 -o /tmp/evaluation-result-4262116-1502412274/solver-4262116-1502412274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262116-1502412274.xml

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

MD5SUM BENCH= df6c82869a26f460264e708359f1a186
RANDOM SEED=1901141415

node134.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.43
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.43
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.43
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.43
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:        31025604 kB
MemAvailable:   31975924 kB
Buffers:          276760 kB
Cached:           968436 kB
SwapCached:            0 kB
Active:           714908 kB
Inactive:         591764 kB
Active(anon):      64284 kB
Inactive(anon):    31216 kB
Active(file):     650624 kB
Inactive(file):   560548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48652 kB
Writeback:             8 kB
AnonPages:         62124 kB
Mapped:            50452 kB
Shmem:             33468 kB
Slab:             136028 kB
SReclaimable:     109964 kB
SUnreclaim:        26064 kB
KernelStack:        3280 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     338400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 03:11:34