Trace number 4259729

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) 268.90601 241.58299

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-1.xml
MD5SUM9d29287bef1009a71b89b3cc337f2ee8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints605
Number of domains1
Minimum domain size5368
Maximum domain size5368
Distribution of domain sizes[{"size":5368,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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 4/200 28330
/proc/meminfo: memFree=31588240/32770624 swapFree=0/237668
[pid=28330] ppid=28327 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28330/stat : 28330 (runsolver) D 28327 28330 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 5990611 24240128 106 18446744073709551615 4194304 4338465 140731769604144 140731769601784 140164965135063 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 36540416 140731769606353 140731769606727 140731769606727 140731769610186 0
/proc/28330/statm: 5918 106 53 36 0 2156 0

[startup+0.100064 s]
/proc/loadavg: 1.46 1.91 1.93 4/200 28330
/proc/meminfo: memFree=31588240/32770624 swapFree=0/237668
[pid=28330] ppid=28327 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/28330/stat : 28330 (bash) R 28327 28330 3187 0 -1 4202496 746 5103 0 0 0 0 0 1 20 0 1 0 5990611 9867264 360 18446744073709551615 4194304 5098028 140724981284480 140724981282120 140678605714412 0 0 5 65536 0 0 0 17 2 0 0 8 0 0 7196144 7232144 22745088 140724981289490 140724981289575 140724981289575 140724981293034 0
/proc/28330/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200268 s]
/proc/loadavg: 1.46 1.91 1.93 4/200 28330
/proc/meminfo: memFree=31588240/32770624 swapFree=0/237668
[pid=28330] ppid=28327 vsize=30192 CPUtime=0.08 cores=0,2,4,6
/proc/28330/stat : 28330 (java) R 28327 28330 3187 0 -1 4202496 1585 12454 0 0 0 0 5 3 20 0 1 0 5990611 30916608 529 18446744073709551615 4194304 4196468 140722815393088 140722815373784 140699311646331 0 0 1 0 0 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 7548 595 454 1 0 160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30192

[startup+0.301351 s]
/proc/loadavg: 1.46 1.91 1.93 4/200 28330
/proc/meminfo: memFree=31588240/32770624 swapFree=0/237668
[pid=28330] ppid=28327 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 6088 12454 0 0 6 1 5 3 20 0 15 0 5990611 14309310464 6244 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3493484 6244 2665 1 0 3482973 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700196 s]
/proc/loadavg: 1.46 1.91 1.93 4/200 28330
/proc/meminfo: memFree=31588240/32770624 swapFree=0/237668
[pid=28330] ppid=28327 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 13987 12454 0 0 59 5 5 3 20 0 15 0 5990611 14310178816 14910 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3493696 14910 3109 1 0 3482973 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50068 s]
/proc/loadavg: 1.58 1.93 1.94 7/215 28394
/proc/meminfo: memFree=31435564/32770624 swapFree=0/237744
[pid=28330] ppid=28327 vsize=13985408 CPUtime=1.94 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 29698 12454 0 0 174 12 5 3 20 0 15 0 5990611 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3496352 42690 3367 1 0 3485533 0
[pid=28330/tid=28380] ppid=28327 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) R 28327 28330 3187 0 -1 4202560 22461 12454 0 0 115 7 5 3 20 0 15 0 5990632 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140699313651760 140698917873142 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) S 28327 28330 3187 0 -1 1077944384 44 12454 0 0 0 0 5 3 20 0 15 0 5990632 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140699243858832 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) S 28327 28330 3187 0 -1 1077944384 190 12454 0 0 0 0 5 3 20 0 15 0 5990632 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140699242806032 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) S 28327 28330 3187 0 -1 1077944384 55 12454 0 0 1 0 5 3 20 0 15 0 5990632 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140699241753744 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) S 28327 28330 3187 0 -1 1077944384 69 12454 0 0 1 0 5 3 20 0 15 0 5990632 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 1505 12454 0 0 1 0 5 3 20 0 15 0 5990634 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698787989616 140699309435522 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 55 12454 0 0 0 0 5 3 20 0 15 0 5990634 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698786935648 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 44 12454 0 0 0 0 5 3 20 0 15 0 5990634 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698785883248 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 15 0 5990637 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28390] ppid=28327 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/28330/task/28390/stat : 28390 (java) S 28327 28330 3187 0 -1 1077944384 926 12454 0 0 12 0 5 3 20 0 15 0 5990637 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698783779440 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28391] ppid=28327 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/28330/task/28391/stat : 28391 (java) S 28327 28330 3187 0 -1 1077944384 776 12454 0 0 17 0 5 3 20 0 15 0 5990637 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698782726640 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28392] ppid=28327 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/28330/task/28392/stat : 28392 (java) S 28327 28330 3187 0 -1 1077944384 1407 12454 0 0 23 0 5 3 20 0 15 0 5990637 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698781674352 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28393] ppid=28327 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28393/stat : 28393 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 15 0 5990637 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698780621792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28394] ppid=28327 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28394/stat : 28394 (java) S 28327 28330 3187 0 -1 1077944384 10 12454 0 0 0 0 5 3 20 0 15 0 5990641 14321057792 42690 18446744073709551615 4194304 4196468 140722815393088 140698779568560 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.11015 s]
/proc/loadavg: 1.58 1.93 1.94 5/215 28394
/proc/meminfo: memFree=31317240/32770624 swapFree=0/237680
[pid=28330] ppid=28327 vsize=13997884 CPUtime=6.05 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 44558 12454 0 0 579 18 5 3 20 0 15 0 5990611 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3499471 55459 3441 1 0 3488093 0
[pid=28330/tid=28380] ppid=28327 vsize=13997884 CPUtime=2.9 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) R 28327 28330 3187 0 -1 4202560 27889 12454 0 0 272 10 5 3 20 0 15 0 5990632 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140699313655912 140699291713920 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) S 28327 28330 3187 0 -1 1077944384 44 12454 0 0 0 0 5 3 20 0 15 0 5990632 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140699243858832 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) S 28327 28330 3187 0 -1 1077944384 190 12454 0 0 0 0 5 3 20 0 15 0 5990632 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140699242806032 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) S 28327 28330 3187 0 -1 1077944384 55 12454 0 0 1 0 5 3 20 0 15 0 5990632 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140699241753744 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) S 28327 28330 3187 0 -1 1077944384 69 12454 0 0 1 0 5 3 20 0 15 0 5990632 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 1522 12454 0 0 1 0 5 3 20 0 15 0 5990634 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698787989616 140699309435522 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 55 12454 0 0 0 0 5 3 20 0 15 0 5990634 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698786935648 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 44 12454 0 0 0 0 5 3 20 0 15 0 5990634 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698785883248 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 15 0 5990637 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28390] ppid=28327 vsize=13997884 CPUtime=1 cores=0,2,4,6
/proc/28330/task/28390/stat : 28390 (java) R 28327 28330 3187 0 -1 4202560 3055 12454 0 0 91 1 5 3 20 0 15 0 5990637 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698783770768 140699295117878 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28391] ppid=28327 vsize=13997884 CPUtime=1.03 cores=0,2,4,6
/proc/28330/task/28391/stat : 28391 (java) R 28327 28330 3187 0 -1 4202560 3234 12454 0 0 94 1 5 3 20 0 15 0 5990637 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698782706720 140699290969336 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28392] ppid=28327 vsize=13997884 CPUtime=1.23 cores=0,2,4,6
/proc/28330/task/28392/stat : 28392 (java) S 28327 28330 3187 0 -1 1077944384 6231 12454 0 0 114 1 5 3 20 0 15 0 5990637 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698781674352 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28393] ppid=28327 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28393/stat : 28393 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 15 0 5990637 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698780621792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28394] ppid=28327 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28394/stat : 28394 (java) S 28327 28330 3187 0 -1 1077944384 12 12454 0 0 0 0 5 3 20 0 15 0 5990641 14333833216 55459 18446744073709551615 4194304 4196468 140722815393088 140698779568560 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 13997884

