Trace number 4259719

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) 253.57001 240.32401

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-05-0.xml
MD5SUM1edbd0f724acb79b93e779b216f6b499
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1290
Best CPU time to get the best result obtained on this benchmark250.47501
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints125
Number of domains1
Minimum domain size1378
Maximum domain size1378
Distribution of domain sizes[{"size":1378,"count":120}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":100}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=28586
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.88 1.92 3/198 28589
/proc/meminfo: memFree=31602684/32770624 swapFree=0/237820
[pid=28589] ppid=28586 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28589/stat : 28589 (runsolver) D 28586 28589 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6014882 24240128 106 18446744073709551615 4194304 4338465 140731494198192 140731494195832 140659479421655 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 29335552 140731494203601 140731494203975 140731494203975 140731494207434 0
/proc/28589/statm: 5918 106 53 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.91 1.88 1.92 3/198 28589
/proc/meminfo: memFree=31602684/32770624 swapFree=0/237820
[pid=28589] ppid=28586 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/28589/stat : 28589 (bash) S 28586 28589 3187 0 -1 4202496 892 6490 0 0 0 0 0 1 20 0 1 0 6014882 9867264 377 18446744073709551615 4194304 5098028 140726075621696 140726075615704 140606199663616 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 6 0 0 7196144 7232144 37023744 140726075626002 140726075626087 140726075626087 140726075629546 0
/proc/28589/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200253 s]
/proc/loadavg: 1.91 1.88 1.92 3/198 28589
/proc/meminfo: memFree=31602684/32770624 swapFree=0/237820
[pid=28589] ppid=28586 vsize=13358716 CPUtime=0.09 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 4265 12489 0 0 1 0 5 3 20 0 6 0 6014882 13679325184 3046 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3339679 3046 1881 1 0 3329184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13358716

[startup+0.309655 s]
/proc/loadavg: 1.91 1.88 1.92 3/198 28589
/proc/meminfo: memFree=31602684/32770624 swapFree=0/237820
[pid=28589] ppid=28586 vsize=13974356 CPUtime=0.18 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 6283 12489 0 0 9 1 5 3 20 0 15 0 6014882 14309740544 6935 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3493589 6935 2855 1 0 3482973 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13974356

