Trace number 4259767

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) 260.37399 240.43401

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=16689
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.41 1.58 1.60 4/202 16692
/proc/meminfo: memFree=30536476/32770624 swapFree=0/297660
[pid=16692] ppid=16689 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16692/stat : 16692 (runsolver) D 16689 16692 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47464814 24240128 107 18446744073709551615 4194304 4338465 140727231464832 140727231462472 139927146951383 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 30306304 140727231471830 140727231472204 140727231472204 140727231475658 0
/proc/16692/statm: 5918 107 54 36 0 2156 0

[startup+0.100171 s]
/proc/loadavg: 1.41 1.58 1.60 4/202 16692
/proc/meminfo: memFree=30536476/32770624 swapFree=0/297660
[pid=16692] ppid=16689 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16692/stat : 16692 (bash) S 16689 16692 30500 0 -1 4202496 897 6478 0 0 0 0 0 1 20 0 1 0 47464814 9867264 377 18446744073709551615 4194304 5098028 140732484761776 140732484755784 140197916019712 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 36675584 140732484764183 140732484764268 140732484764268 140732484767722 0
/proc/16692/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200258 s]
/proc/loadavg: 1.41 1.58 1.60 4/202 16692
/proc/meminfo: memFree=30536476/32770624 swapFree=0/297660
[pid=16692] ppid=16689 vsize=356956 CPUtime=0.07 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 2592 12486 0 0 0 0 5 2 20 0 2 0 47464814 365522944 1883 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 89239 1883 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.30024 s]
/proc/loadavg: 1.41 1.58 1.60 4/202 16692
/proc/meminfo: memFree=30536476/32770624 swapFree=0/297660
[pid=16692] ppid=16689 vsize=13973996 CPUtime=0.14 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 5801 12486 0 0 6 1 5 2 20 0 15 0 47464814 14309371904 6979 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3493499 6979 2721 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973996