[startup+6.30062 s]
/proc/loadavg: 1.58 1.93 1.94 5/215 28394
/proc/meminfo: memFree=30696876/32770624 swapFree=0/237676
[pid=28330] ppid=28327 vsize=13999932 CPUtime=14.45 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 64304 12454 0 0 1390 47 5 3 20 0 15 0 5990611 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3499983 174751 3457 1 0 3488605 0
[pid=28330/tid=28380] ppid=28327 vsize=13999932 CPUtime=5.82 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) R 28327 28330 3187 0 -1 4202560 32129 12454 0 0 558 16 5 3 20 0 15 0 5990632 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140699313656936 140698918652163 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=13999932 CPUtime=0.33 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) S 28327 28330 3187 0 -1 1077944384 205 12454 0 0 19 6 5 3 20 0 15 0 5990632 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140699243858832 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=13999932 CPUtime=0.32 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) S 28327 28330 3187 0 -1 1077944384 337 12454 0 0 19 5 5 3 20 0 15 0 5990632 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140699242806032 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=13999932 CPUtime=0.3 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) S 28327 28330 3187 0 -1 1077944384 204 12454 0 0 17 5 5 3 20 0 15 0 5990632 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140699241753744 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=13999932 CPUtime=0.33 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) S 28327 28330 3187 0 -1 1077944384 290 12454 0 0 20 5 5 3 20 0 15 0 5990632 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 1865 12454 0 0 2 0 5 3 20 0 15 0 5990634 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698787989616 140699309435522 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 55 12454 0 0 0 0 5 3 20 0 15 0 5990634 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698786935648 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 44 12454 0 0 0 0 5 3 20 0 15 0 5990634 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698785883264 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 15 0 5990637 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28390] ppid=28327 vsize=13999932 CPUtime=2.91 cores=0,2,4,6
/proc/28330/task/28390/stat : 28390 (java) S 28327 28330 3187 0 -1 1077944384 9835 12454 0 0 281 2 5 3 20 0 15 0 5990637 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698783779440 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28391] ppid=28327 vsize=13999932 CPUtime=3.19 cores=0,2,4,6
/proc/28330/task/28391/stat : 28391 (java) S 28327 28330 3187 0 -1 1077944384 9485 12454 0 0 309 2 5 3 20 0 15 0 5990637 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698782726640 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28392] ppid=28327 vsize=13999932 CPUtime=1.69 cores=0,2,4,6
/proc/28330/task/28392/stat : 28392 (java) S 28327 28330 3187 0 -1 1077944384 7568 12454 0 0 159 2 5 3 20 0 15 0 5990637 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698781674352 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28393] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28393/stat : 28393 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 15 0 5990637 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698780621792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28394] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28394/stat : 28394 (java) S 28327 28330 3187 0 -1 1077944384 129 12454 0 0 0 0 5 3 20 0 15 0 5990641 14335930368 174751 18446744073709551615 4194304 4196468 140722815393088 140698779568560 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
Current children cumulated CPU time (s) 14.45
Current children cumulated vsize (KiB) 13999932

