Trace number 4259725

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) 259.01999 240.63901

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-05-9.xml
MD5SUMb5db2d1209ce62208741c56e17334157
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2881
Best CPU time to get the best result obtained on this benchmark249.396
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints305
Number of domains1
Minimum domain size2882
Maximum domain size2882
Distribution of domain sizes[{"size":2882,"count":300}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":250}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":250},{"arity":50,"count":5}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=28734
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.82 1.82 1.89 3/199 28737
/proc/meminfo: memFree=30484504/32770624 swapFree=0/238032
[pid=28737] ppid=28734 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28737/stat : 28737 (runsolver) D 28734 28737 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6037427 24240128 106 18446744073709551615 4194304 4338465 140729180206800 140729180204440 140411994120919 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 19017728 140729180213457 140729180213831 140729180213831 140729180217290 0
/proc/28737/statm: 5918 106 53 36 0 2156 0

[startup+0.100142 s]
/proc/loadavg: 1.82 1.82 1.89 3/199 28737
/proc/meminfo: memFree=30484504/32770624 swapFree=0/238032
[pid=28737] ppid=28734 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/28737/stat : 28737 (bash) S 28734 28737 3187 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 6037427 9867264 377 18446744073709551615 4194304 5098028 140733426915536 140733426909544 139840844073984 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 7 0 0 7196144 7232144 13791232 140733426922002 140733426922087 140733426922087 140733426925546 0
/proc/28737/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20025 s]
/proc/loadavg: 1.82 1.82 1.89 3/199 28737
/proc/meminfo: memFree=30484504/32770624 swapFree=0/238032
[pid=28737] ppid=28734 vsize=30192 CPUtime=0.08 cores=1,3,5,7
/proc/28737/stat : 28737 (java) R 28734 28737 3187 0 -1 4202496 1627 12470 0 0 0 0 5 3 20 0 1 0 6037427 30916608 595 18446744073709551615 4194304 4196468 140731068175344 140731068156040 139663460894345 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 7548 595 454 1 0 160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30192

