Trace number 4262316

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.6499 2474.54

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K10-P09.xml
MD5SUM132dbb92a73ed64c3de106a7d099dd2d
Bench CategoryCSP (decision 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 variables1070
Number of constraints487
Number of domains2
Minimum domain size485
Maximum domain size486
Distribution of domain sizes[{"size":485,"count":485},{"size":486,"count":90}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":495},{"degree":2,"count":485},{"degree":11,"count":20},{"degree":12,"count":70}]
Minimum constraint arity3
Maximum constraint arity485
Distribution of constraint arities[{"arity":3,"count":485},{"arity":90,"count":1},{"arity":485,"count":1}]
Number of extensional constraints0
Number of intensional constraints485
Distribution of constraint types[{"type":"intension","count":485},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16834
running on 4 cores: 1,3,5,7

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: 2.15 1.86 1.74 2/199 16837
/proc/meminfo: memFree=30658184/32770624 swapFree=0/462940
[pid=16837] ppid=16834 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16837/stat : 16837 (runsolver) D 16834 16837 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 84618706 24240128 106 18446744073709551615 4194304 4338465 140735631051328 140735631048968 140622083355351 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 17600512 140735631053008 140735631053385 140735631053385 140735631056842 0
/proc/16837/statm: 5918 106 53 36 0 2156 0

[startup+0.100131 s]
/proc/loadavg: 2.15 1.86 1.74 2/199 16837
/proc/meminfo: memFree=30658184/32770624 swapFree=0/462940
[pid=16837] ppid=16834 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16837/stat : 16837 (runsolver) D 16834 16837 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 84618706 24240128 106 18446744073709551615 4194304 4338465 140735631051328 140735631048968 140622083355351 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 17600512 140735631053008 140735631053385 140735631053385 140735631056842 0
/proc/16837/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200319 s]
/proc/loadavg: 2.15 1.86 1.74 2/199 16837
/proc/meminfo: memFree=30658184/32770624 swapFree=0/462940
[pid=16837] ppid=16834 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16837/stat : 16837 (bash) S 16834 16837 13007 0 -1 4202496 892 6485 0 0 0 0 0 1 20 0 1 0 84618706 9867264 377 18446744073709551615 4194304 5098028 140722518699664 140722518693672 139977512532992 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 11 0 0 7196144 7232144 37130240 140722518704660 140722518704745 140722518704745 140722518708202 0
/proc/16837/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300343 s]
/proc/loadavg: 2.15 1.86 1.74 2/199 16837
/proc/meminfo: memFree=30658184/32770624 swapFree=0/462940
[pid=16837] ppid=16834 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 5846 12343 0 0 5 1 5 2 20 0 14 0 84618706 14241083392 5522 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3476827 5522 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.701523 s]
/proc/loadavg: 2.15 1.86 1.74 2/199 16837
/proc/meminfo: memFree=30658184/32770624 swapFree=0/462940
[pid=16837] ppid=16834 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 13842 12343 0 0 56 4 5 2 20 0 15 0 84618706 14310178816 14260 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3493696 14260 3138 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 2.15 1.86 1.74 4/214 16900
/proc/meminfo: memFree=30565372/32770624 swapFree=0/462940
[pid=16837] ppid=16834 vsize=13985408 CPUtime=1.89 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 25811 12343 0 0 174 8 5 2 20 0 15 0 84618706 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3496352 36482 3345 1 0 3485525 0
[pid=16837/tid=16887] ppid=16834 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) S 16834 16837 13007 0 -1 1077944384 20150 12343 0 0 115 5 5 2 20 0 15 0 84618728 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140414801415168 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) S 16834 16837 13007 0 -1 1077944384 23 12343 0 0 0 0 5 2 20 0 15 0 84618729 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140414397188624 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) S 16834 16837 13007 0 -1 1077944384 28 12343 0 0 0 0 5 2 20 0 15 0 84618729 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) S 16834 16837 13007 0 -1 1077944384 177 12343 0 0 0 0 5 2 20 0 15 0 84618729 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) S 16834 16837 13007 0 -1 1077944384 29 12343 0 0 0 0 5 2 20 0 15 0 84618729 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) R 16834 16837 13007 0 -1 4202560 30 12343 0 0 0 0 5 2 20 0 15 0 84618730 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413713954048 140414790293919 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 33 12343 0 0 0 0 5 2 20 0 15 0 84618730 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413712901792 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 21 12343 0 0 0 0 5 2 20 0 15 0 84618731 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413711848688 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618733 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16896] ppid=16834 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/16837/task/16896/stat : 16896 (java) S 16834 16837 13007 0 -1 1077944384 1117 12343 0 0 16 0 5 2 20 0 15 0 84618733 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413709744368 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16897] ppid=16834 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/16837/task/16897/stat : 16897 (java) S 16834 16837 13007 0 -1 1077944384 798 12343 0 0 17 0 5 2 20 0 15 0 84618733 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413708691824 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16898] ppid=16834 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/16837/task/16898/stat : 16898 (java) S 16834 16837 13007 0 -1 1077944384 1244 12343 0 0 22 0 5 2 20 0 15 0 84618733 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413707634144 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16899] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618734 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618738 14321057792 36482 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10153 s]
/proc/loadavg: 2.22 1.87 1.75 7/214 16900
/proc/meminfo: memFree=30485336/32770624 swapFree=0/462972
[pid=16837] ppid=16834 vsize=13997884 CPUtime=6.16 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 36508 12343 0 0 596 13 5 2 20 0 15 0 84618706 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3499471 54642 3444 1 0 3488085 0
[pid=16837/tid=16887] ppid=16834 vsize=13997884 CPUtime=2.84 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) R 16834 16837 13007 0 -1 4202560 24188 12343 0 0 270 7 5 2 20 0 15 0 84618728 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140414801424656 140414448005500 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) S 16834 16837 13007 0 -1 1077944384 34 12343 0 0 0 0 5 2 20 0 15 0 84618729 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140414397188624 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) S 16834 16837 13007 0 -1 1077944384 44 12343 0 0 1 0 5 2 20 0 15 0 84618729 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) S 16834 16837 13007 0 -1 1077944384 185 12343 0 0 0 0 5 2 20 0 15 0 84618729 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) S 16834 16837 13007 0 -1 1077944384 49 12343 0 0 1 0 5 2 20 0 15 0 84618729 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) S 16834 16837 13007 0 -1 1077944384 648 12343 0 0 1 0 5 2 20 0 15 0 84618730 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413713955568 140414797208194 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 56 12343 0 0 0 0 5 2 20 0 15 0 84618730 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413712901792 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 44 12343 0 0 0 0 5 2 20 0 15 0 84618731 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413711848704 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618733 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16896] ppid=16834 vsize=13997884 CPUtime=1 cores=1,3,5,7
/proc/16837/task/16896/stat : 16896 (java) R 16834 16837 13007 0 -1 4202560 2226 12343 0 0 93 0 5 2 20 0 15 0 84618733 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413709730248 140414778741251 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16897] ppid=16834 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/16837/task/16897/stat : 16897 (java) R 16834 16837 13007 0 -1 4202560 2800 12343 0 0 115 0 5 2 20 0 15 0 84618733 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413708691824 140414790293440 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16898] ppid=16834 vsize=13997884 CPUtime=1.18 cores=1,3,5,7
/proc/16837/task/16898/stat : 16898 (java) R 16834 16837 13007 0 -1 4202560 4073 12343 0 0 110 1 5 2 20 0 15 0 84618733 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413707638768 140414775874384 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16899] ppid=16834 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618734 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618738 14333833216 54642 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 2.22 1.87 1.75 5/214 16900
/proc/meminfo: memFree=30298800/32770624 swapFree=0/462972
[pid=16837] ppid=16834 vsize=14067516 CPUtime=13.38 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 62839 12343 0 0 1308 23 5 2 20 0 15 0 84618706 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3516879 109127 3472 1 0 3505493 0
[pid=16837/tid=16887] ppid=16834 vsize=14067516 CPUtime=5.95 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) R 16834 16837 13007 0 -1 4202560 44812 12343 0 0 576 12 5 2 20 0 15 0 84618728 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140414801430392 140414456397022 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) S 16834 16837 13007 0 -1 1077944384 62 12343 0 0 5 1 5 2 20 0 15 0 84618729 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140414397188624 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) S 16834 16837 13007 0 -1 1077944384 173 12343 0 0 4 1 5 2 20 0 15 0 84618729 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) S 16834 16837 13007 0 -1 1077944384 759 12343 0 0 4 1 5 2 20 0 15 0 84618729 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) S 16834 16837 13007 0 -1 1077944384 71 12343 0 0 4 1 5 2 20 0 15 0 84618729 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) S 16834 16837 13007 0 -1 1077944384 2585 12343 0 0 4 0 5 2 20 0 15 0 84618730 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413713955568 140414797208194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 56 12343 0 0 0 0 5 2 20 0 15 0 84618730 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413712901920 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 44 12343 0 0 0 0 5 2 20 0 15 0 84618731 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413711848704 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618733 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16896] ppid=16834 vsize=14067516 CPUtime=2.61 cores=1,3,5,7
/proc/16837/task/16896/stat : 16896 (java) S 16834 16837 13007 0 -1 1077944384 2935 12343 0 0 253 1 5 2 20 0 15 0 84618733 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413709744368 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16897] ppid=16834 vsize=14067516 CPUtime=2.84 cores=1,3,5,7
/proc/16837/task/16897/stat : 16897 (java) S 16834 16837 13007 0 -1 1077944384 3610 12343 0 0 276 1 5 2 20 0 15 0 84618733 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413708691824 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16898] ppid=16834 vsize=14067516 CPUtime=1.85 cores=1,3,5,7
/proc/16837/task/16898/stat : 16898 (java) S 16834 16837 13007 0 -1 1077944384 5558 12343 0 0 176 2 5 2 20 0 15 0 84618733 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413707638768 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16899] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618734 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) S 16834 16837 13007 0 -1 1077944384 16 12343 0 0 0 0 5 2 20 0 15 0 84618738 14405136384 109127 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 2.20 1.88 1.75 3/214 16900
/proc/meminfo: memFree=29765836/32770624 swapFree=0/462968
[pid=16837] ppid=16834 vsize=14067516 CPUtime=20.7 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 67409 12343 0 0 2027 36 5 2 20 0 15 0 84618706 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3516879 245787 3478 1 0 3505493 0
[pid=16837/tid=16887] ppid=16834 vsize=14067516 CPUtime=12.3 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) R 16834 16837 13007 0 -1 4202560 45841 12343 0 0 1204 19 5 2 20 0 15 0 84618728 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140414801430976 140414455014016 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) S 16834 16837 13007 0 -1 1077944384 145 12343 0 0 7 2 5 2 20 0 15 0 84618729 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140414397188624 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) S 16834 16837 13007 0 -1 1077944384 235 12343 0 0 7 2 5 2 20 0 15 0 84618729 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) S 16834 16837 13007 0 -1 1077944384 861 12343 0 0 7 2 5 2 20 0 15 0 84618729 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) S 16834 16837 13007 0 -1 1077944384 907 12343 0 0 7 2 5 2 20 0 15 0 84618729 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) S 16834 16837 13007 0 -1 1077944384 2871 12343 0 0 5 0 5 2 20 0 15 0 84618730 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140413713955568 140414797208194 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 56 12343 0 0 0 0 5 2 20 0 15 0 84618730 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140413712901920 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 44 12343 0 0 0 0 5 2 20 0 15 0 84618731 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140413711848704 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618733 14405136384 245787 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0

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

