Trace number 4262131

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) 2521.6201 2464.0901

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-7.xml
MD5SUM5ac81d61620ff7de9755053b8ee3703d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1640
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1726
Maximum domain size1726
Distribution of domain sizes[{"size":1726,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.87 1.63 1.55 2/200 2281
/proc/meminfo: memFree=26705968/32770624 swapFree=0/495596
[pid=2281] ppid=2278 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2281/stat : 2281 (runsolver) D 2278 2281 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 43694394 24240128 107 18446744073709551615 4194304 4338465 140723383985248 140723383982888 140280672907991 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 7581696 140723383992529 140723383992905 140723383992905 140723383996362 0
/proc/2281/statm: 5918 107 54 36 0 2156 0

[startup+0.100134 s]
/proc/loadavg: 1.87 1.63 1.55 2/200 2281
/proc/meminfo: memFree=26705968/32770624 swapFree=0/495596
[pid=2281] ppid=2278 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/2281/stat : 2281 (bash) S 2278 2281 1330 0 -1 4202496 794 5309 0 0 0 0 0 1 20 0 1 0 43694394 9867264 360 18446744073709551615 4194304 5098028 140725925150480 140725925148136 140288778189824 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 30171136 140725925155348 140725925155433 140725925155433 140725925158890 0
/proc/2281/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200214 s]
/proc/loadavg: 1.87 1.63 1.55 2/200 2281
/proc/meminfo: memFree=26705968/32770624 swapFree=0/495596
[pid=2281] ppid=2278 vsize=98708 CPUtime=0.08 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 2236 12367 0 0 0 0 5 3 20 0 2 0 43694394 101076992 1177 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 0 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 24677 1177 874 1 0 16801 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 98708

[startup+0.300236 s]
/proc/loadavg: 1.87 1.63 1.55 2/200 2281
/proc/meminfo: memFree=26705968/32770624 swapFree=0/495596
[pid=2281] ppid=2278 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 6053 12367 0 0 7 0 5 3 20 0 15 0 43694394 14309310464 6144 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3493484 6144 2658 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.701181 s]
/proc/loadavg: 1.87 1.63 1.55 2/200 2281
/proc/meminfo: memFree=26705968/32770624 swapFree=0/495596
[pid=2281] ppid=2278 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 13946 12367 0 0 60 4 5 3 20 0 15 0 43694394 14310178816 14802 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3493696 14802 3096 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50058 s]
/proc/loadavg: 1.87 1.63 1.55 3/203 2366
/proc/meminfo: memFree=31171708/32770624 swapFree=0/495644
[pid=2281] ppid=2278 vsize=13985408 CPUtime=1.96 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 26626 12367 0 0 179 9 5 3 20 0 15 0 43694394 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3496352 40078 3369 1 0 3485525 0
[pid=2281/tid=2333] ppid=2278 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) S 2278 2281 1330 0 -1 1077944384 20404 12367 0 0 118 5 5 3 20 0 15 0 43694414 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140121145909872 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) S 2278 2281 1330 0 -1 1077944384 35 12367 0 0 0 0 5 3 20 0 15 0 43694414 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140121098660880 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) S 2278 2281 1330 0 -1 1077944384 33 12367 0 0 0 0 5 3 20 0 15 0 43694414 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140121097608336 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) S 2278 2281 1330 0 -1 1077944384 39 12367 0 0 0 0 5 3 20 0 15 0 43694414 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) S 2278 2281 1330 0 -1 1077944384 196 12367 0 0 0 0 5 3 20 0 15 0 43694415 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140121095502736 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) R 2278 2281 1330 0 -1 4202560 621 12367 0 0 0 0 5 3 20 0 15 0 43694416 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120124793408 140121127385895 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 33 12367 0 0 0 0 5 3 20 0 15 0 43694416 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120123741344 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 21 12367 0 0 0 0 5 3 20 0 15 0 43694416 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120122688240 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2342] ppid=2278 vsize=13985408 CPUtime=0.26 cores=0,2,4,6
/proc/2281/task/2342/stat : 2342 (java) S 2278 2281 1330 0 -1 1077944384 1105 12367 0 0 18 0 5 3 20 0 15 0 43694419 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120120584944 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2343] ppid=2278 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/2281/task/2343/stat : 2343 (java) S 2278 2281 1330 0 -1 1077944384 748 12367 0 0 15 0 5 3 20 0 15 0 43694419 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120119532400 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2344] ppid=2278 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/2281/task/2344/stat : 2344 (java) S 2278 2281 1330 0 -1 1077944384 1230 12367 0 0 23 0 5 3 20 0 15 0 43694419 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120118474720 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2345] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2345/stat : 2345 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120117427040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2346] ppid=2278 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2346/stat : 2346 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694423 14321057792 40078 18446744073709551615 4194304 4196468 140736825734096 140120116374064 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 13985408

