Trace number 4259763

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) 254.729 240.276

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-2.xml
MD5SUMb5461c8e5264bee8206ce4144564b5f2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark625
Best CPU time to get the best result obtained on this benchmark251.87601
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size9
Maximum domain size717
Distribution of domain sizes[{"size":9,"count":40},{"size":10,"count":160},{"size":717,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=18027
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.48 1.44 1.53 2/198 18030
/proc/meminfo: memFree=30694944/32770624 swapFree=0/298504
[pid=18030] ppid=18027 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18030/stat : 18030 (runsolver) D 18027 18030 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47561502 24240128 106 18446744073709551615 4194304 4338465 140737450048192 140737450045832 140629903442647 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 30470144 140737450053846 140737450054220 140737450054220 140737450057674 0
/proc/18030/statm: 5918 106 53 36 0 2156 0

[startup+0.109162 s]
/proc/loadavg: 1.48 1.44 1.53 2/198 18030
/proc/meminfo: memFree=30694944/32770624 swapFree=0/298504
[pid=18030] ppid=18027 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18030/stat : 18030 (bash) S 18027 18030 30500 0 -1 4202496 897 6479 0 0 0 0 0 1 20 0 1 0 47561502 9867264 377 18446744073709551615 4194304 5098028 140726856476720 140726856470728 139673134783488 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 4 0 0 7196144 7232144 21438464 140726856483351 140726856483436 140726856483436 140726856486890 0
/proc/18030/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200314 s]
/proc/loadavg: 1.48 1.44 1.53 2/198 18030
/proc/meminfo: memFree=30694944/32770624 swapFree=0/298504
[pid=18030] ppid=18027 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18030/stat : 18030 (bash) S 18027 18030 30500 0 -1 4202496 897 6479 0 0 0 0 0 1 20 0 1 0 47561502 9867264 377 18446744073709551615 4194304 5098028 140726856476720 140726856470728 139673134783488 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 4 0 0 7196144 7232144 21438464 140726856483351 140726856483436 140726856483436 140726856486890 0
/proc/18030/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300252 s]
/proc/loadavg: 1.48 1.44 1.53 2/198 18030
/proc/meminfo: memFree=30694944/32770624 swapFree=0/298504
[pid=18030] ppid=18027 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 5825 12659 0 0 5 1 5 2 20 0 14 0 47561502 14241083392 5502 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3476827 5502 2569 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700173 s]
/proc/loadavg: 1.48 1.44 1.53 2/198 18030
/proc/meminfo: memFree=30694944/32770624 swapFree=0/298504
[pid=18030] ppid=18027 vsize=13975808 CPUtime=0.56 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 13428 12659 0 0 46 3 5 2 20 0 15 0 47561502 14311227392 14150 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3493952 14150 3066 1 0 3483221 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13975808