[startup+12.7008 s]
/proc/loadavg: 1.79 1.97 1.95 3/215 28394
/proc/meminfo: memFree=29271484/32770624 swapFree=0/237680
[pid=28330] ppid=28327 vsize=13999932 CPUtime=24.61 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 82244 12454 0 0 2364 89 5 3 20 0 15 0 5990611 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3499983 402006 3458 1 0 3488605 0
[pid=28330/tid=28380] ppid=28327 vsize=13999932 CPUtime=11.46 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) R 28327 28330 3187 0 -1 4202560 34308 12454 0 0 1115 23 5 3 20 0 15 0 5990632 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140699313655616 140698917873154 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=13999932 CPUtime=1 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) S 28327 28330 3187 0 -1 1077944384 907 12454 0 0 78 14 5 3 20 0 15 0 5990632 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140699243858832 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=13999932 CPUtime=0.99 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) S 28327 28330 3187 0 -1 1077944384 900 12454 0 0 78 13 5 3 20 0 15 0 5990632 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140699242806032 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=13999932 CPUtime=0.97 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) S 28327 28330 3187 0 -1 1077944384 1529 12454 0 0 76 13 5 3 20 0 15 0 5990632 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140699241753744 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=13999932 CPUtime=1 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) S 28327 28330 3187 0 -1 1077944384 1672 12454 0 0 78 14 5 3 20 0 15 0 5990632 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 6357 12454 0 0 10 1 5 3 20 0 15 0 5990634 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140698787989616 140699309435522 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 64 12454 0 0 0 0 5 3 20 0 15 0 5990634 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140698786935648 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 58 12454 0 0 0 0 5 3 20 0 15 0 5990634 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140698785883264 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 15 0 5990637 14335930368 402006 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0

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


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