/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618734 14405136384 1053222 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) S 16834 16837 13007 0 -1 1077944384 1262 12343 0 0 62 76 5 2 20 0 15 0 84618738 14405136384 1053222 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 2427.86
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.49 1.43 1.42 3/214 17322
/proc/meminfo: memFree=25956764/32770624 swapFree=0/459048
[pid=16837] ppid=16834 vsize=14067516 CPUtime=2487.98 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 526349 12343 0 0 248314 477 5 2 20 0 15 0 84618706 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3516879 1082976 3478 1 0 3505493 0
[pid=16837/tid=16887] ppid=16834 vsize=14067516 CPUtime=2421.25 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) R 16834 16837 13007 0 -1 4202560 390493 12343 0 0 241991 127 5 2 20 0 15 0 84618728 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140414801431104 140414442190532 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=14067516 CPUtime=12.47 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) S 16834 16837 13007 0 -1 1077944384 17071 12343 0 0 1179 61 5 2 20 0 15 0 84618729 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140414397188624 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=14067516 CPUtime=12.48 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) S 16834 16837 13007 0 -1 1077944384 14971 12343 0 0 1180 61 5 2 20 0 15 0 84618729 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=14067516 CPUtime=12.49 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) S 16834 16837 13007 0 -1 1077944384 17403 12343 0 0 1181 61 5 2 20 0 15 0 84618729 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=14067516 CPUtime=12.45 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) S 16834 16837 13007 0 -1 1077944384 19386 12343 0 0 1177 61 5 2 20 0 15 0 84618729 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=14067516 CPUtime=6.79 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) S 16834 16837 13007 0 -1 1077944384 19271 12343 0 0 601 71 5 2 20 0 15 0 84618730 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413713955568 140414797208194 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 58 12343 0 0 0 0 5 2 20 0 15 0 84618730 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413712901920 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 44 12343 0 0 0 0 5 2 20 0 15 0 84618731 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413711848704 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618733 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16896] ppid=16834 vsize=14067516 CPUtime=3.46 cores=1,3,5,7
/proc/16837/task/16896/stat : 16896 (java) S 16834 16837 13007 0 -1 1077944384 11869 12343 0 0 337 2 5 2 20 0 15 0 84618733 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413709744368 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16897] ppid=16834 vsize=14067516 CPUtime=3.65 cores=1,3,5,7
/proc/16837/task/16897/stat : 16897 (java) S 16834 16837 13007 0 -1 1077944384 15260 12343 0 0 356 2 5 2 20 0 15 0 84618733 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413708691824 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16898] ppid=16834 vsize=14067516 CPUtime=1.98 cores=1,3,5,7
/proc/16837/task/16898/stat : 16898 (java) S 16834 16837 13007 0 -1 1077944384 17080 12343 0 0 188 3 5 2 20 0 15 0 84618733 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413707638768 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16899] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618734 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=14067516 CPUtime=1.48 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) S 16834 16837 13007 0 -1 1077944384 1285 12343 0 0 63 78 5 2 20 0 15 0 84618738 14405136384 1082976 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 2487.98
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.3 s]
/proc/loadavg: 1.90 1.54 1.46 3/214 17324
/proc/meminfo: memFree=25956672/32770624 swapFree=0/459076
[pid=16837] ppid=16834 vsize=14067516 CPUtime=2520.05 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 547927 12343 0 0 251520 478 5 2 20 0 15 0 84618706 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3516879 1082978 3478 1 0 3505493 0
[pid=16837/tid=16887] ppid=16834 vsize=14067516 CPUtime=2453.24 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) R 16834 16837 13007 0 -1 4202560 411977 12343 0 0 245189 128 5 2 20 0 15 0 84618728 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140414801431168 140414454105699 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=14067516 CPUtime=12.49 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) S 16834 16837 13007 0 -1 1077944384 17096 12343 0 0 1181 61 5 2 20 0 15 0 84618729 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140414397188624 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=14067516 CPUtime=12.5 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) S 16834 16837 13007 0 -1 1077944384 15006 12343 0 0 1182 61 5 2 20 0 15 0 84618729 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=14067516 CPUtime=12.51 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) S 16834 16837 13007 0 -1 1077944384 17410 12343 0 0 1183 61 5 2 20 0 15 0 84618729 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=14067516 CPUtime=12.47 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) S 16834 16837 13007 0 -1 1077944384 19402 12343 0 0 1178 62 5 2 20 0 15 0 84618729 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=14067516 CPUtime=6.79 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) S 16834 16837 13007 0 -1 1077944384 19280 12343 0 0 601 71 5 2 20 0 15 0 84618730 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413713955568 140414797208194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 58 12343 0 0 0 0 5 2 20 0 15 0 84618730 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413712901920 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 44 12343 0 0 0 0 5 2 20 0 15 0 84618731 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413711848704 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618733 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16896] ppid=16834 vsize=14067516 CPUtime=3.46 cores=1,3,5,7
/proc/16837/task/16896/stat : 16896 (java) S 16834 16837 13007 0 -1 1077944384 11869 12343 0 0 337 2 5 2 20 0 15 0 84618733 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413709744368 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16897] ppid=16834 vsize=14067516 CPUtime=3.65 cores=1,3,5,7
/proc/16837/task/16897/stat : 16897 (java) S 16834 16837 13007 0 -1 1077944384 15260 12343 0 0 356 2 5 2 20 0 15 0 84618733 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413708691824 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16898] ppid=16834 vsize=14067516 CPUtime=1.98 cores=1,3,5,7
/proc/16837/task/16898/stat : 16898 (java) S 16834 16837 13007 0 -1 1077944384 17080 12343 0 0 188 3 5 2 20 0 15 0 84618733 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413707638768 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16899] ppid=16834 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 15 0 84618734 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=14067516 CPUtime=1.5 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) S 16834 16837 13007 0 -1 1077944384 1287 12343 0 0 64 79 5 2 20 0 15 0 84618738 14405136384 1082978 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14067516

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

