Trace number 4262418

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.6399 2435.6299

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-23-sum.xml
MD5SUMd4be5d2e2f36b13e59ce195ffddd0d7a
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 variables529
Number of constraints49
Number of domains1
Minimum domain size529
Maximum domain size529
Distribution of domain sizes[{"size":529,"count":529}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":484},{"degree":4,"count":44},{"degree":5,"count":1}]
Minimum constraint arity23
Maximum constraint arity529
Distribution of constraint arities[{"arity":23,"count":48},{"arity":529,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":48}]
Optimization problemNO
Type of objective

Solver Data

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

pid=25683
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.39 1.45 1.43 3/197 25686
/proc/meminfo: memFree=30354564/32770624 swapFree=0/309136
[pid=25686] ppid=25683 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25686/stat : 25686 (runsolver) D 25683 25686 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47860375 24240128 108 18446744073709551615 4194304 4338465 140732052402240 140732052399880 139642892833495 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 33628160 140732052406480 140732052406857 140732052406857 140732052410314 0
/proc/25686/statm: 5918 108 54 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 1.39 1.45 1.43 3/197 25686
/proc/meminfo: memFree=30354564/32770624 swapFree=0/309136
[pid=25686] ppid=25683 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/25686/stat : 25686 (bash) S 25683 25686 16548 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 47860375 9867264 377 18446744073709551615 4194304 5098028 140733999951312 140733999945320 140644571139072 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 5 0 0 7196144 7232144 29941760 140733999956500 140733999956585 140733999956585 140733999960042 0
/proc/25686/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200376 s]
/proc/loadavg: 1.39 1.45 1.43 3/197 25686
/proc/meminfo: memFree=30354564/32770624 swapFree=0/309136
[pid=25686] ppid=25683 vsize=13441360 CPUtime=0.08 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 4633 12270 0 0 1 0 5 2 20 0 7 0 47860375 13763952640 3924 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3360340 3924 2003 1 0 3349837 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13441360

[startup+0.300697 s]
/proc/loadavg: 1.39 1.45 1.43 3/197 25686
/proc/meminfo: memFree=30354564/32770624 swapFree=0/309136
[pid=25686] ppid=25683 vsize=13974356 CPUtime=0.17 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 6635 12270 0 0 9 1 5 2 20 0 15 0 47860375 14309740544 7235 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3493589 7235 2876 1 0 3482965 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.700315 s]
/proc/loadavg: 1.39 1.45 1.43 3/197 25686
/proc/meminfo: memFree=30354564/32770624 swapFree=0/309136
[pid=25686] ppid=25683 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 13956 12270 0 0 61 4 5 2 20 0 15 0 47860375 14310178816 14899 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3493696 14899 3108 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.39 1.45 1.43 4/212 25749
/proc/meminfo: memFree=30258364/32770624 swapFree=0/309152
[pid=25686] ppid=25683 vsize=13985408 CPUtime=1.94 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 30146 12270 0 0 177 10 5 2 20 0 15 0 47860375 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3496352 42734 3373 1 0 3485525 0
[pid=25686/tid=25736] ppid=25683 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) R 25683 25686 16548 0 -1 4202560 22744 12270 0 0 117 7 5 2 20 0 15 0 47860393 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667896205360 140667891989910 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 47 12270 0 0 1 0 5 2 20 0 15 0 47860394 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 64 12270 0 0 1 0 5 2 20 0 15 0 47860394 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 192 12270 0 0 1 0 5 2 20 0 15 0 47860394 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 58 12270 0 0 1 0 5 2 20 0 15 0 47860394 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) S 25683 25686 16548 0 -1 1077944384 1498 12270 0 0 1 0 5 2 20 0 15 0 47860395 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667437685360 140667891989122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 55 12270 0 0 0 0 5 2 20 0 15 0 47860396 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667436631392 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 15 0 47860396 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25745] ppid=25683 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/25686/task/25745/stat : 25745 (java) R 25683 25686 16548 0 -1 4202560 975 12270 0 0 13 0 5 2 20 0 15 0 47860399 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667433474160 140667876810625 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25746] ppid=25683 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/25686/task/25746/stat : 25746 (java) S 25683 25686 16548 0 -1 1077944384 870 12270 0 0 16 0 5 2 20 0 15 0 47860399 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667432421360 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25747] ppid=25683 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/25686/task/25747/stat : 25747 (java) S 25683 25686 16548 0 -1 1077944384 1432 12270 0 0 24 0 5 2 20 0 15 0 47860399 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667431369072 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25748] ppid=25683 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 10 12270 0 0 0 0 5 2 20 0 15 0 47860403 14321057792 42734 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10111 s]
/proc/loadavg: 1.52 1.47 1.44 5/212 25749
/proc/meminfo: memFree=30184844/32770624 swapFree=0/309152
[pid=25686] ppid=25683 vsize=13999932 CPUtime=5.85 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 43310 12270 0 0 562 16 5 2 20 0 15 0 47860375 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3499983 70734 3460 1 0 3488597 0
[pid=25686/tid=25736] ppid=25683 vsize=13999932 CPUtime=2.88 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) R 25683 25686 16548 0 -1 4202560 29163 12270 0 0 272 9 5 2 20 0 15 0 47860393 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667896206944 140667891999322 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 107 12270 0 0 1 0 5 2 20 0 15 0 47860394 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 78 12270 0 0 1 0 5 2 20 0 15 0 47860394 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 198 12270 0 0 1 0 5 2 20 0 15 0 47860394 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 71 12270 0 0 1 0 5 2 20 0 15 0 47860394 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) S 25683 25686 16548 0 -1 1077944384 1558 12270 0 0 1 0 5 2 20 0 15 0 47860395 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667437685360 140667891989122 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 55 12270 0 0 0 0 5 2 20 0 15 0 47860396 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667436631392 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 15 0 47860396 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25745] ppid=25683 vsize=13999932 CPUtime=1.1 cores=0,2,4,6
/proc/25686/task/25745/stat : 25745 (java) R 25683 25686 16548 0 -1 4202560 4166 12270 0 0 102 1 5 2 20 0 15 0 47860399 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667433464992 140667891989910 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25746] ppid=25683 vsize=13999932 CPUtime=0.82 cores=0,2,4,6
/proc/25686/task/25746/stat : 25746 (java) R 25683 25686 16548 0 -1 4202560 1967 12270 0 0 75 0 5 2 20 0 15 0 47860399 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667432406128 140667873522537 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25747] ppid=25683 vsize=13999932 CPUtime=1.1 cores=0,2,4,6
/proc/25686/task/25747/stat : 25747 (java) R 25683 25686 16548 0 -1 4202560 3737 12270 0 0 102 1 5 2 20 0 15 0 47860399 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667431361280 140667891999322 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25748] ppid=25683 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 11 12270 0 0 0 0 5 2 20 0 15 0 47860403 14335930368 70734 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 13999932