[startup+240.801 s]
/proc/loadavg: 1.64 1.82 1.90 2/195 28445
/proc/meminfo: memFree=27705592/32770624 swapFree=0/237804
[pid=28330] ppid=28327 vsize=14202692 CPUtime=266.12 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 170434 12454 0 0 26447 157 5 3 20 0 17 0 5990611 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3550673 1006596 3482 1 0 3539295 0
[pid=28330/tid=28380] ppid=28327 vsize=14202692 CPUtime=238.39 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) S 28327 28330 3187 0 -1 1077944384 67917 12454 0 0 23770 61 5 3 20 0 17 0 5990632 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140699313661920 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=14202692 CPUtime=2.06 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) R 28327 28330 3187 0 -1 4202560 1824 12454 0 0 179 19 5 3 20 0 17 0 5990632 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140699243859032 140699291021386 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=14202692 CPUtime=2.03 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) R 28327 28330 3187 0 -1 4202560 2970 12454 0 0 178 17 5 3 20 0 17 0 5990632 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140699242806032 140699291020310 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=14202692 CPUtime=2.02 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) R 28327 28330 3187 0 -1 4202560 4716 12454 0 0 176 18 5 3 20 0 17 0 5990632 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140699241753744 140699293878322 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=14202692 CPUtime=2.06 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) R 28327 28330 3187 0 -1 4202560 2501 12454 0 0 179 19 5 3 20 0 17 0 5990632 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699291020933 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=14202692 CPUtime=0.28 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 17780 12454 0 0 18 2 5 3 20 0 17 0 5990634 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698787988016 140699309434581 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 72 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698786935696 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 66 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698785883264 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 119 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28390] ppid=28327 vsize=14202692 CPUtime=8.13 cores=0,2,4,6
/proc/28330/task/28390/stat : 28390 (java) S 28327 28330 3187 0 -1 1077944384 27438 12454 0 0 801 4 5 3 20 0 17 0 5990637 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698783779440 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28391] ppid=28327 vsize=14202692 CPUtime=9.04 cores=0,2,4,6
/proc/28330/task/28391/stat : 28391 (java) S 28327 28330 3187 0 -1 1077944384 23749 12454 0 0 892 4 5 3 20 0 17 0 5990637 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698782726640 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28392] ppid=28327 vsize=14202692 CPUtime=2.51 cores=0,2,4,6
/proc/28330/task/28392/stat : 28392 (java) S 28327 28330 3187 0 -1 1077944384 18179 12454 0 0 239 4 5 3 20 0 17 0 5990637 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698781674352 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28393] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28393/stat : 28393 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698780621792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28394] ppid=28327 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/28330/task/28394/stat : 28394 (java) S 28327 28330 3187 0 -1 1077944384 727 12454 0 0 8 6 5 3 20 0 17 0 5990641 14543556608 1006596 18446744073709551615 4194304 4196468 140722815393088 140698779568560 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
Current children cumulated CPU time (s) 266.12
Current children cumulated vsize (KiB) 14202692

