Trace number 4302765

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 252.15 241.267

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko64_c18.xml
MD5SUM0f1e7a7a7866c79e3b2a53c7bc7dd539
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25919
Best CPU time to get the best result obtained on this benchmark252.113
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints2017
Number of domains2
Minimum domain size8
Maximum domain size64
Distribution of domain sizes[{"size":8,"count":2016},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree64
Distribution of variable degrees[{"degree":0,"count":2080},{"degree":2,"count":2016},{"degree":64,"count":64}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":2016},{"arity":64,"count":1}]
Number of extensional constraints2016
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2016},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
252.08/241.23	Exception in thread "main" java.util.concurrent.TimeoutException
252.08/241.23		at concrete.MAC.mac(MAC.scala:188)
252.08/241.23		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/241.23		at scala.util.Try$.apply(Try.scala:209)
252.08/241.23		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/241.23		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/241.23		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/241.23		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/241.23		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/241.23		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/241.23		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/241.23		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/241.23		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/241.23		at concrete.MAC.oneRun(MAC.scala:253)
252.08/241.23		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/241.23		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.08/241.23		at concrete.ProblemState.map(ProblemState.scala:221)
252.08/241.23		at concrete.ProblemState.map(ProblemState.scala:204)
252.08/241.23		at concrete.MAC.nextSolution(MAC.scala:334)
252.08/241.23		at concrete.Solver.hasNext(Solver.scala:166)
252.08/241.23		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/241.23		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/241.23		at concrete.Solver.foreach(Solver.scala:68)
252.08/241.23		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/241.23		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/241.23		at scala.util.Success.map(Try.scala:209)
252.08/241.23		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/241.23		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/241.23		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/241.23		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/241.23		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/241.23		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/241.23		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/241.23		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/241.23		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/241.23		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/241.23		at scala.App.main(App.scala:76)
252.08/241.23		at scala.App.main$(App.scala:74)
252.08/241.23		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/241.23		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/241.24	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 (13378 MiB free)
  memory of node 1: 16384 MiB (13524 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302765-1532896387/watcher-4302765-1532896387 -o /tmp/evaluation-result-4302765-1532896387/solver-4302765-1532896387 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=561283469 -superng HOME/instance-4302765-1532896387.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=985, runsolver pid=982

[startup+0.10013 s]*
/proc/loadavg: 1.34 1.63 1.78 3/212 1043
/proc/meminfo: memFree=27543024/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=10005480 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 4215 13072 0 0 1 1 5 3 20 0 6 0 107201951 10245611520 4582 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2501370 4582 1931 1 0 2489808 0
[pid=985/tid=1039] ppid=982 vsize=10005480 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 2064 13072 0 0 0 0 5 3 20 0 6 0 107201960 10245611520 4648 33554432000 4194304 4196468 140731687417328 139820645306960 139820659152725 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=10005480 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 6 0 107201960 10245611520 4648 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=10005480 memory=4123522079722084000 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 6 0 107201960 10245611520 4648 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 6 0 107201960 10245611520 4648 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 2 13072 0 0 0 0 5 3 20 0 6 0 107201960 10245611520 4648 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.21065 s]*
/proc/loadavg: 1.34 1.63 1.78 3/221 1053
/proc/meminfo: memFree=27517744/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=10982744 memory=45204 CPUtime=0.26 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 7485 13072 0 0 17 1 5 3 20 0 15 0 107201951 11246329856 11301 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2745686 11301 2949 1 0 2708109 0
[pid=985/tid=1039] ppid=982 vsize=10985364 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 4738 13072 0 0 11 1 5 3 20 0 15 0 107201960 11249012736 11961 33554432000 4194304 4196468 140731687417328 139820645295008 139820666149917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=10985364 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11249012736 11961 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=10985364 memory=4123522079722084000 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11249012736 12027 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11249012736 12027 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 2 13072 0 0 0 0 5 3 20 0 15 0 107201960 11249012736 12027 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=10985364 memory=139924670813824 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 2 13072 0 0 0 0 5 3 20 0 15 0 107201962 11249012736 12027 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 13 13072 0 0 0 0 5 3 20 0 15 0 107201962 11249012736 12093 33554432000 4194304 4196468 140731687417328 139819506197664 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201963 11249012736 12093 33554432000 4194304 4196468 140731687417328 139819304870640 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11249012736 12093 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=10985364 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 438 13072 0 0 1 0 5 3 20 0 15 0 107201965 11249012736 12093 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=10985364 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) S 982 985 19273 0 -1 1077944384 190 13072 0 0 1 0 5 3 20 0 15 0 107201965 11249012736 12159 33554432000 4194304 4196468 140731687417328 139820097276784 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=10985364 memory=139924670813824 CPUtime=0.11 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) S 982 985 19273 0 -1 1077944384 605 13072 0 0 3 0 5 3 20 0 15 0 107201965 11249012736 12159 33554432000 4194304 4196468 140731687417328 139820096223728 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11249012736 12159 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=10985364 memory=139924670813824 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201966 11249012736 12159 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45204 KiB

