Trace number 4262105

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2520.8799 2471.72

General information on the benchmark

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

Solver Data

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

pid=16882
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: 0.24 0.07 0.40 4/186 16888
/proc/meminfo: memFree=31400636/32770624 swapFree=0/294580
[pid=16888] ppid=16882 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16888/stat : 16888 (runsolver) D 16882 16888 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 43421639 24240128 106 18446744073709551615 4194304 4338465 140735340018576 140735340016216 140253248660183 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 13242368 140735340019920 140735340020297 140735340020297 140735340023754 0
/proc/16888/statm: 5918 106 53 36 0 2156 0

[startup+0.100164 s]
/proc/loadavg: 0.24 0.07 0.40 4/186 16888
/proc/meminfo: memFree=31400636/32770624 swapFree=0/294580
[pid=16888] ppid=16882 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16888/stat : 16888 (bash) S 16882 16888 16548 0 -1 4202496 715 3538 0 0 0 0 0 0 20 0 1 0 43421639 9736192 355 18446744073709551615 4194304 5098028 140731954122752 140731954120392 139697511255040 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 9248768 140731954131476 140731954131561 140731954131561 140731954135018 0
/proc/16888/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200362 s]
/proc/loadavg: 0.24 0.07 0.40 4/186 16888
/proc/meminfo: memFree=31400636/32770624 swapFree=0/294580
[pid=16888] ppid=16882 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16888/stat : 16888 (bash) S 16882 16888 16548 0 -1 4202496 892 6491 0 0 0 0 0 1 20 0 1 0 43421639 9867264 377 18446744073709551615 4194304 5098028 140731954122752 140731954116760 139697511255040 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 9248768 140731954131476 140731954131561 140731954131561 140731954135018 0
/proc/16888/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300556 s]
/proc/loadavg: 0.24 0.07 0.40 4/186 16888
/proc/meminfo: memFree=31400636/32770624 swapFree=0/294580
[pid=16888] ppid=16882 vsize=13575512 CPUtime=0.12 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 4980 12755 0 0 3 1 6 2 20 0 9 0 43421639 13901324288 4746 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3393878 4746 2098 1 0 3383375 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13575512

[startup+0.700288 s]
/proc/loadavg: 0.24 0.07 0.40 4/186 16888
/proc/meminfo: memFree=31400636/32770624 swapFree=0/294580
[pid=16888] ppid=16882 vsize=13974784 CPUtime=0.59 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 13597 12755 0 0 47 4 6 2 20 0 15 0 43421639 14310178816 14007 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3493696 14007 3056 1 0 3482965 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.50054 s]
/proc/loadavg: 0.38 0.10 0.41 4/216 17014
/proc/meminfo: memFree=31214400/32770624 swapFree=0/294952
[pid=16888] ppid=16882 vsize=13985408 CPUtime=1.77 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 27533 12755 0 0 162 7 6 2 20 0 15 0 43421639 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3496352 33777 3341 1 0 3485525 0
[pid=16888/tid=16995] ppid=16882 vsize=13985408 CPUtime=1.25 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) R 16882 16888 16548 0 -1 4202560 22284 12755 0 0 112 5 6 2 20 0 15 0 43421665 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139782239191056 139782218152341 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 1 12755 0 0 0 0 6 2 20 0 15 0 43421666 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 1 12755 0 0 0 0 6 2 20 0 15 0 43421666 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 1 12755 0 0 0 0 6 2 20 0 15 0 43421666 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 2 12755 0 0 0 0 6 2 20 0 15 0 43421666 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) S 16882 16888 16548 0 -1 1077944384 5 12755 0 0 0 0 6 2 20 0 15 0 43421668 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781713381744 139782234970754 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 33 12755 0 0 0 0 6 2 20 0 15 0 43421668 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781712327712 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 21 12755 0 0 0 0 6 2 20 0 15 0 43421668 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781711274864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17010] ppid=16882 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/16888/task/17010/stat : 17010 (java) S 16882 16888 16548 0 -1 1077944384 1210 12755 0 0 16 0 6 2 20 0 15 0 43421671 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781709171568 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17011] ppid=16882 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/16888/task/17011/stat : 17011 (java) S 16882 16888 16548 0 -1 1077944384 556 12755 0 0 11 0 6 2 20 0 15 0 43421671 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781708118768 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17012] ppid=16882 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/16888/task/17012/stat : 17012 (java) S 16882 16888 16548 0 -1 1077944384 1256 12755 0 0 21 0 6 2 20 0 15 0 43421671 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781707065968 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17013] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17013/stat : 17013 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781706013408 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17014] ppid=16882 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17014/stat : 17014 (java) S 16882 16888 16548 0 -1 1077944384 5 12755 0 0 0 0 6 2 20 0 15 0 43421675 14321057792 33777 18446744073709551615 4194304 4196468 140722405670704 139781704960688 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 13985408