[startup+241.204 s]
/proc/loadavg: 1.64 1.82 1.90 7/211 28525
/proc/meminfo: memFree=27733012/32770624 swapFree=0/237996
[pid=28330] ppid=28327 vsize=14202692 CPUtime=267.6 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 170455 12454 0 0 26595 157 5 3 20 0 17 0 5990611 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3550673 994803 3482 1 0 3539295 0
[pid=28330/tid=28380] ppid=28327 vsize=14202692 CPUtime=238.39 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) S 28327 28330 3187 0 -1 1077944384 67919 12454 0 0 23770 61 5 3 20 0 17 0 5990632 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140699313661920 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=14202692 CPUtime=2.43 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) R 28327 28330 3187 0 -1 4202560 1824 12454 0 0 216 19 5 3 20 0 17 0 5990632 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140699243858832 140699294122127 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=14202692 CPUtime=2.41 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) R 28327 28330 3187 0 -1 4202560 2971 12454 0 0 215 18 5 3 20 0 17 0 5990632 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140699242806032 140699291021407 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=14202692 CPUtime=2.38 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) R 28327 28330 3187 0 -1 4202560 4721 12454 0 0 212 18 5 3 20 0 17 0 5990632 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140699241753944 140699291021392 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=14202692 CPUtime=2.41 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) R 28327 28330 3187 0 -1 4202560 2507 12454 0 0 214 19 5 3 20 0 17 0 5990632 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699293878400 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=14202692 CPUtime=0.32 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 17786 12454 0 0 22 2 5 3 20 0 17 0 5990634 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698787988016 140699309434581 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 72 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698786935792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 66 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698785883264 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 119 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28390] ppid=28327 vsize=14202692 CPUtime=8.13 cores=0,2,4,6
/proc/28330/task/28390/stat : 28390 (java) S 28327 28330 3187 0 -1 1077944384 27438 12454 0 0 801 4 5 3 20 0 17 0 5990637 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698783779440 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28391] ppid=28327 vsize=14202692 CPUtime=9.04 cores=0,2,4,6
/proc/28330/task/28391/stat : 28391 (java) S 28327 28330 3187 0 -1 1077944384 23749 12454 0 0 892 4 5 3 20 0 17 0 5990637 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698782726640 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28392] ppid=28327 vsize=14202692 CPUtime=2.51 cores=0,2,4,6
/proc/28330/task/28392/stat : 28392 (java) S 28327 28330 3187 0 -1 1077944384 18179 12454 0 0 239 4 5 3 20 0 17 0 5990637 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698781674352 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28393] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28393/stat : 28393 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698780621792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28394] ppid=28327 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/28330/task/28394/stat : 28394 (java) S 28327 28330 3187 0 -1 1077944384 727 12454 0 0 8 6 5 3 20 0 17 0 5990641 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698779568560 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28451] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28451/stat : 28451 (java) S 28327 28330 3187 0 -1 1077944384 195 12454 0 0 0 0 5 3 20 0 17 0 6014612 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698322104304 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28452] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28452/stat : 28452 (java) S 28327 28330 3187 0 -1 1077944384 26 12454 0 0 0 0 5 3 20 0 17 0 6014612 14543556608 994803 18446744073709551615 4194304 4196468 140722815393088 140698317915200 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
Current children cumulated CPU time (s) 267.6
Current children cumulated vsize (KiB) 14202692