[startup+0.310713 s]*
/proc/loadavg: 1.34 1.63 1.78 3/221 1053
/proc/meminfo: memFree=27505900/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=10983192 memory=56932 CPUtime=0.39 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 10286 13072 0 0 29 2 5 3 20 0 15 0 107201951 11246788608 14233 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2745798 14233 3068 1 0 2708109 0
[pid=985/tid=1039] ppid=982 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 6846 13072 0 0 20 1 5 3 20 0 15 0 107201960 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820645282208 139820673492125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=10983192 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 2 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 2 13072 0 0 0 0 5 3 20 0 15 0 107201962 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 13 13072 0 0 0 0 5 3 20 0 15 0 107201962 11246788608 14233 33554432000 4194304 4196468 140731687417328 139819506197664 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201963 11246788608 14233 33554432000 4194304 4196468 140731687417328 139819304870640 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11246788608 14233 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 438 13072 0 0 1 0 5 3 20 0 15 0 107201965 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) S 982 985 19273 0 -1 1077944384 191 13072 0 0 1 0 5 3 20 0 15 0 107201965 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820097276784 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) R 982 985 19273 0 -1 4202560 611 13072 0 0 5 0 5 3 20 0 15 0 107201965 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820096223728 139820653658827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11246788608 14233 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201966 11246788608 14233 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56932 KiB

[startup+0.700785 s]
/proc/loadavg: 1.34 1.63 1.78 4/221 1053
/proc/meminfo: memFree=27495480/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=10983192 memory=89512 CPUtime=1 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 16417 13072 0 0 88 4 5 3 20 0 15 0 107201951 11246788608 22378 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2745798 22378 3249 1 0 2708109 0
[pid=985/tid=1039] ppid=982 vsize=10983192 memory=55 CPUtime=0.67 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 11929 13072 0 0 56 3 5 3 20 0 15 0 107201960 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820645291024 139820656656980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=10983192 memory=1844 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=10983192 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=10983192 memory=5404 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=10983192 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 2 13072 0 0 0 0 5 3 20 0 15 0 107201960 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=10983192 memory=6625 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 5 13072 0 0 0 0 5 3 20 0 15 0 107201962 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 13 13072 0 0 0 0 5 3 20 0 15 0 107201962 11246788608 22378 33554432000 4194304 4196468 140731687417328 139819506197664 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201963 11246788608 22378 33554432000 4194304 4196468 140731687417328 139819304870640 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=10983192 memory=8996 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11246788608 22378 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=10983192 memory=164 CPUtime=0.14 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 800 13072 0 0 6 0 5 3 20 0 15 0 107201965 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) S 982 985 19273 0 -1 1077944384 799 13072 0 0 10 0 5 3 20 0 15 0 107201965 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820097276784 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) S 982 985 19273 0 -1 1077944384 666 13072 0 0 13 0 5 3 20 0 15 0 107201965 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820096223728 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11246788608 22378 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=10983192 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201966 11246788608 22378 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89512 KiB

