Trace number 4262661

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2522.72 2472.8899

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-30.xml
MD5SUM342946d6497bc5c3a3caf7e92c124315
Bench CategoryCSP (decision 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 variables1335
Number of constraints555
Number of domains2
Minimum domain size30
Maximum domain size435
Distribution of domain sizes[{"size":30,"count":900},{"size":435,"count":435}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":450},{"degree":4,"count":885}]
Minimum constraint arity1
Maximum constraint arity435
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":15},{"arity":3,"count":435},{"arity":15,"count":29},{"arity":30,"count":30},{"arity":58,"count":15},{"arity":60,"count":15},{"arity":435,"count":1}]
Number of extensional constraints435
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":435},{"type":"intension","count":30},{"type":"allDifferent","count":31},{"type":"count","count":29},{"type":"cardinality","count":30}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.82 1.73 2/203 26669
/proc/meminfo: memFree=26811356/32770624 swapFree=0/466484
[pid=26669] ppid=26666 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26669/stat : 26669 (runsolver) D 26666 26669 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 88121499 24240128 107 18446744073709551615 4194304 4338465 140726191563344 140726191560984 139993253667543 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 34639872 140726191567056 140726191567433 140726191567433 140726191570890 0
/proc/26669/statm: 5918 107 54 36 0 2156 0

[startup+0.100135 s]
/proc/loadavg: 1.85 1.82 1.73 2/203 26669
/proc/meminfo: memFree=26811356/32770624 swapFree=0/466484
[pid=26669] ppid=26666 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/26669/stat : 26669 (bash) S 26666 26669 13007 0 -1 4202496 889 6479 0 0 0 0 0 1 20 0 1 0 88121499 9867264 376 18446744073709551615 4194304 5098028 140720783686816 140720783680824 140696206961664 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 11718656 140720783688212 140720783688297 140720783688297 140720783691754 0
/proc/26669/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200346 s]
/proc/loadavg: 1.85 1.82 1.73 2/203 26669
/proc/meminfo: memFree=26811356/32770624 swapFree=0/466484
[pid=26669] ppid=26666 vsize=107356 CPUtime=0.07 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 2521 12344 0 0 0 0 5 2 20 0 2 0 88121499 109932544 1360 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 26839 1360 1026 1 0 16809 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 107356

[startup+0.302948 s]
/proc/loadavg: 1.85 1.82 1.73 2/203 26669
/proc/meminfo: memFree=26811356/32770624 swapFree=0/466484
[pid=26669] ppid=26666 vsize=13973872 CPUtime=0.14 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 6072 12344 0 0 6 1 5 2 20 0 15 0 88121499 14309244928 6224 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3493468 6224 2657 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.70197 s]
/proc/loadavg: 1.85 1.82 1.73 2/203 26669
/proc/meminfo: memFree=26811356/32770624 swapFree=0/466484
[pid=26669] ppid=26666 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 14009 12344 0 0 59 4 5 2 20 0 15 0 88121499 14310178816 14946 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3493696 14946 3126 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50055 s]
/proc/loadavg: 1.85 1.82 1.73 5/218 26732
/proc/meminfo: memFree=26715384/32770624 swapFree=0/466516
[pid=26669] ppid=26666 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 29641 12344 0 0 175 9 5 2 20 0 15 0 88121499 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3496352 42644 3376 1 0 3485525 0
[pid=26669/tid=26719] ppid=26666 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) R 26666 26669 13007 0 -1 4202560 22377 12344 0 0 115 6 5 2 20 0 15 0 88121519 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022682407424 140022678205597 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) S 26666 26669 13007 0 -1 1077944384 58 12344 0 0 1 0 5 2 20 0 15 0 88121520 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) S 26666 26669 13007 0 -1 1077944384 33 12344 0 0 1 0 5 2 20 0 15 0 88121520 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022276766352 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) S 26666 26669 13007 0 -1 1077944384 187 12344 0 0 1 0 5 2 20 0 15 0 88121520 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022275713296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) S 26666 26669 13007 0 -1 1077944384 70 12344 0 0 0 0 5 2 20 0 15 0 88121520 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) S 26666 26669 13007 0 -1 1077944384 1650 12344 0 0 1 0 5 2 20 0 15 0 88121521 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022156700400 140022678194818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) R 26666 26669 13007 0 -1 4202560 56 12344 0 0 0 0 5 2 20 0 15 0 88121522 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022155645136 140022662264158 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) R 26666 26669 13007 0 -1 1077944384 43 12344 0 0 0 0 5 2 20 0 15 0 88121522 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022154593504 140022678194818 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26728] ppid=26666 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/26669/task/26728/stat : 26728 (java) R 26666 26669 13007 0 -1 1077944384 1175 12344 0 0 18 0 5 2 20 0 15 0 88121525 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022152489200 140022678194818 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26729] ppid=26666 vsize=13985408 CPUtime=0.18 cores=1,3,5,7
/proc/26669/task/26729/stat : 26729 (java) S 26666 26669 13007 0 -1 1077944384 541 12344 0 0 11 0 5 2 20 0 15 0 88121525 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022151436656 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26730] ppid=26666 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/26669/task/26730/stat : 26730 (java) R 26666 26669 13007 0 -1 4202560 1288 12344 0 0 23 0 5 2 20 0 15 0 88121525 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022150381136 140022656857186 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26731] ppid=26666 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26731/stat : 26731 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022149331296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26732] ppid=26666 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26732/stat : 26732 (java) S 26666 26669 13007 0 -1 1077944384 10 12344 0 0 0 0 5 2 20 0 15 0 88121529 14321057792 42644 18446744073709551615 4194304 4196468 140724521445056 140022148279344 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10501 s]
/proc/loadavg: 1.86 1.83 1.73 4/218 26732
/proc/meminfo: memFree=26638824/32770624 swapFree=0/466516
[pid=26669] ppid=26666 vsize=13997884 CPUtime=5.64 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 49408 12344 0 0 543 14 5 2 20 0 15 0 88121499 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3499471 54114 3453 1 0 3488085 0
[pid=26669/tid=26719] ppid=26666 vsize=13997884 CPUtime=2.88 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) R 26666 26669 13007 0 -1 4202560 35257 12344 0 0 272 9 5 2 20 0 15 0 88121519 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022682414320 140022329012274 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) S 26666 26669 13007 0 -1 1077944384 58 12344 0 0 1 0 5 2 20 0 15 0 88121520 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) S 26666 26669 13007 0 -1 1077944384 33 12344 0 0 1 0 5 2 20 0 15 0 88121520 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022276766352 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) S 26666 26669 13007 0 -1 1077944384 187 12344 0 0 1 0 5 2 20 0 15 0 88121520 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022275713296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) S 26666 26669 13007 0 -1 1077944384 70 12344 0 0 0 0 5 2 20 0 15 0 88121520 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) S 26666 26669 13007 0 -1 1077944384 1664 12344 0 0 1 0 5 2 20 0 15 0 88121521 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022156700400 140022678194818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) S 26666 26669 13007 0 -1 1077944384 56 12344 0 0 0 0 5 2 20 0 15 0 88121522 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022155646688 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) S 26666 26669 13007 0 -1 1077944384 45 12344 0 0 0 0 5 2 20 0 15 0 88121522 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022154593536 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26728] ppid=26666 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/26669/task/26728/stat : 26728 (java) R 26666 26669 13007 0 -1 4202560 4471 12344 0 0 91 1 5 2 20 0 15 0 88121525 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022152475152 140022662578608 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26729] ppid=26666 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/26669/task/26729/stat : 26729 (java) R 26666 26669 13007 0 -1 4202560 1930 12344 0 0 76 1 5 2 20 0 15 0 88121525 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022151425328 140022670473120 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26730] ppid=26666 vsize=13997884 CPUtime=1.04 cores=1,3,5,7
/proc/26669/task/26730/stat : 26730 (java) R 26666 26669 13007 0 -1 4202560 3471 12344 0 0 96 1 5 2 20 0 15 0 88121525 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022150381560 140022657319127 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26731] ppid=26666 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26731/stat : 26731 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022149331296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26732] ppid=26666 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26732/stat : 26732 (java) S 26666 26669 13007 0 -1 1077944384 11 12344 0 0 0 0 5 2 20 0 15 0 88121529 14333833216 54114 18446744073709551615 4194304 4196468 140724521445056 140022148279344 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 13997884