[startup+241.401 s]
/proc/loadavg: 1.64 1.82 1.90 7/211 28525
/proc/meminfo: memFree=27733012/32770624 swapFree=0/237996
[pid=28330] ppid=28327 vsize=14202692 CPUtime=268.33 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 170458 12454 0 0 26668 157 5 3 20 0 17 0 5990611 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3550673 994822 3482 1 0 3539295 0
[pid=28330/tid=28380] ppid=28327 vsize=14202692 CPUtime=238.39 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) S 28327 28330 3187 0 -1 1077944384 67919 12454 0 0 23770 61 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699313661920 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=14202692 CPUtime=2.6 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) R 28327 28330 3187 0 -1 4202560 1824 12454 0 0 233 19 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699243858832 140699291020923 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=14202692 CPUtime=2.59 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) R 28327 28330 3187 0 -1 4202560 2971 12454 0 0 233 18 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699242805920 140699294409671 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=14202692 CPUtime=2.56 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) R 28327 28330 3187 0 -1 4202560 4721 12454 0 0 230 18 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699241753944 140699294409412 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=14202692 CPUtime=2.59 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) R 28327 28330 3187 0 -1 4202560 2509 12454 0 0 232 19 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699291021386 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=14202692 CPUtime=0.34 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 17786 12454 0 0 24 2 5 3 20 0 17 0 5990634 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698787988016 140699309434581 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 72 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698786935792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 66 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698785883264 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 119 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28390] ppid=28327 vsize=14202692 CPUtime=8.13 cores=0,2,4,6
/proc/28330/task/28390/stat : 28390 (java) S 28327 28330 3187 0 -1 1077944384 27438 12454 0 0 801 4 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698783779440 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28391] ppid=28327 vsize=14202692 CPUtime=9.04 cores=0,2,4,6
/proc/28330/task/28391/stat : 28391 (java) S 28327 28330 3187 0 -1 1077944384 23749 12454 0 0 892 4 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698782726640 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28392] ppid=28327 vsize=14202692 CPUtime=2.51 cores=0,2,4,6
/proc/28330/task/28392/stat : 28392 (java) S 28327 28330 3187 0 -1 1077944384 18179 12454 0 0 239 4 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698781674352 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28393] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28393/stat : 28393 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698780621792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28394] ppid=28327 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/28330/task/28394/stat : 28394 (java) S 28327 28330 3187 0 -1 1077944384 727 12454 0 0 8 6 5 3 20 0 17 0 5990641 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698779568560 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28451] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28451/stat : 28451 (java) S 28327 28330 3187 0 -1 1077944384 195 12454 0 0 0 0 5 3 20 0 17 0 6014612 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698322104304 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28452] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28452/stat : 28452 (java) S 28327 28330 3187 0 -1 1077944384 27 12454 0 0 0 0 5 3 20 0 17 0 6014612 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698317915200 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
Current children cumulated CPU time (s) 268.33
Current children cumulated vsize (KiB) 14202692