[startup+0.700271 s]
/proc/loadavg: 1.41 1.58 1.60 4/202 16692
/proc/meminfo: memFree=30536476/32770624 swapFree=0/297660
[pid=16692] ppid=16689 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 13703 12486 0 0 60 4 5 2 20 0 15 0 47464814 14310178816 15183 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3493696 15183 3120 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50185 s]
/proc/loadavg: 1.41 1.58 1.60 4/217 16756
/proc/meminfo: memFree=30440320/32770624 swapFree=0/297688
[pid=16692] ppid=16689 vsize=13985408 CPUtime=1.97 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 29451 12486 0 0 180 10 5 2 20 0 15 0 47464814 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3496352 43218 3377 1 0 3485525 0
[pid=16692/tid=16742] ppid=16689 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) R 16689 16692 30500 0 -1 4202560 22439 12486 0 0 115 7 5 2 20 0 15 0 47464833 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140317484049712 140317479842973 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) S 16689 16692 30500 0 -1 1077944384 60 12486 0 0 1 0 5 2 20 0 15 0 47464834 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 1 0 5 2 20 0 15 0 47464834 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) S 16689 16692 30500 0 -1 1077944384 31 12486 0 0 1 0 5 2 20 0 15 0 47464834 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140317397129616 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) S 16689 16692 30500 0 -1 1077944384 217 12486 0 0 1 0 5 2 20 0 15 0 47464834 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 1157 12486 0 0 1 0 5 2 20 0 15 0 47464835 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316957469552 140317479832194 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 54 12486 0 0 0 0 5 2 20 0 15 0 47464836 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316956415584 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 15 0 47464836 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316955362672 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464838 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16751] ppid=16689 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/16692/task/16751/stat : 16751 (java) S 16689 16692 30500 0 -1 1077944384 1263 12486 0 0 18 0 5 2 20 0 15 0 47464838 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316953258352 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16752] ppid=16689 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/16692/task/16752/stat : 16752 (java) S 16689 16692 30500 0 -1 1077944384 577 12486 0 0 15 0 5 2 20 0 15 0 47464838 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316952205552 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16753] ppid=16689 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/16692/task/16753/stat : 16753 (java) S 16689 16692 30500 0 -1 1077944384 1397 12486 0 0 24 0 5 2 20 0 15 0 47464838 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316951152752 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16754] ppid=16689 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464839 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 6 12486 0 0 0 0 5 2 20 0 15 0 47464842 14321057792 43218 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.38 1.57 1.60 3/217 16756
/proc/meminfo: memFree=30364452/32770624 swapFree=0/297688
[pid=16692] ppid=16689 vsize=13997884 CPUtime=5.5 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 47325 12486 0 0 528 15 5 2 20 0 15 0 47464814 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3499471 55764 3448 1 0 3488085 0
[pid=16692/tid=16742] ppid=16689 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) R 16689 16692 30500 0 -1 4202560 36005 12486 0 0 272 10 5 2 20 0 15 0 47464833 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140317484053392 140317463901534 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) S 16689 16692 30500 0 -1 1077944384 60 12486 0 0 1 0 5 2 20 0 15 0 47464834 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 1 0 5 2 20 0 15 0 47464834 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) S 16689 16692 30500 0 -1 1077944384 31 12486 0 0 1 0 5 2 20 0 15 0 47464834 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140317397129616 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) S 16689 16692 30500 0 -1 1077944384 217 12486 0 0 1 0 5 2 20 0 15 0 47464834 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 1172 12486 0 0 1 0 5 2 20 0 15 0 47464835 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316957469552 140317479832194 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 54 12486 0 0 0 0 5 2 20 0 15 0 47464836 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316956415584 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 15 0 47464836 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316955362672 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464838 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16751] ppid=16689 vsize=13997884 CPUtime=0.8 cores=1,3,5,7
/proc/16692/task/16751/stat : 16751 (java) S 16689 16692 30500 0 -1 1077944384 2083 12486 0 0 73 0 5 2 20 0 15 0 47464838 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316953258352 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16752] ppid=16689 vsize=13997884 CPUtime=0.78 cores=1,3,5,7
/proc/16692/task/16752/stat : 16752 (java) S 16689 16692 30500 0 -1 1077944384 1708 12486 0 0 70 1 5 2 20 0 15 0 47464838 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316952205552 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16753] ppid=16689 vsize=13997884 CPUtime=1.13 cores=1,3,5,7
/proc/16692/task/16753/stat : 16753 (java) S 16689 16692 30500 0 -1 1077944384 3738 12486 0 0 106 0 5 2 20 0 15 0 47464838 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316951152752 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16754] ppid=16689 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464839 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 7 12486 0 0 0 0 5 2 20 0 15 0 47464842 14333833216 55764 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 13997884

[startup+6.30154 s]
/proc/loadavg: 1.38 1.57 1.60 5/217 16756
/proc/meminfo: memFree=30209904/32770624 swapFree=0/297708
[pid=16692] ppid=16689 vsize=14004028 CPUtime=15.63 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 61465 12486 0 0 1530 26 5 2 20 0 15 0 47464814 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3501007 98053 3467 1 0 3489621 0
[pid=16692/tid=16742] ppid=16689 vsize=14004028 CPUtime=5.98 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) R 16689 16692 30500 0 -1 4202560 38156 12486 0 0 579 12 5 2 20 0 15 0 47464833 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140317484028576 140317460096419 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=14004028 CPUtime=0.14 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) S 16689 16692 30500 0 -1 1077944384 91 12486 0 0 6 1 5 2 20 0 15 0 47464834 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=14004028 CPUtime=0.14 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) S 16689 16692 30500 0 -1 1077944384 127 12486 0 0 6 1 5 2 20 0 15 0 47464834 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=14004028 CPUtime=0.15 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) S 16689 16692 30500 0 -1 1077944384 83 12486 0 0 7 1 5 2 20 0 15 0 47464834 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140317397129616 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=14004028 CPUtime=0.13 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) S 16689 16692 30500 0 -1 1077944384 245 12486 0 0 6 0 5 2 20 0 15 0 47464834 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=14004028 CPUtime=0.11 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 2013 12486 0 0 4 0 5 2 20 0 15 0 47464835 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316957469552 140317479832194 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 54 12486 0 0 0 0 5 2 20 0 15 0 47464836 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316956415584 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 15 0 47464836 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316955362688 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464838 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16751] ppid=16689 vsize=14004028 CPUtime=3.68 cores=1,3,5,7
/proc/16692/task/16751/stat : 16751 (java) R 16689 16692 30500 0 -1 4202560 7440 12486 0 0 359 2 5 2 20 0 15 0 47464838 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316953233376 140317472110496 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16752] ppid=16689 vsize=14004028 CPUtime=3.59 cores=1,3,5,7
/proc/16692/task/16752/stat : 16752 (java) S 16689 16692 30500 0 -1 1077944384 4489 12486 0 0 350 2 5 2 20 0 15 0 47464838 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316952205552 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16753] ppid=16689 vsize=14004028 CPUtime=2.17 cores=1,3,5,7
/proc/16692/task/16753/stat : 16753 (java) S 16689 16692 30500 0 -1 1077944384 6556 12486 0 0 208 2 5 2 20 0 15 0 47464838 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316951152752 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16754] ppid=16689 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464839 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 8 12486 0 0 0 0 5 2 20 0 15 0 47464842 14340124672 98053 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 14004028

