Trace number 4292847

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.8 2018-06-13? (TO) 2520.11 2500.03

General information on the benchmark

NameColouredQueens/
ColouredQueens-11_c18.xml
MD5SUM3da25fcd556a00d93fc440927ef81e89
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 variables121
Number of constraints60
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":117}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":24}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.77	c Concrete v3.8.1528841891564 running
2520.07/2500.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2500.02		at concrete.MAC.mac(MAC.scala:188)
2520.07/2500.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2500.02		at scala.util.Try$.apply(Try.scala:209)
2520.07/2500.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2500.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2500.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2500.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2500.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2500.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2500.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2500.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2500.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2500.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2500.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2500.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2500.02		at concrete.ProblemState.map(ProblemState.scala:221)
2520.07/2500.02		at concrete.ProblemState.map(ProblemState.scala:204)
2520.07/2500.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2500.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2500.02		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.07/2500.02		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.07/2500.02		at concrete.Solver.toStream(Solver.scala:68)
2520.07/2500.02		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.07/2500.02		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.07/2500.02		at concrete.Solver.toIterable(Solver.scala:68)
2520.07/2500.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.07/2500.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2500.02		at scala.util.Success.map(Try.scala:209)
2520.07/2500.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2500.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2500.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2500.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2500.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2500.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2500.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2500.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2500.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2500.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2500.02		at scala.App.main(App.scala:76)
2520.07/2500.02		at scala.App.main$(App.scala:74)
2520.07/2500.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2500.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2500.02	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8686 MiB free)
  memory of node 1: 16384 MiB (10912 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292847-1532295923/watcher-4292847-1532295923 -o /tmp/evaluation-result-4292847-1532295923/solver-4292847-1532295923 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=845165404 HOME/instance-4292847-1532295923.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7951, runsolver pid=7942
Current StackSize limit: 8192 KiB


[startup+0.100041 s]*
/proc/loadavg: 1.46 1.50 1.45 5/207 8034
/proc/meminfo: memFree=20032128/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10648 memory=404 CPUtime=0.08 cores=0,2,4,6
/proc/7951/stat : 7951 (java) R 7942 7951 7887 0 -1 4194304 1135 13008 0 0 0 0 5 3 20 0 1 0 47155541 10903552 66 33554432000 4194304 4196468 140730319884016 140730319881240 140099002112199 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2630 101 77 1 0 52 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10648 KiB
Current children cumulated memory: 404 KiB

[startup+0.210055 s]*
/proc/loadavg: 1.46 1.50 1.45 5/216 8080
/proc/meminfo: memFree=20010936/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10818904 memory=40788 CPUtime=0.23 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 6878 13008 0 0 13 2 5 3 20 0 15 0 47155541 11078557696 10197 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2704726 10197 2973 1 0 2667149 0
[pid=7951/tid=8053] ppid=7942 vsize=10818904 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 3445 13008 0 0 8 1 5 3 20 0 15 0 47155552 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098971653520 140098999858333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10818904 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11078557696 10263 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10818904 memory=140517612183058 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155553 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10818904 memory=140517612172928 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155554 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 33 13008 0 0 0 0 5 3 20 0 15 0 47155555 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098458289568 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098343527920 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11078557696 10263 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 479 13008 0 0 1 0 5 3 20 0 15 0 47155558 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 133 13008 0 0 0 0 5 3 20 0 15 0 47155558 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10818904 memory=140517612172928 CPUtime=0.1 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) R 7942 7951 7887 0 -1 4202560 599 13008 0 0 2 0 5 3 20 0 15 0 47155558 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098422626544 140098981076720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11078557696 10263 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10818904 memory=140517612172928 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155558 11078557696 10263 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40788 KiB