[startup+1.50076 s]
/proc/loadavg: 1.34 1.63 1.78 5/221 1053
/proc/meminfo: memFree=27451008/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=10998028 memory=179412 CPUtime=3.09 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 27015 13072 0 0 293 8 5 3 20 0 15 0 107201951 11261980672 44853 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2749507 44853 3445 1 0 2711165 0
[pid=985/tid=1039] ppid=982 vsize=10998028 memory=1844 CPUtime=1.47 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 16421 13072 0 0 133 6 5 3 20 0 15 0 107201960 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820645294464 139820653745894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=10998028 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=10998028 memory=5404 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=10998028 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201960 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=10998028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 2 13072 0 0 0 0 5 3 20 0 15 0 107201960 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=10998028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 14 13072 0 0 0 0 5 3 20 0 15 0 107201962 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=10998028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 13 13072 0 0 0 0 5 3 20 0 15 0 107201962 11261980672 44853 33554432000 4194304 4196468 140731687417328 139819506197664 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=10998028 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 1 13072 0 0 0 0 5 3 20 0 15 0 107201963 11261980672 44853 33554432000 4194304 4196468 140731687417328 139819304870640 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=10998028 memory=279849063356768 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11261980672 44853 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=10998028 memory=-8412633560358294372 CPUtime=0.61 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 2810 13072 0 0 53 0 5 3 20 0 15 0 107201965 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=10998028 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) R 982 985 19273 0 -1 4202560 3838 13072 0 0 61 0 5 3 20 0 15 0 107201965 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820097266256 139820673484063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=10998028 memory=-3040564339240289162 CPUtime=0.53 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) S 982 985 19273 0 -1 1077944384 1712 13072 0 0 45 0 5 3 20 0 15 0 107201965 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820096223728 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=10998028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11261980672 44853 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=10998028 memory=276 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201966 11261980672 44853 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10998028 KiB

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

/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 48042 13072 0 0 10172 20 5 3 20 0 15 0 107201960 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820645300616 139820213786846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=11080032 memory=6406883248874 CPUtime=0.22 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 383 13072 0 0 10 4 5 3 20 0 15 0 107201960 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=11080032 memory=55 CPUtime=0.22 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1258 13072 0 0 10 4 5 3 20 0 15 0 107201960 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=11080032 memory=301793952531743010 CPUtime=0.23 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1186 13072 0 0 11 4 5 3 20 0 15 0 107201960 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=11080032 memory=4096 CPUtime=0.22 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 3008 13072 0 0 10 4 5 3 20 0 15 0 107201960 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=11080032 memory=30696 CPUtime=0.14 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 2943 13072 0 0 6 0 5 3 20 0 15 0 107201962 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=11080032 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 20 13072 0 0 0 0 5 3 20 0 15 0 107201962 11345952768 270589 33554432000 4194304 4196468 140731687417328 139819506197792 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=11080032 memory=1082352 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 37 13072 0 0 0 0 5 3 20 0 15 0 107201963 11345952768 270589 33554432000 4194304 4196468 140731687417328 139819304870656 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=11080032 memory=1082352 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 270589 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=11080032 memory=1082344 CPUtime=4.07 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 15612 13072 0 0 397 2 5 3 20 0 15 0 107201965 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=11080032 memory=2396 CPUtime=3.85 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) S 982 985 19273 0 -1 1077944384 14402 13072 0 0 375 2 5 3 20 0 15 0 107201965 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820097276784 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=11080032 memory=4096 CPUtime=2.25 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) S 982 985 19273 0 -1 1077944384 18804 13072 0 0 214 3 5 3 20 0 15 0 107201965 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820096223728 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=11080032 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 270589 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=11080032 memory=5404 CPUtime=0.12 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 1039 13072 0 0 2 2 5 3 20 0 15 0 107201966 11345952768 270589 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 112.7 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1082356 KiB

