Trace number 4259720

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) 252.892 240.327

General information on the benchmark

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

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.46 1.91 1.93 2/200 28205
/proc/meminfo: memFree=29564280/32770624 swapFree=0/237972
[pid=28205] ppid=28202 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28205/stat : 28205 (runsolver) D 28202 28205 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 5990386 24240128 107 18446744073709551615 4194304 4338465 140726481498544 140726481496184 140613613568727 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 11628544 140726481506513 140726481506887 140726481506887 140726481510346 0
/proc/28205/statm: 5918 107 54 36 0 2156 0

[startup+0.100144 s]
/proc/loadavg: 1.46 1.91 1.93 2/200 28205
/proc/meminfo: memFree=29564280/32770624 swapFree=0/237972
[pid=28205] ppid=28202 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/28205/stat : 28205 (bash) S 28202 28205 3187 0 -1 4202496 716 3536 0 0 0 0 0 0 20 0 1 0 5990386 9736192 355 18446744073709551615 4194304 5098028 140729608663680 140729608661320 140623723850752 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 9007104 140729608667666 140729608667751 140729608667751 140729608671210 0
/proc/28205/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200234 s]
/proc/loadavg: 1.46 1.91 1.93 2/200 28205
/proc/meminfo: memFree=29564280/32770624 swapFree=0/237972
[pid=28205] ppid=28202 vsize=11657628 CPUtime=0.07 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 2954 12345 0 0 0 0 5 2 20 0 2 0 5990386 11937411072 1739 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 2914407 1805 1142 1 0 2904385 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11657628

[startup+0.300251 s]
/proc/loadavg: 1.46 1.91 1.93 2/200 28205
/proc/meminfo: memFree=29564280/32770624 swapFree=0/237972
[pid=28205] ppid=28202 vsize=13974116 CPUtime=0.15 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 6160 12345 0 0 7 1 5 2 20 0 15 0 5990386 14309494784 6758 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3493529 6758 2681 1 0 3482973 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13974116

