Trace number 4259748

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) 261.54199 240.86099

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-6.xml
MD5SUM38bce9c8c5d0642f93f0794d9598dc6e
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2047
Maximum domain size2047
Distribution of domain sizes[{"size":2047,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=30846
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.73 1.70 1.78 2/199 30849
/proc/meminfo: memFree=27642180/32770624 swapFree=0/239488
[pid=30849] ppid=30846 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (runsolver) D 30846 30849 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6226707 24240128 107 18446744073709551615 4194304 4338465 140726921053408 140726921051048 140584253387479 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 16347136 140726921056465 140726921056839 140726921056839 140726921060298 0
/proc/30849/statm: 5918 107 54 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 1.73 1.70 1.78 2/199 30849
/proc/meminfo: memFree=27642180/32770624 swapFree=0/239488
[pid=30849] ppid=30846 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (runsolver) D 30846 30849 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6226707 24240128 107 18446744073709551615 4194304 4338465 140726921053408 140726921051048 140584253387479 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 16347136 140726921056465 140726921056839 140726921056839 140726921060298 0
/proc/30849/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200279 s]
/proc/loadavg: 1.73 1.70 1.78 2/199 30849
/proc/meminfo: memFree=27642180/32770624 swapFree=0/239488
[pid=30849] ppid=30846 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30849/stat : 30849 (bash) S 30846 30849 3187 0 -1 4202496 890 6492 0 0 0 0 0 1 20 0 1 0 6226707 9867264 376 18446744073709551615 4194304 5098028 140728453978928 140728453972936 140447765687296 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 39804928 140728453984786 140728453984871 140728453984871 140728453988330 0
/proc/30849/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300311 s]
/proc/loadavg: 1.73 1.70 1.78 2/199 30849
/proc/meminfo: memFree=27642180/32770624 swapFree=0/239488
[pid=30849] ppid=30846 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 5491 12359 0 0 5 1 5 2 20 0 14 0 6226707 14241083392 5163 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3476827 5163 2552 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700246 s]
/proc/loadavg: 1.73 1.70 1.78 2/199 30849
/proc/meminfo: memFree=27642180/32770624 swapFree=0/239488
[pid=30849] ppid=30846 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 13596 12359 0 0 56 4 5 2 20 0 15 0 6226707 14310178816 14531 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3493696 14531 3104 1 0 3482973 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50161 s]
/proc/loadavg: 1.75 1.70 1.78 3/214 30912
/proc/meminfo: memFree=27549664/32770624 swapFree=0/239484
[pid=30849] ppid=30846 vsize=13985408 CPUtime=1.9 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 27003 12359 0 0 172 11 5 2 20 0 15 0 6226707 14321057792 39600 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3496352 39600 3331 1 0 3485533 0
[pid=30849/tid=30899] ppid=30846 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) S 30846 30849 3187 0 -1 1077944384 21152 12359 0 0 114 7 5 2 20 0 15 0 6226730 14321057792 39600 18446744073709551615 4194304 4196468 140732478072048 140278958517424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) S 30846 30849 3187 0 -1 1077944384 196 12359 0 0 0 0 5 2 20 0 15 0 6226730 14321057792 39600 18446744073709551615 4194304 4196468 140732478072048 140278873709584 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) S 30846 30849 3187 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 6226730 14321057792 39600 18446744073709551615 4194304 4196468 140732478072048 140278872657040 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) S 30846 30849 3187 0 -1 1077944384 40 12359 0 0 0 0 5 2 20 0 15 0 6226730 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278871603984 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) S 30846 30849 3187 0 -1 1077944384 64 12359 0 0 0 0 5 2 20 0 15 0 6226730 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278870551440 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) R 30846 30849 3187 0 -1 4202560 69 12359 0 0 0 0 5 2 20 0 15 0 6226732 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278432768576 140278934489722 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 33 12359 0 0 0 0 5 2 20 0 15 0 6226732 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278431716512 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 21 12359 0 0 0 0 5 2 20 0 15 0 6226732 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278430663408 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30908] ppid=30846 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/30849/task/30908/stat : 30908 (java) S 30846 30849 3187 0 -1 1077944384 1154 12359 0 0 16 0 5 2 20 0 15 0 6226735 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278428560112 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30909] ppid=30846 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/30849/task/30909/stat : 30909 (java) S 30846 30849 3187 0 -1 1077944384 752 12359 0 0 16 0 5 2 20 0 15 0 6226735 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278427507568 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30910] ppid=30846 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/30849/task/30910/stat : 30910 (java) S 30846 30849 3187 0 -1 1077944384 1328 12359 0 0 22 0 5 2 20 0 15 0 6226735 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278426450000 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30911] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 6 12359 0 0 0 0 5 2 20 0 15 0 6226739 14321057792 39626 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10738 s]
/proc/loadavg: 1.75 1.70 1.78 6/214 30912
/proc/meminfo: memFree=27471180/32770624 swapFree=0/239484
[pid=30849] ppid=30846 vsize=13997884 CPUtime=6.28 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 44116 12359 0 0 602 19 5 2 20 0 15 0 6226707 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3499471 55923 3447 1 0 3488093 0
[pid=30849/tid=30899] ppid=30846 vsize=13997884 CPUtime=2.85 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) R 30846 30849 3187 0 -1 4202560 27565 12359 0 0 268 10 5 2 20 0 15 0 6226730 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278958523952 140278547688576 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) S 30846 30849 3187 0 -1 1077944384 201 12359 0 0 0 0 5 2 20 0 15 0 6226730 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278873709584 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) S 30846 30849 3187 0 -1 1077944384 44 12359 0 0 1 0 5 2 20 0 15 0 6226730 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278872657040 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) S 30846 30849 3187 0 -1 1077944384 40 12359 0 0 0 0 5 2 20 0 15 0 6226730 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278871603984 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) S 30846 30849 3187 0 -1 1077944384 69 12359 0 0 0 0 5 2 20 0 15 0 6226730 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278870551440 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) S 30846 30849 3187 0 -1 1077944384 1177 12359 0 0 1 0 5 2 20 0 15 0 6226732 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278432770288 140278954306178 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 56 12359 0 0 0 0 5 2 20 0 15 0 6226732 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278431716576 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 43 12359 0 0 0 0 5 2 20 0 15 0 6226732 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278430663424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30908] ppid=30846 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/30849/task/30908/stat : 30908 (java) R 30846 30849 3187 0 -1 4202560 3018 12359 0 0 100 1 5 2 20 0 15 0 6226735 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278428541888 140278935839128 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30909] ppid=30846 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/30849/task/30909/stat : 30909 (java) R 30846 30849 3187 0 -1 4202560 4448 12359 0 0 114 1 5 2 20 0 15 0 6226735 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278427491648 140278937789273 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30910] ppid=30846 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/30849/task/30910/stat : 30910 (java) S 30846 30849 3187 0 -1 1077944384 5291 12359 0 0 112 3 5 2 20 0 15 0 6226735 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278426454512 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30911] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 9 12359 0 0 0 0 5 2 20 0 15 0 6226739 14333833216 55923 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.77 1.71 1.78 3/214 30912
/proc/meminfo: memFree=27210756/32770624 swapFree=0/239492
[pid=30849] ppid=30846 vsize=13999932 CPUtime=15.33 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 67511 12359 0 0 1489 37 5 2 20 0 15 0 6226707 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3499983 121520 3457 1 0 3488605 0
[pid=30849/tid=30899] ppid=30846 vsize=13999932 CPUtime=5.85 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) R 30846 30849 3187 0 -1 4202560 30228 12359 0 0 565 13 5 2 20 0 15 0 6226730 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278958526608 140278556982230 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) S 30846 30849 3187 0 -1 1077944384 393 12359 0 0 11 3 5 2 20 0 15 0 6226730 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278873709584 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=13999932 CPUtime=0.25 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) S 30846 30849 3187 0 -1 1077944384 1345 12359 0 0 15 3 5 2 20 0 15 0 6226730 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278872657040 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) S 30846 30849 3187 0 -1 1077944384 307 12359 0 0 13 2 5 2 20 0 15 0 6226730 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278871603984 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) S 30846 30849 3187 0 -1 1077944384 312 12359 0 0 13 3 5 2 20 0 15 0 6226730 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278870551440 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) S 30846 30849 3187 0 -1 1077944384 2229 12359 0 0 2 0 5 2 20 0 15 0 6226732 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278432770288 140278954306178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 58 12359 0 0 0 0 5 2 20 0 15 0 6226732 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278431716576 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 44 12359 0 0 0 0 5 2 20 0 15 0 6226732 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278430663424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30908] ppid=30846 vsize=13999932 CPUtime=3.51 cores=1,3,5,7
/proc/30849/task/30908/stat : 30908 (java) S 30846 30849 3187 0 -1 1077944384 9865 12359 0 0 341 3 5 2 20 0 15 0 6226735 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278428560112 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30909] ppid=30846 vsize=13999932 CPUtime=3.73 cores=1,3,5,7
/proc/30849/task/30909/stat : 30909 (java) S 30846 30849 3187 0 -1 1077944384 13449 12359 0 0 364 2 5 2 20 0 15 0 6226735 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278427507568 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30910] ppid=30846 vsize=13999932 CPUtime=1.7 cores=1,3,5,7
/proc/30849/task/30910/stat : 30910 (java) S 30846 30849 3187 0 -1 1077944384 7105 12359 0 0 159 4 5 2 20 0 15 0 6226735 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278426454512 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30911] ppid=30846 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 21 12359 0 0 0 0 5 2 20 0 15 0 6226739 14335930368 121520 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.71 1.70 1.78 5/214 30912
/proc/meminfo: memFree=26914476/32770624 swapFree=0/239500
[pid=30849] ppid=30846 vsize=14004028 CPUtime=28.85 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 93762 12359 0 0 2822 56 5 2 20 0 15 0 6226707 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3501007 209964 3469 1 0 3489629 0
[pid=30849/tid=30899] ppid=30846 vsize=14004028 CPUtime=11.97 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) R 30846 30849 3187 0 -1 4202560 45734 12359 0 0 1173 17 5 2 20 0 15 0 6226730 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278958526056 140278568262440 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=14004028 CPUtime=0.44 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) S 30846 30849 3187 0 -1 1077944384 601 12359 0 0 31 6 5 2 20 0 15 0 6226730 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278873709584 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=14004028 CPUtime=0.48 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) S 30846 30849 3187 0 -1 1077944384 1829 12359 0 0 36 5 5 2 20 0 15 0 6226730 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278872657040 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=14004028 CPUtime=0.46 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) S 30846 30849 3187 0 -1 1077944384 459 12359 0 0 34 5 5 2 20 0 15 0 6226730 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278871603984 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=14004028 CPUtime=0.46 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) S 30846 30849 3187 0 -1 1077944384 434 12359 0 0 33 6 5 2 20 0 15 0 6226730 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278870551440 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=14004028 CPUtime=0.13 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) S 30846 30849 3187 0 -1 1077944384 5676 12359 0 0 6 0 5 2 20 0 15 0 6226732 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278432770288 140278954306178 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 63 12359 0 0 0 0 5 2 20 0 15 0 6226732 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278431716576 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 49 12359 0 0 0 0 5 2 20 0 15 0 6226732 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278430663424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14340124672 209964 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0

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