[startup+162.301 s]
/proc/loadavg: 1.67 1.71 1.79 3/219 1199
/proc/meminfo: memFree=26515512/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=11080032 memory=1100368 CPUtime=172.9 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 116416 13072 0 0 17228 54 5 3 20 0 15 0 107201951 11345952768 275092 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2770008 275092 3525 1 0 2731661 0
[pid=985/tid=1039] ppid=982 vsize=11080032 memory=1100368 CPUtime=161.99 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 49985 13072 0 0 16170 21 5 3 20 0 15 0 107201960 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820645291248 139820213787079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=11080032 memory=1100368 CPUtime=0.23 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 1865 13072 0 0 10 5 5 3 20 0 15 0 107201960 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=11080032 memory=1100368 CPUtime=0.22 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1485 13072 0 0 10 4 5 3 20 0 15 0 107201960 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=11080032 memory=1100368 CPUtime=0.24 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1248 13072 0 0 11 5 5 3 20 0 15 0 107201960 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=11080032 memory=1100368 CPUtime=0.23 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 3204 13072 0 0 10 5 5 3 20 0 15 0 107201960 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=11080032 memory=1100368 CPUtime=0.15 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 3209 13072 0 0 7 0 5 3 20 0 15 0 107201962 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=11080032 memory=1100368 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 20 13072 0 0 0 0 5 3 20 0 15 0 107201962 11345952768 275092 33554432000 4194304 4196468 140731687417328 139819506197792 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=11080032 memory=1100368 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 37 13072 0 0 0 0 5 3 20 0 15 0 107201963 11345952768 275092 33554432000 4194304 4196468 140731687417328 139819304870656 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=11080032 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 275092 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=11080032 memory=1100368 CPUtime=4.15 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 17045 13072 0 0 404 3 5 3 20 0 15 0 107201965 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=11080032 memory=1952 CPUtime=3.88 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) S 982 985 19273 0 -1 1077944384 15134 13072 0 0 378 2 5 3 20 0 15 0 107201965 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820097276784 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=11080032 memory=1100368 CPUtime=2.27 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) S 982 985 19273 0 -1 1077944384 19901 13072 0 0 216 3 5 3 20 0 15 0 107201965 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820096223728 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=11080032 memory=380 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 275092 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=11080032 memory=4096 CPUtime=0.15 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 1085 13072 0 0 4 3 5 3 20 0 15 0 107201966 11345952768 275092 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 172.9 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1100368 KiB