[startup+1.50061 s]
/proc/loadavg: 1.60 1.46 1.54 3/213 18093
/proc/meminfo: memFree=30605448/32770624 swapFree=0/298516
[pid=18030] ppid=18027 vsize=13985408 CPUtime=1.81 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 27307 12659 0 0 167 7 5 2 20 0 15 0 47561502 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3496352 33866 3340 1 0 3485525 0
[pid=18030/tid=18080] ppid=18027 vsize=13985408 CPUtime=1.24 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) R 18027 18030 30500 0 -1 4202560 21502 12659 0 0 112 5 5 2 20 0 15 0 47561524 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144970652256 140144950523230 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 1 12659 0 0 0 0 5 2 20 0 15 0 47561525 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 1 12659 0 0 0 0 5 2 20 0 15 0 47561525 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 1 12659 0 0 0 0 5 2 20 0 15 0 47561525 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 2 12659 0 0 0 0 5 2 20 0 15 0 47561525 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) S 18027 18030 30500 0 -1 1077944384 5 12659 0 0 0 0 5 2 20 0 15 0 47561526 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144444160624 140144966453890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 34 12659 0 0 0 0 5 2 20 0 15 0 47561527 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144443106592 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 21 12659 0 0 0 0 5 2 20 0 15 0 47561527 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144442054256 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18089] ppid=18027 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/18030/task/18089/stat : 18089 (java) S 18027 18030 30500 0 -1 1077944384 946 12659 0 0 16 0 5 2 20 0 15 0 47561530 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144439949424 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18090] ppid=18027 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/18030/task/18090/stat : 18090 (java) S 18027 18030 30500 0 -1 1077944384 1333 12659 0 0 16 0 5 2 20 0 15 0 47561530 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144438896624 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18091] ppid=18027 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/18030/task/18091/stat : 18091 (java) S 18027 18030 30500 0 -1 1077944384 1293 12659 0 0 21 0 5 2 20 0 15 0 47561530 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144437844336 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18092] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 8 12659 0 0 0 0 5 2 20 0 15 0 47561539 14321057792 33866 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.60 1.46 1.54 5/213 18093
/proc/meminfo: memFree=30522264/32770624 swapFree=0/298516
[pid=18030] ppid=18027 vsize=13997884 CPUtime=5.4 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 49316 12659 0 0 519 14 5 2 20 0 15 0 47561502 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3499471 53690 3447 1 0 3488085 0
[pid=18030/tid=18080] ppid=18027 vsize=13997884 CPUtime=2.8 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) R 18027 18030 30500 0 -1 4202560 34743 12659 0 0 265 8 5 2 20 0 15 0 47561524 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144970676624 140144966454678 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 49 12659 0 0 0 0 5 2 20 0 15 0 47561525 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 47 12659 0 0 1 0 5 2 20 0 15 0 47561525 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 57 12659 0 0 1 0 5 2 20 0 15 0 47561525 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 204 12659 0 0 1 0 5 2 20 0 15 0 47561525 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) S 18027 18030 30500 0 -1 1077944384 1784 12659 0 0 1 0 5 2 20 0 15 0 47561526 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144444160624 140144966453890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 56 12659 0 0 0 0 5 2 20 0 15 0 47561527 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144443106656 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 43 12659 0 0 0 0 5 2 20 0 15 0 47561527 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144442054272 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18089] ppid=18027 vsize=13997884 CPUtime=0.67 cores=1,3,5,7
/proc/18030/task/18089/stat : 18089 (java) S 18027 18030 30500 0 -1 1077944384 1657 12659 0 0 59 1 5 2 20 0 15 0 47561530 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144439949424 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18090] ppid=18027 vsize=13997884 CPUtime=1.02 cores=1,3,5,7
/proc/18030/task/18090/stat : 18090 (java) S 18027 18030 30500 0 -1 1077944384 4713 12659 0 0 94 1 5 2 20 0 15 0 47561530 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144438896624 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18091] ppid=18027 vsize=13997884 CPUtime=1.01 cores=1,3,5,7
/proc/18030/task/18091/stat : 18091 (java) R 18027 18030 30500 0 -1 4202560 3794 12659 0 0 93 1 5 2 20 0 15 0 47561530 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144437844336 140144958679870 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18092] ppid=18027 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 11 12659 0 0 0 0 5 2 20 0 15 0 47561539 14333833216 53690 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 1.80 1.51 1.56 6/213 18093
/proc/meminfo: memFree=30337096/32770624 swapFree=0/298504
[pid=18030] ppid=18027 vsize=14071612 CPUtime=15.15 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 76183 12659 0 0 1484 24 5 2 20 0 15 0 47561502 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3517903 95308 3477 1 0 3506517 0
[pid=18030/tid=18080] ppid=18027 vsize=14071612 CPUtime=5.91 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) R 18027 18030 30500 0 -1 4202560 44996 12659 0 0 572 12 5 2 20 0 15 0 47561524 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144970673248 140144619037187 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 171 12659 0 0 5 0 5 2 20 0 15 0 47561525 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 80 12659 0 0 4 0 5 2 20 0 15 0 47561525 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 967 12659 0 0 5 0 5 2 20 0 15 0 47561525 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 281 12659 0 0 4 1 5 2 20 0 15 0 47561525 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) S 18027 18030 30500 0 -1 1077944384 2427 12659 0 0 4 0 5 2 20 0 15 0 47561526 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144444160624 140144966453890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 56 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144443106720 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 43 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144442054272 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18089] ppid=18027 vsize=14071612 CPUtime=3.15 cores=1,3,5,7
/proc/18030/task/18089/stat : 18089 (java) R 18027 18030 30500 0 -1 4202560 5267 12659 0 0 307 1 5 2 20 0 15 0 47561530 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144439940752 140144947965658 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18090] ppid=18027 vsize=14071612 CPUtime=3.72 cores=1,3,5,7
/proc/18030/task/18090/stat : 18090 (java) R 18027 18030 30500 0 -1 4202560 12142 12659 0 0 363 2 5 2 20 0 15 0 47561530 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144438886336 140144950000147 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18091] ppid=18027 vsize=14071612 CPUtime=2.23 cores=1,3,5,7
/proc/18030/task/18091/stat : 18091 (java) S 18027 18030 30500 0 -1 1077944384 7581 12659 0 0 213 3 5 2 20 0 15 0 47561530 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144437844336 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18092] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 12 12659 0 0 0 0 5 2 20 0 15 0 47561539 14409330688 95308 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 14071612