[startup+0.310182 s]*
/proc/loadavg: 1.46 1.50 1.45 3/216 8080
/proc/meminfo: memFree=19985472/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10819352 memory=52512 CPUtime=0.36 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 10036 13008 0 0 25 3 5 3 20 0 15 0 47155541 11079016448 13128 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2704838 13128 3099 1 0 2667149 0
[pid=7951/tid=8053] ppid=7942 vsize=10819384 memory=576461178948550685 CPUtime=0.27 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 6604 13008 0 0 17 2 5 3 20 0 15 0 47155552 11079049216 13128 33554432000 4194304 4196468 140730319884016 140098971646960 140098992553511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10819352 memory=303148786996477975 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 13128 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10819352 memory=15961631815087768 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10819352 memory=8110268427993965958 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10819352 memory=3472328296225127011 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10819352 memory=3472468813837299944 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155554 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10819352 memory=3472328296227680303 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 33 13008 0 0 0 0 5 3 20 0 15 0 47155555 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098458289568 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10819352 memory=-8312670058677691234 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098343527920 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10819384 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11079049216 13128 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 482 13008 0 0 1 0 5 3 20 0 15 0 47155558 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10819352 memory=8313491497846792056 CPUtime=0.09 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 136 13008 0 0 1 0 5 3 20 0 15 0 47155558 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10819352 memory=140517612172928 CPUtime=0.12 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) S 7942 7951 7887 0 -1 1077944384 610 13008 0 0 4 0 5 3 20 0 15 0 47155558 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098422626544 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11079016448 13128 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10819352 memory=140517612172928 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155558 11079016448 13128 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52512 KiB

[startup+0.700798 s]
/proc/loadavg: 1.46 1.50 1.45 4/216 8080
/proc/meminfo: memFree=19960152/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10819352 memory=88556 CPUtime=0.97 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 16762 13008 0 0 84 5 5 3 20 0 15 0 47155541 11079016448 22139 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2704838 22139 3238 1 0 2667149 0
[pid=7951/tid=8053] ppid=7942 vsize=10819352 memory=4004 CPUtime=0.64 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 12189 13008 0 0 53 3 5 3 20 0 15 0 47155552 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098971656464 140098983916894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10819352 memory=18448 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 22139 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10819352 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10819352 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10819352 memory=952 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155553 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10819352 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 5 13008 0 0 0 0 5 3 20 0 15 0 47155554 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10819352 memory=7305218370954488405 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 33 13008 0 0 0 0 5 3 20 0 15 0 47155555 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098458289568 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10819352 memory=6081387179578519657 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098343527920 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10819352 memory=6935649255878119504 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11079016448 22139 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10819352 memory=5450909908396308010 CPUtime=0.15 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 897 13008 0 0 7 0 5 3 20 0 15 0 47155558 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10819352 memory=-7533522213388100735 CPUtime=0.17 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 770 13008 0 0 9 0 5 3 20 0 15 0 47155558 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) S 7942 7951 7887 0 -1 1077944384 668 13008 0 0 13 0 5 3 20 0 15 0 47155558 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098422626544 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11079016448 22139 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10819352 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155558 11079016448 22139 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88556 KiB

[startup+1.50077 s]
/proc/loadavg: 1.46 1.50 1.45 7/216 8080
/proc/meminfo: memFree=19873568/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10834252 memory=177088 CPUtime=2.25 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 23894 13008 0 0 207 10 5 3 20 0 15 0 47155541 11094274048 44272 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2708563 44272 3472 1 0 2670221 0
[pid=7951/tid=8053] ppid=7942 vsize=10834252 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 17704 13008 0 0 127 6 5 3 20 0 15 0 47155552 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098971660256 140098999858333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10834252 memory=288230583166042426 CPUtime=0.09 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 192 13008 0 0 1 0 5 3 20 0 15 0 47155553 11094274048 44272 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10834252 memory=288230596017400187 CPUtime=0.09 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 23 13008 0 0 1 0 5 3 20 0 15 0 47155553 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 20 13008 0 0 1 0 5 3 20 0 15 0 47155553 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 74 13008 0 0 0 0 5 3 20 0 15 0 47155553 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10834252 memory=6935649255776346176 CPUtime=0.09 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 53 13008 0 0 1 0 5 3 20 0 15 0 47155554 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10834252 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 34 13008 0 0 0 0 5 3 20 0 15 0 47155555 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098458289632 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10834252 memory=5866309395013455952 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098343527936 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11094274048 44272 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10834252 memory=4638778398332698722 CPUtime=0.25 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 1123 13008 0 0 17 0 5 3 20 0 15 0 47155558 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10834252 memory=4638778398332698726 CPUtime=0.32 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 1240 13008 0 0 23 1 5 3 20 0 15 0 47155558 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10834252 memory=4638778398332764256 CPUtime=0.4 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) S 7942 7951 7887 0 -1 1077944384 1235 13008 0 0 32 0 5 3 20 0 15 0 47155558 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098422626544 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10834252 memory=4638778398333096784 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11094274048 44272 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155558 11094274048 44272 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 177088 KiB