[startup+2474.41 s]
/proc/loadavg: 1.90 1.54 1.46 3/214 17324
/proc/meminfo: memFree=25956672/32770624 swapFree=0/459076
[pid=16837] ppid=16834 vsize=14200644 CPUtime=2520.35 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 554119 12343 0 0 251549 479 5 2 20 0 17 0 84618706 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3550161 1084056 3478 1 0 3538775 0
[pid=16837/tid=16887] ppid=16834 vsize=14200644 CPUtime=2453.24 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) S 16834 16837 13007 0 -1 1077944384 412338 12343 0 0 245189 128 5 2 20 0 17 0 84618728 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414801434592 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=14200644 CPUtime=12.55 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) R 16834 16837 13007 0 -1 4202560 17112 12343 0 0 1187 61 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414397188824 140414781894822 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=14200644 CPUtime=12.56 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) R 16834 16837 13007 0 -1 4202560 15009 12343 0 0 1188 61 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414781651162 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=14200644 CPUtime=12.57 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) R 16834 16837 13007 0 -1 4202560 17414 12343 0 0 1189 61 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414778844122 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=14200644 CPUtime=12.54 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) R 16834 16837 13007 0 -1 4202560 19407 12343 0 0 1185 62 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414781651804 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=14200644 CPUtime=6.83 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) S 16834 16837 13007 0 -1 1077944384 24801 12343 0 0 605 71 5 2 20 0 17 0 84618730 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413713953968 140414797207253 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 60 12343 0 0 0 0 5 2 20 0 17 0 84618730 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413712901520 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 44 12343 0 0 0 0 5 2 20 0 17 0 84618731 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413711848704 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 129 12343 0 0 0 0 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16896] ppid=16834 vsize=14200644 CPUtime=3.46 cores=1,3,5,7
/proc/16837/task/16896/stat : 16896 (java) S 16834 16837 13007 0 -1 1077944384 11869 12343 0 0 337 2 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413709744368 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16897] ppid=16834 vsize=14200644 CPUtime=3.65 cores=1,3,5,7
/proc/16837/task/16897/stat : 16897 (java) S 16834 16837 13007 0 -1 1077944384 15260 12343 0 0 356 2 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413708691824 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16898] ppid=16834 vsize=14200644 CPUtime=1.98 cores=1,3,5,7
/proc/16837/task/16898/stat : 16898 (java) S 16834 16837 13007 0 -1 1077944384 17103 12343 0 0 188 3 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413707634256 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16899] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 17 0 84618734 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=14200644 CPUtime=1.5 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) R 16834 16837 13007 0 -1 1077944384 1287 12343 0 0 64 79 5 2 20 0 17 0 84618738 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 2520.35
Current children cumulated vsize (KiB) 14200644