[startup+12.7006 s]
/proc/loadavg: 1.62 1.61 1.62 3/217 16884
/proc/meminfo: memFree=30627444/32770624 swapFree=0/297752
[pid=16692] ppid=16689 vsize=14071612 CPUtime=28.28 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 88216 12486 0 0 2775 46 5 2 20 0 15 0 47464814 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3517903 209837 3483 1 0 3506517 0
[pid=16692/tid=16742] ppid=16689 vsize=14071612 CPUtime=12.25 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) R 16689 16692 30500 0 -1 4202560 44561 12486 0 0 1200 18 5 2 20 0 15 0 47464833 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140317484052968 140317092039114 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=14071612 CPUtime=0.26 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) S 16689 16692 30500 0 -1 1077944384 315 12486 0 0 15 4 5 2 20 0 15 0 47464834 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=14071612 CPUtime=0.25 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) S 16689 16692 30500 0 -1 1077944384 1108 12486 0 0 14 4 5 2 20 0 15 0 47464834 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=14071612 CPUtime=0.24 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) S 16689 16692 30500 0 -1 1077944384 1227 12486 0 0 14 3 5 2 20 0 15 0 47464834 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140317397129616 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=14071612 CPUtime=0.24 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) S 16689 16692 30500 0 -1 1077944384 473 12486 0 0 14 3 5 2 20 0 15 0 47464834 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 2548 12486 0 0 5 0 5 2 20 0 15 0 47464835 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140316957469552 140317479832194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 54 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140316956415584 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140316955362688 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464838 14409330688 209837 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0

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

/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464839 14409330688 410083 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 1155 12486 0 0 2 3 5 2 20 0 15 0 47464842 14409330688 410083 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 119.25
Current children cumulated vsize (KiB) 14071612

[startup+162.301 s]
/proc/loadavg: 1.78 1.69 1.65 3/215 17041
/proc/meminfo: memFree=29132888/32770624 swapFree=0/297896
[pid=16692] ppid=16689 vsize=14071612 CPUtime=180.06 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 121502 12486 0 0 17927 72 5 2 20 0 15 0 47464814 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3517903 394825 3483 1 0 3506517 0
[pid=16692/tid=16742] ppid=16689 vsize=14071612 CPUtime=161.24 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) R 16689 16692 30500 0 -1 4202560 54451 12486 0 0 16084 33 5 2 20 0 15 0 47464833 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140317484054848 140317080904220 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=14071612 CPUtime=0.65 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) S 16689 16692 30500 0 -1 1077944384 1250 12486 0 0 53 5 5 2 20 0 15 0 47464834 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=14071612 CPUtime=0.64 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) S 16689 16692 30500 0 -1 1077944384 2946 12486 0 0 52 5 5 2 20 0 15 0 47464834 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=14071612 CPUtime=0.64 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) S 16689 16692 30500 0 -1 1077944384 3092 12486 0 0 52 5 5 2 20 0 15 0 47464834 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140317397129616 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=14071612 CPUtime=0.64 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) S 16689 16692 30500 0 -1 1077944384 1681 12486 0 0 52 5 5 2 20 0 15 0 47464834 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=14071612 CPUtime=0.3 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 3932 12486 0 0 21 2 5 2 20 0 15 0 47464835 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316957469552 140317479832194 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 54 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316956415584 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316955362688 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464838 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16751] ppid=16689 vsize=14071612 CPUtime=7.03 cores=1,3,5,7
/proc/16692/task/16751/stat : 16751 (java) S 16689 16692 30500 0 -1 1077944384 23105 12486 0 0 693 3 5 2 20 0 15 0 47464838 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316953258352 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16752] ppid=16689 vsize=14071612 CPUtime=6.57 cores=1,3,5,7
/proc/16692/task/16752/stat : 16752 (java) S 16689 16692 30500 0 -1 1077944384 15865 12486 0 0 647 3 5 2 20 0 15 0 47464838 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316952205552 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16753] ppid=16689 vsize=14071612 CPUtime=2.72 cores=1,3,5,7
/proc/16692/task/16753/stat : 16753 (java) S 16689 16692 30500 0 -1 1077944384 11739 12486 0 0 262 3 5 2 20 0 15 0 47464838 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316951152752 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16754] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464839 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=14071612 CPUtime=0.15 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 1182 12486 0 0 3 5 5 2 20 0 15 0 47464842 14409330688 394825 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 180.06
Current children cumulated vsize (KiB) 14071612