[startup+6.3012 s]
/proc/loadavg: 1.52 1.47 1.44 3/212 25749
/proc/meminfo: memFree=29972720/32770624 swapFree=0/309152
[pid=25686] ppid=25683 vsize=14067516 CPUtime=14.03 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 66796 12270 0 0 1370 26 5 2 20 0 15 0 47860375 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3516879 106098 3475 1 0 3505493 0
[pid=25686/tid=25736] ppid=25683 vsize=14067516 CPUtime=6.01 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) R 25683 25686 16548 0 -1 4202560 44262 12270 0 0 581 13 5 2 20 0 15 0 47860393 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667896211096 140667526749004 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 143 12270 0 0 4 1 5 2 20 0 15 0 47860394 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 98 12270 0 0 4 1 5 2 20 0 15 0 47860394 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 218 12270 0 0 4 1 5 2 20 0 15 0 47860394 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 89 12270 0 0 4 1 5 2 20 0 15 0 47860394 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) S 25683 25686 16548 0 -1 1077944384 2278 12270 0 0 4 0 5 2 20 0 15 0 47860395 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667437685360 140667891989122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 55 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667436631456 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25745] ppid=25683 vsize=14067516 CPUtime=3.26 cores=0,2,4,6
/proc/25686/task/25745/stat : 25745 (java) S 25683 25686 16548 0 -1 1077944384 4884 12270 0 0 318 1 5 2 20 0 15 0 47860399 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667433474160 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25746] ppid=25683 vsize=14067516 CPUtime=3 cores=0,2,4,6
/proc/25686/task/25746/stat : 25746 (java) R 25683 25686 16548 0 -1 4202560 7728 12270 0 0 291 2 5 2 20 0 15 0 47860399 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667432421360 140667869202128 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25747] ppid=25683 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/25686/task/25747/stat : 25747 (java) S 25683 25686 16548 0 -1 1077944384 4825 12270 0 0 155 2 5 2 20 0 15 0 47860399 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667431369072 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25748] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 14 12270 0 0 0 0 5 2 20 0 15 0 47860403 14405136384 106098 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.82 1.54 1.46 4/212 25749
/proc/meminfo: memFree=29678064/32770624 swapFree=0/309152
[pid=25686] ppid=25683 vsize=14067516 CPUtime=28.09 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 81180 12270 0 0 2766 36 5 2 20 0 15 0 47860375 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3516879 189929 3476 1 0 3505493 0
[pid=25686/tid=25736] ppid=25683 vsize=14067516 CPUtime=12.36 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) R 25683 25686 16548 0 -1 4202560 45550 12270 0 0 1211 18 5 2 20 0 15 0 47860393 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667896211392 140667522614852 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 569 12270 0 0 6 2 5 2 20 0 15 0 47860394 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 180 12270 0 0 6 1 5 2 20 0 15 0 47860394 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 1332 12270 0 0 6 2 5 2 20 0 15 0 47860394 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 124 12270 0 0 6 1 5 2 20 0 15 0 47860394 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) S 25683 25686 16548 0 -1 1077944384 2680 12270 0 0 5 0 5 2 20 0 15 0 47860395 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667437685360 140667891989122 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 55 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667436631456 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 189929 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0

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