[startup+0.300279 s]
/proc/loadavg: 1.82 1.82 1.89 3/199 28737
/proc/meminfo: memFree=30484504/32770624 swapFree=0/238032
[pid=28737] ppid=28734 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 5809 12470 0 0 5 1 5 3 20 0 14 0 6037427 14241083392 5492 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3476827 5492 2566 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700247 s]
/proc/loadavg: 1.82 1.82 1.89 3/199 28737
/proc/meminfo: memFree=30484504/32770624 swapFree=0/238032
[pid=28737] ppid=28734 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 13939 12470 0 0 57 5 5 3 20 0 15 0 6037427 14310178816 14836 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3493696 14836 3112 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.82 1.82 1.89 4/214 28800
/proc/meminfo: memFree=30389176/32770624 swapFree=0/238044
[pid=28737] ppid=28734 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 30082 12470 0 0 172 11 5 3 20 0 15 0 6037427 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3496352 42663 3360 1 0 3485533 0
[pid=28737/tid=28787] ppid=28734 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) R 28734 28737 3187 0 -1 4202560 22690 12470 0 0 114 7 5 3 20 0 15 0 6037447 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139663462896672 139663458694301 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) S 28734 28737 3187 0 -1 1077944384 196 12470 0 0 0 0 5 3 20 0 15 0 6037448 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139663415639056 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) S 28734 28737 3187 0 -1 1077944384 47 12470 0 0 0 0 5 3 20 0 15 0 6037448 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) S 28734 28737 3187 0 -1 1077944384 52 12470 0 0 1 0 5 3 20 0 15 0 6037448 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139663413533456 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) S 28734 28737 3187 0 -1 1077944384 64 12470 0 0 1 0 5 3 20 0 15 0 6037448 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 1672 12470 0 0 1 0 5 3 20 0 15 0 6037449 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662937008368 139663458683522 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) R 28734 28737 3187 0 -1 4202560 55 12470 0 0 0 0 5 3 20 0 15 0 6037450 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662935954192 139663458693722 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) R 28734 28737 3187 0 -1 4202560 43 12470 0 0 0 0 5 3 20 0 15 0 6037450 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662934901488 139663458693722 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28796] ppid=28734 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/28737/task/28796/stat : 28796 (java) R 28734 28737 3187 0 -1 1077944384 1003 12470 0 0 15 0 5 3 20 0 15 0 6037453 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662932798192 139663458683522 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28797] ppid=28734 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/28737/task/28797/stat : 28797 (java) S 28734 28737 3187 0 -1 1077944384 793 12470 0 0 13 0 5 3 20 0 15 0 6037453 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662931745648 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28798] ppid=28734 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/28737/task/28798/stat : 28798 (java) R 28734 28737 3187 0 -1 1077944384 1303 12470 0 0 22 0 5 3 20 0 15 0 6037453 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662930690400 139663458682581 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28799] ppid=28734 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 5 12470 0 0 0 0 5 3 20 0 15 0 6037457 14321057792 42663 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10132 s]
/proc/loadavg: 1.82 1.82 1.89 4/214 28800
/proc/meminfo: memFree=30312868/32770624 swapFree=0/238044
[pid=28737] ppid=28734 vsize=13997884 CPUtime=6.08 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 45626 12470 0 0 584 16 5 3 20 0 15 0 6037427 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3499471 55626 3431 1 0 3488093 0
[pid=28737/tid=28787] ppid=28734 vsize=13997884 CPUtime=2.88 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) R 28734 28737 3187 0 -1 4202560 29013 12470 0 0 270 10 5 3 20 0 15 0 6037447 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139663462903264 139663092355404 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) S 28734 28737 3187 0 -1 1077944384 196 12470 0 0 0 0 5 3 20 0 15 0 6037448 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139663415639056 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) S 28734 28737 3187 0 -1 1077944384 47 12470 0 0 0 0 5 3 20 0 15 0 6037448 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) S 28734 28737 3187 0 -1 1077944384 52 12470 0 0 1 0 5 3 20 0 15 0 6037448 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139663413533456 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) S 28734 28737 3187 0 -1 1077944384 64 12470 0 0 1 0 5 3 20 0 15 0 6037448 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 1721 12470 0 0 1 0 5 3 20 0 15 0 6037449 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662937008368 139663458683522 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) S 28734 28737 3187 0 -1 1077944384 55 12470 0 0 0 0 5 3 20 0 15 0 6037450 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662935954656 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) S 28734 28737 3187 0 -1 1077944384 43 12470 0 0 0 0 5 3 20 0 15 0 6037450 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662934901504 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28796] ppid=28734 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/28737/task/28796/stat : 28796 (java) R 28734 28737 3187 0 -1 4202560 4593 12470 0 0 114 0 5 3 20 0 15 0 6037453 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662932785504 139663437891016 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28797] ppid=28734 vsize=13997884 CPUtime=0.9 cores=1,3,5,7
/proc/28737/task/28797/stat : 28797 (java) R 28734 28737 3187 0 -1 4202560 2192 12470 0 0 82 0 5 3 20 0 15 0 6037453 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662931731528 139663440190257 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28798] ppid=28734 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/28737/task/28798/stat : 28798 (java) S 28734 28737 3187 0 -1 1077944384 5485 12470 0 0 110 2 5 3 20 0 15 0 6037453 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662930692592 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28799] ppid=28734 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 6 12470 0 0 0 0 5 3 20 0 15 0 6037457 14333833216 55626 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 2.15 1.89 1.91 4/214 28800
/proc/meminfo: memFree=30059440/32770624 swapFree=0/238044
[pid=28737] ppid=28734 vsize=13999932 CPUtime=14.39 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 59355 12470 0 0 1395 36 5 3 20 0 15 0 6037427 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3499983 117852 3456 1 0 3488605 0
[pid=28737/tid=28787] ppid=28734 vsize=13999932 CPUtime=5.9 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) R 28734 28737 3187 0 -1 4202560 31595 12470 0 0 570 12 5 3 20 0 15 0 6037447 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139663462903432 139663103588622 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) S 28734 28737 3187 0 -1 1077944384 458 12470 0 0 11 4 5 3 20 0 15 0 6037448 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139663415639056 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=13999932 CPUtime=0.24 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) S 28734 28737 3187 0 -1 1077944384 252 12470 0 0 12 4 5 3 20 0 15 0 6037448 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=13999932 CPUtime=0.24 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) S 28734 28737 3187 0 -1 1077944384 321 12470 0 0 12 4 5 3 20 0 15 0 6037448 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139663413533456 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=13999932 CPUtime=0.24 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) S 28734 28737 3187 0 -1 1077944384 594 12470 0 0 12 4 5 3 20 0 15 0 6037448 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 2025 12470 0 0 2 0 5 3 20 0 15 0 6037449 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662937008368 139663458683522 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) S 28734 28737 3187 0 -1 1077944384 55 12470 0 0 0 0 5 3 20 0 15 0 6037450 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662935954656 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) S 28734 28737 3187 0 -1 1077944384 43 12470 0 0 0 0 5 3 20 0 15 0 6037450 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662934901504 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28796] ppid=28734 vsize=13999932 CPUtime=3.51 cores=1,3,5,7
/proc/28737/task/28796/stat : 28796 (java) S 28734 28737 3187 0 -1 1077944384 8894 12470 0 0 342 1 5 3 20 0 15 0 6037453 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662932798192 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28797] ppid=28734 vsize=13999932 CPUtime=2.89 cores=1,3,5,7
/proc/28737/task/28797/stat : 28797 (java) R 28734 28737 3187 0 -1 4202560 6031 12470 0 0 280 1 5 3 20 0 15 0 6037453 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662931745648 139663440192392 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28798] ppid=28734 vsize=13999932 CPUtime=1.59 cores=1,3,5,7
/proc/28737/task/28798/stat : 28798 (java) S 28734 28737 3187 0 -1 1077944384 6754 12470 0 0 148 3 5 3 20 0 15 0 6037453 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662930692592 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28799] ppid=28734 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 174 12470 0 0 0 0 5 3 20 0 15 0 6037457 14335930368 117852 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.22 1.91 1.92 3/214 28800
/proc/meminfo: memFree=29692156/32770624 swapFree=0/238052
[pid=28737] ppid=28734 vsize=14069564 CPUtime=26.5 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 93435 12470 0 0 2586 56 5 3 20 0 15 0 6037427 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3517391 236552 3471 1 0 3506013 0
[pid=28737/tid=28787] ppid=28734 vsize=14069564 CPUtime=12.06 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) R 28734 28737 3187 0 -1 4202560 50112 12470 0 0 1178 20 5 3 20 0 15 0 6037447 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139663462906240 139663100668887 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) S 28734 28737 3187 0 -1 1077944384 555 12470 0 0 27 6 5 3 20 0 15 0 6037448 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139663415639056 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=14069564 CPUtime=0.43 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) S 28734 28737 3187 0 -1 1077944384 620 12470 0 0 29 6 5 3 20 0 15 0 6037448 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) S 28734 28737 3187 0 -1 1077944384 1208 12470 0 0 27 6 5 3 20 0 15 0 6037448 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139663413533456 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=14069564 CPUtime=0.43 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) S 28734 28737 3187 0 -1 1077944384 745 12470 0 0 29 6 5 3 20 0 15 0 6037448 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 8252 12470 0 0 6 0 5 3 20 0 15 0 6037449 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139662937008368 139663458683522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) S 28734 28737 3187 0 -1 1077944384 59 12470 0 0 0 0 5 3 20 0 15 0 6037450 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139662935954720 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) S 28734 28737 3187 0 -1 1077944384 47 12470 0 0 0 0 5 3 20 0 15 0 6037450 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139662934901504 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14407233536 236552 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0

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

