Trace number 4262662

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.47 2468.6299

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-32.xml
MD5SUMda233c5f22e1387e6e52cea502e17f88
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 variables1520
Number of constraints624
Number of domains2
Minimum domain size32
Maximum domain size496
Distribution of domain sizes[{"size":32,"count":1024},{"size":496,"count":496}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":512},{"degree":4,"count":1008}]
Minimum constraint arity1
Maximum constraint arity496
Distribution of constraint arities[{"arity":1,"count":16},{"arity":2,"count":16},{"arity":3,"count":496},{"arity":16,"count":31},{"arity":32,"count":32},{"arity":62,"count":16},{"arity":64,"count":16},{"arity":496,"count":1}]
Number of extensional constraints496
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":496},{"type":"intension","count":32},{"type":"allDifferent","count":33},{"type":"count","count":31},{"type":"cardinality","count":32}]
Optimization problemNO
Type of objective

Solver Data

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

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

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.79 1.60 1.49 3/198 26925
/proc/meminfo: memFree=30123772/32770624 swapFree=0/310380
[pid=26925] ppid=26922 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26925/stat : 26925 (runsolver) D 26922 26925 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48400055 24240128 107 18446744073709551615 4194304 4338465 140722232193792 140722232191432 140463089369815 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 35176448 140722232201424 140722232201801 140722232201801 140722232205258 0
/proc/26925/statm: 5918 107 54 36 0 2156 0

[startup+0.100176 s]
/proc/loadavg: 1.79 1.60 1.49 3/198 26925
/proc/meminfo: memFree=30123772/32770624 swapFree=0/310380
[pid=26925] ppid=26922 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/26925/stat : 26925 (bash) S 26922 26925 16548 0 -1 4202496 681 1544 0 0 0 0 0 0 20 0 1 0 48400055 9736192 351 18446744073709551615 4194304 5098028 140736709947504 140736709945144 140383241382912 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 14757888 140736709956116 140736709956201 140736709956201 140736709959658 0
/proc/26925/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200237 s]
/proc/loadavg: 1.79 1.60 1.49 3/198 26925
/proc/meminfo: memFree=30123772/32770624 swapFree=0/310380
[pid=26925] ppid=26922 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/26925/stat : 26925 (bash) S 26922 26925 16548 0 -1 4202496 890 6489 0 0 0 0 0 1 20 0 1 0 48400055 9867264 377 18446744073709551615 4194304 5098028 140736709947504 140736709941512 140383241382912 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 14757888 140736709956116 140736709956201 140736709956201 140736709959658 0
/proc/26925/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300325 s]
/proc/loadavg: 1.79 1.60 1.49 3/198 26925
/proc/meminfo: memFree=30123772/32770624 swapFree=0/310380
[pid=26925] ppid=26922 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 5842 12730 0 0 5 1 5 2 20 0 14 0 48400055 14241083392 5521 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3476827 5521 2562 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700286 s]
/proc/loadavg: 1.79 1.60 1.49 3/198 26925
/proc/meminfo: memFree=30123772/32770624 swapFree=0/310380
[pid=26925] ppid=26922 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 13874 12730 0 0 57 5 5 2 20 0 15 0 48400055 14310178816 14232 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3493696 14232 3075 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.79 1.60 1.49 3/213 26988
/proc/meminfo: memFree=30033900/32770624 swapFree=0/310400
[pid=26925] ppid=26922 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 28267 12730 0 0 170 11 5 2 20 0 15 0 48400055 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3496352 39677 3364 1 0 3485525 0
[pid=26925/tid=26975] ppid=26922 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/26925/task/26975/stat : 26975 (java) S 26922 26925 16548 0 -1 1077944384 22369 12730 0 0 115 7 5 2 20 0 15 0 48400076 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932690922672 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26976] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26976/stat : 26976 (java) S 26922 26925 16548 0 -1 1077944384 211 12730 0 0 0 0 5 2 20 0 15 0 48400077 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932287109648 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) S 26922 26925 16548 0 -1 1077944384 60 12730 0 0 0 0 5 2 20 0 15 0 48400077 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) S 26922 26925 16548 0 -1 1077944384 44 12730 0 0 0 0 5 2 20 0 15 0 48400077 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932285004048 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) S 26922 26925 16548 0 -1 1077944384 25 12730 0 0 0 0 5 2 20 0 15 0 48400077 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932283951504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) R 26922 26925 16548 0 -1 4202560 357 12730 0 0 0 0 5 2 20 0 15 0 48400078 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932165190720 139932668338613 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 33 12730 0 0 0 0 5 2 20 0 15 0 48400079 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932164138656 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 21 12730 0 0 0 0 5 2 20 0 15 0 48400079 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932163085552 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26984] ppid=26922 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/26925/task/26984/stat : 26984 (java) S 26922 26925 16548 0 -1 1077944384 1242 12730 0 0 16 0 5 2 20 0 15 0 48400082 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932160981232 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26985] ppid=26922 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/26925/task/26985/stat : 26985 (java) S 26922 26925 16548 0 -1 1077944384 554 12730 0 0 12 0 5 2 20 0 15 0 48400082 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932159928688 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26986] ppid=26922 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/26925/task/26986/stat : 26986 (java) S 26922 26925 16548 0 -1 1077944384 1336 12730 0 0 23 0 5 2 20 0 15 0 48400082 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932158871504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26987] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26987/stat : 26987 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932157823328 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26988] ppid=26922 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26988/stat : 26988 (java) S 26922 26925 16548 0 -1 1077944384 10 12730 0 0 0 0 5 2 20 0 15 0 48400085 14321057792 39677 18446744073709551615 4194304 4196468 140728334038752 139932156771376 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10201 s]
/proc/loadavg: 1.81 1.60 1.50 5/213 26988
/proc/meminfo: memFree=29955744/32770624 swapFree=0/310400
[pid=26925] ppid=26922 vsize=13997884 CPUtime=5.7 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 49393 12730 0 0 547 16 5 2 20 0 15 0 48400055 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3499471 54540 3448 1 0 3488085 0
[pid=26925/tid=26975] ppid=26922 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/26925/task/26975/stat : 26975 (java) R 26922 26925 16548 0 -1 4202560 35040 12730 0 0 271 9 5 2 20 0 15 0 48400076 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932690931216 139932672768192 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26976] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26976/stat : 26976 (java) S 26922 26925 16548 0 -1 1077944384 216 12730 0 0 0 0 5 2 20 0 15 0 48400077 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932287109648 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) S 26922 26925 16548 0 -1 1077944384 60 12730 0 0 0 0 5 2 20 0 15 0 48400077 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) S 26922 26925 16548 0 -1 1077944384 44 12730 0 0 1 0 5 2 20 0 15 0 48400077 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932285004048 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) S 26922 26925 16548 0 -1 1077944384 28 12730 0 0 0 0 5 2 20 0 15 0 48400077 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932283951504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) S 26922 26925 16548 0 -1 1077944384 1674 12730 0 0 1 0 5 2 20 0 15 0 48400078 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932165192432 139932686711426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 55 12730 0 0 0 0 5 2 20 0 15 0 48400079 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932164138656 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 42 12730 0 0 0 0 5 2 20 0 15 0 48400079 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932163085552 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26984] ppid=26922 vsize=13997884 CPUtime=0.92 cores=0,2,4,6
/proc/26925/task/26984/stat : 26984 (java) R 26922 26925 16548 0 -1 4202560 2562 12730 0 0 85 0 5 2 20 0 15 0 48400082 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932160961040 139932665947465 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26985] ppid=26922 vsize=13997884 CPUtime=0.97 cores=0,2,4,6
/proc/26925/task/26985/stat : 26985 (java) R 26922 26925 16548 0 -1 1077944384 3955 12730 0 0 89 1 5 2 20 0 15 0 48400082 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932159928816 139932686710485 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26986] ppid=26922 vsize=13997884 CPUtime=1.03 cores=0,2,4,6
/proc/26925/task/26986/stat : 26986 (java) R 26922 26925 16548 0 -1 4202560 3552 12730 0 0 94 2 5 2 20 0 15 0 48400082 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932158875632 139932679799979 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26987] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26987/stat : 26987 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932157823328 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26988] ppid=26922 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26988/stat : 26988 (java) S 26922 26925 16548 0 -1 1077944384 11 12730 0 0 0 0 5 2 20 0 15 0 48400085 14333833216 54540 18446744073709551615 4194304 4196468 140728334038752 139932156771376 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 13997884

