Trace number 4259731

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) 269.01199 241.495

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-7.xml
MD5SUM8361c52194adc4d0d2847bb08daa8f1b
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 size5206
Maximum domain size5206
Distribution of domain sizes[{"size":5206,"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.21/2.17	c Concrete v3.4 running
268.79/241.45	java.util.concurrent.TimeoutException
268.79/241.45		at concrete.MAC.mac(MAC.scala:74)
268.79/241.45		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
268.79/241.45		at scala.util.Try$.apply(Try.scala:209)
268.79/241.45		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
268.79/241.45		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
268.79/241.45		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
268.79/241.45		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
268.79/241.45		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
268.79/241.45		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
268.79/241.45		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
268.79/241.45		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
268.79/241.45		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
268.79/241.45		at concrete.MAC.oneRun(MAC.scala:146)
268.79/241.45		at concrete.MAC.nextSolution(MAC.scala:166)
268.79/241.45		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
268.79/241.45		at concrete.ProblemState.map(ProblemState.scala:203)
268.79/241.45		at concrete.ProblemState.map(ProblemState.scala:188)
268.79/241.45		at concrete.MAC.nextSolution(MAC.scala:195)
268.79/241.45		at concrete.Solver.hasNext(Solver.scala:202)
268.79/241.45		at scala.collection.Iterator.toStream(Iterator.scala:1403)
268.79/241.45		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
268.79/241.45		at concrete.Solver.toStream(Solver.scala:73)
268.79/241.45		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
268.79/241.45		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
268.79/241.45		at concrete.Solver.toIterable(Solver.scala:73)
268.79/241.45		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
268.79/241.45		at scala.util.Success.$anonfun$map$1(Try.scala:251)
268.79/241.45		at scala.util.Success.map(Try.scala:209)
268.79/241.45		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
268.79/241.45		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
268.79/241.45		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
268.79/241.45		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
268.79/241.45		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
268.79/241.45		at scala.Function0.apply$mcV$sp(Function0.scala:34)
268.79/241.45		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
268.79/241.45		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
268.79/241.45		at scala.App.$anonfun$main$1$adapted(App.scala:76)
268.79/241.45		at scala.collection.immutable.List.foreach(List.scala:389)
268.79/241.45		at scala.App.main(App.scala:76)
268.79/241.45		at scala.App.main$(App.scala:74)
268.79/241.45		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
268.79/241.45		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
268.79/241.46	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-4259731-1501642433/watcher-4259731-1501642433 -o /tmp/evaluation-result-4259731-1501642433/solver-4259731-1501642433 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300 bin/concrete HOME/instance-4259731-1501642433.xml 

pid=30040
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: 2.02 2.01 1.92 2/198 30043
/proc/meminfo: memFree=27694568/32770624 swapFree=0/238824
[pid=30043] ppid=30040 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30043/stat : 30043 (runsolver) D 30040 30043 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6153887 24240128 106 18446744073709551615 4194304 4338465 140724470748928 140724470746568 139725557478103 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 8777728 140724470751441 140724470751815 140724470751815 140724470755274 0
/proc/30043/statm: 5918 106 53 36 0 2156 0

[startup+0.100088 s]
/proc/loadavg: 2.02 2.01 1.92 2/198 30043
/proc/meminfo: memFree=27694568/32770624 swapFree=0/238824
[pid=30043] ppid=30040 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/30043/stat : 30043 (bash) S 30040 30043 3187 0 -1 4202496 719 3530 0 0 0 0 0 0 20 0 1 0 6153887 9736192 355 18446744073709551615 4194304 5098028 140727986427984 140727986425624 140371667020800 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 28758016 140727986434578 140727986434663 140727986434663 140727986438122 0
/proc/30043/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200291 s]
/proc/loadavg: 2.02 2.01 1.92 2/198 30043
/proc/meminfo: memFree=27694568/32770624 swapFree=0/238824
[pid=30043] ppid=30040 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30043/stat : 30043 (bash) S 30040 30043 3187 0 -1 4202496 898 6478 0 0 0 0 0 1 20 0 1 0 6153887 9867264 377 18446744073709551615 4194304 5098028 140727986427984 140727986421992 140371667020800 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 28758016 140727986434578 140727986434663 140727986434663 140727986438122 0
/proc/30043/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.301726 s]
/proc/loadavg: 2.02 2.01 1.92 2/198 30043
/proc/meminfo: memFree=27694568/32770624 swapFree=0/238824
[pid=30043] ppid=30040 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 6045 12359 0 0 6 1 5 2 20 0 15 0 6153887 14309310464 6206 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3493484 6206 2678 1 0 3482973 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700311 s]
/proc/loadavg: 2.02 2.01 1.92 2/198 30043
/proc/meminfo: memFree=27694568/32770624 swapFree=0/238824
[pid=30043] ppid=30040 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 13960 12359 0 0 59 5 5 2 20 0 15 0 6153887 14310178816 14906 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3493696 14906 3104 1 0 3482973 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50507 s]
/proc/loadavg: 2.02 2.01 1.92 4/213 30107
/proc/meminfo: memFree=27584952/32770624 swapFree=0/238848
[pid=30043] ppid=30040 vsize=13985408 CPUtime=1.92 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 29864 12359 0 0 176 9 5 2 20 0 15 0 6153887 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3496352 42720 3372 1 0 3485533 0
[pid=30043/tid=30094] ppid=30040 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) R 30040 30043 3187 0 -1 4202560 22373 12359 0 0 116 6 5 2 20 0 15 0 6153908 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140356424368800 140356404245854 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) S 30040 30043 3187 0 -1 1077944384 66 12359 0 0 1 0 5 2 20 0 15 0 6153909 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140356020792080 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) S 30040 30043 3187 0 -1 1077944384 175 12359 0 0 1 0 5 2 20 0 15 0 6153909 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) S 30040 30043 3187 0 -1 1077944384 49 12359 0 0 1 0 5 2 20 0 15 0 6153909 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140356018686992 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) S 30040 30043 3187 0 -1 1077944384 67 12359 0 0 1 0 5 2 20 0 15 0 6153909 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140356017634448 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 1675 12359 0 0 1 0 5 2 20 0 15 0 6153910 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355898791920 140356420176514 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 6153910 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355897738208 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 6153911 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355896685552 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30103] ppid=30040 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/30043/task/30103/stat : 30103 (java) S 30040 30043 3187 0 -1 1077944384 1212 12359 0 0 16 0 5 2 20 0 15 0 6153913 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355894581744 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30104] ppid=30040 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/30043/task/30104/stat : 30104 (java) S 30040 30043 3187 0 -1 1077944384 555 12359 0 0 12 0 5 2 20 0 15 0 6153913 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355893529200 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30105] ppid=30040 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/30043/task/30105/stat : 30105 (java) S 30040 30043 3187 0 -1 1077944384 1423 12359 0 0 23 0 5 2 20 0 15 0 6153913 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355892476656 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30106] ppid=30040 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30106/stat : 30106 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355891424352 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30107] ppid=30040 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30107/stat : 30107 (java) S 30040 30043 3187 0 -1 1077944384 10 12359 0 0 0 0 5 2 20 0 15 0 6153916 14321057792 42720 18446744073709551615 4194304 4196468 140724615666928 140355890370864 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 2.02 2.01 1.92 3/213 30107
/proc/meminfo: memFree=27511368/32770624 swapFree=0/238848
[pid=30043] ppid=30040 vsize=13997884 CPUtime=6.02 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 44380 12359 0 0 580 15 5 2 20 0 15 0 6153887 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3499471 55934 3444 1 0 3488093 0
[pid=30043/tid=30094] ppid=30040 vsize=13997884 CPUtime=2.88 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) R 30040 30043 3187 0 -1 4202560 27307 12359 0 0 273 8 5 2 20 0 15 0 6153908 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140356424393936 140356420187293 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) S 30040 30043 3187 0 -1 1077944384 66 12359 0 0 1 0 5 2 20 0 15 0 6153909 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140356020792080 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) S 30040 30043 3187 0 -1 1077944384 175 12359 0 0 1 0 5 2 20 0 15 0 6153909 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) S 30040 30043 3187 0 -1 1077944384 49 12359 0 0 1 0 5 2 20 0 15 0 6153909 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140356018686992 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) S 30040 30043 3187 0 -1 1077944384 67 12359 0 0 1 0 5 2 20 0 15 0 6153909 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140356017634448 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 1687 12359 0 0 1 0 5 2 20 0 15 0 6153910 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355898791920 140356420176514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 55 12359 0 0 0 0 5 2 20 0 15 0 6153910 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355897738208 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 6153911 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355896685552 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30103] ppid=30040 vsize=13997884 CPUtime=0.96 cores=1,3,5,7
/proc/30043/task/30103/stat : 30103 (java) R 30040 30043 3187 0 -1 4202560 3375 12359 0 0 88 1 5 2 20 0 15 0 6153913 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355894568528 140356420186714 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30104] ppid=30040 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/30043/task/30104/stat : 30104 (java) R 30040 30043 3187 0 -1 4202560 2425 12359 0 0 97 1 5 2 20 0 15 0 6153913 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355893516048 140356420177302 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30105] ppid=30040 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/30043/task/30105/stat : 30105 (java) R 30040 30043 3187 0 -1 1077944384 6958 12359 0 0 114 1 5 2 20 0 15 0 6153913 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355892476544 140356420175573 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30106] ppid=30040 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30106/stat : 30106 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355891424352 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30107] ppid=30040 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30107/stat : 30107 (java) S 30040 30043 3187 0 -1 1077944384 11 12359 0 0 0 0 5 2 20 0 15 0 6153916 14333833216 55934 18446744073709551615 4194304 4196468 140724615666928 140355890370864 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 2.17 2.04 1.93 5/213 30107
/proc/meminfo: memFree=27144600/32770624 swapFree=0/238840
[pid=30043] ppid=30040 vsize=13999932 CPUtime=14.49 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 61676 12359 0 0 1394 48 5 2 20 0 15 0 6153887 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3499983 194027 3454 1 0 3488605 0
[pid=30043/tid=30094] ppid=30040 vsize=13999932 CPUtime=5.73 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) R 30040 30043 3187 0 -1 4202560 30648 12359 0 0 554 12 5 2 20 0 15 0 6153908 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140356424398752 140356075723844 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=13999932 CPUtime=0.4 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) S 30040 30043 3187 0 -1 1077944384 1335 12359 0 0 26 7 5 2 20 0 15 0 6153909 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140356020792080 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=13999932 CPUtime=0.4 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) S 30040 30043 3187 0 -1 1077944384 1098 12359 0 0 26 7 5 2 20 0 15 0 6153909 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=13999932 CPUtime=0.36 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) S 30040 30043 3187 0 -1 1077944384 272 12359 0 0 23 6 5 2 20 0 15 0 6153909 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140356018686992 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=13999932 CPUtime=0.38 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) S 30040 30043 3187 0 -1 1077944384 299 12359 0 0 25 6 5 2 20 0 15 0 6153909 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140356017634448 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 2429 12359 0 0 2 0 5 2 20 0 15 0 6153910 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355898791920 140356420176514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 63 12359 0 0 0 0 5 2 20 0 15 0 6153910 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355897738208 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 58 12359 0 0 0 0 5 2 20 0 15 0 6153911 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355896685568 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30103] ppid=30040 vsize=13999932 CPUtime=3.04 cores=1,3,5,7
/proc/30043/task/30103/stat : 30103 (java) S 30040 30043 3187 0 -1 1077944384 8565 12359 0 0 295 2 5 2 20 0 15 0 6153913 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355894581744 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30104] ppid=30040 vsize=13999932 CPUtime=2.84 cores=1,3,5,7
/proc/30043/task/30104/stat : 30104 (java) S 30040 30043 3187 0 -1 1077944384 6502 12359 0 0 276 1 5 2 20 0 15 0 6153913 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355893529200 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30105] ppid=30040 vsize=13999932 CPUtime=1.71 cores=1,3,5,7
/proc/30043/task/30105/stat : 30105 (java) S 30040 30043 3187 0 -1 1077944384 8111 12359 0 0 162 2 5 2 20 0 15 0 6153913 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355892476656 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30106] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30106/stat : 30106 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355891424352 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30107] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30107/stat : 30107 (java) R 30040 30043 3187 0 -1 4202560 135 12359 0 0 0 0 5 2 20 0 15 0 6153916 14335930368 194027 18446744073709551615 4194304 4196468 140724615666928 140355890370864 140356420176514 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.16 2.04 1.93 3/214 30122
/proc/meminfo: memFree=26074560/32770624 swapFree=0/238852
[pid=30043] ppid=30040 vsize=13999932 CPUtime=24.52 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 78624 12359 0 0 2357 88 5 2 20 0 15 0 6153887 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3499983 407254 3455 1 0 3488605 0
[pid=30043/tid=30094] ppid=30040 vsize=13999932 CPUtime=11.43 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) R 30040 30043 3187 0 -1 4202560 32024 12359 0 0 1112 24 5 2 20 0 15 0 6153908 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140356424397376 140356062520151 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) S 30040 30043 3187 0 -1 1077944384 1671 12359 0 0 81 13 5 2 20 0 15 0 6153909 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140356020792080 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) S 30040 30043 3187 0 -1 1077944384 1620 12359 0 0 80 14 5 2 20 0 15 0 6153909 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=13999932 CPUtime=0.92 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) S 30040 30043 3187 0 -1 1077944384 562 12359 0 0 73 12 5 2 20 0 15 0 6153909 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140356018686992 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=13999932 CPUtime=1 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) S 30040 30043 3187 0 -1 1077944384 940 12359 0 0 80 13 5 2 20 0 15 0 6153909 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140356017634448 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 6564 12359 0 0 10 1 5 2 20 0 15 0 6153910 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140355898791920 140356420176514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 63 12359 0 0 0 0 5 2 20 0 15 0 6153910 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140355897738208 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 58 12359 0 0 0 0 5 2 20 0 15 0 6153911 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140355896685568 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14335930368 407254 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0

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

Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.79 1.94 1.92 3/214 30256
/proc/meminfo: memFree=26239240/32770624 swapFree=0/239048
[pid=30043] ppid=30040 vsize=14069564 CPUtime=263.65 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 158869 12359 0 0 26202 156 5 2 20 0 15 0 6153887 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3517391 1014376 3479 1 0 3506013 0
[pid=30043/tid=30094] ppid=30040 vsize=14069564 CPUtime=238.43 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) R 30040 30043 3187 0 -1 4202560 65146 12359 0 0 23772 64 5 2 20 0 15 0 6153908 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140356424399440 140356062520080 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=14069564 CPUtime=1.31 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) S 30040 30043 3187 0 -1 1077944384 4776 12359 0 0 106 18 5 2 20 0 15 0 6153909 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140356020792080 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=14069564 CPUtime=1.3 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) S 30040 30043 3187 0 -1 1077944384 2021 12359 0 0 105 18 5 2 20 0 15 0 6153909 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=14069564 CPUtime=1.22 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) S 30040 30043 3187 0 -1 1077944384 2802 12359 0 0 98 17 5 2 20 0 15 0 6153909 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140356018686992 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=14069564 CPUtime=1.29 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) S 30040 30043 3187 0 -1 1077944384 1734 12359 0 0 105 17 5 2 20 0 15 0 6153909 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140356017634448 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 8368 12359 0 0 12 1 5 2 20 0 15 0 6153910 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355898791920 140356420176514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 77 12359 0 0 0 0 5 2 20 0 15 0 6153910 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355897738272 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 72 12359 0 0 0 0 5 2 20 0 15 0 6153911 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355896685568 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30103] ppid=30040 vsize=14069564 CPUtime=8.54 cores=1,3,5,7
/proc/30043/task/30103/stat : 30103 (java) S 30040 30043 3187 0 -1 1077944384 29451 12359 0 0 843 4 5 2 20 0 15 0 6153913 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355894581744 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30104] ppid=30040 vsize=14069564 CPUtime=9.16 cores=1,3,5,7
/proc/30043/task/30104/stat : 30104 (java) S 30040 30043 3187 0 -1 1077944384 26748 12359 0 0 905 4 5 2 20 0 15 0 6153913 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355893529200 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30105] ppid=30040 vsize=14069564 CPUtime=2.53 cores=1,3,5,7
/proc/30043/task/30105/stat : 30105 (java) S 30040 30043 3187 0 -1 1077944384 14092 12359 0 0 242 4 5 2 20 0 15 0 6153913 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355892476656 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30106] ppid=30040 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30106/stat : 30106 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6153913 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355891424352 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30107] ppid=30040 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/30043/task/30107/stat : 30107 (java) S 30040 30043 3187 0 -1 1077944384 1421 12359 0 0 5 7 5 2 20 0 15 0 6153916 14407233536 1014376 18446744073709551615 4194304 4196468 140724615666928 140355890370864 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
Current children cumulated CPU time (s) 263.65
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 30043 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.801 s]
/proc/loadavg: 1.79 1.94 1.92 3/214 30256
/proc/meminfo: memFree=26239240/32770624 swapFree=0/239048
[pid=30043] ppid=30040 vsize=14202692 CPUtime=266.54 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 171105 12359 0 0 26489 158 5 2 20 0 17 0 6153887 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3550673 1014923 3480 1 0 3539295 0
[pid=30043/tid=30094] ppid=30040 vsize=14202692 CPUtime=238.44 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) S 30040 30043 3187 0 -1 1077944384 65814 12359 0 0 23773 64 5 2 20 0 17 0 6153908 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140356424402912 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=14202692 CPUtime=2.01 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) R 30040 30043 3187 0 -1 4202560 4955 12359 0 0 176 18 5 2 20 0 17 0 6153909 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140356020792080 140356404864166 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=14202692 CPUtime=1.99 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) R 30040 30043 3187 0 -1 4202560 2157 12359 0 0 174 18 5 2 20 0 17 0 6153909 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356405161774 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=14202692 CPUtime=1.92 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) R 30040 30043 3187 0 -1 4202560 2986 12359 0 0 168 17 5 2 20 0 17 0 6153909 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140356018687192 140356404622989 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=14202692 CPUtime=1.99 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) R 30040 30043 3187 0 -1 4202560 1915 12359 0 0 174 18 5 2 20 0 17 0 6153909 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140356017634448 140356405161774 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=14202692 CPUtime=0.29 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 18885 12359 0 0 20 2 5 2 20 0 17 0 6153910 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355898790544 140356420175573 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 78 12359 0 0 0 0 5 2 20 0 17 0 6153910 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355897738176 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 72 12359 0 0 0 0 5 2 20 0 17 0 6153911 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355896685568 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 128 12359 0 0 0 0 5 2 20 0 17 0 6153913 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30103] ppid=30040 vsize=14202692 CPUtime=8.54 cores=1,3,5,7
/proc/30043/task/30103/stat : 30103 (java) S 30040 30043 3187 0 -1 1077944384 29451 12359 0 0 843 4 5 2 20 0 17 0 6153913 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355894581744 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30104] ppid=30040 vsize=14202692 CPUtime=9.16 cores=1,3,5,7
/proc/30043/task/30104/stat : 30104 (java) S 30040 30043 3187 0 -1 1077944384 26765 12359 0 0 905 4 5 2 20 0 17 0 6153913 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355893515952 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30105] ppid=30040 vsize=14202692 CPUtime=2.53 cores=1,3,5,7
/proc/30043/task/30105/stat : 30105 (java) S 30040 30043 3187 0 -1 1077944384 14092 12359 0 0 242 4 5 2 20 0 17 0 6153913 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355892476656 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30106] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30106/stat : 30106 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 17 0 6153913 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355891424352 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30107] ppid=30040 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/30043/task/30107/stat : 30107 (java) S 30040 30043 3187 0 -1 1077944384 1421 12359 0 0 5 7 5 2 20 0 17 0 6153916 14543556608 1014923 18446744073709551615 4194304 4196468 140724615666928 140355890370864 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
Current children cumulated CPU time (s) 266.54
Current children cumulated vsize (KiB) 14202692