[startup+6.30101 s]
/proc/loadavg: 1.86 1.83 1.73 5/218 26732
/proc/meminfo: memFree=26443052/32770624 swapFree=0/466512
[pid=26669] ppid=26666 vsize=14001980 CPUtime=14.62 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 68800 12344 0 0 1431 24 5 2 20 0 15 0 88121499 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3500495 119356 3472 1 0 3489109 0
[pid=26669/tid=26719] ppid=26666 vsize=14001980 CPUtime=5.94 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) R 26666 26669 13007 0 -1 4202560 38823 12344 0 0 575 12 5 2 20 0 15 0 88121519 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022682415464 140022334145212 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) S 26666 26669 13007 0 -1 1077944384 139 12344 0 0 6 1 5 2 20 0 15 0 88121520 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) S 26666 26669 13007 0 -1 1077944384 605 12344 0 0 7 1 5 2 20 0 15 0 88121520 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022276766352 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) S 26666 26669 13007 0 -1 1077944384 394 12344 0 0 7 1 5 2 20 0 15 0 88121520 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022275713296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) S 26666 26669 13007 0 -1 1077944384 508 12344 0 0 7 1 5 2 20 0 15 0 88121520 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) S 26666 26669 13007 0 -1 1077944384 2648 12344 0 0 4 0 5 2 20 0 15 0 88121521 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022156700400 140022678194818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) S 26666 26669 13007 0 -1 1077944384 68 12344 0 0 0 0 5 2 20 0 15 0 88121522 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022155646688 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) S 26666 26669 13007 0 -1 1077944384 59 12344 0 0 0 0 5 2 20 0 15 0 88121522 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022154593536 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26728] ppid=26666 vsize=14001980 CPUtime=3.46 cores=1,3,5,7
/proc/26669/task/26728/stat : 26728 (java) S 26666 26669 13007 0 -1 1077944384 9477 12344 0 0 338 1 5 2 20 0 15 0 88121525 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022152489200 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26729] ppid=26666 vsize=14001980 CPUtime=3.28 cores=1,3,5,7
/proc/26669/task/26729/stat : 26729 (java) S 26666 26669 13007 0 -1 1077944384 6720 12344 0 0 320 1 5 2 20 0 15 0 88121525 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022151436656 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26730] ppid=26666 vsize=14001980 CPUtime=1.7 cores=1,3,5,7
/proc/26669/task/26730/stat : 26730 (java) S 26666 26669 13007 0 -1 1077944384 7155 12344 0 0 161 2 5 2 20 0 15 0 88121525 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022150383600 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26731] ppid=26666 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26731/stat : 26731 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022149331296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26732] ppid=26666 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26732/stat : 26732 (java) S 26666 26669 13007 0 -1 1077944384 49 12344 0 0 0 0 5 2 20 0 15 0 88121529 14338027520 119356 18446744073709551615 4194304 4196468 140724521445056 140022148279344 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 14001980