/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14407233536 517149 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 434 12470 0 0 5 4 5 3 20 0 15 0 6037457 14407233536 517149 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 178.28
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.54 1.70 1.83 3/215 28933
/proc/meminfo: memFree=26286440/32770624 swapFree=0/238168
[pid=28737] ppid=28734 vsize=14069564 CPUtime=239.04 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 138764 12470 0 0 23799 97 5 3 20 0 15 0 6037427 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3517391 465331 3474 1 0 3506013 0
[pid=28737/tid=28787] ppid=28734 vsize=14069564 CPUtime=220.99 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) R 28734 28737 3187 0 -1 4202560 64554 12470 0 0 22052 39 5 3 20 0 15 0 6037447 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139663462906592 139663109664387 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=14069564 CPUtime=0.87 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) S 28734 28737 3187 0 -1 1077944384 2205 12470 0 0 70 9 5 3 20 0 15 0 6037448 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139663415639056 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=14069564 CPUtime=0.9 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) S 28734 28737 3187 0 -1 1077944384 2732 12470 0 0 72 10 5 3 20 0 15 0 6037448 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=14069564 CPUtime=0.87 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) S 28734 28737 3187 0 -1 1077944384 4704 12470 0 0 70 9 5 3 20 0 15 0 6037448 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139663413533456 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=14069564 CPUtime=0.89 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) S 28734 28737 3187 0 -1 1077944384 3219 12470 0 0 71 10 5 3 20 0 15 0 6037448 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=14069564 CPUtime=0.33 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 10328 12470 0 0 21 4 5 3 20 0 15 0 6037449 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662937008368 139663458683522 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) S 28734 28737 3187 0 -1 1077944384 59 12470 0 0 0 0 5 3 20 0 15 0 6037450 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662935954720 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) S 28734 28737 3187 0 -1 1077944384 47 12470 0 0 0 0 5 3 20 0 15 0 6037450 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662934901504 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28796] ppid=28734 vsize=14069564 CPUtime=6.98 cores=1,3,5,7
/proc/28737/task/28796/stat : 28796 (java) S 28734 28737 3187 0 -1 1077944384 20295 12470 0 0 687 3 5 3 20 0 15 0 6037453 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662932798192 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28797] ppid=28734 vsize=14069564 CPUtime=5.41 cores=1,3,5,7
/proc/28737/task/28797/stat : 28797 (java) S 28734 28737 3187 0 -1 1077944384 12283 12470 0 0 531 2 5 3 20 0 15 0 6037453 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662931745648 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28798] ppid=28734 vsize=14069564 CPUtime=2.22 cores=1,3,5,7
/proc/28737/task/28798/stat : 28798 (java) S 28734 28737 3187 0 -1 1077944384 15647 12470 0 0 209 5 5 3 20 0 15 0 6037453 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662930692592 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28799] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 532 12470 0 0 6 6 5 3 20 0 15 0 6037457 14407233536 465331 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 239.04
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.59 1.71 1.83 3/215 28934
/proc/meminfo: memFree=26326392/32770624 swapFree=0/238176
[pid=28737] ppid=28734 vsize=14069564 CPUtime=256.93 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 139039 12470 0 0 25587 98 5 3 20 0 15 0 6037427 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3517391 463407 3474 1 0 3506013 0
[pid=28737/tid=28787] ppid=28734 vsize=14069564 CPUtime=238.57 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) R 28734 28737 3187 0 -1 4202560 64803 12470 0 0 23810 39 5 3 20 0 15 0 6037447 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139663462906784 139663103818884 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) S 28734 28737 3187 0 -1 1077944384 2218 12470 0 0 76 9 5 3 20 0 15 0 6037448 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139663415639056 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) S 28734 28737 3187 0 -1 1077944384 2732 12470 0 0 78 10 5 3 20 0 15 0 6037448 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) S 28734 28737 3187 0 -1 1077944384 4711 12470 0 0 77 9 5 3 20 0 15 0 6037448 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139663413533456 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) S 28734 28737 3187 0 -1 1077944384 3219 12470 0 0 77 11 5 3 20 0 15 0 6037448 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 10334 12470 0 0 24 4 5 3 20 0 15 0 6037449 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662937008368 139663458683522 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) S 28734 28737 3187 0 -1 1077944384 59 12470 0 0 0 0 5 3 20 0 15 0 6037450 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662935954720 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) S 28734 28737 3187 0 -1 1077944384 47 12470 0 0 0 0 5 3 20 0 15 0 6037450 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662934901504 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28796] ppid=28734 vsize=14069564 CPUtime=6.98 cores=1,3,5,7
/proc/28737/task/28796/stat : 28796 (java) S 28734 28737 3187 0 -1 1077944384 20295 12470 0 0 687 3 5 3 20 0 15 0 6037453 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662932798192 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28797] ppid=28734 vsize=14069564 CPUtime=5.41 cores=1,3,5,7
/proc/28737/task/28797/stat : 28797 (java) S 28734 28737 3187 0 -1 1077944384 12283 12470 0 0 531 2 5 3 20 0 15 0 6037453 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662931745648 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28798] ppid=28734 vsize=14069564 CPUtime=2.22 cores=1,3,5,7
/proc/28737/task/28798/stat : 28798 (java) S 28734 28737 3187 0 -1 1077944384 15647 12470 0 0 209 5 5 3 20 0 15 0 6037453 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662930692592 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28799] ppid=28734 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 15 0 6037453 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 532 12470 0 0 7 6 5 3 20 0 15 0 6037457 14407233536 463407 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 256.93
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 28737 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.401 s]
/proc/loadavg: 1.59 1.71 1.83 3/215 28934
/proc/meminfo: memFree=26326392/32770624 swapFree=0/238176
[pid=28737] ppid=28734 vsize=14202692 CPUtime=258.33 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 152430 12470 0 0 25725 100 5 3 20 0 17 0 6037427 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3550673 465222 3475 1 0 3539295 0
[pid=28737/tid=28787] ppid=28734 vsize=14202692 CPUtime=238.58 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) S 28734 28737 3187 0 -1 1077944384 65922 12470 0 0 23811 39 5 3 20 0 17 0 6037447 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663462909920 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=14202692 CPUtime=1.26 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) R 28734 28737 3187 0 -1 4202560 2284 12470 0 0 109 9 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663415638944 139663440269386 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=14202692 CPUtime=1.29 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) R 28734 28737 3187 0 -1 4202560 2853 12470 0 0 111 10 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663440268762 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=14202692 CPUtime=1.27 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) R 28734 28737 3187 0 -1 4202560 4807 12470 0 0 110 9 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663413533656 139663440269386 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=14202692 CPUtime=1.29 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) R 28734 28737 3187 0 -1 4202560 3331 12470 0 0 110 11 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663443370014 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=14202692 CPUtime=0.42 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 21504 12470 0 0 29 5 5 3 20 0 17 0 6037449 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662937006768 139663458682581 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) S 28734 28737 3187 0 -1 1077944384 61 12470 0 0 0 0 5 3 20 0 17 0 6037450 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662935954704 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) S 28734 28737 3187 0 -1 1077944384 47 12470 0 0 0 0 5 3 20 0 17 0 6037450 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662934901504 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 253 12470 0 0 0 0 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28796] ppid=28734 vsize=14202692 CPUtime=6.98 cores=1,3,5,7
/proc/28737/task/28796/stat : 28796 (java) S 28734 28737 3187 0 -1 1077944384 20295 12470 0 0 687 3 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662932798192 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28797] ppid=28734 vsize=14202692 CPUtime=5.41 cores=1,3,5,7
/proc/28737/task/28797/stat : 28797 (java) S 28734 28737 3187 0 -1 1077944384 12367 12470 0 0 531 2 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662931735328 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28798] ppid=28734 vsize=14202692 CPUtime=2.22 cores=1,3,5,7
/proc/28737/task/28798/stat : 28798 (java) S 28734 28737 3187 0 -1 1077944384 15647 12470 0 0 209 5 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662930692592 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28799] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 532 12470 0 0 7 6 5 3 20 0 17 0 6037457 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 258.33
Current children cumulated vsize (KiB) 14202692