[startup+0.700247 s]
/proc/loadavg: 1.46 1.91 1.93 2/200 28205
/proc/meminfo: memFree=29564280/32770624 swapFree=0/237972
[pid=28205] ppid=28202 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 14049 12345 0 0 59 4 5 2 20 0 15 0 5990386 14310178816 14966 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3493696 14966 3097 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.46 1.91 1.93 3/197 28279
/proc/meminfo: memFree=31669940/32770624 swapFree=0/237944
[pid=28205] ppid=28202 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 29631 12345 0 0 176 10 5 2 20 0 15 0 5990386 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3496352 42751 3370 1 0 3485533 0
[pid=28205/tid=28255] ppid=28202 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) R 28202 28205 3187 0 -1 4202560 22347 12345 0 0 116 6 5 2 20 0 15 0 5990406 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140304071681008 140304051541342 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 60 12345 0 0 0 0 5 2 20 0 15 0 5990406 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) S 28202 28205 3187 0 -1 1077944384 35 12345 0 0 1 0 5 2 20 0 15 0 5990406 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 187 12345 0 0 1 0 5 2 20 0 15 0 5990406 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) S 28202 28205 3187 0 -1 1077944384 71 12345 0 0 1 0 5 2 20 0 15 0 5990406 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) S 28202 28205 3187 0 -1 1077944384 1662 12345 0 0 1 0 5 2 20 0 15 0 5990408 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303546104560 140304067472002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 55 12345 0 0 0 0 5 2 20 0 15 0 5990408 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303545050784 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 44 12345 0 0 0 0 5 2 20 0 15 0 5990408 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28264] ppid=28202 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/28205/task/28264/stat : 28264 (java) S 28202 28205 3187 0 -1 1077944384 854 12345 0 0 15 0 5 2 20 0 15 0 5990411 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303541893360 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28265] ppid=28202 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/28205/task/28265/stat : 28265 (java) S 28202 28205 3187 0 -1 1077944384 804 12345 0 0 14 0 5 2 20 0 15 0 5990411 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303540840816 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28266] ppid=28202 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/28205/task/28266/stat : 28266 (java) S 28202 28205 3187 0 -1 1077944384 1347 12345 0 0 23 0 5 2 20 0 15 0 5990411 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303539787760 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28267] ppid=28202 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 5 12345 0 0 0 0 5 2 20 0 15 0 5990415 14321057792 42751 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10138 s]
/proc/loadavg: 1.46 1.91 1.93 4/195 28321
/proc/meminfo: memFree=31589496/32770624 swapFree=0/254200
[pid=28205] ppid=28202 vsize=13997884 CPUtime=6.09 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 43265 12345 0 0 587 15 5 2 20 0 15 0 5990386 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3499471 58114 3442 1 0 3488093 0
[pid=28205/tid=28255] ppid=28202 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) R 28202 28205 3187 0 -1 4202560 28788 12345 0 0 272 10 5 2 20 0 15 0 5990406 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140304071663136 140304049024407 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 60 12345 0 0 0 0 5 2 20 0 15 0 5990406 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) S 28202 28205 3187 0 -1 1077944384 35 12345 0 0 1 0 5 2 20 0 15 0 5990406 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 187 12345 0 0 1 0 5 2 20 0 15 0 5990406 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) S 28202 28205 3187 0 -1 1077944384 71 12345 0 0 1 0 5 2 20 0 15 0 5990406 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) S 28202 28205 3187 0 -1 1077944384 1676 12345 0 0 1 0 5 2 20 0 15 0 5990408 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303546104560 140304067472002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 55 12345 0 0 0 0 5 2 20 0 15 0 5990408 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303545050784 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 44 12345 0 0 0 0 5 2 20 0 15 0 5990408 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28264] ppid=28202 vsize=13997884 CPUtime=1.24 cores=1,3,5,7
/proc/28205/task/28264/stat : 28264 (java) R 28202 28205 3187 0 -1 4202560 4523 12345 0 0 117 0 5 2 20 0 15 0 5990411 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303541879888 140304046718514 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28265] ppid=28202 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/28205/task/28265/stat : 28265 (java) R 28202 28205 3187 0 -1 4202560 1936 12345 0 0 90 0 5 2 20 0 15 0 5990411 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303540824976 140304046674165 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28266] ppid=28202 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/28205/task/28266/stat : 28266 (java) S 28202 28205 3187 0 -1 1077944384 3722 12345 0 0 99 1 5 2 20 0 15 0 5990411 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303539787760 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28267] ppid=28202 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 7 12345 0 0 0 0 5 2 20 0 15 0 5990415 14333833216 58114 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 1.58 1.93 1.94 7/215 28394
/proc/meminfo: memFree=31197924/32770624 swapFree=0/237680
[pid=28205] ppid=28202 vsize=14069564 CPUtime=14.75 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 75858 12345 0 0 1444 24 5 2 20 0 15 0 5990386 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3517391 97022 3464 1 0 3506013 0
[pid=28205/tid=28255] ppid=28202 vsize=14069564 CPUtime=5.99 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) R 28202 28205 3187 0 -1 4202560 45758 12345 0 0 578 14 5 2 20 0 15 0 5990406 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140304071694880 140303709188164 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 519 12345 0 0 6 0 5 2 20 0 15 0 5990406 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) S 28202 28205 3187 0 -1 1077944384 523 12345 0 0 6 0 5 2 20 0 15 0 5990406 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 768 12345 0 0 5 0 5 2 20 0 15 0 5990406 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) S 28202 28205 3187 0 -1 1077944384 137 12345 0 0 5 0 5 2 20 0 15 0 5990406 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) S 28202 28205 3187 0 -1 1077944384 2522 12345 0 0 4 0 5 2 20 0 15 0 5990408 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303546104560 140304067472002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 55 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303545050848 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 44 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28264] ppid=28202 vsize=14069564 CPUtime=3.34 cores=1,3,5,7
/proc/28205/task/28264/stat : 28264 (java) S 28202 28205 3187 0 -1 1077944384 9099 12345 0 0 326 1 5 2 20 0 15 0 5990411 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303541893360 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28265] ppid=28202 vsize=14069564 CPUtime=3.37 cores=1,3,5,7
/proc/28205/task/28265/stat : 28265 (java) S 28202 28205 3187 0 -1 1077944384 7393 12345 0 0 329 1 5 2 20 0 15 0 5990411 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303540840816 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28266] ppid=28202 vsize=14069564 CPUtime=1.9 cores=1,3,5,7
/proc/28205/task/28266/stat : 28266 (java) S 28202 28205 3187 0 -1 1077944384 6863 12345 0 0 180 3 5 2 20 0 15 0 5990411 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303539787760 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28267] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 16 12345 0 0 0 0 5 2 20 0 15 0 5990415 14407233536 97022 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.86 1.98 1.96 4/215 28394
/proc/meminfo: memFree=29732964/32770624 swapFree=0/237676
[pid=28205] ppid=28202 vsize=14069564 CPUtime=22.34 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 80828 12345 0 0 2191 36 5 2 20 0 15 0 5990386 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3517391 202074 3467 1 0 3506013 0
[pid=28205/tid=28255] ppid=28202 vsize=14069564 CPUtime=12.33 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) R 28202 28205 3187 0 -1 4202560 46276 12345 0 0 1207 19 5 2 20 0 15 0 5990406 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140304071694464 140303727700698 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 542 12345 0 0 8 2 5 2 20 0 15 0 5990406 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) S 28202 28205 3187 0 -1 1077944384 544 12345 0 0 9 1 5 2 20 0 15 0 5990406 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 791 12345 0 0 7 1 5 2 20 0 15 0 5990406 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) S 28202 28205 3187 0 -1 1077944384 161 12345 0 0 8 2 5 2 20 0 15 0 5990406 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) S 28202 28205 3187 0 -1 1077944384 2743 12345 0 0 5 0 5 2 20 0 15 0 5990408 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303546104560 140304067472002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 55 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303545050848 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 44 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 202074 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0

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