[startup+3.10056 s]
/proc/loadavg: 0.38 0.10 0.41 9/216 17014
/proc/meminfo: memFree=31031468/32770624 swapFree=0/294920
[pid=16888] ppid=16882 vsize=13997884 CPUtime=5.9 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 43961 12755 0 0 567 15 6 2 20 0 15 0 43421639 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3499471 54973 3449 1 0 3488085 0
[pid=16888/tid=16995] ppid=16882 vsize=13997884 CPUtime=2.81 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) R 16882 16888 16548 0 -1 4202560 29332 12755 0 0 265 8 6 2 20 0 15 0 43421665 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139782239188616 139781880212903 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 47 12755 0 0 1 0 6 2 20 0 15 0 43421666 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 47 12755 0 0 1 0 6 2 20 0 15 0 43421666 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 193 12755 0 0 1 0 6 2 20 0 15 0 43421666 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 70 12755 0 0 1 0 6 2 20 0 15 0 43421666 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) S 16882 16888 16548 0 -1 1077944384 1673 12755 0 0 1 0 6 2 20 0 15 0 43421668 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781713381744 139782234970754 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 56 12755 0 0 0 0 6 2 20 0 15 0 43421668 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781712327776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 43 12755 0 0 0 0 6 2 20 0 15 0 43421668 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781711274864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17010] ppid=16882 vsize=13997884 CPUtime=0.93 cores=0,2,4,6
/proc/16888/task/17010/stat : 17010 (java) R 16882 16888 16548 0 -1 4202560 2752 12755 0 0 84 1 6 2 20 0 15 0 43421671 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781709160000 139782214291233 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17011] ppid=16882 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/16888/task/17011/stat : 17011 (java) R 16882 16888 16548 0 -1 4202560 3921 12755 0 0 111 1 6 2 20 0 15 0 43421671 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781708102720 139782221014924 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17012] ppid=16882 vsize=13997884 CPUtime=1.08 cores=0,2,4,6
/proc/16888/task/17012/stat : 17012 (java) S 16882 16888 16548 0 -1 1077944384 3662 12755 0 0 99 1 6 2 20 0 15 0 43421671 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781707065968 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17013] ppid=16882 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17013/stat : 17013 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781706013408 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17014] ppid=16882 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17014/stat : 17014 (java) S 16882 16888 16548 0 -1 1077944384 7 12755 0 0 0 0 6 2 20 0 15 0 43421675 14333833216 54973 18446744073709551615 4194304 4196468 140722405670704 139781704960688 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 13997884