[startup+12.7007 s]
/proc/loadavg: 1.89 1.53 1.56 3/213 18093
/proc/meminfo: memFree=30022116/32770624 swapFree=0/298516
[pid=18030] ppid=18027 vsize=14071612 CPUtime=23.26 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 87342 12659 0 0 2279 40 5 2 20 0 15 0 47561502 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3517903 197434 3480 1 0 3506517 0
[pid=18030/tid=18080] ppid=18027 vsize=14071612 CPUtime=12.21 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) R 18027 18030 30500 0 -1 4202560 46679 12659 0 0 1197 17 5 2 20 0 15 0 47561524 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144970676400 140144951652976 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=14071612 CPUtime=0.2 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 255 12659 0 0 11 2 5 2 20 0 15 0 47561525 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=14071612 CPUtime=0.19 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 565 12659 0 0 10 2 5 2 20 0 15 0 47561525 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=14071612 CPUtime=0.21 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 1722 12659 0 0 11 3 5 2 20 0 15 0 47561525 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=14071612 CPUtime=0.19 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 384 12659 0 0 9 3 5 2 20 0 15 0 47561525 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) S 18027 18030 30500 0 -1 1077944384 2931 12659 0 0 6 0 5 2 20 0 15 0 47561526 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144444160624 140144966453890 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 56 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144443106720 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 43 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144442054272 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 197434 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0

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

/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 350875 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 126 12659 0 0 2 3 5 2 20 0 15 0 47561539 14409330688 350875 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 114.32
Current children cumulated vsize (KiB) 14071612

[startup+162.301 s]
/proc/loadavg: 1.38 1.51 1.56 3/215 18227
/proc/meminfo: memFree=29308820/32770624 swapFree=0/298604
[pid=18030] ppid=18027 vsize=14071612 CPUtime=175.14 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 120513 12659 0 0 17436 71 5 2 20 0 15 0 47561502 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3517903 346472 3482 1 0 3506517 0
[pid=18030/tid=18080] ppid=18027 vsize=14071612 CPUtime=161.04 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) R 18027 18030 30500 0 -1 4202560 54115 12659 0 0 16069 28 5 2 20 0 15 0 47561524 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144970676320 140144600290870 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=14071612 CPUtime=0.62 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 465 12659 0 0 49 6 5 2 20 0 15 0 47561525 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=14071612 CPUtime=0.61 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 1943 12659 0 0 49 5 5 2 20 0 15 0 47561525 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=14071612 CPUtime=0.62 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 4896 12659 0 0 49 6 5 2 20 0 15 0 47561525 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=14071612 CPUtime=0.61 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 2930 12659 0 0 48 6 5 2 20 0 15 0 47561525 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=14071612 CPUtime=0.44 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) S 18027 18030 30500 0 -1 1077944384 4256 12659 0 0 34 3 5 2 20 0 15 0 47561526 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144444160624 140144966453890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 56 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144443106720 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 43 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144442054272 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18089] ppid=18027 vsize=14071612 CPUtime=4.34 cores=1,3,5,7
/proc/18030/task/18089/stat : 18089 (java) S 18027 18030 30500 0 -1 1077944384 12229 12659 0 0 425 2 5 2 20 0 15 0 47561530 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144439949424 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18090] ppid=18027 vsize=14071612 CPUtime=4.87 cores=1,3,5,7
/proc/18030/task/18090/stat : 18090 (java) S 18027 18030 30500 0 -1 1077944384 21575 12659 0 0 477 3 5 2 20 0 15 0 47561530 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144438896624 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18091] ppid=18027 vsize=14071612 CPUtime=2.35 cores=1,3,5,7
/proc/18030/task/18091/stat : 18091 (java) S 18027 18030 30500 0 -1 1077944384 15691 12659 0 0 224 4 5 2 20 0 15 0 47561530 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144437844336 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18092] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=14071612 CPUtime=0.15 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 154 12659 0 0 3 5 5 2 20 0 15 0 47561539 14409330688 346472 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 175.14
Current children cumulated vsize (KiB) 14071612