/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 161850 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=14067516 CPUtime=1.52 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 943 12270 0 0 76 69 5 2 20 0 15 0 47860403 14405136384 161850 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 2343.47
Current children cumulated vsize (KiB) 14067516

[startup+2322.3 s]
/proc/loadavg: 1.44 1.47 1.45 3/209 26021
/proc/meminfo: memFree=30065256/32770624 swapFree=0/309688
[pid=25686] ppid=25683 vsize=14067516 CPUtime=2404.66 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 464595 12270 0 0 239926 533 5 2 20 0 15 0 47860375 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3516879 163523 3477 1 0 3505493 0
[pid=25686/tid=25736] ppid=25683 vsize=14067516 CPUtime=2295.95 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) R 25683 25686 16548 0 -1 4202560 293997 12270 0 0 229482 106 5 2 20 0 15 0 47860393 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667896210928 140667523292618 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=14067516 CPUtime=14.01 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 27858 12270 0 0 1325 69 5 2 20 0 15 0 47860394 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=14067516 CPUtime=13.97 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 25990 12270 0 0 1315 75 5 2 20 0 15 0 47860394 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=14067516 CPUtime=14.06 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 27407 12270 0 0 1327 72 5 2 20 0 15 0 47860394 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=14067516 CPUtime=13.97 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 27918 12270 0 0 1320 70 5 2 20 0 15 0 47860394 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=14067516 CPUtime=8.84 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) S 25683 25686 16548 0 -1 1077944384 14722 12270 0 0 763 114 5 2 20 0 15 0 47860395 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667437685360 140667891989122 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 55 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667436631456 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25745] ppid=25683 vsize=14067516 CPUtime=18.63 cores=0,2,4,6
/proc/25686/task/25745/stat : 25745 (java) S 25683 25686 16548 0 -1 1077944384 13325 12270 0 0 1852 4 5 2 20 0 15 0 47860399 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667433474160 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25746] ppid=25683 vsize=14067516 CPUtime=18.34 cores=0,2,4,6
/proc/25686/task/25746/stat : 25746 (java) S 25683 25686 16548 0 -1 1077944384 16924 12270 0 0 1822 5 5 2 20 0 15 0 47860399 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667432421360 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25747] ppid=25683 vsize=14067516 CPUtime=5.86 cores=0,2,4,6
/proc/25686/task/25747/stat : 25747 (java) S 25683 25686 16548 0 -1 1077944384 13237 12270 0 0 572 7 5 2 20 0 15 0 47860399 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667431369072 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25748] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=14067516 CPUtime=1.56 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 960 12270 0 0 78 71 5 2 20 0 15 0 47860403 14405136384 163523 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 2404.66
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.01 1.35 1.41 3/209 26023
/proc/meminfo: memFree=30073304/32770624 swapFree=0/309744
[pid=25686] ppid=25683 vsize=14067516 CPUtime=2465.84 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 473467 12270 0 0 246032 545 5 2 20 0 15 0 47860375 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3516879 167415 3477 1 0 3505493 0
[pid=25686/tid=25736] ppid=25683 vsize=14067516 CPUtime=2355.23 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) R 25683 25686 16548 0 -1 4202560 299961 12270 0 0 235407 109 5 2 20 0 15 0 47860393 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667896210592 140667523293671 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=14067516 CPUtime=14.41 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 28434 12270 0 0 1364 70 5 2 20 0 15 0 47860394 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=14067516 CPUtime=14.39 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 26591 12270 0 0 1355 77 5 2 20 0 15 0 47860394 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=14067516 CPUtime=14.48 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 28284 12270 0 0 1367 74 5 2 20 0 15 0 47860394 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=14067516 CPUtime=14.38 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 28448 12270 0 0 1360 71 5 2 20 0 15 0 47860394 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=14067516 CPUtime=9.06 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) S 25683 25686 16548 0 -1 1077944384 15031 12270 0 0 783 116 5 2 20 0 15 0 47860395 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667437685360 140667891989122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 55 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667436631456 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25745] ppid=25683 vsize=14067516 CPUtime=18.63 cores=0,2,4,6
/proc/25686/task/25745/stat : 25745 (java) S 25683 25686 16548 0 -1 1077944384 13327 12270 0 0 1852 4 5 2 20 0 15 0 47860399 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667433474160 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25746] ppid=25683 vsize=14067516 CPUtime=18.34 cores=0,2,4,6
/proc/25686/task/25746/stat : 25746 (java) S 25683 25686 16548 0 -1 1077944384 16926 12270 0 0 1822 5 5 2 20 0 15 0 47860399 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667432421360 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25747] ppid=25683 vsize=14067516 CPUtime=5.86 cores=0,2,4,6
/proc/25686/task/25747/stat : 25747 (java) S 25683 25686 16548 0 -1 1077944384 13239 12270 0 0 572 7 5 2 20 0 15 0 47860399 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667431369072 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25748] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 969 12270 0 0 80 73 5 2 20 0 15 0 47860403 14405136384 167415 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 2465.84
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2435.4 s]
/proc/loadavg: 1.32 1.38 1.42 3/212 26039
/proc/meminfo: memFree=30005592/32770624 swapFree=0/309796
[pid=25686] ppid=25683 vsize=14067516 CPUtime=2520.03 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 482776 12270 0 0 251437 559 5 2 20 0 15 0 47860375 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3516879 188931 3477 1 0 3505493 0
[pid=25686/tid=25736] ppid=25683 vsize=14067516 CPUtime=2407.69 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) R 25683 25686 16548 0 -1 4202560 306504 12270 0 0 240651 111 5 2 20 0 15 0 47860393 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667896210304 140667524865047 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=14067516 CPUtime=14.78 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 29025 12270 0 0 1399 72 5 2 20 0 15 0 47860394 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=14067516 CPUtime=14.76 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 27076 12270 0 0 1390 79 5 2 20 0 15 0 47860394 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=14067516 CPUtime=14.84 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 28990 12270 0 0 1401 76 5 2 20 0 15 0 47860394 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=14067516 CPUtime=14.76 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 29086 12270 0 0 1395 74 5 2 20 0 15 0 47860394 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=14067516 CPUtime=9.25 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) S 25683 25686 16548 0 -1 1077944384 15354 12270 0 0 799 119 5 2 20 0 15 0 47860395 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667437685360 140667891989122 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 55 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667436631456 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 15 0 47860396 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25745] ppid=25683 vsize=14067516 CPUtime=18.63 cores=0,2,4,6
/proc/25686/task/25745/stat : 25745 (java) S 25683 25686 16548 0 -1 1077944384 13329 12270 0 0 1852 4 5 2 20 0 15 0 47860399 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667433474160 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25746] ppid=25683 vsize=14067516 CPUtime=18.34 cores=0,2,4,6
/proc/25686/task/25746/stat : 25746 (java) S 25683 25686 16548 0 -1 1077944384 16928 12270 0 0 1822 5 5 2 20 0 15 0 47860399 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667432421360 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25747] ppid=25683 vsize=14067516 CPUtime=5.86 cores=0,2,4,6
/proc/25686/task/25747/stat : 25747 (java) S 25683 25686 16548 0 -1 1077944384 13241 12270 0 0 572 7 5 2 20 0 15 0 47860399 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667431369072 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25748] ppid=25683 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 15 0 47860399 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=14067516 CPUtime=1.63 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 986 12270 0 0 83 73 5 2 20 0 15 0 47860403 14405136384 188931 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 2520.03
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 25686 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2435.6 s]
/proc/loadavg: 1.32 1.38 1.42 3/212 26039
/proc/meminfo: memFree=30005592/32770624 swapFree=0/309796
[pid=25686] ppid=25683 vsize=14200644 CPUtime=2520.56 cores=0,2,4,6
/proc/25686/stat : 25686 (java) S 25683 25686 16548 0 -1 1077944320 485973 12270 0 0 251489 560 5 2 20 0 17 0 47860375 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140723375078384 140667891977975 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
/proc/25686/statm: 3550161 193775 3477 1 0 3538775 0
[pid=25686/tid=25736] ppid=25683 vsize=14200644 CPUtime=2407.7 cores=0,2,4,6
/proc/25686/task/25736/stat : 25736 (java) S 25683 25686 16548 0 -1 1077944384 306638 12270 0 0 240652 111 5 2 20 0 17 0 47860393 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667896215520 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25737] ppid=25683 vsize=14200644 CPUtime=14.9 cores=0,2,4,6
/proc/25686/task/25737/stat : 25737 (java) S 25683 25686 16548 0 -1 1077944384 29058 12270 0 0 1410 73 5 2 20 0 17 0 47860394 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667833923984 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25738] ppid=25683 vsize=14200644 CPUtime=14.88 cores=0,2,4,6
/proc/25686/task/25738/stat : 25738 (java) S 25683 25686 16548 0 -1 1077944384 27089 12270 0 0 1401 80 5 2 20 0 17 0 47860394 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667832871184 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25739] ppid=25683 vsize=14200644 CPUtime=14.95 cores=0,2,4,6
/proc/25686/task/25739/stat : 25739 (java) S 25683 25686 16548 0 -1 1077944384 29017 12270 0 0 1412 76 5 2 20 0 17 0 47860394 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667831818896 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25740] ppid=25683 vsize=14200644 CPUtime=14.87 cores=0,2,4,6
/proc/25686/task/25740/stat : 25740 (java) S 25683 25686 16548 0 -1 1077944384 29103 12270 0 0 1406 74 5 2 20 0 17 0 47860394 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667830766096 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25741] ppid=25683 vsize=14200644 CPUtime=9.32 cores=0,2,4,6
/proc/25686/task/25741/stat : 25741 (java) R 25683 25686 16548 0 -1 4202560 18079 12270 0 0 806 119 5 2 20 0 17 0 47860395 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667437683760 140667873853764 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25742] ppid=25683 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25742/stat : 25742 (java) S 25683 25686 16548 0 -1 1077944384 57 12270 0 0 0 0 5 2 20 0 17 0 47860396 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667436631536 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25743] ppid=25683 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25743/stat : 25743 (java) S 25683 25686 16548 0 -1 1077944384 45 12270 0 0 0 0 5 2 20 0 17 0 47860396 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667435579008 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25744] ppid=25683 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25744/stat : 25744 (java) S 25683 25686 16548 0 -1 1077944384 103 12270 0 0 0 0 5 2 20 0 17 0 47860399 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667434527312 140667891996571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25745] ppid=25683 vsize=14200644 CPUtime=18.63 cores=0,2,4,6
/proc/25686/task/25745/stat : 25745 (java) S 25683 25686 16548 0 -1 1077944384 13329 12270 0 0 1852 4 5 2 20 0 17 0 47860399 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667433474160 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25746] ppid=25683 vsize=14200644 CPUtime=18.34 cores=0,2,4,6
/proc/25686/task/25746/stat : 25746 (java) S 25683 25686 16548 0 -1 1077944384 16928 12270 0 0 1822 5 5 2 20 0 17 0 47860399 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667432421360 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25747] ppid=25683 vsize=14200644 CPUtime=5.86 cores=0,2,4,6
/proc/25686/task/25747/stat : 25747 (java) S 25683 25686 16548 0 -1 1077944384 13275 12270 0 0 572 7 5 2 20 0 17 0 47860399 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667431362496 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25748] ppid=25683 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25748/stat : 25748 (java) S 25683 25686 16548 0 -1 1077944384 3 12270 0 0 0 0 5 2 20 0 17 0 47860399 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667430316512 140667891988181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
[pid=25686/tid=25749] ppid=25683 vsize=14200644 CPUtime=1.63 cores=0,2,4,6
/proc/25686/task/25749/stat : 25749 (java) S 25683 25686 16548 0 -1 1077944384 986 12270 0 0 83 73 5 2 20 0 17 0 47860403 14541459456 193775 18446744073709551615 4194304 4196468 140723375095840 140667429264304 140667891989122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9977856 140723375101904 140723375104689 140723375104689 140723375108047 0
Current children cumulated CPU time (s) 2520.56
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2435.63
CPU time (s): 2520.64
CPU user time (s): 2514.99
CPU system time (s): 5.6424
CPU usage (%): 103.49
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.99
system time used= 5.6424
maximum resident set size= 1176316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498377
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 240267
involuntary context switches= 7362

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2381 second user time and 14.8173 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 14:50:08
IDJOB=4262418
IDBENCH=133226
IDSOLVER=2650
FILE ID=node126/4262418-1502456648
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-23-sum.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262418-1502456648/watcher-4262418-1502456648 -o /tmp/evaluation-result-4262418-1502456648/solver-4262418-1502456648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262418-1502456648.xml

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

MD5SUM BENCH= d4be5d2e2f36b13e59ce195ffddd0d7a
RANDOM SEED=601396866

node126.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.81
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.81
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.81
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.81
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:        30355028 kB
MemAvailable:   30970480 kB
Buffers:          282616 kB
Cached:           605796 kB
SwapCached:          524 kB
Active:          1575028 kB
Inactive:         380536 kB
Active(anon):    1021076 kB
Inactive(anon):    71324 kB
Active(file):     553952 kB
Inactive(file):   309212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24512 kB
Writeback:             0 kB
AnonPages:       1066772 kB
Mapped:            55380 kB
Shmem:             25248 kB
Slab:             162548 kB
SReclaimable:     136244 kB
SUnreclaim:        26304 kB
KernelStack:        3440 kB
PageTables:         7536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1989988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 15:30:44