/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 318889 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 466 12345 0 0 4 4 5 2 20 0 15 0 5990415 14407233536 318889 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 173.2
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.70 1.85 1.91 3/213 28401
/proc/meminfo: memFree=26430184/32770624 swapFree=0/237780
[pid=28205] ppid=28202 vsize=14069564 CPUtime=234.04 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 107794 12345 0 0 23327 70 5 2 20 0 15 0 5990386 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3517391 317246 3467 1 0 3506013 0
[pid=28205/tid=28255] ppid=28202 vsize=14069564 CPUtime=220.57 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) R 28202 28205 3187 0 -1 4202560 54206 12345 0 0 22022 28 5 2 20 0 15 0 5990406 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140304071694976 140303727591504 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 3973 12345 0 0 70 7 5 2 20 0 15 0 5990406 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) S 28202 28205 3187 0 -1 1077944384 4197 12345 0 0 69 8 5 2 20 0 15 0 5990406 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 1529 12345 0 0 69 6 5 2 20 0 15 0 5990406 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) S 28202 28205 3187 0 -1 1077944384 3383 12345 0 0 71 6 5 2 20 0 15 0 5990406 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=14069564 CPUtime=0.73 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) S 28202 28205 3187 0 -1 1077944384 4940 12345 0 0 61 5 5 2 20 0 15 0 5990408 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303546104560 140304067472002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 55 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303545050848 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 44 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28264] ppid=28202 vsize=14069564 CPUtime=3.72 cores=1,3,5,7
/proc/28205/task/28264/stat : 28264 (java) S 28202 28205 3187 0 -1 1077944384 11439 12345 0 0 364 1 5 2 20 0 15 0 5990411 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303541893360 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28265] ppid=28202 vsize=14069564 CPUtime=4.08 cores=1,3,5,7
/proc/28205/task/28265/stat : 28265 (java) S 28202 28205 3187 0 -1 1077944384 9226 12345 0 0 400 1 5 2 20 0 15 0 5990411 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303540840816 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28266] ppid=28202 vsize=14069564 CPUtime=1.93 cores=1,3,5,7
/proc/28205/task/28266/stat : 28266 (java) S 28202 28205 3187 0 -1 1077944384 12137 12345 0 0 183 3 5 2 20 0 15 0 5990411 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303539787760 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28267] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 504 12345 0 0 6 6 5 2 20 0 15 0 5990415 14407233536 317246 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 234.04
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.64 1.82 1.90 3/213 28402
/proc/meminfo: memFree=26442308/32770624 swapFree=0/237788
[pid=28205] ppid=28202 vsize=14069564 CPUtime=251.99 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 108033 12345 0 0 25119 73 5 2 20 0 15 0 5990386 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3517391 317758 3467 1 0 3506013 0
[pid=28205/tid=28255] ppid=28202 vsize=14069564 CPUtime=238.08 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) R 28202 28205 3187 0 -1 4202560 54391 12345 0 0 23773 28 5 2 20 0 15 0 5990406 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140304071694880 140303710171471 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=14069564 CPUtime=0.92 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 3976 12345 0 0 78 7 5 2 20 0 15 0 5990406 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=14069564 CPUtime=0.92 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) S 28202 28205 3187 0 -1 1077944384 4203 12345 0 0 77 8 5 2 20 0 15 0 5990406 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=14069564 CPUtime=0.92 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 1536 12345 0 0 78 7 5 2 20 0 15 0 5990406 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=14069564 CPUtime=0.92 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) S 28202 28205 3187 0 -1 1077944384 3387 12345 0 0 79 6 5 2 20 0 15 0 5990406 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=14069564 CPUtime=0.8 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) S 28202 28205 3187 0 -1 1077944384 4967 12345 0 0 68 5 5 2 20 0 15 0 5990408 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303546104560 140304067472002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 55 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303545050848 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 44 12345 0 0 0 0 5 2 20 0 15 0 5990408 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28264] ppid=28202 vsize=14069564 CPUtime=3.72 cores=1,3,5,7
/proc/28205/task/28264/stat : 28264 (java) S 28202 28205 3187 0 -1 1077944384 11442 12345 0 0 364 1 5 2 20 0 15 0 5990411 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303541893360 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28265] ppid=28202 vsize=14069564 CPUtime=4.08 cores=1,3,5,7
/proc/28205/task/28265/stat : 28265 (java) S 28202 28205 3187 0 -1 1077944384 9228 12345 0 0 400 1 5 2 20 0 15 0 5990411 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303540840816 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28266] ppid=28202 vsize=14069564 CPUtime=1.93 cores=1,3,5,7
/proc/28205/task/28266/stat : 28266 (java) S 28202 28205 3187 0 -1 1077944384 12139 12345 0 0 183 3 5 2 20 0 15 0 5990411 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303539787760 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28267] ppid=28202 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 15 0 5990411 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 504 12345 0 0 6 7 5 2 20 0 15 0 5990415 14407233536 317758 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 251.99
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 28205 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.64 1.82 1.90 3/213 28402
/proc/meminfo: memFree=26442308/32770624 swapFree=0/237788
[pid=28205] ppid=28202 vsize=14202692 CPUtime=252.58 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 121334 12345 0 0 25177 74 5 2 20 0 17 0 5990386 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3550673 319506 3467 1 0 3539295 0
[pid=28205/tid=28255] ppid=28202 vsize=14202692 CPUtime=238.09 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) S 28202 28205 3187 0 -1 1077944384 55540 12345 0 0 23774 28 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140304071698528 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=14202692 CPUtime=1.06 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 4003 12345 0 0 91 8 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=14202692 CPUtime=1.06 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) S 28202 28205 3187 0 -1 1077944384 4276 12345 0 0 91 8 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=14202692 CPUtime=1.05 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 1571 12345 0 0 91 7 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=14202692 CPUtime=1.05 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) S 28202 28205 3187 0 -1 1077944384 3418 12345 0 0 92 6 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=14202692 CPUtime=0.86 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) R 28202 28205 3187 0 -1 4202560 16224 12345 0 0 73 6 5 2 20 0 17 0 5990408 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303546102960 140304049099193 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 56 12345 0 0 0 0 5 2 20 0 17 0 5990408 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303545050752 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 44 12345 0 0 0 0 5 2 20 0 17 0 5990408 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 255 12345 0 0 0 0 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28264] ppid=28202 vsize=14202692 CPUtime=3.72 cores=1,3,5,7
/proc/28205/task/28264/stat : 28264 (java) S 28202 28205 3187 0 -1 1077944384 11442 12345 0 0 364 1 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303541893360 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28265] ppid=28202 vsize=14202692 CPUtime=4.08 cores=1,3,5,7
/proc/28205/task/28265/stat : 28265 (java) S 28202 28205 3187 0 -1 1077944384 9341 12345 0 0 400 1 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303540830144 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28266] ppid=28202 vsize=14202692 CPUtime=1.93 cores=1,3,5,7
/proc/28205/task/28266/stat : 28266 (java) S 28202 28205 3187 0 -1 1077944384 12139 12345 0 0 183 3 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303539787760 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28267] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 504 12345 0 0 6 7 5 2 20 0 17 0 5990415 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 252.58
Current children cumulated vsize (KiB) 14202692