[startup+6.30647 s]
/proc/loadavg: 0.67 0.17 0.43 6/216 17014
/proc/meminfo: memFree=30548684/32770624 swapFree=0/294904
[pid=16888] ppid=16882 vsize=14069564 CPUtime=14.72 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 76860 12755 0 0 1439 25 6 2 20 0 15 0 43421639 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3517391 96652 3481 1 0 3506005 0
[pid=16888/tid=16995] ppid=16882 vsize=14069564 CPUtime=5.93 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) R 16882 16888 16548 0 -1 4202560 45792 12755 0 0 572 13 6 2 20 0 15 0 43421665 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139782239190968 139781878420390 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 618 12755 0 0 5 0 6 2 20 0 15 0 43421666 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 459 12755 0 0 5 0 6 2 20 0 15 0 43421666 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 308 12755 0 0 5 0 6 2 20 0 15 0 43421666 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 540 12755 0 0 5 1 6 2 20 0 15 0 43421666 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) S 16882 16888 16548 0 -1 1077944384 2540 12755 0 0 4 0 6 2 20 0 15 0 43421668 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781713381744 139782234970754 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 56 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781712327840 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 43 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781711274880 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17010] ppid=16882 vsize=14069564 CPUtime=3.31 cores=0,2,4,6
/proc/16888/task/17010/stat : 17010 (java) S 16882 16888 16548 0 -1 1077944384 9109 12755 0 0 321 2 6 2 20 0 15 0 43421671 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781709171568 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17011] ppid=16882 vsize=14069564 CPUtime=3.41 cores=0,2,4,6
/proc/16888/task/17011/stat : 17011 (java) R 16882 16888 16548 0 -1 4202560 7801 12755 0 0 332 1 6 2 20 0 15 0 43421671 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781708119064 139782216507843 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17012] ppid=16882 vsize=14069564 CPUtime=1.94 cores=0,2,4,6
/proc/16888/task/17012/stat : 17012 (java) S 16882 16888 16548 0 -1 1077944384 7417 12755 0 0 184 2 6 2 20 0 15 0 43421671 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781707065968 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17013] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17013/stat : 17013 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781706013408 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17014] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17014/stat : 17014 (java) S 16882 16888 16548 0 -1 1077944384 19 12755 0 0 0 0 6 2 20 0 15 0 43421675 14407233536 96652 18446744073709551615 4194304 4196468 140722405670704 139781704960688 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.10 0.26 0.46 7/215 17014
/proc/meminfo: memFree=28920304/32770624 swapFree=0/294904
[pid=16888] ppid=16882 vsize=14069564 CPUtime=23.49 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 83485 12755 0 0 2306 35 6 2 20 0 15 0 43421639 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3517391 202457 3482 1 0 3506005 0
[pid=16888/tid=16995] ppid=16882 vsize=14069564 CPUtime=12.26 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) R 16882 16888 16548 0 -1 4202560 46284 12755 0 0 1201 17 6 2 20 0 15 0 43421665 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139782239193664 139781893376595 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 640 12755 0 0 8 2 6 2 20 0 15 0 43421666 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 482 12755 0 0 8 2 6 2 20 0 15 0 43421666 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 333 12755 0 0 8 2 6 2 20 0 15 0 43421666 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 564 12755 0 0 8 2 6 2 20 0 15 0 43421666 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) S 16882 16888 16548 0 -1 1077944384 2768 12755 0 0 5 0 6 2 20 0 15 0 43421668 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139781713381744 139782234970754 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 56 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139781712327840 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 43 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139781711274880 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 202457 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0

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