[startup+12.7008 s]
/proc/loadavg: 1.88 1.83 1.74 3/218 26732
/proc/meminfo: memFree=25635468/32770624 swapFree=0/466516
[pid=26669] ppid=26666 vsize=14071612 CPUtime=27.89 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 96506 12344 0 0 2726 56 5 2 20 0 15 0 88121499 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3517903 296555 3483 1 0 3506517 0
[pid=26669/tid=26719] ppid=26666 vsize=14071612 CPUtime=12.14 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) R 26666 26669 13007 0 -1 4202560 55788 12344 0 0 1187 20 5 2 20 0 15 0 88121519 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022682416872 140022320429111 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=14071612 CPUtime=0.3 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) S 26666 26669 13007 0 -1 1077944384 352 12344 0 0 17 6 5 2 20 0 15 0 88121520 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=14071612 CPUtime=0.31 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) S 26666 26669 13007 0 -1 1077944384 846 12344 0 0 18 6 5 2 20 0 15 0 88121520 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022276766352 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=14071612 CPUtime=0.32 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) S 26666 26669 13007 0 -1 1077944384 612 12344 0 0 19 6 5 2 20 0 15 0 88121520 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022275713296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=14071612 CPUtime=0.33 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) S 26666 26669 13007 0 -1 1077944384 729 12344 0 0 20 6 5 2 20 0 15 0 88121520 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) S 26666 26669 13007 0 -1 1077944384 3040 12344 0 0 5 0 5 2 20 0 15 0 88121521 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022156700400 140022678194818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) S 26666 26669 13007 0 -1 1077944384 71 12344 0 0 0 0 5 2 20 0 15 0 88121522 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022155646688 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) S 26666 26669 13007 0 -1 1077944384 59 12344 0 0 0 0 5 2 20 0 15 0 88121522 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022154593536 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14409330688 296555 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0

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