/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14340124672 766575 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=14004028 CPUtime=0.16 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 131 12359 0 0 4 5 5 2 20 0 15 0 6226739 14340124672 766575 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 180.23
Current children cumulated vsize (KiB) 14004028

[startup+222.307 s]
/proc/loadavg: 1.46 1.64 1.74 3/213 31044
/proc/meminfo: memFree=26961788/32770624 swapFree=0/239592
[pid=30849] ppid=30846 vsize=14004028 CPUtime=240.65 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 132356 12359 0 0 23946 112 5 2 20 0 15 0 6226707 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3501007 738614 3474 1 0 3489629 0
[pid=30849/tid=30899] ppid=30846 vsize=14004028 CPUtime=221.12 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) R 30846 30849 3187 0 -1 4202560 59994 12359 0 0 22055 50 5 2 20 0 15 0 6226730 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278958529424 140278558554156 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=14004028 CPUtime=0.78 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) S 30846 30849 3187 0 -1 1077944384 1161 12359 0 0 60 11 5 2 20 0 15 0 6226730 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278873709584 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=14004028 CPUtime=0.81 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) S 30846 30849 3187 0 -1 1077944384 4715 12359 0 0 65 9 5 2 20 0 15 0 6226730 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278872657040 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=14004028 CPUtime=0.8 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) S 30846 30849 3187 0 -1 1077944384 2971 12359 0 0 64 9 5 2 20 0 15 0 6226730 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278871603984 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=14004028 CPUtime=0.8 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) S 30846 30849 3187 0 -1 1077944384 2198 12359 0 0 63 10 5 2 20 0 15 0 6226730 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278870551440 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=14004028 CPUtime=0.22 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) S 30846 30849 3187 0 -1 1077944384 7895 12359 0 0 13 2 5 2 20 0 15 0 6226732 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278432770288 140278954306178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 64 12359 0 0 0 0 5 2 20 0 15 0 6226732 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278431716640 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 49 12359 0 0 0 0 5 2 20 0 15 0 6226732 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278430663424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30908] ppid=30846 vsize=14004028 CPUtime=6.72 cores=1,3,5,7
/proc/30849/task/30908/stat : 30908 (java) S 30846 30849 3187 0 -1 1077944384 16775 12359 0 0 661 4 5 2 20 0 15 0 6226735 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278428560112 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30909] ppid=30846 vsize=14004028 CPUtime=7.25 cores=1,3,5,7
/proc/30849/task/30909/stat : 30909 (java) S 30846 30849 3187 0 -1 1077944384 20309 12359 0 0 715 3 5 2 20 0 15 0 6226735 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278427507568 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30910] ppid=30846 vsize=14004028 CPUtime=2.49 cores=1,3,5,7
/proc/30849/task/30910/stat : 30910 (java) S 30846 30849 3187 0 -1 1077944384 13918 12359 0 0 236 6 5 2 20 0 15 0 6226735 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278426454512 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30911] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=14004028 CPUtime=0.18 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 152 12359 0 0 5 6 5 2 20 0 15 0 6226739 14340124672 738614 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 240.65
Current children cumulated vsize (KiB) 14004028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.43 1.62 1.74 3/213 31045
/proc/meminfo: memFree=26980424/32770624 swapFree=0/239620
[pid=30849] ppid=30846 vsize=14004028 CPUtime=258.61 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 133560 12359 0 0 25740 114 5 2 20 0 15 0 6226707 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3501007 735151 3474 1 0 3489629 0
[pid=30849/tid=30899] ppid=30846 vsize=14004028 CPUtime=238.68 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) R 30846 30849 3187 0 -1 4202560 61151 12359 0 0 23810 51 5 2 20 0 15 0 6226730 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278958529376 140278560049084 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=14004028 CPUtime=0.87 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) S 30846 30849 3187 0 -1 1077944384 1176 12359 0 0 69 11 5 2 20 0 15 0 6226730 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278873709584 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=14004028 CPUtime=0.91 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) S 30846 30849 3187 0 -1 1077944384 4724 12359 0 0 74 10 5 2 20 0 15 0 6226730 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278872657040 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=14004028 CPUtime=0.89 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) S 30846 30849 3187 0 -1 1077944384 2979 12359 0 0 73 9 5 2 20 0 15 0 6226730 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278871603984 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=14004028 CPUtime=0.88 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) S 30846 30849 3187 0 -1 1077944384 2208 12359 0 0 71 10 5 2 20 0 15 0 6226730 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278870551440 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=14004028 CPUtime=0.27 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) S 30846 30849 3187 0 -1 1077944384 7900 12359 0 0 17 3 5 2 20 0 15 0 6226732 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278432770288 140278954306178 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 64 12359 0 0 0 0 5 2 20 0 15 0 6226732 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278431716640 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 49 12359 0 0 0 0 5 2 20 0 15 0 6226732 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278430663424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30908] ppid=30846 vsize=14004028 CPUtime=6.72 cores=1,3,5,7
/proc/30849/task/30908/stat : 30908 (java) S 30846 30849 3187 0 -1 1077944384 16775 12359 0 0 661 4 5 2 20 0 15 0 6226735 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278428560112 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30909] ppid=30846 vsize=14004028 CPUtime=7.25 cores=1,3,5,7
/proc/30849/task/30909/stat : 30909 (java) S 30846 30849 3187 0 -1 1077944384 20309 12359 0 0 715 3 5 2 20 0 15 0 6226735 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278427507568 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30910] ppid=30846 vsize=14004028 CPUtime=2.49 cores=1,3,5,7
/proc/30849/task/30910/stat : 30910 (java) S 30846 30849 3187 0 -1 1077944384 13918 12359 0 0 236 6 5 2 20 0 15 0 6226735 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278426454512 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30911] ppid=30846 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 15 0 6226735 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=14004028 CPUtime=0.2 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 152 12359 0 0 6 7 5 2 20 0 15 0 6226739 14340124672 735151 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 258.61
Current children cumulated vsize (KiB) 14004028

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 30849 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.405 s]
/proc/loadavg: 1.43 1.62 1.74 3/213 31045
/proc/meminfo: memFree=26980424/32770624 swapFree=0/239620
[pid=30849] ppid=30846 vsize=14137156 CPUtime=260.08 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 146505 12359 0 0 25885 116 5 2 20 0 17 0 6226707 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3534289 736933 3474 1 0 3522911 0
[pid=30849/tid=30899] ppid=30846 vsize=14137156 CPUtime=238.68 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) S 30846 30849 3187 0 -1 1077944384 61902 12359 0 0 23810 51 5 2 20 0 17 0 6226730 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278958532576 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=14137156 CPUtime=1.22 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) R 30846 30849 3187 0 -1 4202560 1257 12359 0 0 104 11 5 2 20 0 17 0 6226730 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278873709392 140278946923239 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=14137156 CPUtime=1.26 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) R 30846 30849 3187 0 -1 4202560 4894 12359 0 0 109 10 5 2 20 0 17 0 6226730 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278872656848 140278938995727 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=14137156 CPUtime=1.24 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) R 30846 30849 3187 0 -1 4202560 3072 12359 0 0 108 9 5 2 20 0 17 0 6226730 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278871604104 140278946923239 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=14137156 CPUtime=1.24 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) R 30846 30849 3187 0 -1 4202560 2287 12359 0 0 107 10 5 2 20 0 17 0 6226730 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278870551248 140278946923239 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=14137156 CPUtime=0.3 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) S 30846 30849 3187 0 -1 1077944384 18877 12359 0 0 19 4 5 2 20 0 17 0 6226732 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278432768912 140278954305237 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 64 12359 0 0 0 0 5 2 20 0 17 0 6226732 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278431716640 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 49 12359 0 0 0 0 5 2 20 0 17 0 6226732 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278430663424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 206 12359 0 0 0 0 5 2 20 0 17 0 6226735 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30908] ppid=30846 vsize=14137156 CPUtime=6.72 cores=1,3,5,7
/proc/30849/task/30908/stat : 30908 (java) S 30846 30849 3187 0 -1 1077944384 16878 12359 0 0 661 4 5 2 20 0 17 0 6226735 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278428550432 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30909] ppid=30846 vsize=14137156 CPUtime=7.25 cores=1,3,5,7
/proc/30849/task/30909/stat : 30909 (java) S 30846 30849 3187 0 -1 1077944384 20441 12359 0 0 715 3 5 2 20 0 17 0 6226735 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278427496432 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30910] ppid=30846 vsize=14137156 CPUtime=2.49 cores=1,3,5,7
/proc/30849/task/30910/stat : 30910 (java) S 30846 30849 3187 0 -1 1077944384 13918 12359 0 0 236 6 5 2 20 0 17 0 6226735 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278426454512 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30911] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 17 0 6226735 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=14137156 CPUtime=0.2 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 152 12359 0 0 6 7 5 2 20 0 17 0 6226739 14476447744 736933 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 260.08
Current children cumulated vsize (KiB) 14137156