[startup+241.501 s]
/proc/loadavg: 1.64 1.82 1.90 7/211 28525
/proc/meminfo: memFree=27733012/32770624 swapFree=0/237996
[pid=28330] ppid=28327 vsize=14202692 CPUtime=268.68 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 3187 0 -1 1077944320 170458 12454 0 0 26703 157 5 3 20 0 17 0 5990611 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140722815375632 140699309424375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
/proc/28330/statm: 3550673 994822 3482 1 0 3539295 0
[pid=28330/tid=28380] ppid=28327 vsize=14202692 CPUtime=238.39 cores=0,2,4,6
/proc/28330/task/28380/stat : 28380 (java) S 28327 28330 3187 0 -1 1077944384 67919 12454 0 0 23770 61 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699313661920 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28381] ppid=28327 vsize=14202692 CPUtime=2.69 cores=0,2,4,6
/proc/28330/task/28381/stat : 28381 (java) R 28327 28330 3187 0 -1 4202560 1824 12454 0 0 242 19 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699243858720 140699293881997 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28382] ppid=28327 vsize=14202692 CPUtime=2.67 cores=0,2,4,6
/proc/28330/task/28382/stat : 28382 (java) R 28327 28330 3187 0 -1 4202560 2971 12454 0 0 241 18 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699242806232 140699291034098 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28384] ppid=28327 vsize=14202692 CPUtime=2.65 cores=0,2,4,6
/proc/28330/task/28384/stat : 28384 (java) R 28327 28330 3187 0 -1 4202560 4721 12454 0 0 239 18 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699241753744 140699293881928 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28385] ppid=28327 vsize=14202692 CPUtime=2.67 cores=0,2,4,6
/proc/28330/task/28385/stat : 28385 (java) R 28327 28330 3187 0 -1 4202560 2509 12454 0 0 240 19 5 3 20 0 17 0 5990632 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140699240700944 140699290977616 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28386] ppid=28327 vsize=14202692 CPUtime=0.35 cores=0,2,4,6
/proc/28330/task/28386/stat : 28386 (java) S 28327 28330 3187 0 -1 1077944384 17786 12454 0 0 25 2 5 3 20 0 17 0 5990634 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698787988240 140699309434581 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28387] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28387/stat : 28387 (java) S 28327 28330 3187 0 -1 1077944384 72 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698786935792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28388] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28388/stat : 28388 (java) S 28327 28330 3187 0 -1 1077944384 66 12454 0 0 0 0 5 3 20 0 17 0 5990634 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698785883264 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28389] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28389/stat : 28389 (java) S 28327 28330 3187 0 -1 1077944384 119 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698784831568 140699309442971 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28390] ppid=28327 vsize=14202692 CPUtime=8.13 cores=0,2,4,6
/proc/28330/task/28390/stat : 28390 (java) S 28327 28330 3187 0 -1 1077944384 27438 12454 0 0 801 4 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698783779440 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28391] ppid=28327 vsize=14202692 CPUtime=9.04 cores=0,2,4,6
/proc/28330/task/28391/stat : 28391 (java) S 28327 28330 3187 0 -1 1077944384 23749 12454 0 0 892 4 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698782726640 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28392] ppid=28327 vsize=14202692 CPUtime=2.51 cores=0,2,4,6
/proc/28330/task/28392/stat : 28392 (java) S 28327 28330 3187 0 -1 1077944384 18179 12454 0 0 239 4 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698781674352 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28393] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28393/stat : 28393 (java) S 28327 28330 3187 0 -1 1077944384 3 12454 0 0 0 0 5 3 20 0 17 0 5990637 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698780621792 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28394] ppid=28327 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/28330/task/28394/stat : 28394 (java) S 28327 28330 3187 0 -1 1077944384 727 12454 0 0 8 6 5 3 20 0 17 0 5990641 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698779568560 140699309435522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28451] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28451/stat : 28451 (java) S 28327 28330 3187 0 -1 1077944384 195 12454 0 0 0 0 5 3 20 0 17 0 6014612 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698322104304 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
[pid=28330/tid=28452] ppid=28327 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/28330/task/28452/stat : 28452 (java) S 28327 28330 3187 0 -1 1077944384 27 12454 0 0 0 0 5 3 20 0 17 0 6014612 14543556608 994822 18446744073709551615 4194304 4196468 140722815393088 140698317915200 140699309434581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13049856 140722815395790 140722815398575 140722815398575 140722815401935 0
Current children cumulated CPU time (s) 268.68
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 241.583
CPU time (s): 268.906
CPU user time (s): 267.276
CPU system time (s): 1.62977
CPU usage (%): 111.31
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.276
system time used= 1.62977
maximum resident set size= 4082848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183089
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= 15202
involuntary context switches= 511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22999 second user time and 1.36851 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:12:39
IDJOB=4259729
IDBENCH=115596
IDSOLVER=2646
FILE ID=node135/4259729-1501640800
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= 9d29287bef1009a71b89b3cc337f2ee8
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:        31589640 kB
MemAvailable:   31842576 kB
Buffers:          114816 kB
Cached:           416068 kB
SwapCached:            0 kB
Active:           513892 kB
Inactive:         246260 kB
Active(anon):     230144 kB
Inactive(anon):     8592 kB
Active(file):     283748 kB
Inactive(file):   237668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24292 kB
Writeback:          9704 kB
AnonPages:        230040 kB
Mapped:            41928 kB
Shmem:              8960 kB
Slab:             127064 kB
SReclaimable:      94712 kB
SUnreclaim:        32352 kB
KernelStack:        3504 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1144064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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:41