[startup+3.10116 s]
/proc/loadavg: 1.87 1.63 1.55 4/215 2458
/proc/meminfo: memFree=31088104/32770624 swapFree=0/495624
[pid=2281] ppid=2278 vsize=13997884 CPUtime=6.22 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 36251 12367 0 0 600 14 5 3 20 0 15 0 43694394 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3499471 54697 3458 1 0 3488085 0
[pid=2281/tid=2333] ppid=2278 vsize=13997884 CPUtime=2.89 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) R 2278 2281 1330 0 -1 4202560 24031 12367 0 0 274 7 5 3 20 0 15 0 43694414 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140121145921488 140121125774686 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) S 2278 2281 1330 0 -1 1077944384 40 12367 0 0 0 0 5 3 20 0 15 0 43694414 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140121098660880 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) S 2278 2281 1330 0 -1 1077944384 33 12367 0 0 1 0 5 3 20 0 15 0 43694414 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140121097608336 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) S 2278 2281 1330 0 -1 1077944384 39 12367 0 0 1 0 5 3 20 0 15 0 43694414 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) S 2278 2281 1330 0 -1 1077944384 202 12367 0 0 1 0 5 3 20 0 15 0 43694415 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140121095502736 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) S 2278 2281 1330 0 -1 1077944384 633 12367 0 0 1 0 5 3 20 0 15 0 43694416 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120124795120 140121141705346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 57 12367 0 0 0 0 5 3 20 0 15 0 43694416 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120123741344 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 44 12367 0 0 0 0 5 3 20 0 15 0 43694416 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120122688240 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2342] ppid=2278 vsize=13997884 CPUtime=1.03 cores=0,2,4,6
/proc/2281/task/2342/stat : 2342 (java) R 2278 2281 1330 0 -1 4202560 2149 12367 0 0 94 1 5 3 20 0 15 0 43694419 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120120571728 140121119860680 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2343] ppid=2278 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/2281/task/2343/stat : 2343 (java) R 2278 2281 1330 0 -1 4202560 2694 12367 0 0 111 1 5 3 20 0 15 0 43694419 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120119518496 140121123215590 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2344] ppid=2278 vsize=13997884 CPUtime=1.22 cores=0,2,4,6
/proc/2281/task/2344/stat : 2344 (java) S 2278 2281 1330 0 -1 1077944384 4169 12367 0 0 112 2 5 3 20 0 15 0 43694419 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120118479344 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2345] ppid=2278 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2345/stat : 2345 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120117427040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2346] ppid=2278 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2346/stat : 2346 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694423 14333833216 54697 18446744073709551615 4194304 4196468 140736825734096 140120116374064 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 13997884