[startup+3.11069 s]
/proc/loadavg: 1.46 1.50 1.45 7/216 8080
/proc/meminfo: memFree=19582436/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10844512 memory=256620 CPUtime=6.39 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 45299 13008 0 0 614 17 5 3 20 0 15 0 47155541 11104780288 64155 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2711128 64155 3496 1 0 2672781 0
[pid=7951/tid=8053] ppid=7942 vsize=10844512 memory=203380 CPUtime=3.01 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 28641 13008 0 0 284 9 5 3 20 0 15 0 47155552 11104780288 64155 33554432000 4194304 4196468 140730319884016 140098971653824 140098983916924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0

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

/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 60643 13008 0 0 231142 25 5 3 20 0 15 0 47155552 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098971669968 140098573694949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.27 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 6870 13008 0 0 397 22 5 3 20 0 15 0 47155553 11173986304 129064 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.26 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 7235 13008 0 0 397 21 5 3 20 0 15 0 47155553 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.27 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 4485 13008 0 0 396 23 5 3 20 0 15 0 47155553 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.26 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 3107 13008 0 0 397 21 5 3 20 0 15 0 47155553 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.14 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 7937 13008 0 0 386 20 5 3 20 0 15 0 47155554 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10912096 memory=516256 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 37 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098458289632 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10912096 memory=516256 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098343527936 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10912096 memory=516256 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129064 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10912096 memory=516256 CPUtime=3.1 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 16877 13008 0 0 300 2 5 3 20 0 15 0 47155558 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10912096 memory=12976 CPUtime=3.25 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 20406 13008 0 0 312 5 5 3 20 0 15 0 47155558 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10912096 memory=516256 CPUtime=1.57 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) S 7942 7951 7887 0 -1 1077944384 14948 13008 0 0 146 3 5 3 20 0 15 0 47155558 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098422626544 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10912096 memory=516256 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129064 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10912096 memory=932 CPUtime=1.18 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 757 13008 0 0 58 52 5 3 20 0 15 0 47155558 11173986304 129064 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2341.44 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 516256 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.45 1.42 3/215 8322
/proc/meminfo: memFree=19089560/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10912096 memory=516280 CPUtime=2401.76 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 146288 13008 0 0 239997 171 5 3 20 0 15 0 47155541 11173986304 129070 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2728024 129070 3518 1 0 2689677 0
[pid=7951/tid=8053] ppid=7942 vsize=10912096 memory=516280 CPUtime=2371.48 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 60943 13008 0 0 237114 26 5 3 20 0 15 0 47155552 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098971670096 140098573357768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.38 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 6889 13008 0 0 407 23 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.37 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 7308 13008 0 0 407 22 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10912096 memory=516280 CPUtime=4.38 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 4711 13008 0 0 407 23 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10912096 memory=516280 CPUtime=4.37 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 3125 13008 0 0 408 21 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10912096 memory=516256 CPUtime=4.25 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 8080 13008 0 0 396 21 5 3 20 0 15 0 47155554 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10912096 memory=516256 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 37 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098458289632 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10912096 memory=516256 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098343527936 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10912096 memory=516280 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10912096 memory=4140 CPUtime=3.1 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 16879 13008 0 0 300 2 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10912096 memory=516256 CPUtime=3.25 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 20408 13008 0 0 312 5 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10912096 memory=516256 CPUtime=1.57 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) S 7942 7951 7887 0 -1 1077944384 14950 13008 0 0 146 3 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098422626544 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10912096 memory=15668 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10912096 memory=1296 CPUtime=1.21 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 763 13008 0 0 60 53 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2401.76 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 516280 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.39 1.40 6/215 8323
/proc/meminfo: memFree=19089560/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10912096 memory=516280 CPUtime=2462.07 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 146660 13008 0 0 246023 176 5 3 20 0 15 0 47155541 11173986304 129070 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2728024 129070 3518 1 0 2689677 0
[pid=7951/tid=8053] ppid=7942 vsize=10912096 memory=516280 CPUtime=2431.21 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 61174 13008 0 0 243086 27 5 3 20 0 15 0 47155552 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098971669952 140098573853869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10912096 memory=516280 CPUtime=4.49 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 6892 13008 0 0 417 24 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10912096 memory=516280 CPUtime=4.48 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 7322 13008 0 0 417 23 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10912096 memory=516280 CPUtime=4.49 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 4731 13008 0 0 417 24 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10912096 memory=516280 CPUtime=4.48 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 3160 13008 0 0 418 22 5 3 20 0 15 0 47155553 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10912096 memory=516280 CPUtime=4.36 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 8143 13008 0 0 406 22 5 3 20 0 15 0 47155554 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10912096 memory=516280 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 37 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098458289632 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10912096 memory=516280 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098343527936 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10912096 memory=516280 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10912096 memory=516280 CPUtime=3.1 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 16879 13008 0 0 300 2 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10912096 memory=1232 CPUtime=3.25 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 20408 13008 0 0 312 5 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10912096 memory=516280 CPUtime=1.57 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) S 7942 7951 7887 0 -1 1077944384 14950 13008 0 0 146 3 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098422626544 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10912096 memory=516280 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10912096 memory=516280 CPUtime=1.24 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 769 13008 0 0 62 54 5 3 20 0 15 0 47155558 11173986304 129070 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2462.07 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 516280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500 s]*
/proc/loadavg: 1.07 1.30 1.37 3/215 8324
/proc/meminfo: memFree=19090292/32770624 swapFree=67108860/67108860
[pid=7951] ppid=7942 vsize=10912096 memory=516360 CPUtime=2520.07 cores=0,2,4,6
/proc/7951/stat : 7951 (java) S 7942 7951 7887 0 -1 1077944320 147685 13008 0 0 251820 179 5 3 20 0 15 0 47155541 11173986304 129090 33554432000 4194304 4196468 140730319884016 140730319866560 140098999836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
/proc/7951/statm: 2728024 129090 3518 1 0 2689677 0
[pid=7951/tid=8053] ppid=7942 vsize=10912096 memory=8112282956445269571 CPUtime=2488.65 cores=0,2,4,6
/proc/7951/task/8053/stat : 8053 (java) R 7942 7951 7887 0 -1 4202560 61650 13008 0 0 248830 27 5 3 20 0 15 0 47155552 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098971670800 140098575673022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8056] ppid=7942 vsize=10912096 memory=4126316290023845779 CPUtime=4.61 cores=0,2,4,6
/proc/7951/task/8056/stat : 8056 (java) S 7942 7951 7887 0 -1 1077944384 6914 13008 0 0 428 25 5 3 20 0 15 0 47155553 11173986304 129090 33554432000 4194304 4196468 140730319884016 140099004078352 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8058] ppid=7942 vsize=10912096 memory=1408 CPUtime=4.59 cores=0,2,4,6
/proc/7951/task/8058/stat : 8058 (java) S 7942 7951 7887 0 -1 1077944384 7404 13008 0 0 428 23 5 3 20 0 15 0 47155553 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098892351888 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8060] ppid=7942 vsize=10912096 memory=3228 CPUtime=4.59 cores=0,2,4,6
/proc/7951/task/8060/stat : 8060 (java) S 7942 7951 7887 0 -1 1077944384 4993 13008 0 0 427 24 5 3 20 0 15 0 47155553 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098891299344 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8062] ppid=7942 vsize=10912096 memory=481696 CPUtime=4.6 cores=0,2,4,6
/proc/7951/task/8062/stat : 8062 (java) S 7942 7951 7887 0 -1 1077944384 3189 13008 0 0 429 23 5 3 20 0 15 0 47155553 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098890246800 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8064] ppid=7942 vsize=10912096 memory=8112282956445269571 CPUtime=4.46 cores=0,2,4,6
/proc/7951/task/8064/stat : 8064 (java) S 7942 7951 7887 0 -1 1077944384 8285 13008 0 0 415 23 5 3 20 0 15 0 47155554 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098459343344 140098999847554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8066] ppid=7942 vsize=10912096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8066/stat : 8066 (java) S 7942 7951 7887 0 -1 1077944384 37 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098458289632 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8068] ppid=7942 vsize=10912096 memory=516360 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8068/stat : 8068 (java) S 7942 7951 7887 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 47155555 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098343527936 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8073] ppid=7942 vsize=10912096 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8073/stat : 8073 (java) S 7942 7951 7887 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129090 33554432000 4194304 4196468 140730319884016 140097739549392 140098999855003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8074] ppid=7942 vsize=10912096 memory=3228 CPUtime=3.1 cores=0,2,4,6
/proc/7951/task/8074/stat : 8074 (java) S 7942 7951 7887 0 -1 1077944384 16881 13008 0 0 300 2 5 3 20 0 15 0 47155558 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098424731632 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8075] ppid=7942 vsize=10912096 memory=481696 CPUtime=3.25 cores=0,2,4,6
/proc/7951/task/8075/stat : 8075 (java) S 7942 7951 7887 0 -1 1077944384 20410 13008 0 0 312 5 5 3 20 0 15 0 47155558 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098423679088 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8076] ppid=7942 vsize=10912096 memory=8112282956445269571 CPUtime=1.57 cores=0,2,4,6
/proc/7951/task/8076/stat : 8076 (java) S 7942 7951 7887 0 -1 1077944384 14952 13008 0 0 146 3 5 3 20 0 15 0 47155558 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098422626544 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8078] ppid=7942 vsize=10912096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/7951/task/8078/stat : 8078 (java) S 7942 7951 7887 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 47155558 11173986304 129090 33554432000 4194304 4196468 140730319884016 140097269787232 140098999846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
[pid=7951/tid=8080] ppid=7942 vsize=10912096 memory=-8412652177879177843 CPUtime=1.27 cores=0,2,4,6
/proc/7951/task/8080/stat : 8080 (java) S 7942 7951 7887 0 -1 1077944384 775 13008 0 0 63 56 5 3 20 0 15 0 47155558 11173986304 129090 33554432000 4194304 4196468 140730319884016 140098421574448 140098999847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39063552 140730319886959 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 516360 KiB

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