[startup+2474.5 s]
/proc/loadavg: 1.90 1.54 1.46 3/214 17324
/proc/meminfo: memFree=25956672/32770624 swapFree=0/459076
[pid=16837] ppid=16834 vsize=14200644 CPUtime=2520.59 cores=1,3,5,7
/proc/16837/stat : 16837 (java) S 16834 16837 13007 0 -1 1077944320 554137 12343 0 0 251573 479 5 2 20 0 17 0 84618706 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140725288883792 140414797197047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
/proc/16837/statm: 3550161 1084056 3478 1 0 3538775 0
[pid=16837/tid=16887] ppid=16834 vsize=14200644 CPUtime=2453.24 cores=1,3,5,7
/proc/16837/task/16887/stat : 16887 (java) R 16834 16837 13007 0 -1 4202560 412339 12343 0 0 245189 128 5 2 20 0 17 0 84618728 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414801434592 140414779047221 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16888] ppid=16834 vsize=14200644 CPUtime=12.6 cores=1,3,5,7
/proc/16837/task/16888/stat : 16888 (java) S 16834 16837 13007 0 -1 1077944384 17112 12343 0 0 1192 61 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414397188624 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16889] ppid=16834 vsize=14200644 CPUtime=12.61 cores=1,3,5,7
/proc/16837/task/16889/stat : 16889 (java) S 16834 16837 13007 0 -1 1077944384 15010 12343 0 0 1193 61 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414396136080 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16890] ppid=16834 vsize=14200644 CPUtime=12.62 cores=1,3,5,7
/proc/16837/task/16890/stat : 16890 (java) S 16834 16837 13007 0 -1 1077944384 17414 12343 0 0 1194 61 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414395083024 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16891] ppid=16834 vsize=14200644 CPUtime=12.58 cores=1,3,5,7
/proc/16837/task/16891/stat : 16891 (java) S 16834 16837 13007 0 -1 1077944384 19407 12343 0 0 1189 62 5 2 20 0 17 0 84618729 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140414394030480 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16892] ppid=16834 vsize=14200644 CPUtime=6.87 cores=1,3,5,7
/proc/16837/task/16892/stat : 16892 (java) S 16834 16837 13007 0 -1 1077944384 24809 12343 0 0 609 71 5 2 20 0 17 0 84618730 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413713955568 140414797208194 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16893] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16893/stat : 16893 (java) S 16834 16837 13007 0 -1 1077944384 61 12343 0 0 0 0 5 2 20 0 17 0 84618730 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413712901920 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16894] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16894/stat : 16894 (java) S 16834 16837 13007 0 -1 1077944384 46 12343 0 0 0 0 5 2 20 0 17 0 84618731 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413711848704 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16895] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16895/stat : 16895 (java) S 16834 16837 13007 0 -1 1077944384 129 12343 0 0 0 0 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413710797264 140414797215643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16896] ppid=16834 vsize=14200644 CPUtime=3.46 cores=1,3,5,7
/proc/16837/task/16896/stat : 16896 (java) S 16834 16837 13007 0 -1 1077944384 11869 12343 0 0 337 2 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413709744368 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16897] ppid=16834 vsize=14200644 CPUtime=3.65 cores=1,3,5,7
/proc/16837/task/16897/stat : 16897 (java) S 16834 16837 13007 0 -1 1077944384 15260 12343 0 0 356 2 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413708691824 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16898] ppid=16834 vsize=14200644 CPUtime=1.98 cores=1,3,5,7
/proc/16837/task/16898/stat : 16898 (java) R 16834 16837 13007 0 -1 4202560 17108 12343 0 0 188 3 5 2 20 0 17 0 84618733 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413707636272 140414781796581 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16899] ppid=16834 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/16837/task/16899/stat : 16899 (java) S 16834 16837 13007 0 -1 1077944384 3 12343 0 0 0 0 5 2 20 0 17 0 84618734 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413706586464 140414797207253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
[pid=16837/tid=16900] ppid=16834 vsize=14200644 CPUtime=1.5 cores=1,3,5,7
/proc/16837/task/16900/stat : 16900 (java) S 16834 16837 13007 0 -1 1077944384 1287 12343 0 0 64 79 5 2 20 0 17 0 84618738 14541459456 1084056 18446744073709551615 4194304 4196468 140725288901248 140413705534512 140414797208194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18235392 140725288908752 140725288911537 140725288911537 140725288914895 0
Current children cumulated CPU time (s) 2520.59
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2474.54
CPU time (s): 2520.65
CPU user time (s): 2515.8
CPU system time (s): 4.84601
CPU usage (%): 101.863
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.8
system time used= 4.84601
maximum resident set size= 4336740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 566619
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199598
involuntary context switches= 7756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.62 second user time and 16.2813 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 06:37:20
IDJOB=4262316
IDBENCH=120758
IDSOLVER=2650
FILE ID=node135/4262316-1502427075
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K10-P09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262316-1502427075/watcher-4262316-1502427075 -o /tmp/evaluation-result-4262316-1502427075/solver-4262316-1502427075 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262316-1502427075.xml

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

MD5SUM BENCH= 132dbb92a73ed64c3de106a7d099dd2d
RANDOM SEED=1075215139

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:        30658456 kB
MemAvailable:   31469608 kB
Buffers:          284620 kB
Cached:           818764 kB
SwapCached:            0 kB
Active:          1176528 kB
Inactive:         496076 kB
Active(anon):     569800 kB
Inactive(anon):    33140 kB
Active(file):     606728 kB
Inactive(file):   462936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24520 kB
Writeback:             4 kB
AnonPages:        569484 kB
Mapped:            62268 kB
Shmem:             33464 kB
Slab:             142184 kB
SReclaimable:     114644 kB
SUnreclaim:        27540 kB
KernelStack:        3488 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1415212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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= 61984 MiB
End job on node135 at 2017-08-11 07:18:35