[startup+0.700719 s]
/proc/loadavg: 1.91 1.88 1.92 3/198 28589
/proc/meminfo: memFree=31602684/32770624 swapFree=0/237820
[pid=28589] ppid=28586 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 13989 12489 0 0 59 5 5 3 20 0 15 0 6014882 14310178816 14927 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3493696 14927 3126 1 0 3482973 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50583 s]
/proc/loadavg: 1.91 1.88 1.92 8/213 28652
/proc/meminfo: memFree=31442200/32770624 swapFree=0/237904
[pid=28589] ppid=28586 vsize=13985408 CPUtime=1.94 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 29663 12489 0 0 174 12 5 3 20 0 15 0 6014882 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3496352 42706 3364 1 0 3485533 0
[pid=28589/tid=28639] ppid=28586 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) S 28586 28589 3187 0 -1 1077944384 22360 12489 0 0 116 7 5 3 20 0 15 0 6014900 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139854508122624 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 49 12489 0 0 0 0 5 3 20 0 15 0 6014901 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) R 28586 28589 3187 0 -1 4202560 61 12489 0 0 1 0 5 3 20 0 15 0 6014901 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139854103005960 139854496527079 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 40 12489 0 0 1 0 5 3 20 0 15 0 6014901 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 199 12489 0 0 1 0 5 3 20 0 15 0 6014901 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139854100900256 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) S 28586 28589 3187 0 -1 1077944384 1455 12489 0 0 1 0 5 3 20 0 15 0 6014902 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853487760672 139854503909077 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 33 12489 0 0 0 0 5 3 20 0 15 0 6014903 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853486708384 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 21 12489 0 0 0 0 5 3 20 0 15 0 6014903 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853485655280 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28648] ppid=28586 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/28589/task/28648/stat : 28648 (java) S 28586 28589 3187 0 -1 1077944384 999 12489 0 0 15 0 5 3 20 0 15 0 6014906 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853483550960 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28649] ppid=28586 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/28589/task/28649/stat : 28649 (java) S 28586 28589 3187 0 -1 1077944384 772 12489 0 0 13 0 5 3 20 0 15 0 6014906 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853482498416 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28650] ppid=28586 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/28589/task/28650/stat : 28650 (java) S 28586 28589 3187 0 -1 1077944384 1509 12489 0 0 23 0 5 3 20 0 15 0 6014906 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853481441232 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28651] ppid=28586 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 7 12489 0 0 0 0 5 3 20 0 15 0 6014910 14321057792 42706 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.1007 s]
/proc/loadavg: 1.91 1.88 1.92 6/213 28652
/proc/meminfo: memFree=31291524/32770624 swapFree=0/237908
[pid=28589] ppid=28586 vsize=13997884 CPUtime=6.09 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 42883 12489 0 0 583 18 5 3 20 0 15 0 6014882 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3499471 58081 3439 1 0 3488093 0
[pid=28589/tid=28639] ppid=28586 vsize=13997884 CPUtime=2.9 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) R 28586 28589 3187 0 -1 4202560 28385 12489 0 0 272 10 5 3 20 0 15 0 6014900 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139854508127744 139854484174243 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 49 12489 0 0 0 0 5 3 20 0 15 0 6014901 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) S 28586 28589 3187 0 -1 1077944384 61 12489 0 0 1 0 5 3 20 0 15 0 6014901 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139854103005840 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 40 12489 0 0 1 0 5 3 20 0 15 0 6014901 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 199 12489 0 0 1 0 5 3 20 0 15 0 6014901 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139854100900240 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) S 28586 28589 3187 0 -1 1077944384 1640 12489 0 0 1 0 5 3 20 0 15 0 6014902 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853487762160 139854503910018 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 56 12489 0 0 0 0 5 3 20 0 15 0 6014903 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853486708448 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 45 12489 0 0 0 0 5 3 20 0 15 0 6014903 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853485655296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28648] ppid=28586 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/28589/task/28648/stat : 28648 (java) R 28586 28589 3187 0 -1 4202560 2420 12489 0 0 95 1 5 3 20 0 15 0 6014906 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853483537504 139854485443444 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28649] ppid=28586 vsize=13997884 CPUtime=1.17 cores=0,2,4,6
/proc/28589/task/28649/stat : 28649 (java) R 28586 28589 3187 0 -1 4202560 4026 12489 0 0 109 0 5 3 20 0 15 0 6014906 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853482485856 139854484598435 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28650] ppid=28586 vsize=13997884 CPUtime=1.1 cores=0,2,4,6
/proc/28589/task/28650/stat : 28650 (java) S 28586 28589 3187 0 -1 1077944384 3796 12489 0 0 100 2 5 3 20 0 15 0 6014906 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853481445360 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28651] ppid=28586 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 8 12489 0 0 0 0 5 3 20 0 15 0 6014910 14333833216 58081 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 2.07 1.91 1.93 8/213 28652
/proc/meminfo: memFree=30188404/32770624 swapFree=0/237908
[pid=28589] ppid=28586 vsize=14069564 CPUtime=15.1 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 84501 12489 0 0 1474 28 5 3 20 0 15 0 6014882 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3517391 97345 3465 1 0 3506013 0
[pid=28589/tid=28639] ppid=28586 vsize=14069564 CPUtime=5.99 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) R 28586 28589 3187 0 -1 4202560 45316 12489 0 0 578 13 5 3 20 0 15 0 6014900 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139854508131000 139854163098773 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=14069564 CPUtime=0.15 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 523 12489 0 0 6 1 5 3 20 0 15 0 6014901 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) S 28586 28589 3187 0 -1 1077944384 1053 12489 0 0 6 0 5 3 20 0 15 0 6014901 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139854103005840 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 59 12489 0 0 4 1 5 3 20 0 15 0 6014901 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 458 12489 0 0 6 0 5 3 20 0 15 0 6014901 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139854100900240 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) S 28586 28589 3187 0 -1 1077944384 6891 12489 0 0 4 0 5 3 20 0 15 0 6014902 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853487762160 139854503910018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 66 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853486708448 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853485655296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28648] ppid=28586 vsize=14069564 CPUtime=3.57 cores=0,2,4,6
/proc/28589/task/28648/stat : 28648 (java) R 28586 28589 3187 0 -1 4202560 9504 12489 0 0 346 3 5 3 20 0 15 0 6014906 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853483550960 139854488306962 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28649] ppid=28586 vsize=14069564 CPUtime=3.43 cores=0,2,4,6
/proc/28589/task/28649/stat : 28649 (java) R 28586 28589 3187 0 -1 4202560 8205 12489 0 0 334 1 5 3 20 0 15 0 6014906 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853482481488 139854488804040 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28650] ppid=28586 vsize=14069564 CPUtime=1.96 cores=0,2,4,6
/proc/28589/task/28650/stat : 28650 (java) S 28586 28589 3187 0 -1 1077944384 10197 12489 0 0 184 4 5 3 20 0 15 0 6014906 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853481445360 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28651] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 16 12489 0 0 0 0 5 3 20 0 15 0 6014910 14407233536 97345 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 2.07 1.91 1.93 5/213 28652
/proc/meminfo: memFree=28994648/32770624 swapFree=0/237924
[pid=28589] ppid=28586 vsize=14069564 CPUtime=23.14 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 85799 12489 0 0 2263 43 5 3 20 0 15 0 6014882 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3517391 202089 3472 1 0 3506013 0
[pid=28589/tid=28639] ppid=28586 vsize=14069564 CPUtime=12.32 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) R 28586 28589 3187 0 -1 4202560 45790 12489 0 0 1204 20 5 3 20 0 15 0 6014900 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139854508132784 139854162422237 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 547 12489 0 0 8 3 5 3 20 0 15 0 6014901 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) S 28586 28589 3187 0 -1 1077944384 1074 12489 0 0 8 2 5 3 20 0 15 0 6014901 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139854103005840 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 83 12489 0 0 6 2 5 3 20 0 15 0 6014901 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 481 12489 0 0 8 2 5 3 20 0 15 0 6014901 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139854100900240 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) S 28586 28589 3187 0 -1 1077944384 7115 12489 0 0 6 0 5 3 20 0 15 0 6014902 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139853487762160 139854503910018 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 66 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139853486708448 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139853485655296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 202089 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0

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