[startup+2500.03 s]
# the end of solver process 7951 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.27 s, system=1.84222 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2500.03
CPU time (s): 2520.11
CPU user time (s): 2518.27
CPU system time (s): 1.84222
CPU usage (%): 100.803
Max. virtual memory (cumulated for all children) (KiB): 10914804
Max. memory (cumulated for all children) (KiB): 530336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.27
system time used= 1.84222
maximum resident set size= 531360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152751
involuntary context switches= 8663


# summary of solver processes directly reported to runsolver:
#   pid: 7951
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.27
#   total CPU system time (s): 1.84222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2165 second user time and 24.1242 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 23:45:23
IDJOB=4292847
IDBENCH=141024
IDSOLVER=2750
FILE ID=node107/4292847-1532295923
RUNJOBID= node107-1532295923-7918
PBS_JOBID= 21018984
Free space on /tmp= 55124 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292847-1532295923/watcher-4292847-1532295923 -o /tmp/evaluation-result-4292847-1532295923/solver-4292847-1532295923 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=845165404 HOME/instance-4292847-1532295923.xml

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

MD5SUM BENCH= 3da25fcd556a00d93fc440927ef81e89
RANDOM SEED=845165404

node107.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.40
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.40
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.40
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.40
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:        20069124 kB
MemAvailable:   31936096 kB
Buffers:          251808 kB
Cached:         11763504 kB
SwapCached:            0 kB
Active:          1644848 kB
Inactive:       10424472 kB
Active(anon):      57200 kB
Inactive(anon):    16860 kB
Active(file):    1587648 kB
Inactive(file): 10407612 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52864 kB
Writeback:             0 kB
AnonPages:         61436 kB
Mapped:            35960 kB
Shmem:             17036 kB
Slab:             327216 kB
SReclaimable:     300172 kB
SUnreclaim:        27044 kB
KernelStack:        3088 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55072 MiB
End job on node107 at 2018-07-23 00:27:04