[startup+6.3007 s]
/proc/loadavg: 1.81 1.60 1.50 5/213 26988
/proc/meminfo: memFree=29752872/32770624 swapFree=0/310408
[pid=26925] ppid=26922 vsize=14001980 CPUtime=14.93 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 67244 12730 0 0 1459 27 5 2 20 0 15 0 48400055 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3500495 119575 3471 1 0 3489109 0
[pid=26925/tid=26975] ppid=26922 vsize=14001980 CPUtime=5.77 cores=0,2,4,6
/proc/26925/task/26975/stat : 26975 (java) R 26922 26925 16548 0 -1 4202560 39534 12730 0 0 556 14 5 2 20 0 15 0 48400076 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932690932960 139932337336463 0 4 1 16800974 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26976] ppid=26922 vsize=14001980 CPUtime=0.15 cores=0,2,4,6
/proc/26925/task/26976/stat : 26976 (java) S 26922 26925 16548 0 -1 1077944384 327 12730 0 0 7 1 5 2 20 0 15 0 48400077 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932287109648 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=14001980 CPUtime=0.16 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) S 26922 26925 16548 0 -1 1077944384 967 12730 0 0 8 1 5 2 20 0 15 0 48400077 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=14001980 CPUtime=0.16 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) S 26922 26925 16548 0 -1 1077944384 254 12730 0 0 8 1 5 2 20 0 15 0 48400077 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932285004048 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=14001980 CPUtime=0.16 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) S 26922 26925 16548 0 -1 1077944384 138 12730 0 0 8 1 5 2 20 0 15 0 48400077 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932283951504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) S 26922 26925 16548 0 -1 1077944384 2469 12730 0 0 4 0 5 2 20 0 15 0 48400078 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932165192432 139932686711426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 64 12730 0 0 0 0 5 2 20 0 15 0 48400079 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932164138720 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 50 12730 0 0 0 0 5 2 20 0 15 0 48400079 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932163085568 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26984] ppid=26922 vsize=14001980 CPUtime=3.54 cores=0,2,4,6
/proc/26925/task/26984/stat : 26984 (java) S 26922 26925 16548 0 -1 1077944384 6745 12730 0 0 347 0 5 2 20 0 15 0 48400082 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932160981232 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26985] ppid=26922 vsize=14001980 CPUtime=3.58 cores=0,2,4,6
/proc/26925/task/26985/stat : 26985 (java) R 26922 26925 16548 0 -1 4202560 7858 12730 0 0 349 2 5 2 20 0 15 0 48400082 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932159916000 139932664866760 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26986] ppid=26922 vsize=14001980 CPUtime=1.76 cores=0,2,4,6
/proc/26925/task/26986/stat : 26986 (java) S 26922 26925 16548 0 -1 1077944384 6608 12730 0 0 166 3 5 2 20 0 15 0 48400082 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932158875632 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26987] ppid=26922 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26987/stat : 26987 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932157823328 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26988] ppid=26922 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26988/stat : 26988 (java) S 26922 26925 16548 0 -1 1077944384 75 12730 0 0 0 0 5 2 20 0 15 0 48400085 14338027520 119575 18446744073709551615 4194304 4196468 140728334038752 139932156771376 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 14001980