[pid=16888/tid=16995] ppid=16882 vsize=14069564 CPUtime=2354.87 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) R 16882 16888 16548 0 -1 4202560 102407 12755 0 0 235418 61 6 2 20 0 15 0 43421665 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139782239193984 139781889801093 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=14069564 CPUtime=12.78 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 28615 12755 0 0 1206 64 6 2 20 0 15 0 43421666 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=14069564 CPUtime=12.84 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 25903 12755 0 0 1215 61 6 2 20 0 15 0 43421666 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=14069564 CPUtime=12.82 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 19402 12755 0 0 1214 60 6 2 20 0 15 0 43421666 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=14069564 CPUtime=12.81 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 24337 12755 0 0 1215 58 6 2 20 0 15 0 43421666 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=14069564 CPUtime=11.26 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) S 16882 16888 16548 0 -1 1077944384 20277 12755 0 0 1058 60 6 2 20 0 15 0 43421668 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781713381744 139782234970754 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 56 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781712327840 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 43 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781711274880 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17010] ppid=16882 vsize=14069564 CPUtime=3.94 cores=0,2,4,6
/proc/16888/task/17010/stat : 17010 (java) S 16882 16888 16548 0 -1 1077944384 16098 12755 0 0 383 3 6 2 20 0 15 0 43421671 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781709171568 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17011] ppid=16882 vsize=14069564 CPUtime=5.08 cores=0,2,4,6
/proc/16888/task/17011/stat : 17011 (java) S 16882 16888 16548 0 -1 1077944384 10118 12755 0 0 498 2 6 2 20 0 15 0 43421671 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781708118768 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17012] ppid=16882 vsize=14069564 CPUtime=2.01 cores=0,2,4,6
/proc/16888/task/17012/stat : 17012 (java) S 16882 16888 16548 0 -1 1077944384 16269 12755 0 0 189 4 6 2 20 0 15 0 43421671 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781707065968 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17013] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17013/stat : 17013 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781706013408 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17014] ppid=16882 vsize=14069564 CPUtime=1.68 cores=0,2,4,6
/proc/16888/task/17014/stat : 17014 (java) S 16882 16888 16548 0 -1 1077944384 1345 12755 0 0 76 84 6 2 20 0 15 0 43421675 14407233536 310986 18446744073709551615 4194304 4196468 140722405670704 139781704960688 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
Current children cumulated CPU time (s) 2429.46
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.85 1.73 1.62 4/213 17178
/proc/meminfo: memFree=25316788/32770624 swapFree=0/295676
[pid=16888] ppid=16882 vsize=14069564 CPUtime=2490.41 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 271125 12755 0 0 248644 389 6 2 20 0 15 0 43421639 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3517391 309859 3482 1 0 3506005 0
[pid=16888/tid=16995] ppid=16882 vsize=14069564 CPUtime=2414.17 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) R 16882 16888 16548 0 -1 4202560 104058 12755 0 0 241347 62 6 2 20 0 15 0 43421665 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139782239193664 139781876029592 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=14069564 CPUtime=13.11 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 28826 12755 0 0 1239 64 6 2 20 0 15 0 43421666 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=14069564 CPUtime=13.17 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 26081 12755 0 0 1247 62 6 2 20 0 15 0 43421666 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=14069564 CPUtime=13.16 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 19552 12755 0 0 1247 61 6 2 20 0 15 0 43421666 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=14069564 CPUtime=13.14 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 25878 12755 0 0 1246 60 6 2 20 0 15 0 43421666 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=14069564 CPUtime=11.53 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) S 16882 16888 16548 0 -1 1077944384 20613 12755 0 0 1084 61 6 2 20 0 15 0 43421668 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781713381744 139782234970754 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 56 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781712327840 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 43 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781711274880 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17010] ppid=16882 vsize=14069564 CPUtime=3.94 cores=0,2,4,6
/proc/16888/task/17010/stat : 17010 (java) S 16882 16888 16548 0 -1 1077944384 16101 12755 0 0 383 3 6 2 20 0 15 0 43421671 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781709171568 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17011] ppid=16882 vsize=14069564 CPUtime=5.08 cores=0,2,4,6
/proc/16888/task/17011/stat : 17011 (java) S 16882 16888 16548 0 -1 1077944384 10120 12755 0 0 498 2 6 2 20 0 15 0 43421671 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781708118768 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17012] ppid=16882 vsize=14069564 CPUtime=2.01 cores=0,2,4,6
/proc/16888/task/17012/stat : 17012 (java) S 16882 16888 16548 0 -1 1077944384 16271 12755 0 0 189 4 6 2 20 0 15 0 43421671 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781707065968 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17013] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17013/stat : 17013 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781706013408 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17014] ppid=16882 vsize=14069564 CPUtime=1.71 cores=0,2,4,6
/proc/16888/task/17014/stat : 17014 (java) S 16882 16888 16548 0 -1 1077944384 1368 12755 0 0 77 86 6 2 20 0 15 0 43421675 14407233536 309859 18446744073709551615 4194304 4196468 140722405670704 139781704960688 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
Current children cumulated CPU time (s) 2490.41
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.4 s]
/proc/loadavg: 2.27 1.83 1.65 5/213 17304
/proc/meminfo: memFree=28222236/32770624 swapFree=0/295676
[pid=16888] ppid=16882 vsize=14069564 CPUtime=2520.01 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 273884 12755 0 0 251599 394 6 2 20 0 15 0 43421639 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3517391 309872 3482 1 0 3506005 0
[pid=16888/tid=16995] ppid=16882 vsize=14069564 CPUtime=2442.93 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) R 16882 16888 16548 0 -1 4202560 104657 12755 0 0 244222 63 6 2 20 0 15 0 43421665 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139782239193856 139781883804800 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=14069564 CPUtime=13.29 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 29425 12755 0 0 1255 66 6 2 20 0 15 0 43421666 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=14069564 CPUtime=13.34 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 26177 12755 0 0 1263 63 6 2 20 0 15 0 43421666 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=14069564 CPUtime=13.32 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 20559 12755 0 0 1263 61 6 2 20 0 15 0 43421666 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=14069564 CPUtime=13.3 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 25983 12755 0 0 1262 60 6 2 20 0 15 0 43421666 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=14069564 CPUtime=11.68 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) S 16882 16888 16548 0 -1 1077944384 20938 12755 0 0 1098 62 6 2 20 0 15 0 43421668 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781713381744 139782234970754 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 56 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781712327840 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 43 12755 0 0 0 0 6 2 20 0 15 0 43421668 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781711274880 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17010] ppid=16882 vsize=14069564 CPUtime=3.94 cores=0,2,4,6
/proc/16888/task/17010/stat : 17010 (java) S 16882 16888 16548 0 -1 1077944384 16103 12755 0 0 383 3 6 2 20 0 15 0 43421671 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781709171568 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17011] ppid=16882 vsize=14069564 CPUtime=5.08 cores=0,2,4,6
/proc/16888/task/17011/stat : 17011 (java) S 16882 16888 16548 0 -1 1077944384 10123 12755 0 0 498 2 6 2 20 0 15 0 43421671 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781708118768 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17012] ppid=16882 vsize=14069564 CPUtime=2.01 cores=0,2,4,6
/proc/16888/task/17012/stat : 17012 (java) S 16882 16888 16548 0 -1 1077944384 16273 12755 0 0 189 4 6 2 20 0 15 0 43421671 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781707065968 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17013] ppid=16882 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17013/stat : 17013 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 15 0 43421671 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781706013408 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17014] ppid=16882 vsize=14069564 CPUtime=1.73 cores=0,2,4,6
/proc/16888/task/17014/stat : 17014 (java) S 16882 16888 16548 0 -1 1077944384 1389 12755 0 0 78 87 6 2 20 0 15 0 43421675 14407233536 309872 18446744073709551615 4194304 4196468 140722405670704 139781704960688 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14069564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16888 sig 9
??? kill -16888 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2471.6 s]
/proc/loadavg: 2.27 1.83 1.65 5/213 17304
/proc/meminfo: memFree=28222236/32770624 swapFree=0/295676
[pid=16888] ppid=16882 vsize=14202692 CPUtime=2520.58 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 287347 12755 0 0 251655 395 6 2 20 0 17 0 43421639 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3550673 311801 3482 1 0 3539287 0
[pid=16888/tid=16995] ppid=16882 vsize=14202692 CPUtime=2442.95 cores=0,2,4,6
/proc/16888/task/16995/stat : 16995 (java) S 16882 16888 16548 0 -1 1077944384 105828 12755 0 0 244224 63 6 2 20 0 17 0 43421665 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139782239197296 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17001] ppid=16882 vsize=14202692 CPUtime=13.41 cores=0,2,4,6
/proc/16888/task/17001/stat : 17001 (java) S 16882 16888 16548 0 -1 1077944384 29469 12755 0 0 1267 66 6 2 20 0 17 0 43421666 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139782195858576 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17002] ppid=16882 vsize=14202692 CPUtime=13.46 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) S 16882 16888 16548 0 -1 1077944384 26209 12755 0 0 1275 63 6 2 20 0 17 0 43421666 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139782194805776 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17003] ppid=16882 vsize=14202692 CPUtime=13.45 cores=0,2,4,6
/proc/16888/task/17003/stat : 17003 (java) S 16882 16888 16548 0 -1 1077944384 20627 12755 0 0 1276 61 6 2 20 0 17 0 43421666 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781833419664 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17004] ppid=16882 vsize=14202692 CPUtime=13.42 cores=0,2,4,6
/proc/16888/task/17004/stat : 17004 (java) S 16882 16888 16548 0 -1 1077944384 26027 12755 0 0 1274 60 6 2 20 0 17 0 43421666 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781832366864 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17005] ppid=16882 vsize=14202692 CPUtime=11.74 cores=0,2,4,6
/proc/16888/task/17005/stat : 17005 (java) R 16882 16888 16548 0 -1 4202560 32364 12755 0 0 1103 63 6 2 20 0 17 0 43421668 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781713380144 139782220651307 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17006] ppid=16882 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17006/stat : 17006 (java) S 16882 16888 16548 0 -1 1077944384 57 12755 0 0 0 0 6 2 20 0 17 0 43421668 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781712327744 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17007] ppid=16882 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17007/stat : 17007 (java) S 16882 16888 16548 0 -1 1077944384 43 12755 0 0 0 0 6 2 20 0 17 0 43421668 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781711274880 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17009] ppid=16882 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17009/stat : 17009 (java) S 16882 16888 16548 0 -1 1077944384 248 12755 0 0 0 0 6 2 20 0 17 0 43421671 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781710223184 139782234978203 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17010] ppid=16882 vsize=14202692 CPUtime=3.94 cores=0,2,4,6
/proc/16888/task/17010/stat : 17010 (java) S 16882 16888 16548 0 -1 1077944384 16103 12755 0 0 383 3 6 2 20 0 17 0 43421671 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781709171568 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17011] ppid=16882 vsize=14202692 CPUtime=5.08 cores=0,2,4,6
/proc/16888/task/17011/stat : 17011 (java) S 16882 16888 16548 0 -1 1077944384 10194 12755 0 0 498 2 6 2 20 0 17 0 43421671 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781708109088 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17012] ppid=16882 vsize=14202692 CPUtime=2.01 cores=0,2,4,6
/proc/16888/task/17012/stat : 17012 (java) S 16882 16888 16548 0 -1 1077944384 16273 12755 0 0 189 4 6 2 20 0 17 0 43421671 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781707065968 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17013] ppid=16882 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/16888/task/17013/stat : 17013 (java) S 16882 16888 16548 0 -1 1077944384 3 12755 0 0 0 0 6 2 20 0 17 0 43421671 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781706013408 139782234969813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
[pid=16888/tid=17014] ppid=16882 vsize=14202692 CPUtime=1.73 cores=0,2,4,6
/proc/16888/task/17014/stat : 17014 (java) S 16882 16888 16548 0 -1 1077944384 1389 12755 0 0 78 87 6 2 20 0 17 0 43421675 14543556608 311801 18446744073709551615 4194304 4196468 140722405670704 139781704960688 139782234970754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
Current children cumulated CPU time (s) 2520.58
Current children cumulated vsize (KiB) 14202692