[startup+2442.3 s]
/proc/loadavg: 1.52 1.65 1.67 3/217 27030
/proc/meminfo: memFree=23399628/32770624 swapFree=0/467004
[pid=26669] ppid=26666 vsize=14071612 CPUtime=2490.13 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 510954 12344 0 0 248510 496 5 2 20 0 15 0 88121499 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3517903 1127354 3487 1 0 3506517 0
[pid=26669/tid=26719] ppid=26666 vsize=14071612 CPUtime=2431.08 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) R 26666 26669 13007 0 -1 4202560 292644 12344 0 0 242975 126 5 2 20 0 15 0 88121519 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022682417952 140022340792748 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=14071612 CPUtime=10.08 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) S 26666 26669 13007 0 -1 1077944384 28889 12344 0 0 932 69 5 2 20 0 15 0 88121520 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=14071612 CPUtime=10.08 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) S 26666 26669 13007 0 -1 1077944384 33550 12344 0 0 932 69 5 2 20 0 15 0 88121520 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022276766352 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=14071612 CPUtime=10.08 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) S 26666 26669 13007 0 -1 1077944384 21375 12344 0 0 933 68 5 2 20 0 15 0 88121520 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022275713296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=14071612 CPUtime=10.08 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) S 26666 26669 13007 0 -1 1077944384 21796 12344 0 0 931 70 5 2 20 0 15 0 88121520 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=14071612 CPUtime=0.98 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) S 26666 26669 13007 0 -1 1077944384 39909 12344 0 0 71 20 5 2 20 0 15 0 88121521 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022156700400 140022678194818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) S 26666 26669 13007 0 -1 1077944384 73 12344 0 0 0 0 5 2 20 0 15 0 88121522 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022155646688 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) S 26666 26669 13007 0 -1 1077944384 59 12344 0 0 0 0 5 2 20 0 15 0 88121522 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022154593536 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26728] ppid=26666 vsize=14071612 CPUtime=7.3 cores=1,3,5,7
/proc/26669/task/26728/stat : 26728 (java) S 26666 26669 13007 0 -1 1077944384 24396 12344 0 0 720 3 5 2 20 0 15 0 88121525 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022152489200 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26729] ppid=26666 vsize=14071612 CPUtime=6.94 cores=1,3,5,7
/proc/26669/task/26729/stat : 26729 (java) S 26666 26669 13007 0 -1 1077944384 27231 12344 0 0 683 4 5 2 20 0 15 0 88121525 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022151436656 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26730] ppid=26666 vsize=14071612 CPUtime=2.52 cores=1,3,5,7
/proc/26669/task/26730/stat : 26730 (java) S 26666 26669 13007 0 -1 1077944384 17456 12344 0 0 240 5 5 2 20 0 15 0 88121525 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022150383600 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26731] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26731/stat : 26731 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022149331296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26732] ppid=26666 vsize=14071612 CPUtime=1.5 cores=1,3,5,7
/proc/26669/task/26732/stat : 26732 (java) S 26666 26669 13007 0 -1 1077944384 1421 12344 0 0 64 79 5 2 20 0 15 0 88121529 14409330688 1127354 18446744073709551615 4194304 4196468 140724521445056 140022148279344 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
Current children cumulated CPU time (s) 2490.13
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.1 s]
/proc/loadavg: 1.67 1.68 1.68 3/217 27031
/proc/meminfo: memFree=23538956/32770624 swapFree=0/466996
[pid=26669] ppid=26666 vsize=14071612 CPUtime=2520.02 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 519280 12344 0 0 251496 499 5 2 20 0 15 0 88121499 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3517903 1122219 3487 1 0 3506517 0
[pid=26669/tid=26719] ppid=26666 vsize=14071612 CPUtime=2460.85 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) R 26666 26669 13007 0 -1 4202560 296699 12344 0 0 245951 127 5 2 20 0 15 0 88121519 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022682418016 140022328896192 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=14071612 CPUtime=10.1 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) S 26666 26669 13007 0 -1 1077944384 29341 12344 0 0 934 69 5 2 20 0 15 0 88121520 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=14071612 CPUtime=10.11 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) S 26666 26669 13007 0 -1 1077944384 33980 12344 0 0 934 70 5 2 20 0 15 0 88121520 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022276766352 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=14071612 CPUtime=10.11 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) S 26666 26669 13007 0 -1 1077944384 21530 12344 0 0 936 68 5 2 20 0 15 0 88121520 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022275713296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=14071612 CPUtime=10.11 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) S 26666 26669 13007 0 -1 1077944384 23277 12344 0 0 933 71 5 2 20 0 15 0 88121520 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=14071612 CPUtime=0.99 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) S 26666 26669 13007 0 -1 1077944384 40212 12344 0 0 72 20 5 2 20 0 15 0 88121521 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022156700400 140022678194818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) S 26666 26669 13007 0 -1 1077944384 73 12344 0 0 0 0 5 2 20 0 15 0 88121522 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022155646688 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) S 26666 26669 13007 0 -1 1077944384 59 12344 0 0 0 0 5 2 20 0 15 0 88121522 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022154593536 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26728] ppid=26666 vsize=14071612 CPUtime=7.3 cores=1,3,5,7
/proc/26669/task/26728/stat : 26728 (java) S 26666 26669 13007 0 -1 1077944384 24404 12344 0 0 720 3 5 2 20 0 15 0 88121525 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022152489200 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26729] ppid=26666 vsize=14071612 CPUtime=6.94 cores=1,3,5,7
/proc/26669/task/26729/stat : 26729 (java) S 26666 26669 13007 0 -1 1077944384 28629 12344 0 0 683 4 5 2 20 0 15 0 88121525 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022151436656 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26730] ppid=26666 vsize=14071612 CPUtime=2.52 cores=1,3,5,7
/proc/26669/task/26730/stat : 26730 (java) S 26666 26669 13007 0 -1 1077944384 17460 12344 0 0 240 5 5 2 20 0 15 0 88121525 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022150383600 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26731] ppid=26666 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26731/stat : 26731 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 15 0 88121525 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022149331296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26732] ppid=26666 vsize=14071612 CPUtime=1.52 cores=1,3,5,7
/proc/26669/task/26732/stat : 26732 (java) S 26666 26669 13007 0 -1 1077944384 1461 12344 0 0 65 80 5 2 20 0 15 0 88121529 14409330688 1122219 18446744073709551615 4194304 4196468 140724521445056 140022148279344 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14071612

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