[startup+240.301 s]
/proc/loadavg: 1.64 1.82 1.90 3/213 28402
/proc/meminfo: memFree=26442308/32770624 swapFree=0/237788
[pid=28205] ppid=28202 vsize=14202692 CPUtime=252.84 cores=1,3,5,7
/proc/28205/stat : 28205 (java) S 28202 28205 3187 0 -1 1077944320 121346 12345 0 0 25203 74 5 2 20 0 17 0 5990386 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140721050304560 140304067460855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
/proc/28205/statm: 3550673 319506 3467 1 0 3539295 0
[pid=28205/tid=28255] ppid=28202 vsize=14202692 CPUtime=238.09 cores=1,3,5,7
/proc/28205/task/28255/stat : 28255 (java) S 28202 28205 3187 0 -1 1077944384 55541 12345 0 0 23774 28 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140304071698528 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28256] ppid=28202 vsize=14202692 CPUtime=1.12 cores=1,3,5,7
/proc/28205/task/28256/stat : 28256 (java) S 28202 28205 3187 0 -1 1077944384 4010 12345 0 0 97 8 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303667563024 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28257] ppid=28202 vsize=14202692 CPUtime=1.11 cores=1,3,5,7
/proc/28205/task/28257/stat : 28257 (java) R 28202 28205 3187 0 -1 1077944384 4276 12345 0 0 96 8 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303666510480 140304067471061 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28258] ppid=28202 vsize=14202692 CPUtime=1.1 cores=1,3,5,7
/proc/28205/task/28258/stat : 28258 (java) S 28202 28205 3187 0 -1 1077944384 1573 12345 0 0 96 7 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303665457424 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28259] ppid=28202 vsize=14202692 CPUtime=1.1 cores=1,3,5,7
/proc/28205/task/28259/stat : 28259 (java) R 28202 28205 3187 0 -1 1077944384 3418 12345 0 0 97 6 5 2 20 0 17 0 5990406 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303664404880 140304067471061 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28260] ppid=28202 vsize=14202692 CPUtime=0.91 cores=1,3,5,7
/proc/28205/task/28260/stat : 28260 (java) S 28202 28205 3187 0 -1 1077944384 16224 12345 0 0 78 6 5 2 20 0 17 0 5990408 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303546104560 140304067472002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28261] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28261/stat : 28261 (java) S 28202 28205 3187 0 -1 1077944384 57 12345 0 0 0 0 5 2 20 0 17 0 5990408 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303545050848 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28262] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28262/stat : 28262 (java) S 28202 28205 3187 0 -1 1077944384 46 12345 0 0 0 0 5 2 20 0 17 0 5990408 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303543997696 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28263] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28263/stat : 28263 (java) S 28202 28205 3187 0 -1 1077944384 255 12345 0 0 0 0 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303542946256 140304067479451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28264] ppid=28202 vsize=14202692 CPUtime=3.72 cores=1,3,5,7
/proc/28205/task/28264/stat : 28264 (java) S 28202 28205 3187 0 -1 1077944384 11442 12345 0 0 364 1 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303541893360 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28265] ppid=28202 vsize=14202692 CPUtime=4.08 cores=1,3,5,7
/proc/28205/task/28265/stat : 28265 (java) R 28202 28205 3187 0 -1 1077944384 9343 12345 0 0 400 1 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303540830336 140304067471061 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28266] ppid=28202 vsize=14202692 CPUtime=1.93 cores=1,3,5,7
/proc/28205/task/28266/stat : 28266 (java) S 28202 28205 3187 0 -1 1077944384 12139 12345 0 0 183 3 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303539787760 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28267] ppid=28202 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28205/task/28267/stat : 28267 (java) S 28202 28205 3187 0 -1 1077944384 3 12345 0 0 0 0 5 2 20 0 17 0 5990411 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303538735456 140304067471061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
[pid=28205/tid=28268] ppid=28202 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/28205/task/28268/stat : 28268 (java) S 28202 28205 3187 0 -1 1077944384 504 12345 0 0 6 7 5 2 20 0 17 0 5990415 14543556608 319506 18446744073709551615 4194304 4196468 140721050322016 140303537683504 140304067472002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18440192 140721050322894 140721050325679 140721050325679 140721050329039 0
Current children cumulated CPU time (s) 252.84
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.327
CPU time (s): 252.892
CPU user time (s): 252.103
CPU system time (s): 0.789071
CPU usage (%): 105.229
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.103
system time used= 0.789071
maximum resident set size= 1338024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26532
involuntary context switches= 651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04062 second user time and 1.55348 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:12:37
IDJOB=4259720
IDBENCH=115585
IDSOLVER=2646
FILE ID=node135/4259720-1501640798
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= e6b1372cf07bbc208bc6bd8f79f2963c
RANDOM SEED=1131949236

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29564280 kB
MemAvailable:   29817508 kB
Buffers:          114684 kB
Cached:           416412 kB
SwapCached:            0 kB
Active:          2536920 kB
Inactive:         246564 kB
Active(anon):    2253024 kB
Inactive(anon):     8592 kB
Active(file):     283896 kB
Inactive(file):   237972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24568 kB
Writeback:            32 kB
AnonPages:       2273244 kB
Mapped:            42572 kB
Shmem:              8960 kB
Slab:             120696 kB
SReclaimable:      94392 kB
SUnreclaim:        26304 kB
KernelStack:        3888 kB
PageTables:         9616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3052352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2054144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 04:16:38