[startup+241.206 s]
/proc/loadavg: 1.79 1.94 1.92 6/216 30258
/proc/meminfo: memFree=26284500/32770624 swapFree=0/239048
[pid=30043] ppid=30040 vsize=14202692 CPUtime=268.03 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 171160 12359 0 0 26638 158 5 2 20 0 17 0 6153887 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3550673 1002996 3480 1 0 3539295 0
[pid=30043/tid=30094] ppid=30040 vsize=14202692 CPUtime=238.44 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) S 30040 30043 3187 0 -1 1077944384 65814 12359 0 0 23773 64 5 2 20 0 17 0 6153908 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140356424402912 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=14202692 CPUtime=2.37 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) R 30040 30043 3187 0 -1 4202560 4955 12359 0 0 212 18 5 2 20 0 17 0 6153909 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140356020791968 140356404864112 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=14202692 CPUtime=2.35 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) R 30040 30043 3187 0 -1 4202560 2157 12359 0 0 210 18 5 2 20 0 17 0 6153909 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356404654288 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=14202692 CPUtime=2.28 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) R 30040 30043 3187 0 -1 4202560 3023 12359 0 0 204 17 5 2 20 0 17 0 6153909 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140356018686992 140356404622819 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=14202692 CPUtime=2.36 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) R 30040 30043 3187 0 -1 4202560 1920 12359 0 0 211 18 5 2 20 0 17 0 6153909 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140356017634448 140356405161719 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=14202692 CPUtime=0.33 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 18896 12359 0 0 24 2 5 2 20 0 17 0 6153910 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355898790544 140356420175573 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 78 12359 0 0 0 0 5 2 20 0 17 0 6153910 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355897738176 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 72 12359 0 0 0 0 5 2 20 0 17 0 6153911 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355896685568 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 128 12359 0 0 0 0 5 2 20 0 17 0 6153913 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30103] ppid=30040 vsize=14202692 CPUtime=8.54 cores=1,3,5,7
/proc/30043/task/30103/stat : 30103 (java) S 30040 30043 3187 0 -1 1077944384 29451 12359 0 0 843 4 5 2 20 0 17 0 6153913 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355894581744 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30104] ppid=30040 vsize=14202692 CPUtime=9.16 cores=1,3,5,7
/proc/30043/task/30104/stat : 30104 (java) S 30040 30043 3187 0 -1 1077944384 26765 12359 0 0 905 4 5 2 20 0 17 0 6153913 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355893518576 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30105] ppid=30040 vsize=14202692 CPUtime=2.53 cores=1,3,5,7
/proc/30043/task/30105/stat : 30105 (java) S 30040 30043 3187 0 -1 1077944384 14092 12359 0 0 242 4 5 2 20 0 17 0 6153913 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355892476656 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30106] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30106/stat : 30106 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 17 0 6153913 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355891424352 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30107] ppid=30040 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/30043/task/30107/stat : 30107 (java) S 30040 30043 3187 0 -1 1077944384 1421 12359 0 0 5 7 5 2 20 0 17 0 6153916 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355890370864 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30257] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30257/stat : 30257 (java) S 30040 30043 3187 0 -1 1077944384 200 12359 0 0 0 0 5 2 20 0 17 0 6177888 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355860668528 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30258] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30258/stat : 30258 (java) S 30040 30043 3187 0 -1 1077944384 29 12359 0 0 0 0 5 2 20 0 17 0 6177888 14543556608 1002996 18446744073709551615 4194304 4196468 140724615666928 140355859616704 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
Current children cumulated CPU time (s) 268.03
Current children cumulated vsize (KiB) 14202692