[startup+2471.7 s]
/proc/loadavg: 2.41 1.87 1.66 6/215 17306
/proc/meminfo: memFree=28214572/32770624 swapFree=0/295676
[pid=16888] ppid=16882 vsize=14202692 CPUtime=2520.84 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16882 16888 16548 0 -1 1077944320 287962 12755 0 0 251681 395 6 2 20 0 16 0 43421639 14543556608 311826 18446744073709551615 4194304 4196468 140722405670704 140722405653248 139782234959607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 39636992 140722405672912 140722405675697 140722405675697 140722405679055 0
/proc/16888/statm: 3550673 311826 3484 1 0 3539287 0
[pid=16888/tid=17002] ppid=16882 vsize=0 CPUtime=13.52 cores=0,2,4,6
/proc/16888/task/17002/stat : 17002 (java) R 16882 16888 16548 0 -1 4203588 26209 12755 0 0 1281 63 6 2 20 0 2 0 43421666 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) 2520.84
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2471.72
CPU time (s): 2520.88
CPU user time (s): 2516.88
CPU system time (s): 3.99911
CPU usage (%): 101.989
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.88
system time used= 3.99911
maximum resident set size= 1357908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299600
involuntary context switches= 8269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7463 second user time and 14.8809 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 02:30:21
IDJOB=4262105
IDBENCH=115607
IDSOLVER=2650
FILE ID=node126/4262105-1502412261
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-020-05-0.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262105-1502412261/watcher-4262105-1502412261 -o /tmp/evaluation-result-4262105-1502412261/solver-4262105-1502412261 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262105-1502412261.xml

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

MD5SUM BENCH= 1edbd0f724acb79b93e779b216f6b499
RANDOM SEED=1065258666

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:        31401804 kB
MemAvailable:   31980656 kB
Buffers:          265008 kB
Cached:           587780 kB
SwapCached:          524 kB
Active:           545388 kB
Inactive:         365904 kB
Active(anon):      12916 kB
Inactive(anon):    71324 kB
Active(file):     532472 kB
Inactive(file):   294580 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             49528 kB
Writeback:             4 kB
AnonPages:         58568 kB
Mapped:            40648 kB
Shmem:             25248 kB
Slab:             161332 kB
SReclaimable:     135268 kB
SUnreclaim:        26064 kB
KernelStack:        3264 kB
PageTables:         5400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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