[startup+222.307 s]
/proc/loadavg: 1.76 1.70 1.66 3/214 17043
/proc/meminfo: memFree=29147780/32770624 swapFree=0/297908
[pid=16692] ppid=16689 vsize=14071612 CPUtime=241.08 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 134413 12486 0 0 24020 81 5 2 20 0 15 0 47464814 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3517903 391969 3483 1 0 3506517 0
[pid=16692/tid=16742] ppid=16689 vsize=14071612 CPUtime=220.72 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) R 16689 16692 30500 0 -1 4202560 57753 12486 0 0 22031 34 5 2 20 0 15 0 47464833 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140317484055392 140317081483532 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=14071612 CPUtime=0.98 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) S 16689 16692 30500 0 -1 1077944384 1491 12486 0 0 85 6 5 2 20 0 15 0 47464834 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=14071612 CPUtime=0.98 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) S 16689 16692 30500 0 -1 1077944384 3460 12486 0 0 84 7 5 2 20 0 15 0 47464834 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=14071612 CPUtime=0.98 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) S 16689 16692 30500 0 -1 1077944384 6746 12486 0 0 84 7 5 2 20 0 15 0 47464834 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140317397129616 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=14071612 CPUtime=0.98 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) S 16689 16692 30500 0 -1 1077944384 3497 12486 0 0 84 7 5 2 20 0 15 0 47464834 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=14071612 CPUtime=0.46 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 4950 12486 0 0 36 3 5 2 20 0 15 0 47464835 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316957469552 140317479832194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 54 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316956415584 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316955362688 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464838 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16751] ppid=16689 vsize=14071612 CPUtime=7.03 cores=1,3,5,7
/proc/16692/task/16751/stat : 16751 (java) S 16689 16692 30500 0 -1 1077944384 23110 12486 0 0 693 3 5 2 20 0 15 0 47464838 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316953258352 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16752] ppid=16689 vsize=14071612 CPUtime=6.57 cores=1,3,5,7
/proc/16692/task/16752/stat : 16752 (java) S 16689 16692 30500 0 -1 1077944384 17239 12486 0 0 647 3 5 2 20 0 15 0 47464838 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316952205552 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16753] ppid=16689 vsize=14071612 CPUtime=2.72 cores=1,3,5,7
/proc/16692/task/16753/stat : 16753 (java) S 16689 16692 30500 0 -1 1077944384 12650 12486 0 0 262 3 5 2 20 0 15 0 47464838 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316951152752 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16754] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464839 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=14071612 CPUtime=0.18 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 1258 12486 0 0 4 7 5 2 20 0 15 0 47464842 14409330688 391969 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 241.08
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.59 1.67 1.64 3/214 17043
/proc/meminfo: memFree=29149204/32770624 swapFree=0/297920
[pid=16692] ppid=16689 vsize=14071612 CPUtime=259.09 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 134612 12486 0 0 25819 83 5 2 20 0 15 0 47464814 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3517903 391977 3483 1 0 3506517 0
[pid=16692/tid=16742] ppid=16689 vsize=14071612 CPUtime=238.25 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) R 16689 16692 30500 0 -1 4202560 57882 12486 0 0 23784 34 5 2 20 0 15 0 47464833 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140317484055376 140317081483509 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=14071612 CPUtime=1.09 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) S 16689 16692 30500 0 -1 1077944384 1500 12486 0 0 95 7 5 2 20 0 15 0 47464834 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=14071612 CPUtime=1.08 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) S 16689 16692 30500 0 -1 1077944384 3466 12486 0 0 94 7 5 2 20 0 15 0 47464834 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=14071612 CPUtime=1.08 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) S 16689 16692 30500 0 -1 1077944384 6755 12486 0 0 94 7 5 2 20 0 15 0 47464834 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140317397129616 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=14071612 CPUtime=1.08 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) S 16689 16692 30500 0 -1 1077944384 3512 12486 0 0 94 7 5 2 20 0 15 0 47464834 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=14071612 CPUtime=0.5 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 4974 12486 0 0 40 3 5 2 20 0 15 0 47464835 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316957469552 140317479832194 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 54 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316956415584 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 15 0 47464836 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316955362688 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464838 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16751] ppid=16689 vsize=14071612 CPUtime=7.03 cores=1,3,5,7
/proc/16692/task/16751/stat : 16751 (java) S 16689 16692 30500 0 -1 1077944384 23113 12486 0 0 693 3 5 2 20 0 15 0 47464838 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316953258352 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16752] ppid=16689 vsize=14071612 CPUtime=6.57 cores=1,3,5,7
/proc/16692/task/16752/stat : 16752 (java) S 16689 16692 30500 0 -1 1077944384 17241 12486 0 0 647 3 5 2 20 0 15 0 47464838 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316952205552 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16753] ppid=16689 vsize=14071612 CPUtime=2.72 cores=1,3,5,7
/proc/16692/task/16753/stat : 16753 (java) S 16689 16692 30500 0 -1 1077944384 12652 12486 0 0 262 3 5 2 20 0 15 0 47464838 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316951152752 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16754] ppid=16689 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 15 0 47464839 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=14071612 CPUtime=0.19 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 1258 12486 0 0 4 8 5 2 20 0 15 0 47464842 14409330688 391977 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 259.09
Current children cumulated vsize (KiB) 14071612

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

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