/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 324346 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 429 12489 0 0 5 4 5 3 20 0 15 0 6014910 14407233536 324346 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 173.94
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.80 1.82 1.89 3/216 28677
/proc/meminfo: memFree=25825624/32770624 swapFree=0/237996
[pid=28589] ppid=28586 vsize=14069564 CPUtime=234.75 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 110578 12489 0 0 23392 75 5 3 20 0 15 0 6014882 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3517391 321934 3472 1 0 3506013 0
[pid=28589/tid=28639] ppid=28586 vsize=14069564 CPUtime=220.41 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) R 28586 28589 3187 0 -1 4202560 53278 12489 0 0 22003 30 5 3 20 0 15 0 6014900 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139854508132992 139854163366219 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=14069564 CPUtime=0.87 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 3435 12489 0 0 71 8 5 3 20 0 15 0 6014901 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=14069564 CPUtime=0.86 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) S 28586 28589 3187 0 -1 1077944384 2679 12489 0 0 71 7 5 3 20 0 15 0 6014901 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139854103005840 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=14069564 CPUtime=0.85 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 3885 12489 0 0 70 7 5 3 20 0 15 0 6014901 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=14069564 CPUtime=0.87 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 1254 12489 0 0 73 6 5 3 20 0 15 0 6014901 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139854100900240 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=14069564 CPUtime=0.75 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) S 28586 28589 3187 0 -1 1077944384 9027 12489 0 0 62 5 5 3 20 0 15 0 6014902 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853487762160 139854503910018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 66 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853486708448 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853485655296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28648] ppid=28586 vsize=14069564 CPUtime=4.8 cores=0,2,4,6
/proc/28589/task/28648/stat : 28648 (java) S 28586 28589 3187 0 -1 1077944384 9610 12489 0 0 469 3 5 3 20 0 15 0 6014906 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853483550960 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28649] ppid=28586 vsize=14069564 CPUtime=3.74 cores=0,2,4,6
/proc/28589/task/28649/stat : 28649 (java) S 28586 28589 3187 0 -1 1077944384 11700 12489 0 0 364 2 5 3 20 0 15 0 6014906 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853482498416 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28650] ppid=28586 vsize=14069564 CPUtime=2 cores=0,2,4,6
/proc/28589/task/28650/stat : 28650 (java) S 28586 28589 3187 0 -1 1077944384 12973 12489 0 0 188 4 5 3 20 0 15 0 6014906 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853481445360 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28651] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 458 12489 0 0 7 6 5 3 20 0 15 0 6014910 14407233536 321934 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 234.75
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.20 1.91 1.92 3/214 28800
/proc/meminfo: memFree=29542920/32770624 swapFree=0/238056
[pid=28589] ppid=28586 vsize=14069564 CPUtime=252.68 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 115334 12489 0 0 25183 77 5 3 20 0 15 0 6014882 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3517391 320953 3472 1 0 3506013 0
[pid=28589/tid=28639] ppid=28586 vsize=14069564 CPUtime=237.91 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) R 28586 28589 3187 0 -1 4202560 54490 12489 0 0 23753 30 5 3 20 0 15 0 6014900 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139854508132768 139854162422237 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=14069564 CPUtime=0.95 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 3597 12489 0 0 79 8 5 3 20 0 15 0 6014901 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=14069564 CPUtime=0.95 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) S 28586 28589 3187 0 -1 1077944384 2891 12489 0 0 79 8 5 3 20 0 15 0 6014901 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139854103005840 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=14069564 CPUtime=0.94 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 3990 12489 0 0 78 8 5 3 20 0 15 0 6014901 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=14069564 CPUtime=0.96 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 2786 12489 0 0 81 7 5 3 20 0 15 0 6014901 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139854100900240 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=14069564 CPUtime=0.83 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) S 28586 28589 3187 0 -1 1077944384 9346 12489 0 0 70 5 5 3 20 0 15 0 6014902 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853487762160 139854503910018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 66 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853486708448 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 6014903 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853485655296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28648] ppid=28586 vsize=14069564 CPUtime=4.8 cores=0,2,4,6
/proc/28589/task/28648/stat : 28648 (java) S 28586 28589 3187 0 -1 1077944384 10794 12489 0 0 469 3 5 3 20 0 15 0 6014906 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853483550960 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28649] ppid=28586 vsize=14069564 CPUtime=3.74 cores=0,2,4,6
/proc/28589/task/28649/stat : 28649 (java) S 28586 28589 3187 0 -1 1077944384 11703 12489 0 0 364 2 5 3 20 0 15 0 6014906 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853482498416 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28650] ppid=28586 vsize=14069564 CPUtime=2 cores=0,2,4,6
/proc/28589/task/28650/stat : 28650 (java) S 28586 28589 3187 0 -1 1077944384 12975 12489 0 0 188 4 5 3 20 0 15 0 6014906 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853481445360 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28651] ppid=28586 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 6014906 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 483 12489 0 0 7 7 5 3 20 0 15 0 6014910 14407233536 320953 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 252.68
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 28589 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.207 s]
/proc/loadavg: 2.20 1.91 1.92 3/214 28800
/proc/meminfo: memFree=29542920/32770624 swapFree=0/238056
[pid=28589] ppid=28586 vsize=14202692 CPUtime=253.28 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 128614 12489 0 0 25241 79 5 3 20 0 17 0 6014882 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3550673 322186 3472 1 0 3539295 0
[pid=28589/tid=28639] ppid=28586 vsize=14202692 CPUtime=237.93 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) S 28586 28589 3187 0 -1 1077944384 55657 12489 0 0 23755 30 5 3 20 0 17 0 6014900 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139854508136416 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=14202692 CPUtime=1.08 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 3647 12489 0 0 92 8 5 3 20 0 17 0 6014901 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=14202692 CPUtime=1.08 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) S 28586 28589 3187 0 -1 1077944384 2916 12489 0 0 92 8 5 3 20 0 17 0 6014901 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139854103005840 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=14202692 CPUtime=1.07 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 4051 12489 0 0 91 8 5 3 20 0 17 0 6014901 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=14202692 CPUtime=1.09 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 2830 12489 0 0 94 7 5 3 20 0 17 0 6014901 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139854100900240 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=14202692 CPUtime=0.89 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) R 28586 28589 3187 0 -1 4202560 20573 12489 0 0 75 6 5 3 20 0 17 0 6014902 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853487760448 139854488253551 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 68 12489 0 0 0 0 5 3 20 0 17 0 6014903 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853486708352 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 17 0 6014903 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853485655296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 254 12489 0 0 0 0 5 3 20 0 17 0 6014906 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28648] ppid=28586 vsize=14202692 CPUtime=4.8 cores=0,2,4,6
/proc/28589/task/28648/stat : 28648 (java) S 28586 28589 3187 0 -1 1077944384 10794 12489 0 0 469 3 5 3 20 0 17 0 6014906 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853483550960 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28649] ppid=28586 vsize=14202692 CPUtime=3.74 cores=0,2,4,6
/proc/28589/task/28649/stat : 28649 (java) S 28586 28589 3187 0 -1 1077944384 11799 12489 0 0 364 2 5 3 20 0 17 0 6014906 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853482487744 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28650] ppid=28586 vsize=14202692 CPUtime=2 cores=0,2,4,6
/proc/28589/task/28650/stat : 28650 (java) S 28586 28589 3187 0 -1 1077944384 12975 12489 0 0 188 4 5 3 20 0 17 0 6014906 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853481445360 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28651] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 17 0 6014906 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 483 12489 0 0 7 7 5 3 20 0 17 0 6014910 14543556608 322186 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 253.28
Current children cumulated vsize (KiB) 14202692