[startup+222.307 s]
/proc/loadavg: 1.37 1.47 1.54 3/217 18243
/proc/meminfo: memFree=29318296/32770624 swapFree=0/298708
[pid=18030] ppid=18027 vsize=14071612 CPUtime=236.07 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 125873 12659 0 0 23520 80 5 2 20 0 15 0 47561502 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3517903 345397 3482 1 0 3506517 0
[pid=18030/tid=18080] ppid=18027 vsize=14071612 CPUtime=220.47 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) R 18027 18030 30500 0 -1 4202560 56236 12659 0 0 22011 29 5 2 20 0 15 0 47561524 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144970676592 140144951652584 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=14071612 CPUtime=0.94 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 1681 12659 0 0 79 8 5 2 20 0 15 0 47561525 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=14071612 CPUtime=0.93 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 2000 12659 0 0 79 7 5 2 20 0 15 0 47561525 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=14071612 CPUtime=0.94 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 6110 12659 0 0 79 8 5 2 20 0 15 0 47561525 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=14071612 CPUtime=0.92 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 2975 12659 0 0 77 8 5 2 20 0 15 0 47561525 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=14071612 CPUtime=0.67 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) S 18027 18030 30500 0 -1 1077944384 4917 12659 0 0 56 4 5 2 20 0 15 0 47561526 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144444160624 140144966453890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 56 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144443106720 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 43 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144442054272 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18089] ppid=18027 vsize=14071612 CPUtime=4.34 cores=1,3,5,7
/proc/18030/task/18089/stat : 18089 (java) S 18027 18030 30500 0 -1 1077944384 12231 12659 0 0 425 2 5 2 20 0 15 0 47561530 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144439949424 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18090] ppid=18027 vsize=14071612 CPUtime=4.87 cores=1,3,5,7
/proc/18030/task/18090/stat : 18090 (java) S 18027 18030 30500 0 -1 1077944384 21579 12659 0 0 477 3 5 2 20 0 15 0 47561530 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144438896624 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18091] ppid=18027 vsize=14071612 CPUtime=2.35 cores=1,3,5,7
/proc/18030/task/18091/stat : 18091 (java) S 18027 18030 30500 0 -1 1077944384 15693 12659 0 0 224 4 5 2 20 0 15 0 47561530 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144437844336 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18092] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=14071612 CPUtime=0.18 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 192 12659 0 0 4 7 5 2 20 0 15 0 47561539 14409330688 345397 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 236.07
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.28 1.45 1.53 3/217 18244
/proc/meminfo: memFree=29318852/32770624 swapFree=0/298728
[pid=18030] ppid=18027 vsize=14071612 CPUtime=254.04 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 128126 12659 0 0 25315 82 5 2 20 0 15 0 47561502 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3517903 345424 3482 1 0 3506517 0
[pid=18030/tid=18080] ppid=18027 vsize=14071612 CPUtime=237.98 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) R 18027 18030 30500 0 -1 4202560 57033 12659 0 0 23762 29 5 2 20 0 15 0 47561524 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144970676592 140144947849042 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=14071612 CPUtime=1.03 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 1830 12659 0 0 88 8 5 2 20 0 15 0 47561525 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=14071612 CPUtime=1.02 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 2024 12659 0 0 87 8 5 2 20 0 15 0 47561525 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=14071612 CPUtime=1.03 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 6134 12659 0 0 88 8 5 2 20 0 15 0 47561525 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=14071612 CPUtime=1.01 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 4137 12659 0 0 86 8 5 2 20 0 15 0 47561525 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=14071612 CPUtime=0.75 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) S 18027 18030 30500 0 -1 1077944384 5006 12659 0 0 63 5 5 2 20 0 15 0 47561526 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144444160624 140144966453890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 56 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144443106720 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 43 12659 0 0 0 0 5 2 20 0 15 0 47561527 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144442054272 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18089] ppid=18027 vsize=14071612 CPUtime=4.34 cores=1,3,5,7
/proc/18030/task/18089/stat : 18089 (java) S 18027 18030 30500 0 -1 1077944384 12231 12659 0 0 425 2 5 2 20 0 15 0 47561530 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144439949424 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18090] ppid=18027 vsize=14071612 CPUtime=4.87 cores=1,3,5,7
/proc/18030/task/18090/stat : 18090 (java) S 18027 18030 30500 0 -1 1077944384 21579 12659 0 0 477 3 5 2 20 0 15 0 47561530 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144438896624 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18091] ppid=18027 vsize=14071612 CPUtime=2.35 cores=1,3,5,7
/proc/18030/task/18091/stat : 18091 (java) S 18027 18030 30500 0 -1 1077944384 15693 12659 0 0 224 4 5 2 20 0 15 0 47561530 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144437844336 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18092] ppid=18027 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 47561530 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=14071612 CPUtime=0.2 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 200 12659 0 0 5 8 5 2 20 0 15 0 47561539 14409330688 345424 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 254.04
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 18030 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.28 1.45 1.53 3/217 18244
/proc/meminfo: memFree=29318852/32770624 swapFree=0/298728
[pid=18030] ppid=18027 vsize=14204740 CPUtime=254.57 cores=1,3,5,7
/proc/18030/stat : 18030 (java) S 18027 18030 30500 0 -1 1077944320 142461 12659 0 0 25366 84 5 2 20 0 17 0 47561502 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140728722514240 140144966442743 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
/proc/18030/statm: 3551185 347228 3482 1 0 3539799 0
[pid=18030/tid=18080] ppid=18027 vsize=14204740 CPUtime=237.99 cores=1,3,5,7
/proc/18030/task/18080/stat : 18080 (java) S 18027 18030 30500 0 -1 1077944384 58146 12659 0 0 23763 29 5 2 20 0 17 0 47561524 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144970680528 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18081] ppid=18027 vsize=14204740 CPUtime=1.14 cores=1,3,5,7
/proc/18030/task/18081/stat : 18081 (java) S 18027 18030 30500 0 -1 1077944384 1877 12659 0 0 99 8 5 2 20 0 17 0 47561525 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144923408784 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18082] ppid=18027 vsize=14204740 CPUtime=1.13 cores=1,3,5,7
/proc/18030/task/18082/stat : 18082 (java) S 18027 18030 30500 0 -1 1077944384 2058 12659 0 0 98 8 5 2 20 0 17 0 47561525 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144922355984 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18083] ppid=18027 vsize=14204740 CPUtime=1.14 cores=1,3,5,7
/proc/18030/task/18083/stat : 18083 (java) S 18027 18030 30500 0 -1 1077944384 6208 12659 0 0 99 8 5 2 20 0 17 0 47561525 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144921303696 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18084] ppid=18027 vsize=14204740 CPUtime=1.13 cores=1,3,5,7
/proc/18030/task/18084/stat : 18084 (java) S 18027 18030 30500 0 -1 1077944384 4208 12659 0 0 97 9 5 2 20 0 17 0 47561525 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144920250896 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18085] ppid=18027 vsize=14204740 CPUtime=0.82 cores=1,3,5,7
/proc/18030/task/18085/stat : 18085 (java) R 18027 18030 30500 0 -1 4202560 17388 12659 0 0 70 5 5 2 20 0 17 0 47561526 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144444159024 140144952134443 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18086] ppid=18027 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18086/stat : 18086 (java) S 18027 18030 30500 0 -1 1077944384 58 12659 0 0 0 0 5 2 20 0 17 0 47561527 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144443106224 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18087] ppid=18027 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18087/stat : 18087 (java) S 18027 18030 30500 0 -1 1077944384 43 12659 0 0 0 0 5 2 20 0 17 0 47561527 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144442054272 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18088] ppid=18027 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18088/stat : 18088 (java) S 18027 18030 30500 0 -1 1077944384 254 12659 0 0 0 0 5 2 20 0 17 0 47561530 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144441002576 140144966461339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18089] ppid=18027 vsize=14204740 CPUtime=4.34 cores=1,3,5,7
/proc/18030/task/18089/stat : 18089 (java) S 18027 18030 30500 0 -1 1077944384 12231 12659 0 0 425 2 5 2 20 0 17 0 47561530 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144439949424 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18090] ppid=18027 vsize=14204740 CPUtime=4.87 cores=1,3,5,7
/proc/18030/task/18090/stat : 18090 (java) S 18027 18030 30500 0 -1 1077944384 21579 12659 0 0 477 3 5 2 20 0 17 0 47561530 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144438896624 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18091] ppid=18027 vsize=14204740 CPUtime=2.35 cores=1,3,5,7
/proc/18030/task/18091/stat : 18091 (java) S 18027 18030 30500 0 -1 1077944384 15693 12659 0 0 224 4 5 2 20 0 17 0 47561530 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144437844336 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18092] ppid=18027 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/18030/task/18092/stat : 18092 (java) S 18027 18030 30500 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 17 0 47561530 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144436791776 140144966452949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
[pid=18030/tid=18093] ppid=18027 vsize=14204740 CPUtime=0.2 cores=1,3,5,7
/proc/18030/task/18093/stat : 18093 (java) S 18027 18030 30500 0 -1 1077944384 200 12659 0 0 5 8 5 2 20 0 17 0 47561539 14545653760 347228 18446744073709551615 4194304 4196468 140728722531696 140144435739568 140144966453890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25792512 140728722536403 140728722539188 140728722539188 140728722542543 0
Current children cumulated CPU time (s) 254.57
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 240.276
CPU time (s): 254.729
CPU user time (s): 253.842
CPU system time (s): 0.887323
CPU usage (%): 106.015
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.842
system time used= 0.887323
maximum resident set size= 1502468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155464
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= 25649
involuntary context switches= 629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.24629 second user time and 1.37809 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 07:16:55
IDJOB=4259763
IDBENCH=115854
IDSOLVER=2646
FILE ID=node133/4259763-1501997462
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-10-10-2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259763-1501997462/watcher-4259763-1501997462 -o /tmp/evaluation-result-4259763-1501997462/solver-4259763-1501997462 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16060 --watchdog 300  bin/concrete HOME/instance-4259763-1501997462.xml

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

MD5SUM BENCH= b5461c8e5264bee8206ce4144564b5f2
RANDOM SEED=1203933109

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:        30695208 kB
MemAvailable:   31119572 kB
Buffers:          180764 kB
Cached:           536324 kB
SwapCached:            0 kB
Active:          1328976 kB
Inactive:         323424 kB
Active(anon):     935924 kB
Inactive(anon):    24920 kB
Active(file):     393052 kB
Inactive(file):   298504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24488 kB
Writeback:             4 kB
AnonPages:        935600 kB
Mapped:            51244 kB
Shmem:             25276 kB
Slab:             124056 kB
SReclaimable:      97288 kB
SUnreclaim:        26768 kB
KernelStack:        3472 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1843492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 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:20:56