[startup+12.7008 s]
/proc/loadavg: 1.84 1.62 1.50 4/213 26988
/proc/meminfo: memFree=29010076/32770624 swapFree=0/310408
[pid=26925] ppid=26922 vsize=14071612 CPUtime=28.86 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 102190 12730 0 0 2823 56 5 2 20 0 15 0 48400055 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3517903 329653 3483 1 0 3506517 0
[pid=26925/tid=26975] ppid=26922 vsize=14071612 CPUtime=12.05 cores=0,2,4,6
/proc/26925/task/26975/stat : 26975 (java) R 26922 26925 16548 0 -1 4202560 57975 12730 0 0 1171 27 5 2 20 0 15 0 48400076 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932690931312 139932350456068 0 4 1 16800974 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26976] ppid=26922 vsize=14071612 CPUtime=0.25 cores=0,2,4,6
/proc/26925/task/26976/stat : 26976 (java) S 26922 26925 16548 0 -1 1077944384 414 12730 0 0 14 4 5 2 20 0 15 0 48400077 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932287109648 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=14071612 CPUtime=0.27 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) S 26922 26925 16548 0 -1 1077944384 1082 12730 0 0 16 4 5 2 20 0 15 0 48400077 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=14071612 CPUtime=0.27 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) S 26922 26925 16548 0 -1 1077944384 389 12730 0 0 16 4 5 2 20 0 15 0 48400077 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932285004048 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=14071612 CPUtime=0.27 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) S 26922 26925 16548 0 -1 1077944384 250 12730 0 0 16 4 5 2 20 0 15 0 48400077 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932283951504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) S 26922 26925 16548 0 -1 1077944384 3860 12730 0 0 5 0 5 2 20 0 15 0 48400078 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932165192432 139932686711426 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 66 12730 0 0 0 0 5 2 20 0 15 0 48400079 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932164138720 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 51 12730 0 0 0 0 5 2 20 0 15 0 48400079 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932163085568 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14409330688 329653 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0

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