[startup+240.803 s]
/proc/loadavg: 1.43 1.62 1.74 3/213 31045
/proc/meminfo: memFree=26980424/32770624 swapFree=0/239620
[pid=30849] ppid=30846 vsize=14137156 CPUtime=261.42 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 3187 0 -1 1077944320 147265 12359 0 0 26019 116 5 2 20 0 17 0 6226707 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140732478054592 140278954295031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
/proc/30849/statm: 3534289 736053 3475 1 0 3522911 0
[pid=30849/tid=30899] ppid=30846 vsize=14137156 CPUtime=238.69 cores=1,3,5,7
/proc/30849/task/30899/stat : 30899 (java) S 30846 30849 3187 0 -1 1077944384 61904 12359 0 0 23811 51 5 2 20 0 17 0 6226730 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278958532576 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30900] ppid=30846 vsize=14137156 CPUtime=1.53 cores=1,3,5,7
/proc/30849/task/30900/stat : 30900 (java) R 30846 30849 3187 0 -1 4202560 1275 12359 0 0 135 11 5 2 20 0 17 0 6226730 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278873709584 140278939291432 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30901] ppid=30846 vsize=14137156 CPUtime=1.57 cores=1,3,5,7
/proc/30849/task/30901/stat : 30901 (java) R 30846 30849 3187 0 -1 4202560 4894 12359 0 0 140 10 5 2 20 0 17 0 6226730 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278872657040 140278938752662 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30902] ppid=30846 vsize=14137156 CPUtime=1.55 cores=1,3,5,7
/proc/30849/task/30902/stat : 30902 (java) R 30846 30849 3187 0 -1 4202560 3089 12359 0 0 139 9 5 2 20 0 17 0 6226730 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278871603984 140278935904664 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30903] ppid=30846 vsize=14137156 CPUtime=1.55 cores=1,3,5,7
/proc/30849/task/30903/stat : 30903 (java) R 30846 30849 3187 0 -1 4202560 2291 12359 0 0 138 10 5 2 20 0 17 0 6226730 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278870551328 140278939291693 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30904] ppid=30846 vsize=14137156 CPUtime=0.38 cores=1,3,5,7
/proc/30849/task/30904/stat : 30904 (java) S 30846 30849 3187 0 -1 1077944384 19159 12359 0 0 27 4 5 2 20 0 17 0 6226732 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278432768912 140278954305237 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30905] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30905/stat : 30905 (java) S 30846 30849 3187 0 -1 1077944384 65 12359 0 0 0 0 5 2 20 0 17 0 6226732 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278431716544 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30906] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30906/stat : 30906 (java) S 30846 30849 3187 0 -1 1077944384 49 12359 0 0 0 0 5 2 20 0 17 0 6226732 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278430663424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30907] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30907/stat : 30907 (java) S 30846 30849 3187 0 -1 1077944384 206 12359 0 0 0 0 5 2 20 0 17 0 6226735 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278429611984 140278954313627 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30908] ppid=30846 vsize=14137156 CPUtime=6.73 cores=1,3,5,7
/proc/30849/task/30908/stat : 30908 (java) S 30846 30849 3187 0 -1 1077944384 17109 12359 0 0 662 4 5 2 20 0 17 0 6226735 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278428560112 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30909] ppid=30846 vsize=14137156 CPUtime=7.26 cores=1,3,5,7
/proc/30849/task/30909/stat : 30909 (java) S 30846 30849 3187 0 -1 1077944384 20646 12359 0 0 716 3 5 2 20 0 17 0 6226735 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278427487424 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30910] ppid=30846 vsize=14137156 CPUtime=2.49 cores=1,3,5,7
/proc/30849/task/30910/stat : 30910 (java) S 30846 30849 3187 0 -1 1077944384 13918 12359 0 0 236 6 5 2 20 0 17 0 6226735 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278426454512 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30911] ppid=30846 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30911/stat : 30911 (java) S 30846 30849 3187 0 -1 1077944384 3 12359 0 0 0 0 5 2 20 0 17 0 6226735 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278425402208 140278954305237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
[pid=30849/tid=30912] ppid=30846 vsize=14137156 CPUtime=0.2 cores=1,3,5,7
/proc/30849/task/30912/stat : 30912 (java) S 30846 30849 3187 0 -1 1077944384 152 12359 0 0 6 7 5 2 20 0 17 0 6226739 14476447744 736053 18446744073709551615 4194304 4196468 140732478072048 140278424349232 140278954306178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6443008 140732478080974 140732478083759 140732478083759 140732478087119 0
Current children cumulated CPU time (s) 261.42
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 240.861
CPU time (s): 261.542
CPU user time (s): 260.332
CPU system time (s): 1.20974
CPU usage (%): 108.586
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.332
system time used= 1.20974
maximum resident set size= 3141244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16606
involuntary context switches= 585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00903 second user time and 1.60214 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:52:00
IDJOB=4259748
IDBENCH=115754
IDSOLVER=2646
FILE ID=node135/4259748-1501643161
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-6.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259748-1501643161/watcher-4259748-1501643161 -o /tmp/evaluation-result-4259748-1501643161/solver-4259748-1501643161 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259748-1501643161.xml

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

MD5SUM BENCH= 38bce9c8c5d0642f93f0794d9598dc6e
RANDOM SEED=1821480672

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27642536 kB
MemAvailable:   27899508 kB
Buffers:          116836 kB
Cached:           417684 kB
SwapCached:            0 kB
Active:          4455308 kB
Inactive:         248080 kB
Active(anon):    4169492 kB
Inactive(anon):     8592 kB
Active(file):     285816 kB
Inactive(file):   239488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24456 kB
Writeback:             0 kB
AnonPages:       4168868 kB
Mapped:            42180 kB
Shmem:              8960 kB
Slab:             121020 kB
SReclaimable:      95004 kB
SUnreclaim:        26016 kB
KernelStack:        3472 kB
PageTables:        12884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4947832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3938304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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