[startup+240.601 s]
/proc/loadavg: 1.59 1.71 1.83 3/215 28934
/proc/meminfo: memFree=26326392/32770624 swapFree=0/238176
[pid=28737] ppid=28734 vsize=14202692 CPUtime=258.97 cores=1,3,5,7
/proc/28737/stat : 28737 (java) S 28734 28737 3187 0 -1 1077944320 152448 12470 0 0 25789 100 5 3 20 0 17 0 6037427 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 140731068157888 139663458672375 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
/proc/28737/statm: 3550673 465222 3475 1 0 3539295 0
[pid=28737/tid=28787] ppid=28734 vsize=14202692 CPUtime=238.58 cores=1,3,5,7
/proc/28737/task/28787/stat : 28787 (java) R 28734 28737 3187 0 -1 4202560 65923 12470 0 0 23811 39 5 3 20 0 17 0 6037447 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663462909920 139663458682581 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28788] ppid=28734 vsize=14202692 CPUtime=1.41 cores=1,3,5,7
/proc/28737/task/28788/stat : 28788 (java) S 28734 28737 3187 0 -1 1077944384 2293 12470 0 0 124 9 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663415639056 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28789] ppid=28734 vsize=14202692 CPUtime=1.43 cores=1,3,5,7
/proc/28737/task/28789/stat : 28789 (java) S 28734 28737 3187 0 -1 1077944384 2856 12470 0 0 125 10 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663414586512 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28790] ppid=28734 vsize=14202692 CPUtime=1.42 cores=1,3,5,7
/proc/28737/task/28790/stat : 28790 (java) S 28734 28737 3187 0 -1 1077944384 4808 12470 0 0 125 9 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663413533456 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28791] ppid=28734 vsize=14202692 CPUtime=1.44 cores=1,3,5,7
/proc/28737/task/28791/stat : 28791 (java) R 28734 28737 3187 0 -1 1077944384 3331 12470 0 0 125 11 5 3 20 0 17 0 6037448 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139663412480912 139663458682581 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28792] ppid=28734 vsize=14202692 CPUtime=0.47 cores=1,3,5,7
/proc/28737/task/28792/stat : 28792 (java) S 28734 28737 3187 0 -1 1077944384 21504 12470 0 0 34 5 5 3 20 0 17 0 6037449 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662937008368 139663458683522 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28793] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28793/stat : 28793 (java) R 28734 28737 3187 0 -1 1077944384 61 12470 0 0 0 0 5 3 20 0 17 0 6037450 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662935954800 139663458682581 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28794] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28794/stat : 28794 (java) S 28734 28737 3187 0 -1 1077944384 47 12470 0 0 0 0 5 3 20 0 17 0 6037450 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662934901504 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28795] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28795/stat : 28795 (java) S 28734 28737 3187 0 -1 1077944384 253 12470 0 0 0 0 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662933850064 139663458690971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28796] ppid=28734 vsize=14202692 CPUtime=6.98 cores=1,3,5,7
/proc/28737/task/28796/stat : 28796 (java) S 28734 28737 3187 0 -1 1077944384 20295 12470 0 0 687 3 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662932798192 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28797] ppid=28734 vsize=14202692 CPUtime=5.41 cores=1,3,5,7
/proc/28737/task/28797/stat : 28797 (java) R 28734 28737 3187 0 -1 4202560 12371 12470 0 0 531 2 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662931733728 139663451772222 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28798] ppid=28734 vsize=14202692 CPUtime=2.22 cores=1,3,5,7
/proc/28737/task/28798/stat : 28798 (java) S 28734 28737 3187 0 -1 1077944384 15647 12470 0 0 209 5 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662930692592 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28799] ppid=28734 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28737/task/28799/stat : 28799 (java) S 28734 28737 3187 0 -1 1077944384 3 12470 0 0 0 0 5 3 20 0 17 0 6037453 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662929640288 139663458682581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
[pid=28737/tid=28800] ppid=28734 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/28737/task/28800/stat : 28800 (java) S 28734 28737 3187 0 -1 1077944384 532 12470 0 0 7 6 5 3 20 0 17 0 6037457 14543556608 465222 18446744073709551615 4194304 4196468 140731068175344 139662928587312 139663458683522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20254720 140731068180430 140731068183215 140731068183215 140731068186575 0
Current children cumulated CPU time (s) 258.97
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.639
CPU time (s): 259.02
CPU user time (s): 257.963
CPU system time (s): 1.05698
CPU usage (%): 107.638
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.963
system time used= 1.05698
maximum resident set size= 2235876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165687
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= 18376
involuntary context switches= 568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.14422 second user time and 1.48719 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:20:27
IDJOB=4259725
IDBENCH=115608
IDSOLVER=2646
FILE ID=node135/4259725-1501641268
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-050-05-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259725-1501641268/watcher-4259725-1501641268 -o /tmp/evaluation-result-4259725-1501641268/solver-4259725-1501641268 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259725-1501641268.xml

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

MD5SUM BENCH= b5db2d1209ce62208741c56e17334157
RANDOM SEED=730416423

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:        30484488 kB
MemAvailable:   30738392 kB
Buffers:          115172 kB
Cached:           416532 kB
SwapCached:            0 kB
Active:          1616856 kB
Inactive:         246884 kB
Active(anon):    1332664 kB
Inactive(anon):     8592 kB
Active(file):     284192 kB
Inactive(file):   238292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:                20 kB
Writeback:         13972 kB
AnonPages:       1332008 kB
Mapped:            42148 kB
Shmem:              8960 kB
Slab:             121112 kB
SReclaimable:      94508 kB
SUnreclaim:        26604 kB
KernelStack:        3472 kB
PageTables:         7516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2215976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1110016 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:24:28