[startup+6.30058 s]
/proc/loadavg: 2.04 1.67 1.56 6/213 2476
/proc/meminfo: memFree=30674532/32770624 swapFree=0/495704
[pid=2281] ppid=2278 vsize=13999932 CPUtime=15.65 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 55551 12367 0 0 1519 38 5 3 20 0 15 0 43694394 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3499983 108125 3471 1 0 3488597 0
[pid=2281/tid=2333] ppid=2278 vsize=13999932 CPUtime=5.86 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) R 2278 2281 1330 0 -1 4202560 27488 12367 0 0 568 10 5 3 20 0 15 0 43694414 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140121145925328 140120786433659 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=13999932 CPUtime=0.26 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) S 2278 2281 1330 0 -1 1077944384 178 12367 0 0 14 4 5 3 20 0 15 0 43694414 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140121098660880 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=13999932 CPUtime=0.27 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) S 2278 2281 1330 0 -1 1077944384 684 12367 0 0 15 4 5 3 20 0 15 0 43694414 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140121097608336 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=13999932 CPUtime=0.27 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) S 2278 2281 1330 0 -1 1077944384 377 12367 0 0 16 3 5 3 20 0 15 0 43694414 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=13999932 CPUtime=0.26 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) S 2278 2281 1330 0 -1 1077944384 369 12367 0 0 14 4 5 3 20 0 15 0 43694415 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140121095502736 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=13999932 CPUtime=0.12 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) S 2278 2281 1330 0 -1 1077944384 2225 12367 0 0 4 0 5 3 20 0 15 0 43694416 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120124795120 140121141705346 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 63 12367 0 0 0 0 5 3 20 0 15 0 43694416 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120123741408 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 51 12367 0 0 0 0 5 3 20 0 15 0 43694416 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120122688256 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2342] ppid=2278 vsize=13999932 CPUtime=3.62 cores=0,2,4,6
/proc/2281/task/2342/stat : 2342 (java) R 2278 2281 1330 0 -1 4202560 7234 12367 0 0 352 2 5 3 20 0 15 0 43694419 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120120584944 140121127708576 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2343] ppid=2278 vsize=13999932 CPUtime=3.7 cores=0,2,4,6
/proc/2281/task/2343/stat : 2343 (java) R 2278 2281 1330 0 -1 4202560 7248 12367 0 0 357 5 5 3 20 0 15 0 43694419 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120119519952 140121125597280 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2344] ppid=2278 vsize=13999932 CPUtime=1.83 cores=0,2,4,6
/proc/2281/task/2344/stat : 2344 (java) S 2278 2281 1330 0 -1 1077944384 7443 12367 0 0 172 3 5 3 20 0 15 0 43694419 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120118479344 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2345] ppid=2278 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2345/stat : 2345 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120117427040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2346] ppid=2278 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2346/stat : 2346 (java) S 2278 2281 1330 0 -1 1077944384 33 12367 0 0 0 0 5 3 20 0 15 0 43694423 14335930368 108125 18446744073709551615 4194304 4196468 140736825734096 140120116374064 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.28 1.73 1.58 3/211 2476
/proc/meminfo: memFree=29844796/32770624 swapFree=0/495700
[pid=2281] ppid=2278 vsize=14069564 CPUtime=26.97 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 85618 12367 0 0 2633 56 5 3 20 0 15 0 43694394 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3517391 237702 3487 1 0 3506005 0
[pid=2281/tid=2333] ppid=2278 vsize=14069564 CPUtime=12.17 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) R 2278 2281 1330 0 -1 4202560 39122 12367 0 0 1192 17 5 3 20 0 15 0 43694414 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140121145928576 140120778091244 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=14069564 CPUtime=0.33 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) S 2278 2281 1330 0 -1 1077944384 632 12367 0 0 20 5 5 3 20 0 15 0 43694414 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140121098660880 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=14069564 CPUtime=0.34 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) S 2278 2281 1330 0 -1 1077944384 1639 12367 0 0 20 6 5 3 20 0 15 0 43694414 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140121097608336 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=14069564 CPUtime=0.33 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) S 2278 2281 1330 0 -1 1077944384 605 12367 0 0 20 5 5 3 20 0 15 0 43694414 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) S 2278 2281 1330 0 -1 1077944384 459 12367 0 0 18 5 5 3 20 0 15 0 43694415 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140121095502736 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) S 2278 2281 1330 0 -1 1077944384 2790 12367 0 0 5 0 5 3 20 0 15 0 43694416 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140120124795120 140121141705346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 70 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140120123741408 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 56 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140120122688256 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14407233536 237702 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0

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