[startup+2472.4 s]
/proc/loadavg: 1.67 1.68 1.68 3/217 27031
/proc/meminfo: memFree=23538956/32770624 swapFree=0/466996
[pid=26669] ppid=26666 vsize=14204740 CPUtime=2521.11 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 532453 12344 0 0 251604 500 5 2 20 0 17 0 88121499 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3551185 1114748 3487 1 0 3539799 0
[pid=26669/tid=26719] ppid=26666 vsize=14204740 CPUtime=2460.86 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) S 26666 26669 13007 0 -1 1077944384 297635 12344 0 0 245952 127 5 2 20 0 17 0 88121519 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022682421456 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=14204740 CPUtime=10.36 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) R 26666 26669 13007 0 -1 4202560 29418 12344 0 0 960 69 5 2 20 0 17 0 88121520 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022659780682 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=14204740 CPUtime=10.37 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) R 26666 26669 13007 0 -1 4202560 34066 12344 0 0 960 70 5 2 20 0 17 0 88121520 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022276766552 140022663134276 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=14204740 CPUtime=10.37 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) R 26666 26669 13007 0 -1 4202560 21616 12344 0 0 962 68 5 2 20 0 17 0 88121520 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022275713496 140022659780682 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=14204740 CPUtime=10.37 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) R 26666 26669 13007 0 -1 4202560 23310 12344 0 0 959 71 5 2 20 0 17 0 88121520 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022659779634 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=14204740 CPUtime=1.01 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) S 26666 26669 13007 0 -1 1077944384 51534 12344 0 0 74 20 5 2 20 0 17 0 88121521 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022156698800 140022678193877 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) S 26666 26669 13007 0 -1 1077944384 75 12344 0 0 0 0 5 2 20 0 17 0 88121522 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022155646592 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) S 26666 26669 13007 0 -1 1077944384 59 12344 0 0 0 0 5 2 20 0 17 0 88121522 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022154593536 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 253 12344 0 0 0 0 5 2 20 0 17 0 88121525 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26728] ppid=26666 vsize=14204740 CPUtime=7.3 cores=1,3,5,7
/proc/26669/task/26728/stat : 26728 (java) S 26666 26669 13007 0 -1 1077944384 24425 12344 0 0 720 3 5 2 20 0 17 0 88121525 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022152479520 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26729] ppid=26666 vsize=14204740 CPUtime=6.94 cores=1,3,5,7
/proc/26669/task/26729/stat : 26729 (java) S 26666 26669 13007 0 -1 1077944384 28629 12344 0 0 683 4 5 2 20 0 17 0 88121525 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022151436656 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26730] ppid=26666 vsize=14204740 CPUtime=2.52 cores=1,3,5,7
/proc/26669/task/26730/stat : 26730 (java) S 26666 26669 13007 0 -1 1077944384 17460 12344 0 0 240 5 5 2 20 0 17 0 88121525 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022150383600 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26731] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26731/stat : 26731 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 17 0 88121525 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022149331296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26732] ppid=26666 vsize=14204740 CPUtime=1.52 cores=1,3,5,7
/proc/26669/task/26732/stat : 26732 (java) S 26666 26669 13007 0 -1 1077944384 1461 12344 0 0 65 80 5 2 20 0 17 0 88121529 14545653760 1114748 18446744073709551615 4194304 4196468 140724521445056 140022148279344 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
Current children cumulated CPU time (s) 2521.11
Current children cumulated vsize (KiB) 14204740