/proc/26925/task/26976/stat : 26976 (java) S 26922 26925 16548 0 -1 1077944384 27749 12730 0 0 1029 58 5 2 20 0 15 0 48400077 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932287109648 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=14071612 CPUtime=10.93 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) S 26922 26925 16548 0 -1 1077944384 20618 12730 0 0 1029 57 5 2 20 0 15 0 48400077 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=14071612 CPUtime=10.94 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) S 26922 26925 16548 0 -1 1077944384 27978 12730 0 0 1029 58 5 2 20 0 15 0 48400077 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932285004048 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=14071612 CPUtime=10.92 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) S 26922 26925 16548 0 -1 1077944384 35778 12730 0 0 1026 59 5 2 20 0 15 0 48400077 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932283951504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=14071612 CPUtime=0.84 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) S 26922 26925 16548 0 -1 1077944384 56880 12730 0 0 65 12 5 2 20 0 15 0 48400078 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932165192432 139932686711426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 68 12730 0 0 0 0 5 2 20 0 15 0 48400079 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932164138720 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 51 12730 0 0 0 0 5 2 20 0 15 0 48400079 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932163085568 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26984] ppid=26922 vsize=14071612 CPUtime=8.63 cores=0,2,4,6
/proc/26925/task/26984/stat : 26984 (java) S 26922 26925 16548 0 -1 1077944384 32159 12730 0 0 852 4 5 2 20 0 15 0 48400082 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932160981232 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26985] ppid=26922 vsize=14071612 CPUtime=7.68 cores=0,2,4,6
/proc/26925/task/26985/stat : 26985 (java) S 26922 26925 16548 0 -1 1077944384 24554 12730 0 0 757 4 5 2 20 0 15 0 48400082 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932159928688 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26986] ppid=26922 vsize=14071612 CPUtime=2.6 cores=0,2,4,6
/proc/26925/task/26986/stat : 26986 (java) S 26922 26925 16548 0 -1 1077944384 26160 12730 0 0 247 6 5 2 20 0 15 0 48400082 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932158875632 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26987] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26987/stat : 26987 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932157823328 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26988] ppid=26922 vsize=14071612 CPUtime=1.57 cores=0,2,4,6
/proc/26925/task/26988/stat : 26988 (java) S 26922 26925 16548 0 -1 1077944384 1668 12730 0 0 77 73 5 2 20 0 15 0 48400085 14409330688 1117992 18446744073709551615 4194304 4196468 140728334038752 139932156771376 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
Current children cumulated CPU time (s) 2494.29
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.9 s]
/proc/loadavg: 1.73 1.61 1.54 3/214 27408
/proc/meminfo: memFree=24905620/32770624 swapFree=0/311120
[pid=26925] ppid=26922 vsize=14071612 CPUtime=2520.03 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 542984 12730 0 0 251569 427 5 2 20 0 15 0 48400055 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3517903 1116838 3488 1 0 3506517 0
[pid=26925/tid=26975] ppid=26922 vsize=14071612 CPUtime=2455.29 cores=0,2,4,6
/proc/26925/task/26975/stat : 26975 (java) R 26922 26925 16548 0 -1 4202560 287123 12730 0 0 245406 116 5 2 20 0 15 0 48400076 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932690934640 139932351870473 0 4 1 16800974 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26976] ppid=26922 vsize=14071612 CPUtime=10.98 cores=0,2,4,6
/proc/26925/task/26976/stat : 26976 (java) S 26922 26925 16548 0 -1 1077944384 27754 12730 0 0 1033 58 5 2 20 0 15 0 48400077 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932287109648 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=14071612 CPUtime=10.97 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) S 26922 26925 16548 0 -1 1077944384 20624 12730 0 0 1033 57 5 2 20 0 15 0 48400077 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=14071612 CPUtime=10.99 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) S 26922 26925 16548 0 -1 1077944384 27981 12730 0 0 1034 58 5 2 20 0 15 0 48400077 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932285004048 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=14071612 CPUtime=10.97 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) S 26922 26925 16548 0 -1 1077944384 35782 12730 0 0 1031 59 5 2 20 0 15 0 48400077 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932283951504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=14071612 CPUtime=0.84 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) S 26922 26925 16548 0 -1 1077944384 56902 12730 0 0 65 12 5 2 20 0 15 0 48400078 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932165192432 139932686711426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 68 12730 0 0 0 0 5 2 20 0 15 0 48400079 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932164138720 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 51 12730 0 0 0 0 5 2 20 0 15 0 48400079 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932163085568 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26984] ppid=26922 vsize=14071612 CPUtime=8.63 cores=0,2,4,6
/proc/26925/task/26984/stat : 26984 (java) S 26922 26925 16548 0 -1 1077944384 32159 12730 0 0 852 4 5 2 20 0 15 0 48400082 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932160981232 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26985] ppid=26922 vsize=14071612 CPUtime=7.68 cores=0,2,4,6
/proc/26925/task/26985/stat : 26985 (java) S 26922 26925 16548 0 -1 1077944384 24554 12730 0 0 757 4 5 2 20 0 15 0 48400082 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932159928688 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26986] ppid=26922 vsize=14071612 CPUtime=2.6 cores=0,2,4,6
/proc/26925/task/26986/stat : 26986 (java) S 26922 26925 16548 0 -1 1077944384 26160 12730 0 0 247 6 5 2 20 0 15 0 48400082 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932158875632 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26987] ppid=26922 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26987/stat : 26987 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 15 0 48400082 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932157823328 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26988] ppid=26922 vsize=14071612 CPUtime=1.59 cores=0,2,4,6
/proc/26925/task/26988/stat : 26988 (java) S 26922 26925 16548 0 -1 1077944384 1670 12730 0 0 78 74 5 2 20 0 15 0 48400085 14409330688 1116838 18446744073709551615 4194304 4196468 140728334038752 139932156771376 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
Current children cumulated CPU time (s) 2520.03
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 26925 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2468.01 s]
/proc/loadavg: 1.73 1.61 1.54 3/214 27408
/proc/meminfo: memFree=24905620/32770624 swapFree=0/311120
[pid=26925] ppid=26922 vsize=14204740 CPUtime=2520.35 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 556896 12730 0 0 251600 428 5 2 20 0 17 0 48400055 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3551185 1115364 3488 1 0 3539799 0
[pid=26925/tid=26975] ppid=26922 vsize=14204740 CPUtime=2455.3 cores=0,2,4,6
/proc/26925/task/26975/stat : 26975 (java) S 26922 26925 16548 0 -1 1077944384 288231 12730 0 0 245407 116 5 2 20 0 17 0 48400076 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932690938064 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26976] ppid=26922 vsize=14204740 CPUtime=11.06 cores=0,2,4,6
/proc/26925/task/26976/stat : 26976 (java) S 26922 26925 16548 0 -1 1077944384 27848 12730 0 0 1041 58 5 2 20 0 17 0 48400077 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932287109648 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=14204740 CPUtime=11.04 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) S 26922 26925 16548 0 -1 1077944384 20697 12730 0 0 1040 57 5 2 20 0 17 0 48400077 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=14204740 CPUtime=11.06 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) S 26922 26925 16548 0 -1 1077944384 28019 12730 0 0 1041 58 5 2 20 0 17 0 48400077 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932285004048 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=14204740 CPUtime=11.04 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) S 26922 26925 16548 0 -1 1077944384 35863 12730 0 0 1038 59 5 2 20 0 17 0 48400077 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932283951504 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=14204740 CPUtime=0.87 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) R 26922 26925 16548 0 -1 4202560 68779 12730 0 0 67 13 5 2 20 0 17 0 48400078 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932165190720 139932671827649 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 68 12730 0 0 0 0 5 2 20 0 17 0 48400079 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932164138720 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 51 12730 0 0 0 0 5 2 20 0 17 0 48400079 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932163085568 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 271 12730 0 0 0 0 5 2 20 0 17 0 48400082 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26984] ppid=26922 vsize=14204740 CPUtime=8.63 cores=0,2,4,6
/proc/26925/task/26984/stat : 26984 (java) S 26922 26925 16548 0 -1 1077944384 32159 12730 0 0 852 4 5 2 20 0 17 0 48400082 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932160981232 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26985] ppid=26922 vsize=14204740 CPUtime=7.68 cores=0,2,4,6
/proc/26925/task/26985/stat : 26985 (java) S 26922 26925 16548 0 -1 1077944384 24554 12730 0 0 757 4 5 2 20 0 17 0 48400082 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932159928688 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26986] ppid=26922 vsize=14204740 CPUtime=2.6 cores=0,2,4,6
/proc/26925/task/26986/stat : 26986 (java) S 26922 26925 16548 0 -1 1077944384 26160 12730 0 0 247 6 5 2 20 0 17 0 48400082 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932158875632 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26987] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26987/stat : 26987 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 17 0 48400082 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932157823328 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26988] ppid=26922 vsize=14204740 CPUtime=1.59 cores=0,2,4,6
/proc/26925/task/26988/stat : 26988 (java) S 26922 26925 16548 0 -1 1077944384 1670 12730 0 0 78 74 5 2 20 0 17 0 48400085 14545653760 1115364 18446744073709551615 4194304 4196468 140728334038752 139932156771376 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
Current children cumulated CPU time (s) 2520.35
Current children cumulated vsize (KiB) 14204740