[startup+2382.3 s]
/proc/loadavg: 1.60 1.52 1.45 3/212 2657
/proc/meminfo: memFree=27735152/32770624 swapFree=0/496636
[pid=2281] ppid=2278 vsize=14069564 CPUtime=2437.26 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 263190 12367 0 0 243362 356 5 3 20 0 15 0 43694394 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3517391 435959 3488 1 0 3506005 0
[pid=2281/tid=2333] ppid=2278 vsize=14069564 CPUtime=2356.97 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) R 2278 2281 1330 0 -1 4202560 94046 12367 0 0 235629 60 5 3 20 0 15 0 43694414 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140121145928560 140120778091263 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=14069564 CPUtime=13.9 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) S 2278 2281 1330 0 -1 1077944384 12544 12367 0 0 1326 56 5 3 20 0 15 0 43694414 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140121098660880 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=14069564 CPUtime=13.87 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) S 2278 2281 1330 0 -1 1077944384 21036 12367 0 0 1327 52 5 3 20 0 15 0 43694414 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140121097608336 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=14069564 CPUtime=13.83 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) S 2278 2281 1330 0 -1 1077944384 18445 12367 0 0 1323 52 5 3 20 0 15 0 43694414 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=14069564 CPUtime=13.85 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) S 2278 2281 1330 0 -1 1077944384 25993 12367 0 0 1324 53 5 3 20 0 15 0 43694415 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140121095502736 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=14069564 CPUtime=9.14 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) S 2278 2281 1330 0 -1 1077944384 19729 12367 0 0 862 44 5 3 20 0 15 0 43694416 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120124795120 140121141705346 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 70 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120123741408 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 56 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120122688256 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2342] ppid=2278 vsize=14069564 CPUtime=6.24 cores=0,2,4,6
/proc/2281/task/2342/stat : 2342 (java) S 2278 2281 1330 0 -1 1077944384 27934 12367 0 0 611 5 5 3 20 0 15 0 43694419 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120120584944 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2343] ppid=2278 vsize=14069564 CPUtime=6.13 cores=0,2,4,6
/proc/2281/task/2343/stat : 2343 (java) S 2278 2281 1330 0 -1 1077944384 20210 12367 0 0 599 6 5 3 20 0 15 0 43694419 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120119532400 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2344] ppid=2278 vsize=14069564 CPUtime=2.46 cores=0,2,4,6
/proc/2281/task/2344/stat : 2344 (java) S 2278 2281 1330 0 -1 1077944384 19256 12367 0 0 233 5 5 3 20 0 15 0 43694419 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120118479344 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2345] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2345/stat : 2345 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120117427040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2346] ppid=2278 vsize=14069564 CPUtime=1.5 cores=0,2,4,6
/proc/2281/task/2346/stat : 2346 (java) S 2278 2281 1330 0 -1 1077944384 1713 12367 0 0 70 72 5 3 20 0 15 0 43694423 14407233536 435959 18446744073709551615 4194304 4196468 140736825734096 140120116374064 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
Current children cumulated CPU time (s) 2437.26
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.47 1.50 1.45 3/209 2659
/proc/meminfo: memFree=27737580/32770624 swapFree=0/496656
[pid=2281] ppid=2278 vsize=14069564 CPUtime=2498.38 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 265208 12367 0 0 249467 363 5 3 20 0 15 0 43694394 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3517391 435962 3488 1 0 3506005 0
[pid=2281/tid=2333] ppid=2278 vsize=14069564 CPUtime=2416.27 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) R 2278 2281 1330 0 -1 4202560 95008 12367 0 0 241559 60 5 3 20 0 15 0 43694414 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140121145928432 140120778090680 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=14069564 CPUtime=14.29 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) S 2278 2281 1330 0 -1 1077944384 12724 12367 0 0 1363 58 5 3 20 0 15 0 43694414 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140121098660880 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=14069564 CPUtime=14.26 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) S 2278 2281 1330 0 -1 1077944384 21579 12367 0 0 1365 53 5 3 20 0 15 0 43694414 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140121097608336 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=14069564 CPUtime=14.22 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) S 2278 2281 1330 0 -1 1077944384 18502 12367 0 0 1361 53 5 3 20 0 15 0 43694414 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=14069564 CPUtime=14.23 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) S 2278 2281 1330 0 -1 1077944384 26023 12367 0 0 1361 54 5 3 20 0 15 0 43694415 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140121095502736 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=14069564 CPUtime=9.38 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) S 2278 2281 1330 0 -1 1077944384 19949 12367 0 0 885 45 5 3 20 0 15 0 43694416 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120124795120 140121141705346 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 70 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120123741408 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 56 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120122688256 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2342] ppid=2278 vsize=14069564 CPUtime=6.24 cores=0,2,4,6
/proc/2281/task/2342/stat : 2342 (java) S 2278 2281 1330 0 -1 1077944384 27936 12367 0 0 611 5 5 3 20 0 15 0 43694419 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120120584944 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2343] ppid=2278 vsize=14069564 CPUtime=6.13 cores=0,2,4,6
/proc/2281/task/2343/stat : 2343 (java) S 2278 2281 1330 0 -1 1077944384 20212 12367 0 0 599 6 5 3 20 0 15 0 43694419 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120119532400 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2344] ppid=2278 vsize=14069564 CPUtime=2.46 cores=0,2,4,6
/proc/2281/task/2344/stat : 2344 (java) S 2278 2281 1330 0 -1 1077944384 19258 12367 0 0 233 5 5 3 20 0 15 0 43694419 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120118479344 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2345] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2345/stat : 2345 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120117427040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2346] ppid=2278 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/2281/task/2346/stat : 2346 (java) S 2278 2281 1330 0 -1 1077944384 1733 12367 0 0 72 74 5 3 20 0 15 0 43694423 14407233536 435962 18446744073709551615 4194304 4196468 140736825734096 140120116374064 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
Current children cumulated CPU time (s) 2498.38
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.6 s]
/proc/loadavg: 1.27 1.45 1.43 3/209 2659
/proc/meminfo: memFree=27735740/32770624 swapFree=0/496644
[pid=2281] ppid=2278 vsize=14069564 CPUtime=2520.09 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 265881 12367 0 0 251635 366 5 3 20 0 15 0 43694394 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3517391 436477 3488 1 0 3506005 0
[pid=2281/tid=2333] ppid=2278 vsize=14069564 CPUtime=2437.32 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) R 2278 2281 1330 0 -1 4202560 95256 12367 0 0 243664 60 5 3 20 0 15 0 43694414 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140121145928528 140120795541124 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=14069564 CPUtime=14.43 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) S 2278 2281 1330 0 -1 1077944384 12804 12367 0 0 1377 58 5 3 20 0 15 0 43694414 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140121098660880 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=14069564 CPUtime=14.4 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) S 2278 2281 1330 0 -1 1077944384 21602 12367 0 0 1378 54 5 3 20 0 15 0 43694414 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140121097608336 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=14069564 CPUtime=14.36 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) S 2278 2281 1330 0 -1 1077944384 18527 12367 0 0 1374 54 5 3 20 0 15 0 43694414 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=14069564 CPUtime=14.36 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) S 2278 2281 1330 0 -1 1077944384 26130 12367 0 0 1374 54 5 3 20 0 15 0 43694415 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140121095502736 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=14069564 CPUtime=9.46 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) S 2278 2281 1330 0 -1 1077944384 20119 12367 0 0 893 45 5 3 20 0 15 0 43694416 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120124795120 140121141705346 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 70 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120123741408 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 56 12367 0 0 0 0 5 3 20 0 15 0 43694416 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120122688256 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2342] ppid=2278 vsize=14069564 CPUtime=6.24 cores=0,2,4,6
/proc/2281/task/2342/stat : 2342 (java) S 2278 2281 1330 0 -1 1077944384 27938 12367 0 0 611 5 5 3 20 0 15 0 43694419 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120120584944 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2343] ppid=2278 vsize=14069564 CPUtime=6.13 cores=0,2,4,6
/proc/2281/task/2343/stat : 2343 (java) S 2278 2281 1330 0 -1 1077944384 20214 12367 0 0 599 6 5 3 20 0 15 0 43694419 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120119532400 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2344] ppid=2278 vsize=14069564 CPUtime=2.46 cores=0,2,4,6
/proc/2281/task/2344/stat : 2344 (java) S 2278 2281 1330 0 -1 1077944384 19260 12367 0 0 233 5 5 3 20 0 15 0 43694419 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120118479344 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2345] ppid=2278 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2345/stat : 2345 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 15 0 43694419 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120117427040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2346] ppid=2278 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/2281/task/2346/stat : 2346 (java) S 2278 2281 1330 0 -1 1077944384 1747 12367 0 0 72 74 5 3 20 0 15 0 43694423 14407233536 436477 18446744073709551615 4194304 4196468 140736825734096 140120116374064 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2464.01 s]
/proc/loadavg: 1.25 1.45 1.43 6/211 2661
/proc/meminfo: memFree=27728944/32770624 swapFree=0/496644
[pid=2281] ppid=2278 vsize=14202692 CPUtime=2521.44 cores=0,2,4,6
/proc/2281/stat : 2281 (java) S 2278 2281 1330 0 -1 1077944320 272746 12367 0 0 251769 367 5 3 20 0 17 0 43694394 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140736825716640 140121141694199 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
/proc/2281/statm: 3550673 438212 3488 1 0 3539287 0
[pid=2281/tid=2333] ppid=2278 vsize=14202692 CPUtime=2437.33 cores=0,2,4,6
/proc/2281/task/2333/stat : 2333 (java) S 2278 2281 1330 0 -1 1077944384 95626 12367 0 0 243665 60 5 3 20 0 17 0 43694414 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140121145931872 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2334] ppid=2278 vsize=14202692 CPUtime=14.74 cores=0,2,4,6
/proc/2281/task/2334/stat : 2334 (java) R 2278 2281 1330 0 -1 4202560 12817 12367 0 0 1408 58 5 3 20 0 17 0 43694414 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140121098661080 140121123291210 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2335] ppid=2278 vsize=14202692 CPUtime=14.71 cores=0,2,4,6
/proc/2281/task/2335/stat : 2335 (java) R 2278 2281 1330 0 -1 4202560 21613 12367 0 0 1409 54 5 3 20 0 17 0 43694414 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140121097608224 140121123291222 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2336] ppid=2278 vsize=14202692 CPUtime=14.67 cores=0,2,4,6
/proc/2281/task/2336/stat : 2336 (java) R 2278 2281 1330 0 -1 4202560 18541 12367 0 0 1405 54 5 3 20 0 17 0 43694414 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140121096555280 140121126148128 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2337] ppid=2278 vsize=14202692 CPUtime=14.69 cores=0,2,4,6
/proc/2281/task/2337/stat : 2337 (java) R 2278 2281 1330 0 -1 4202560 26135 12367 0 0 1406 55 5 3 20 0 17 0 43694415 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140121095502936 140121126645296 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2338] ppid=2278 vsize=14202692 CPUtime=9.54 cores=0,2,4,6
/proc/2281/task/2338/stat : 2338 (java) S 2278 2281 1330 0 -1 1077944384 26069 12367 0 0 901 45 5 3 20 0 17 0 43694416 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120124793520 140121141704405 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2339] ppid=2278 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2339/stat : 2339 (java) S 2278 2281 1330 0 -1 1077944384 72 12367 0 0 0 0 5 3 20 0 17 0 43694416 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120123741040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2340] ppid=2278 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2340/stat : 2340 (java) S 2278 2281 1330 0 -1 1077944384 56 12367 0 0 0 0 5 3 20 0 17 0 43694416 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120122688256 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2341] ppid=2278 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2341/stat : 2341 (java) S 2278 2281 1330 0 -1 1077944384 113 12367 0 0 0 0 5 3 20 0 17 0 43694419 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120121636816 140121141712795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2342] ppid=2278 vsize=14202692 CPUtime=6.24 cores=0,2,4,6
/proc/2281/task/2342/stat : 2342 (java) S 2278 2281 1330 0 -1 1077944384 27938 12367 0 0 611 5 5 3 20 0 17 0 43694419 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120120584944 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2343] ppid=2278 vsize=14202692 CPUtime=6.13 cores=0,2,4,6
/proc/2281/task/2343/stat : 2343 (java) S 2278 2281 1330 0 -1 1077944384 20228 12367 0 0 599 6 5 3 20 0 17 0 43694419 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120119521408 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2344] ppid=2278 vsize=14202692 CPUtime=2.46 cores=0,2,4,6
/proc/2281/task/2344/stat : 2344 (java) S 2278 2281 1330 0 -1 1077944384 19511 12367 0 0 233 5 5 3 20 0 17 0 43694419 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120118479344 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2345] ppid=2278 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2345/stat : 2345 (java) S 2278 2281 1330 0 -1 1077944384 3 12367 0 0 0 0 5 3 20 0 17 0 43694419 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120117427040 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2346] ppid=2278 vsize=14202692 CPUtime=1.54 cores=0,2,4,6
/proc/2281/task/2346/stat : 2346 (java) S 2278 2281 1330 0 -1 1077944384 1747 12367 0 0 72 74 5 3 20 0 17 0 43694423 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140120116374064 140121141705346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2660] ppid=2278 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2660/stat : 2660 (java) S 2278 2281 1330 0 -1 1077944384 97 12367 0 0 0 0 5 3 20 0 17 0 43940754 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140119346504048 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
[pid=2281/tid=2661] ppid=2278 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2281/task/2661/stat : 2661 (java) S 2278 2281 1330 0 -1 1077944384 27 12367 0 0 0 0 5 3 20 0 17 0 43940754 14543556608 438212 18446744073709551615 4194304 4196468 140736825734096 140119345451712 140121141704405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140736825739216 140736825742001 140736825742001 140736825745359 0
Current children cumulated CPU time (s) 2521.44
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2464.09
CPU time (s): 2521.62
CPU user time (s): 2517.9
CPU system time (s): 3.7207
CPU usage (%): 102.335
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.9
system time used= 3.7207
maximum resident set size= 1931904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257441
involuntary context switches= 7077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1055 second user time and 14.7434 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 03:11:31
IDJOB=4262131
IDBENCH=115761
IDSOLVER=2650
FILE ID=node125/4262131-1502414736
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-7.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262131-1502414736/watcher-4262131-1502414736 -o /tmp/evaluation-result-4262131-1502414736/solver-4262131-1502414736 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262131-1502414736.xml

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

MD5SUM BENCH= 5ac81d61620ff7de9755053b8ee3703d
RANDOM SEED=153153364

node125.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.07
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.07
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.07
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.07
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:        26707120 kB
MemAvailable:   27439040 kB
Buffers:          237564 kB
Cached:           786720 kB
SwapCached:            0 kB
Active:          5117748 kB
Inactive:         520320 kB
Active(anon):    4614464 kB
Inactive(anon):    24920 kB
Active(file):     503284 kB
Inactive(file):   495400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23916 kB
Writeback:             4 kB
AnonPages:       4614348 kB
Mapped:            54948 kB
Shmem:             25284 kB
Slab:             123908 kB
SReclaimable:      98140 kB
SUnreclaim:        25768 kB
KernelStack:        3504 kB
PageTables:        14504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5466776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4366336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 03:52:35