[startup+2472.8 s]
/proc/loadavg: 1.85 1.72 1.69 3/219 27033
/proc/meminfo: memFree=23636192/32770624 swapFree=0/466996
[pid=26669] ppid=26666 vsize=14204740 CPUtime=2522.51 cores=1,3,5,7
/proc/26669/stat : 26669 (java) S 26666 26669 13007 0 -1 1077944320 532491 12344 0 0 251744 500 5 2 20 0 17 0 88121499 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140724521427600 140022678183671 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
/proc/26669/statm: 3551185 1098861 3487 1 0 3539799 0
[pid=26669/tid=26719] ppid=26666 vsize=14204740 CPUtime=2460.86 cores=1,3,5,7
/proc/26669/task/26719/stat : 26719 (java) S 26666 26669 13007 0 -1 1077944384 297635 12344 0 0 245952 127 5 2 20 0 17 0 88121519 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022682421456 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26720] ppid=26666 vsize=14204740 CPUtime=10.69 cores=1,3,5,7
/proc/26669/task/26720/stat : 26720 (java) S 26666 26669 13007 0 -1 1077944384 29420 12344 0 0 993 69 5 2 20 0 17 0 88121520 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022277818896 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26721] ppid=26666 vsize=14204740 CPUtime=10.7 cores=1,3,5,7
/proc/26669/task/26721/stat : 26721 (java) S 26666 26669 13007 0 -1 1077944384 34073 12344 0 0 993 70 5 2 20 0 17 0 88121520 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022276766352 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26722] ppid=26666 vsize=14204740 CPUtime=10.7 cores=1,3,5,7
/proc/26669/task/26722/stat : 26722 (java) S 26666 26669 13007 0 -1 1077944384 21616 12344 0 0 995 68 5 2 20 0 17 0 88121520 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022275713296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26723] ppid=26666 vsize=14204740 CPUtime=10.7 cores=1,3,5,7
/proc/26669/task/26723/stat : 26723 (java) S 26666 26669 13007 0 -1 1077944384 23310 12344 0 0 992 71 5 2 20 0 17 0 88121520 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022274660752 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26724] ppid=26666 vsize=14204740 CPUtime=1.09 cores=1,3,5,7
/proc/26669/task/26724/stat : 26724 (java) R 26666 26669 13007 0 -1 4202560 51552 12344 0 0 82 20 5 2 20 0 17 0 88121521 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022156698800 140022662538303 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26725] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26725/stat : 26725 (java) S 26666 26669 13007 0 -1 1077944384 76 12344 0 0 0 0 5 2 20 0 17 0 88121522 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022155646320 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26726] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26726/stat : 26726 (java) S 26666 26669 13007 0 -1 1077944384 61 12344 0 0 0 0 5 2 20 0 17 0 88121522 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022154593536 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26727] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26727/stat : 26727 (java) S 26666 26669 13007 0 -1 1077944384 253 12344 0 0 0 0 5 2 20 0 17 0 88121525 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022153542096 140022678202267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26728] ppid=26666 vsize=14204740 CPUtime=7.3 cores=1,3,5,7
/proc/26669/task/26728/stat : 26728 (java) S 26666 26669 13007 0 -1 1077944384 24432 12344 0 0 720 3 5 2 20 0 17 0 88121525 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022152480480 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26729] ppid=26666 vsize=14204740 CPUtime=6.94 cores=1,3,5,7
/proc/26669/task/26729/stat : 26729 (java) S 26666 26669 13007 0 -1 1077944384 28629 12344 0 0 683 4 5 2 20 0 17 0 88121525 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022151436656 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26730] ppid=26666 vsize=14204740 CPUtime=2.52 cores=1,3,5,7
/proc/26669/task/26730/stat : 26730 (java) S 26666 26669 13007 0 -1 1077944384 17460 12344 0 0 240 5 5 2 20 0 17 0 88121525 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022150383600 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26731] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/26731/stat : 26731 (java) S 26666 26669 13007 0 -1 1077944384 3 12344 0 0 0 0 5 2 20 0 17 0 88121525 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022149331296 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=26732] ppid=26666 vsize=14204740 CPUtime=1.52 cores=1,3,5,7
/proc/26669/task/26732/stat : 26732 (java) S 26666 26669 13007 0 -1 1077944384 1461 12344 0 0 65 80 5 2 20 0 17 0 88121529 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022148279344 140022678194818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=27032] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/27032/stat : 27032 (java) S 26666 26669 13007 0 -1 1077944384 328 12344 0 0 0 0 5 2 20 0 17 0 88368710 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022116590448 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
[pid=26669/tid=27033] ppid=26666 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/26669/task/27033/stat : 27033 (java) S 26666 26669 13007 0 -1 1077944384 31 12344 0 0 0 0 5 2 20 0 17 0 88368710 14545653760 1098861 18446744073709551615 4194304 4196468 140724521445056 140022115538112 140022678193877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140724521449424 140724521452209 140724521452209 140724521455567 0
Current children cumulated CPU time (s) 2522.51
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 2472.89
CPU time (s): 2522.72
CPU user time (s): 2517.66
CPU system time (s): 5.06052
CPU usage (%): 102.015
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.66
system time used= 5.06052
maximum resident set size= 4529792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76465
involuntary context switches= 2871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2649 second user time and 16.7973 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 16:21:08
IDJOB=4262661
IDBENCH=133917
IDSOLVER=2650
FILE ID=node135/4262661-1502462103
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-30.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262661-1502462103/watcher-4262661-1502462103 -o /tmp/evaluation-result-4262661-1502462103/solver-4262661-1502462103 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262661-1502462103.xml

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

MD5SUM BENCH= 342946d6497bc5c3a3caf7e92c124315
RANDOM SEED=1753269863

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:        26811356 kB
MemAvailable:   27646880 kB
Buffers:          293548 kB
Cached:           833828 kB
SwapCached:            0 kB
Active:          5011408 kB
Inactive:         499624 kB
Active(anon):    4384240 kB
Inactive(anon):    33140 kB
Active(file):     627168 kB
Inactive(file):   466484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24492 kB
Writeback:             4 kB
AnonPages:       4383964 kB
Mapped:            64412 kB
Shmem:             33464 kB
Slab:             143496 kB
SReclaimable:     115416 kB
SUnreclaim:        28080 kB
KernelStack:        3552 kB
PageTables:        13664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5278988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4155392 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= 61984 MiB
End job on node135 at 2017-08-11 17:02:21