[startup+2468.4 s]
/proc/loadavg: 1.73 1.61 1.54 6/216 27410
/proc/meminfo: memFree=24885820/32770624 swapFree=0/311116
[pid=26925] ppid=26922 vsize=14204740 CPUtime=2521.8 cores=0,2,4,6
/proc/26925/stat : 26925 (java) S 26922 26925 16548 0 -1 1077944320 557520 12730 0 0 251745 428 5 2 20 0 17 0 48400055 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 140728334021296 139932686700279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
/proc/26925/statm: 3551185 1113568 3488 1 0 3539799 0
[pid=26925/tid=26975] ppid=26922 vsize=14204740 CPUtime=2455.3 cores=0,2,4,6
/proc/26925/task/26975/stat : 26975 (java) S 26922 26925 16548 0 -1 1077944384 288231 12730 0 0 245407 116 5 2 20 0 17 0 48400076 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932690938064 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26976] ppid=26922 vsize=14204740 CPUtime=11.4 cores=0,2,4,6
/proc/26925/task/26976/stat : 26976 (java) R 26922 26925 16548 0 -1 4202560 27876 12730 0 0 1075 58 5 2 20 0 17 0 48400077 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932287109848 139932671685575 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26977] ppid=26922 vsize=14204740 CPUtime=11.39 cores=0,2,4,6
/proc/26925/task/26977/stat : 26977 (java) R 26922 26925 16548 0 -1 4202560 20722 12730 0 0 1075 57 5 2 20 0 17 0 48400077 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932286057104 139932671685575 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26978] ppid=26922 vsize=14204740 CPUtime=11.41 cores=0,2,4,6
/proc/26925/task/26978/stat : 26978 (java) R 26922 26925 16548 0 -1 4202560 28028 12730 0 0 1076 58 5 2 20 0 17 0 48400077 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932285004248 139932671398031 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26979] ppid=26922 vsize=14204740 CPUtime=11.39 cores=0,2,4,6
/proc/26925/task/26979/stat : 26979 (java) R 26922 26925 16548 0 -1 4202560 35872 12730 0 0 1073 59 5 2 20 0 17 0 48400077 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932283951392 139932671398054 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26980] ppid=26922 vsize=14204740 CPUtime=0.92 cores=0,2,4,6
/proc/26925/task/26980/stat : 26980 (java) S 26922 26925 16548 0 -1 1077944384 69327 12730 0 0 72 13 5 2 20 0 17 0 48400078 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932165190832 139932686710485 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26981] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26981/stat : 26981 (java) S 26922 26925 16548 0 -1 1077944384 70 12730 0 0 0 0 5 2 20 0 17 0 48400079 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932164138256 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26982] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26982/stat : 26982 (java) S 26922 26925 16548 0 -1 1077944384 51 12730 0 0 0 0 5 2 20 0 17 0 48400079 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932163085568 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26983] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26983/stat : 26983 (java) S 26922 26925 16548 0 -1 1077944384 271 12730 0 0 0 0 5 2 20 0 17 0 48400082 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932162034128 139932686718875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26984] ppid=26922 vsize=14204740 CPUtime=8.63 cores=0,2,4,6
/proc/26925/task/26984/stat : 26984 (java) S 26922 26925 16548 0 -1 1077944384 32159 12730 0 0 852 4 5 2 20 0 17 0 48400082 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932160981232 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26985] ppid=26922 vsize=14204740 CPUtime=7.68 cores=0,2,4,6
/proc/26925/task/26985/stat : 26985 (java) S 26922 26925 16548 0 -1 1077944384 24554 12730 0 0 757 4 5 2 20 0 17 0 48400082 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932159928688 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26986] ppid=26922 vsize=14204740 CPUtime=2.6 cores=0,2,4,6
/proc/26925/task/26986/stat : 26986 (java) S 26922 26925 16548 0 -1 1077944384 26160 12730 0 0 247 6 5 2 20 0 17 0 48400082 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932158875632 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26987] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/26987/stat : 26987 (java) S 26922 26925 16548 0 -1 1077944384 3 12730 0 0 0 0 5 2 20 0 17 0 48400082 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932157823328 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=26988] ppid=26922 vsize=14204740 CPUtime=1.59 cores=0,2,4,6
/proc/26925/task/26988/stat : 26988 (java) S 26922 26925 16548 0 -1 1077944384 1670 12730 0 0 78 74 5 2 20 0 17 0 48400085 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932156771376 139932686711426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=27409] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/27409/stat : 27409 (java) S 26922 26925 16548 0 -1 1077944384 342 12730 0 0 0 0 5 2 20 0 17 0 48646845 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932125107056 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
[pid=26925/tid=27410] ppid=26922 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/27410/stat : 27410 (java) S 26922 26925 16548 0 -1 1077944384 32 12730 0 0 0 0 5 2 20 0 17 0 48646846 14545653760 1113568 18446744073709551615 4194304 4196468 140728334038752 139932124054720 139932686710485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140728334043088 140728334045873 140728334045873 140728334049231 0
Current children cumulated CPU time (s) 2521.8
Current children cumulated vsize (KiB) 14204740