[startup+240.304 s]
/proc/loadavg: 2.20 1.91 1.92 3/214 28800
/proc/meminfo: memFree=29542920/32770624 swapFree=0/238056
[pid=28589] ppid=28586 vsize=14202692 CPUtime=253.53 cores=0,2,4,6
/proc/28589/stat : 28589 (java) S 28586 28589 3187 0 -1 1077944320 129010 12489 0 0 25266 79 5 3 20 0 17 0 6014882 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 140736805876688 139854503898871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
/proc/28589/statm: 3550673 322069 3472 1 0 3539295 0
[pid=28589/tid=28639] ppid=28586 vsize=14202692 CPUtime=237.93 cores=0,2,4,6
/proc/28589/task/28639/stat : 28639 (java) R 28586 28589 3187 0 -1 4202560 55767 12489 0 0 23755 30 5 3 20 0 17 0 6014900 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139854508130384 139854487942501 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28640] ppid=28586 vsize=14202692 CPUtime=1.13 cores=0,2,4,6
/proc/28589/task/28640/stat : 28640 (java) S 28586 28589 3187 0 -1 1077944384 3651 12489 0 0 97 8 5 3 20 0 17 0 6014901 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139854471457296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28641] ppid=28586 vsize=14202692 CPUtime=1.13 cores=0,2,4,6
/proc/28589/task/28641/stat : 28641 (java) S 28586 28589 3187 0 -1 1077944384 2920 12489 0 0 97 8 5 3 20 0 17 0 6014901 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139854103005840 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28642] ppid=28586 vsize=14202692 CPUtime=1.12 cores=0,2,4,6
/proc/28589/task/28642/stat : 28642 (java) S 28586 28589 3187 0 -1 1077944384 4051 12489 0 0 96 8 5 3 20 0 17 0 6014901 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139854101952784 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28643] ppid=28586 vsize=14202692 CPUtime=1.14 cores=0,2,4,6
/proc/28589/task/28643/stat : 28643 (java) S 28586 28589 3187 0 -1 1077944384 2830 12489 0 0 99 7 5 3 20 0 17 0 6014901 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139854100900240 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28644] ppid=28586 vsize=14202692 CPUtime=0.92 cores=0,2,4,6
/proc/28589/task/28644/stat : 28644 (java) S 28586 28589 3187 0 -1 1077944384 20574 12489 0 0 78 6 5 3 20 0 17 0 6014902 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853487762160 139854503910018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28645] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28645/stat : 28645 (java) S 28586 28589 3187 0 -1 1077944384 69 12489 0 0 0 0 5 3 20 0 17 0 6014903 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853486708448 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28646] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28646/stat : 28646 (java) S 28586 28589 3187 0 -1 1077944384 57 12489 0 0 0 0 5 3 20 0 17 0 6014903 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853485655296 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28647] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28647/stat : 28647 (java) S 28586 28589 3187 0 -1 1077944384 254 12489 0 0 0 0 5 3 20 0 17 0 6014906 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853484603856 139854503917467 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28648] ppid=28586 vsize=14202692 CPUtime=4.8 cores=0,2,4,6
/proc/28589/task/28648/stat : 28648 (java) S 28586 28589 3187 0 -1 1077944384 10794 12489 0 0 469 3 5 3 20 0 17 0 6014906 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853483550960 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28649] ppid=28586 vsize=14202692 CPUtime=3.75 cores=0,2,4,6
/proc/28589/task/28649/stat : 28649 (java) R 28586 28589 3187 0 -1 4202560 11963 12489 0 0 365 2 5 3 20 0 17 0 6014906 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853482498224 139854496132975 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28650] ppid=28586 vsize=14202692 CPUtime=2 cores=0,2,4,6
/proc/28589/task/28650/stat : 28650 (java) S 28586 28589 3187 0 -1 1077944384 13118 12489 0 0 188 4 5 3 20 0 17 0 6014906 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853481445360 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28651] ppid=28586 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28589/task/28651/stat : 28651 (java) S 28586 28589 3187 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 17 0 6014906 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853480393056 139854503909077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
[pid=28589/tid=28652] ppid=28586 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/28589/task/28652/stat : 28652 (java) S 28586 28589 3187 0 -1 1077944384 483 12489 0 0 7 7 5 3 20 0 17 0 6014910 14543556608 322069 18446744073709551615 4194304 4196468 140736805894144 139853479341104 139854503910018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19030016 140736805898190 140736805900975 140736805900975 140736805904335 0
Current children cumulated CPU time (s) 253.53
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.324
CPU time (s): 253.57
CPU user time (s): 252.723
CPU system time (s): 0.847027
CPU usage (%): 105.512
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.723
system time used= 0.847027
maximum resident set size= 1376684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141581
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= 26611
involuntary context switches= 793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30087 second user time and 1.26801 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:16:42
IDJOB=4259719
IDBENCH=115607
IDSOLVER=2646
FILE ID=node135/4259719-1501641043
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= 1edbd0f724acb79b93e779b216f6b499
RANDOM SEED=2097108386

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:        31603320 kB
MemAvailable:   31856820 kB
Buffers:          114964 kB
Cached:           416460 kB
SwapCached:            0 kB
Active:           506384 kB
Inactive:         246152 kB
Active(anon):     221896 kB
Inactive(anon):     8592 kB
Active(file):     284488 kB
Inactive(file):   237560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48536 kB
Writeback:             0 kB
AnonPages:        222016 kB
Mapped:            41864 kB
Shmem:              8960 kB
Slab:             120880 kB
SReclaimable:      94572 kB
SUnreclaim:        26308 kB
KernelStack:        3520 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1141940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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:20:43