[startup+222.301 s]
/proc/loadavg: 1.84 1.75 1.79 3/218 1200
/proc/meminfo: memFree=26421732/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=11080032 memory=1201232 CPUtime=233.1 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 123718 13072 0 0 23242 60 5 3 20 0 15 0 107201951 11345952768 300308 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2770008 300308 3525 1 0 2731661 0
[pid=985/tid=1039] ppid=982 vsize=11080032 memory=1844 CPUtime=221.97 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 52499 13072 0 0 22166 23 5 3 20 0 15 0 107201960 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820645293424 139820213789482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.24 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 3396 13072 0 0 11 5 5 3 20 0 15 0 107201960 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.24 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1721 13072 0 0 11 5 5 3 20 0 15 0 107201960 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.25 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1551 13072 0 0 12 5 5 3 20 0 15 0 107201960 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.24 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 3282 13072 0 0 11 5 5 3 20 0 15 0 107201960 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.15 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 3503 13072 0 0 7 0 5 3 20 0 15 0 107201962 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 20 13072 0 0 0 0 5 3 20 0 15 0 107201962 11345952768 300308 33554432000 4194304 4196468 140731687417328 139819506197792 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 37 13072 0 0 0 0 5 3 20 0 15 0 107201963 11345952768 300308 33554432000 4194304 4196468 140731687417328 139819304870656 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 300308 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=11080032 memory=1201232 CPUtime=4.21 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 17512 13072 0 0 410 3 5 3 20 0 15 0 107201965 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=11080032 memory=0 CPUtime=3.95 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) S 982 985 19273 0 -1 1077944384 16749 13072 0 0 385 2 5 3 20 0 15 0 107201965 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820097276784 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=11080032 memory=1201232 CPUtime=2.27 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) S 982 985 19273 0 -1 1077944384 20106 13072 0 0 216 3 5 3 20 0 15 0 107201965 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820096223728 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 300308 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=11080032 memory=1201232 CPUtime=0.19 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 1144 13072 0 0 6 5 5 3 20 0 15 0 107201966 11345952768 300308 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 233.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1201232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.201 s]
/proc/loadavg: 1.81 1.75 1.79 3/219 1202
/proc/meminfo: memFree=26419488/32770624 swapFree=67108744/67108860
[pid=985] ppid=982 vsize=11080032 memory=1201236 CPUtime=252.08 cores=0,2,4,6
/proc/985/stat : 985 (java) S 982 985 19273 0 -1 1077944320 126923 13072 0 0 25139 61 5 3 20 0 15 0 107201951 11345952768 300309 33554432000 4194304 4196468 140731687417328 140731687399872 139820673470199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
/proc/985/statm: 2770008 300309 3525 1 0 2731661 0
[pid=985/tid=1039] ppid=982 vsize=11080032 memory=1292 CPUtime=240.87 cores=0,2,4,6
/proc/985/task/1039/stat : 1039 (java) R 982 985 19273 0 -1 4202560 52806 13072 0 0 24056 23 5 3 20 0 15 0 107201960 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820645304344 139820213787272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1040] ppid=982 vsize=11080032 memory=6947385649911455296 CPUtime=0.24 cores=0,2,4,6
/proc/985/task/1040/stat : 1040 (java) S 982 985 19273 0 -1 1077944384 3396 13072 0 0 11 5 5 3 20 0 15 0 107201960 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820677712912 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1041] ppid=982 vsize=11080032 memory=7234303152781525078 CPUtime=0.24 cores=0,2,4,6
/proc/985/task/1041/stat : 1041 (java) S 982 985 19273 0 -1 1077944384 1721 13072 0 0 11 5 5 3 20 0 15 0 107201960 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820532432016 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1042] ppid=982 vsize=11080032 memory=288285563092730759 CPUtime=0.25 cores=0,2,4,6
/proc/985/task/1042/stat : 1042 (java) S 982 985 19273 0 -1 1077944384 1551 13072 0 0 12 5 5 3 20 0 15 0 107201960 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820531378960 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1043] ppid=982 vsize=11080032 memory=-3535470213243961690 CPUtime=0.24 cores=0,2,4,6
/proc/985/task/1043/stat : 1043 (java) S 982 985 19273 0 -1 1077944384 3282 13072 0 0 11 5 5 3 20 0 15 0 107201960 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820530326416 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1044] ppid=982 vsize=11080032 memory=-6452064069391756930 CPUtime=0.15 cores=0,2,4,6
/proc/985/task/1044/stat : 1044 (java) S 982 985 19273 0 -1 1077944384 3503 13072 0 0 7 0 5 3 20 0 15 0 107201962 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820099381488 139820673481346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1045] ppid=982 vsize=11080032 memory=-3535470213243961690 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1045/stat : 1045 (java) S 982 985 19273 0 -1 1077944384 20 13072 0 0 0 0 5 3 20 0 15 0 107201962 11345952768 300309 33554432000 4194304 4196468 140731687417328 139819506197792 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1046] ppid=982 vsize=11080032 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1046/stat : 1046 (java) S 982 985 19273 0 -1 1077944384 37 13072 0 0 0 0 5 3 20 0 15 0 107201963 11345952768 300309 33554432000 4194304 4196468 140731687417328 139819304870656 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1047] ppid=982 vsize=11080032 memory=-6437999431735006310 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1047/stat : 1047 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 300309 33554432000 4194304 4196468 140731687417328 139818997471184 139820673488795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1048] ppid=982 vsize=11080032 memory=-3395018490607259423 CPUtime=4.22 cores=0,2,4,6
/proc/985/task/1048/stat : 1048 (java) S 982 985 19273 0 -1 1077944384 17515 13072 0 0 411 3 5 3 20 0 15 0 107201965 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820098329328 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1050] ppid=982 vsize=11080032 memory=-3472574513799858007 CPUtime=4 cores=0,2,4,6
/proc/985/task/1050/stat : 1050 (java) S 982 985 19273 0 -1 1077944384 18266 13072 0 0 390 2 5 3 20 0 15 0 107201965 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820097276784 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1051] ppid=982 vsize=11080032 memory=-2127762302082362409 CPUtime=2.28 cores=0,2,4,6
/proc/985/task/1051/stat : 1051 (java) S 982 985 19273 0 -1 1077944384 21477 13072 0 0 217 3 5 3 20 0 15 0 107201965 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820096223728 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1052] ppid=982 vsize=11080032 memory=-2895393861898743079 CPUtime=0.08 cores=0,2,4,6
/proc/985/task/1052/stat : 1052 (java) S 982 985 19273 0 -1 1077944384 3 13072 0 0 0 0 5 3 20 0 15 0 107201965 11345952768 300309 33554432000 4194304 4196468 140731687417328 139818566675296 139820673480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
[pid=985/tid=1053] ppid=982 vsize=11080032 memory=-1598831814710746722 CPUtime=0.19 cores=0,2,4,6
/proc/985/task/1053/stat : 1053 (java) S 982 985 19273 0 -1 1077944384 1151 13072 0 0 6 5 5 3 20 0 15 0 107201966 11345952768 300309 33554432000 4194304 4196468 140731687417328 139820095171120 139820673481346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26873856 140731687418473 140731687421281 140731687421281 140731687423951 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1201236 KiB

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