[startup+2468.6 s]
/proc/loadavg: 1.73 1.61 1.54 6/216 27410
/proc/meminfo: memFree=24885820/32770624 swapFree=0/311116
[pid=26925] ppid=26922 vsize=0 CPUtime=2522.42 cores=0,2,4,6
/proc/26925/stat : 26925 (java) Z 26922 26925 16548 0 -1 4228108 557762 12730 0 0 251806 429 5 2 20 0 2 0 48400055 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/26925/statm: 0 0 0 0 0 0 0
[pid=26925/tid=27409] ppid=26922 vsize=0 CPUtime=0.07 cores=0,2,4,6
/proc/26925/task/27409/stat : 27409 (java) R 26922 26925 16548 0 -1 4203588 342 12730 0 0 0 0 5 2 20 0 2 0 48646845 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2522.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2468.63
CPU time (s): 2522.47
CPU user time (s): 2518.13
CPU system time (s): 4.34526
CPU usage (%): 102.181
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.13
system time used= 4.34526
maximum resident set size= 4474908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 570492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73585
involuntary context switches= 3434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3962 second user time and 15.2553 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 16:20:05
IDJOB=4262662
IDBENCH=133915
IDSOLVER=2650
FILE ID=node126/4262662-1502462045
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-32.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262662-1502462045/watcher-4262662-1502462045 -o /tmp/evaluation-result-4262662-1502462045/solver-4262662-1502462045 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262662-1502462045.xml

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

MD5SUM BENCH= da233c5f22e1387e6e52cea502e17f88
RANDOM SEED=2050646833

node126.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.81
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.81
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.81
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.81
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:        30123844 kB
MemAvailable:   30743408 kB
Buffers:          284536 kB
Cached:           608140 kB
SwapCached:          524 kB
Active:          1802584 kB
Inactive:         381704 kB
Active(anon):    1245696 kB
Inactive(anon):    71324 kB
Active(file):     556888 kB
Inactive(file):   310380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24500 kB
Writeback:             0 kB
AnonPages:       1301632 kB
Mapped:            55644 kB
Shmem:             25248 kB
Slab:             162276 kB
SReclaimable:     136260 kB
SUnreclaim:        26016 kB
KernelStack:        3760 kB
PageTables:         8032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2136140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1067008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61972 MiB
End job on node126 at 2017-08-11 17:01:14