[startup+241.41 s]
/proc/loadavg: 1.79 1.94 1.92 6/216 30258
/proc/meminfo: memFree=26284500/32770624 swapFree=0/239048
[pid=30043] ppid=30040 vsize=14202692 CPUtime=268.79 cores=1,3,5,7
/proc/30043/stat : 30043 (java) S 30040 30043 3187 0 -1 1077944320 171168 12359 0 0 26714 158 5 2 20 0 17 0 6153887 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140724615649472 140356420165367 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
/proc/30043/statm: 3550673 989540 3480 1 0 3539295 0
[pid=30043/tid=30094] ppid=30040 vsize=14202692 CPUtime=238.44 cores=1,3,5,7
/proc/30043/task/30094/stat : 30094 (java) S 30040 30043 3187 0 -1 1077944384 65814 12359 0 0 23773 64 5 2 20 0 17 0 6153908 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140356424402912 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30095] ppid=30040 vsize=14202692 CPUtime=2.56 cores=1,3,5,7
/proc/30043/task/30095/stat : 30095 (java) R 30040 30043 3187 0 -1 4202560 4955 12359 0 0 231 18 5 2 20 0 17 0 6153909 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140356020792080 140356405161975 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30096] ppid=30040 vsize=14202692 CPUtime=2.54 cores=1,3,5,7
/proc/30043/task/30096/stat : 30096 (java) R 30040 30043 3187 0 -1 4202560 2157 12359 0 0 229 18 5 2 20 0 17 0 6153909 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140356019739536 140356405161860 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30097] ppid=30040 vsize=14202692 CPUtime=2.46 cores=1,3,5,7
/proc/30043/task/30097/stat : 30097 (java) R 30040 30043 3187 0 -1 4202560 3023 12359 0 0 222 17 5 2 20 0 17 0 6153909 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140356018686992 140356401775115 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30098] ppid=30040 vsize=14202692 CPUtime=2.54 cores=1,3,5,7
/proc/30043/task/30098/stat : 30098 (java) R 30040 30043 3187 0 -1 4202560 1923 12359 0 0 229 18 5 2 20 0 17 0 6153909 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140356017634648 140356404864107 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30099] ppid=30040 vsize=14202692 CPUtime=0.35 cores=1,3,5,7
/proc/30043/task/30099/stat : 30099 (java) S 30040 30043 3187 0 -1 1077944384 18901 12359 0 0 26 2 5 2 20 0 17 0 6153910 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355898790544 140356420175573 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30100] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30100/stat : 30100 (java) S 30040 30043 3187 0 -1 1077944384 78 12359 0 0 0 0 5 2 20 0 17 0 6153910 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355897738176 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30101] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30101/stat : 30101 (java) S 30040 30043 3187 0 -1 1077944384 72 12359 0 0 0 0 5 2 20 0 17 0 6153911 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355896685568 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30102] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30102/stat : 30102 (java) S 30040 30043 3187 0 -1 1077944384 128 12359 0 0 0 0 5 2 20 0 17 0 6153913 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355895634128 140356420183963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30103] ppid=30040 vsize=14202692 CPUtime=8.54 cores=1,3,5,7
/proc/30043/task/30103/stat : 30103 (java) S 30040 30043 3187 0 -1 1077944384 29451 12359 0 0 843 4 5 2 20 0 17 0 6153913 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355894581744 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30104] ppid=30040 vsize=14202692 CPUtime=9.16 cores=1,3,5,7
/proc/30043/task/30104/stat : 30104 (java) S 30040 30043 3187 0 -1 1077944384 26765 12359 0 0 905 4 5 2 20 0 17 0 6153913 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355893518576 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30105] ppid=30040 vsize=14202692 CPUtime=2.53 cores=1,3,5,7
/proc/30043/task/30105/stat : 30105 (java) S 30040 30043 3187 0 -1 1077944384 14092 12359 0 0 242 4 5 2 20 0 17 0 6153913 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355892476656 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30106] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30106/stat : 30106 (java) S 30040 30043 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 17 0 6153913 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355891424352 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30107] ppid=30040 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/30043/task/30107/stat : 30107 (java) S 30040 30043 3187 0 -1 1077944384 1421 12359 0 0 5 7 5 2 20 0 17 0 6153916 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355890370864 140356420176514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30257] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30257/stat : 30257 (java) S 30040 30043 3187 0 -1 1077944384 200 12359 0 0 0 0 5 2 20 0 17 0 6177888 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355860668528 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
[pid=30043/tid=30258] ppid=30040 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30043/task/30258/stat : 30258 (java) S 30040 30043 3187 0 -1 1077944384 29 12359 0 0 0 0 5 2 20 0 17 0 6177888 14543556608 989540 18446744073709551615 4194304 4196468 140724615666928 140355859616704 140356420175573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9461760 140724615673806 140724615676591 140724615676591 140724615679951 0
Current children cumulated CPU time (s) 268.79
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 241.495
CPU time (s): 269.012
CPU user time (s): 267.371
CPU system time (s): 1.64114
CPU usage (%): 111.395
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.371
system time used= 1.64114
maximum resident set size= 4068924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183933
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= 15183
involuntary context switches= 412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13993 second user time and 1.51094 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:39:52
IDJOB=4259731
IDBENCH=115674
IDSOLVER=2646
FILE ID=node135/4259731-1501642433
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= 8361c52194adc4d0d2847bb08daa8f1b
RANDOM SEED=2069859441

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:        27694308 kB
MemAvailable:   27950272 kB
Buffers:          116244 kB
Cached:           417324 kB
SwapCached:            0 kB
Active:          4404768 kB
Inactive:         247416 kB
Active(anon):    4119236 kB
Inactive(anon):     8592 kB
Active(file):     285532 kB
Inactive(file):   238824 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24444 kB
Writeback:             0 kB
AnonPages:       4151108 kB
Mapped:            42288 kB
Shmem:              8960 kB
Slab:             120852 kB
SReclaimable:      94888 kB
SUnreclaim:        25964 kB
KernelStack:        3776 kB
PageTables:        12892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4977016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3909632 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:43:54