[startup+241.267 s]
# the end of solver process 985 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.486 s, system=0.664454 s

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

Child status: 143
Real time (s): 241.267
CPU time (s): 252.15
CPU user time (s): 251.486
CPU system time (s): 0.664454
CPU usage (%): 104.511
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1201236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.486
system time used= 0.664454
maximum resident set size= 1218160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13638
involuntary context switches= 431


# summary of solver processes directly reported to runsolver:
#   pid: 985
#   total CPU time (s): 252.15
#   total CPU user time (s): 251.486
#   total CPU system time (s): 0.664454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28501 second user time and 2.46453 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:33:07
IDJOB=4302765
IDBENCH=141250
IDSOLVER=2777
FILE ID=node134/4302765-1532896387
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko64_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302765-1532896387/watcher-4302765-1532896387 -o /tmp/evaluation-result-4302765-1532896387/solver-4302765-1532896387 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=561283469 -superng HOME/instance-4302765-1532896387.xml

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

MD5SUM BENCH= 0f1e7a7a7866c79e3b2a53c7bc7dd539
RANDOM SEED=561283469

node134.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.68
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.68
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.68
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.68
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:        27549912 kB
MemAvailable:   31195924 kB
Buffers:          209012 kB
Cached:          3707156 kB
SwapCached:            0 kB
Active:          2475472 kB
Inactive:        2266172 kB
Active(anon):     774752 kB
Inactive(anon):    78480 kB
Active(file):    1700720 kB
Inactive(file):  2187692 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26256 kB
Writeback:             0 kB
AnonPages:        832580 kB
Mapped:            57920 kB
Shmem:             25132 kB
Slab:             175464 kB
SReclaimable:     146872 kB
SUnreclaim:        28592 kB
KernelStack:        3936 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1954184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 22:37:09