[startup+240.402 s]
/proc/loadavg: 1.59 1.67 1.64 3/214 17043
/proc/meminfo: memFree=29149204/32770624 swapFree=0/297920
[pid=16692] ppid=16689 vsize=14204740 CPUtime=260.3 cores=1,3,5,7
/proc/16692/stat : 16692 (java) S 16689 16692 30500 0 -1 1077944320 148681 12486 0 0 25939 84 5 2 20 0 17 0 47464814 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140734329412048 140317479821047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
/proc/16692/statm: 3551185 393922 3483 1 0 3539799 0
[pid=16692/tid=16742] ppid=16689 vsize=14204740 CPUtime=238.26 cores=1,3,5,7
/proc/16692/task/16742/stat : 16742 (java) S 16689 16692 30500 0 -1 1077944384 58895 12486 0 0 23785 34 5 2 20 0 17 0 47464833 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140317484058832 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16743] ppid=16689 vsize=14204740 CPUtime=1.36 cores=1,3,5,7
/proc/16692/task/16743/stat : 16743 (java) R 16689 16692 30500 0 -1 4202560 1650 12486 0 0 122 7 5 2 20 0 17 0 47464834 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140317399235216 140317464817399 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16744] ppid=16689 vsize=14204740 CPUtime=1.36 cores=1,3,5,7
/proc/16692/task/16744/stat : 16744 (java) R 16689 16692 30500 0 -1 4202560 3531 12486 0 0 122 7 5 2 20 0 17 0 47464834 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140317398182416 140317464817699 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16745] ppid=16689 vsize=14204740 CPUtime=1.35 cores=1,3,5,7
/proc/16692/task/16745/stat : 16745 (java) R 16689 16692 30500 0 -1 4202560 6930 12486 0 0 121 7 5 2 20 0 17 0 47464834 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140317397129816 140317464520015 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16746] ppid=16689 vsize=14204740 CPUtime=1.36 cores=1,3,5,7
/proc/16692/task/16746/stat : 16746 (java) R 16689 16692 30500 0 -1 4202560 3580 12486 0 0 122 7 5 2 20 0 17 0 47464834 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140317396076816 140317461430823 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16747] ppid=16689 vsize=14204740 CPUtime=0.62 cores=1,3,5,7
/proc/16692/task/16747/stat : 16747 (java) S 16689 16692 30500 0 -1 1077944384 16994 12486 0 0 51 4 5 2 20 0 17 0 47464835 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316957468176 140317479831253 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16748] ppid=16689 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16748/stat : 16748 (java) S 16689 16692 30500 0 -1 1077944384 57 12486 0 0 0 0 5 2 20 0 17 0 47464836 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316956414976 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16749] ppid=16689 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16749/stat : 16749 (java) S 16689 16692 30500 0 -1 1077944384 45 12486 0 0 0 0 5 2 20 0 17 0 47464836 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316955362688 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16750] ppid=16689 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16750/stat : 16750 (java) S 16689 16692 30500 0 -1 1077944384 214 12486 0 0 0 0 5 2 20 0 17 0 47464838 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316954310992 140317479839643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16751] ppid=16689 vsize=14204740 CPUtime=7.03 cores=1,3,5,7
/proc/16692/task/16751/stat : 16751 (java) S 16689 16692 30500 0 -1 1077944384 23113 12486 0 0 693 3 5 2 20 0 17 0 47464838 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316953258352 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16752] ppid=16689 vsize=14204740 CPUtime=6.57 cores=1,3,5,7
/proc/16692/task/16752/stat : 16752 (java) S 16689 16692 30500 0 -1 1077944384 17241 12486 0 0 647 3 5 2 20 0 17 0 47464838 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316952205552 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16753] ppid=16689 vsize=14204740 CPUtime=2.72 cores=1,3,5,7
/proc/16692/task/16753/stat : 16753 (java) S 16689 16692 30500 0 -1 1077944384 12652 12486 0 0 262 3 5 2 20 0 17 0 47464838 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316951152752 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16754] ppid=16689 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16692/task/16754/stat : 16754 (java) S 16689 16692 30500 0 -1 1077944384 3 12486 0 0 0 0 5 2 20 0 17 0 47464839 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316950100192 140317479831253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
[pid=16692/tid=16755] ppid=16689 vsize=14204740 CPUtime=0.19 cores=1,3,5,7
/proc/16692/task/16755/stat : 16755 (java) S 16689 16692 30500 0 -1 1077944384 1258 12486 0 0 4 8 5 2 20 0 17 0 47464842 14545653760 393922 18446744073709551615 4194304 4196468 140734329429504 140316949048496 140317479832194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140734329436115 140734329438900 140734329438900 140734329442255 0
Current children cumulated CPU time (s) 260.3
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 240.434
CPU time (s): 260.374
CPU user time (s): 259.478
CPU system time (s): 0.895526
CPU usage (%): 108.293
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.478
system time used= 0.895526
maximum resident set size= 1753736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22814
involuntary context switches= 591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.984907 second user time and 1.62014 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 07:00:48
IDJOB=4259767
IDBENCH=115819
IDSOLVER=2646
FILE ID=node133/4259767-1501996495
RUNJOBID= node133-1501995163-16060
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259767-1501996495/watcher-4259767-1501996495 -o /tmp/evaluation-result-4259767-1501996495/solver-4259767-1501996495 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16060 --watchdog 300  bin/concrete HOME/instance-4259767-1501996495.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=628934001

node133.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.17
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.17
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.17
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.17
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:        30536480 kB
MemAvailable:   30958900 kB
Buffers:          179436 kB
Cached:           527536 kB
SwapCached:            0 kB
Active:          1495720 kB
Inactive:         314388 kB
Active(anon):    1103752 kB
Inactive(anon):    16728 kB
Active(file):     391968 kB
Inactive(file):   297660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24496 kB
Writeback:             0 kB
AnonPages:       1103492 kB
Mapped:            52380 kB
Shmem:             17084 kB
Slab:             124612 kB
SReclaimable:      97252 kB
SUnreclaim:        27360 kB
KernelStack:        3520 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2000028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-06 07:04:49