Trace number 4400888

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.12.2? (TO) 2520.11 2475.64

General information on the benchmark

NameRandom/Random-RB-2-50-23f/
rand-2-50-23-587-230f-45.xml
MD5SUM41f8f24832fd252a4029981691973b80
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.333
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree9
Maximum variable degree28
Distribution of variable degrees[{"degree":9,"count":1},{"degree":12,"count":1},{"degree":13,"count":3},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":4},{"degree":18,"count":9},{"degree":19,"count":3},{"degree":20,"count":5},{"degree":21,"count":5},{"degree":22,"count":4},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":26,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":467}]
Number of extensional constraints467
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":467}]
Optimization problemNO
Type of objective

Solver Data

0.76/1.15	c Concrete v3.12.2.1568631193530 running
2520.05/2475.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2475.61		at concrete.MAC.mac(MAC.scala:192)
2520.05/2475.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2475.61		at scala.util.Try$.apply(Try.scala:212)
2520.05/2475.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2475.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2475.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2475.62		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2475.62		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2475.62		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.05/2475.62		at concrete.ProblemState.map(ProblemState.scala:238)
2520.05/2475.62		at concrete.ProblemState.map(ProblemState.scala:212)
2520.05/2475.62		at concrete.MAC.nextSolution(MAC.scala:348)
2520.05/2475.62		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2475.62		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2475.62		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2475.62		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2475.62		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.05/2475.62		at scala.util.Success.map(Try.scala:264)
2520.05/2475.62		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2475.62		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2475.62		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2475.62		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2475.62		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2475.62		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2475.62		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2475.62		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2475.62		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2475.62		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2475.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2475.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2475.62		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2475.62		at scala.App.main(App.scala:75)
2520.05/2475.62		at scala.App.main$(App.scala:73)
2520.05/2475.62		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2475.62		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2475.62	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 (11032 MiB free)
  memory of node 1: 16384 MiB (15731 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400888-1568675816/watcher-4400888-1568675816 -o /tmp/evaluation-result-4400888-1568675816/solver-4400888-1568675816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400888-1568675816.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18959, runsolver pid=18956

[startup+0.10014 s]*
/proc/loadavg: 1.81 1.43 1.43 2/214 19012
/proc/meminfo: memFree=27384852/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=141156 memory=5300 CPUtime=0.07 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 2525 13184 0 0 0 0 5 2 20 0 2 0 443495468 144543744 1325 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 35289 1325 994 1 0 24747 0
[pid=18959/tid=19012] ppid=18956 vsize=141156 memory=3054156605268066444 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) D 18956 18959 18193 0 -1 4202560 319 13184 0 0 0 0 5 2 20 0 2 0 443495477 144543744 1325 33554432000 4194304 4196468 140731000150928 140170715482544 140170743663677 0 0 0 16784584 18446744072099662981 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 141156 KiB
Current children cumulated memory: 5300 KiB

[startup+0.800954 s]*
/proc/loadavg: 1.81 1.43 1.43 4/227 19025
/proc/meminfo: memFree=27367956/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10819712 memory=41688 CPUtime=0.23 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 7212 13184 0 0 14 2 5 2 20 0 15 0 443495468 11079385088 10422 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2704928 10422 3185 1 0 2667149 0
[pid=18959/tid=19012] ppid=18956 vsize=10819712 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 3704 13184 0 0 9 1 5 2 20 0 15 0 443495477 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170715482720 140170727720286 0 4 0 16800975 0 0 0 -1 3 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10819712 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10819712 memory=3979408756305397408 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10819712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10819712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10819712 memory=140702703257216 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10819712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 33 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170201331104 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10819712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170082903536 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10819712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079385088 10422 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) S 18956 18959 18193 0 -1 1077944384 475 13184 0 0 1 0 5 2 20 0 15 0 443495543 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170167773168 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) S 18956 18959 18193 0 -1 1077944384 172 13184 0 0 1 0 5 2 20 0 15 0 443495543 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170166720624 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10819712 memory=140702703257216 CPUtime=0.09 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) S 18956 18959 18193 0 -1 1077944384 611 13184 0 0 2 0 5 2 20 0 15 0 443495543 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170165668080 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10819712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079385088 10422 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10819712 memory=140702703257216 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079385088 10422 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 41688 KiB

[startup+0.910465 s]*
/proc/loadavg: 1.81 1.43 1.43 3/227 19025
/proc/meminfo: memFree=27352740/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10820196 memory=52800 CPUtime=0.39 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 10924 13184 0 0 28 4 5 2 20 0 15 0 443495468 11079880704 13200 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2705049 13200 3317 1 0 2667149 0
[pid=18959/tid=19012] ppid=18956 vsize=10820196 memory=7721456974007711794 CPUtime=0.27 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 7390 13184 0 0 18 2 5 2 20 0 15 0 443495477 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170715448752 140170727720286 0 4 0 16800975 0 0 0 -1 5 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10820196 memory=140702703257216 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10820196 memory=140702703257216 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 33 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170201331104 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170082903536 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079880704 13200 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) S 18956 18959 18193 0 -1 1077944384 476 13184 0 0 2 0 5 2 20 0 15 0 443495543 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170167773168 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) S 18956 18959 18193 0 -1 1077944384 181 13184 0 0 1 0 5 2 20 0 15 0 443495543 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170166720624 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10820196 memory=140702703257216 CPUtime=0.12 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) R 18956 18959 18193 0 -1 4202560 623 13184 0 0 5 0 5 2 20 0 15 0 443495543 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170165668080 140170743661146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079880704 13200 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10820196 memory=140702703257216 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079880704 13200 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52800 KiB

[startup+1.01037 s]*
/proc/loadavg: 1.81 1.43 1.43 7/227 19025
/proc/meminfo: memFree=27212916/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10820268 memory=60020 CPUtime=0.58 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 11741 13184 0 0 47 4 5 2 20 0 15 0 443495468 11079954432 15005 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2705067 15005 3441 1 0 2667149 0
[pid=18959/tid=19012] ppid=18956 vsize=10820268 memory=7022364594140610616 CPUtime=0.37 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 7799 13184 0 0 28 2 5 2 20 0 15 0 443495477 11079954432 15005 33554432000 4194304 4196468 140731000150928 140170715425832 140170723915627 0 4 0 16800975 0 0 0 -1 3 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10820268 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079954432 15071 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10820268 memory=3979408756305397408 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10820268 memory=140702703257216 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 33 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170201331104 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495540 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170082903536 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079954432 15137 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10820268 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) R 18956 18959 18193 0 -1 4202560 636 13184 0 0 4 0 5 2 20 0 15 0 443495543 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170167754072 140170735929181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10820268 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) R 18956 18959 18193 0 -1 4202560 404 13184 0 0 3 0 5 2 20 0 15 0 443495543 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170166701528 140170735929137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10820268 memory=140702703257216 CPUtime=0.16 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) R 18956 18959 18193 0 -1 4202560 662 13184 0 0 9 0 5 2 20 0 15 0 443495543 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170165665672 140170722775293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079954432 15137 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10820268 memory=140702703257216 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495543 11079954432 15137 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 60020 KiB

[startup+1.50066 s]
/proc/loadavg: 1.81 1.43 1.43 7/227 19025
/proc/meminfo: memFree=27166960/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10826488 memory=107636 CPUtime=1.74 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 17120 13184 0 0 160 7 5 2 20 0 15 0 443495468 11086323712 26909 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2706622 26909 3551 1 0 2668685 0
[pid=18959/tid=19012] ppid=18956 vsize=10826488 memory=2124 CPUtime=0.85 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 11312 13184 0 0 74 4 5 2 20 0 15 0 443495477 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170715474768 140170743651734 0 4 0 16800975 0 0 0 -1 3 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10826488 memory=85496 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10826488 memory=281405184048992 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495538 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495538 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10826488 memory=281405184062528 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 5 13184 0 0 0 0 5 2 20 0 15 0 443495540 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 33 13184 0 0 0 0 5 2 20 0 15 0 443495540 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170201331104 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10826488 memory=281405184067072 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495540 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170082903536 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11086323712 26909 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10826488 memory=281405184076160 CPUtime=0.34 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) R 18956 18959 18193 0 -1 4202560 1392 13184 0 0 27 0 5 2 20 0 15 0 443495543 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170167765120 140170723332895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10826488 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) R 18956 18959 18193 0 -1 4202560 847 13184 0 0 28 0 5 2 20 0 15 0 443495543 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170166710736 140170735876926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10826488 memory=281405184087520 CPUtime=0.37 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) R 18956 18959 18193 0 -1 1077944384 1312 13184 0 0 30 0 5 2 20 0 15 0 443495543 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170165668080 140170743650946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11086323712 26909 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10826488 memory=281405184094400 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 443495543 11086323712 26909 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10826488 KiB
Current children cumulated memory: 107636 KiB

[startup+3.10128 s]
/proc/loadavg: 2.07 1.49 1.45 5/227 19025
/proc/meminfo: memFree=26812480/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10840844 memory=272068 CPUtime=5.49 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 36981 13184 0 0 527 15 5 2 20 0 15 0 443495468 11101024256 68017 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2710211 68017 3601 1 0 2672269 0

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

/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 64215 13184 0 0 229445 56 5 2 20 0 15 0 443495477 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170715475616 140170316448292 0 4 0 16800975 0 0 0 -1 3 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10844940 memory=1124972 CPUtime=12.13 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 12411 13184 0 0 1146 60 5 2 20 0 15 0 443495538 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10844940 memory=1124972 CPUtime=12.05 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 14123 13184 0 0 1140 58 5 2 20 0 15 0 443495538 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10844940 memory=1124972 CPUtime=12.14 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 6968 13184 0 0 1145 62 5 2 20 0 15 0 443495538 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10844940 memory=1124972 CPUtime=12.14 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 8886 13184 0 0 1146 61 5 2 20 0 15 0 443495538 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10844940 memory=6791534058613427641 CPUtime=11.38 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 12166 13184 0 0 1076 55 5 2 20 0 15 0 443495540 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10844940 memory=1124972 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 39 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170201331232 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10844940 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170082903552 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10844940 memory=1124972 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281243 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10844940 memory=47788 CPUtime=3.42 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) S 18956 18959 18193 0 -1 1077944384 15138 13184 0 0 332 3 5 2 20 0 15 0 443495543 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170167773168 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10844940 memory=2020 CPUtime=3.37 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) S 18956 18959 18193 0 -1 1077944384 13029 13184 0 0 327 3 5 2 20 0 15 0 443495543 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170166720624 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10844940 memory=1124972 CPUtime=1.63 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) S 18956 18959 18193 0 -1 1077944384 14066 13184 0 0 153 3 5 2 20 0 15 0 443495543 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170165668080 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10844940 memory=1124972 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281243 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10844940 memory=1124972 CPUtime=1.42 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 870 13184 0 0 67 68 5 2 20 0 15 0 443495543 11105218560 281243 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 2364.24 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1124972 KiB

[startup+2382.3 s]
/proc/loadavg: 1.74 1.47 1.43 3/227 19499
/proc/meminfo: memFree=28261596/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10844940 memory=1125020 CPUtime=2425.2 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 165578 13184 0 0 242143 370 5 2 20 0 15 0 443495468 11105218560 281255 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2711235 281255 3627 1 0 2673293 0
[pid=18959/tid=19012] ppid=18956 vsize=10844940 memory=1125020 CPUtime=2354.4 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 65034 13184 0 0 235376 57 5 2 20 0 15 0 443495477 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170715475200 140170314731730 0 4 0 16800975 0 0 0 -1 3 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10844940 memory=1125000 CPUtime=12.46 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 12653 13184 0 0 1178 61 5 2 20 0 15 0 443495538 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10844940 memory=1125020 CPUtime=12.39 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 14193 13184 0 0 1172 60 5 2 20 0 15 0 443495538 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10844940 memory=4104 CPUtime=12.47 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 7036 13184 0 0 1177 63 5 2 20 0 15 0 443495538 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10844940 memory=1125020 CPUtime=12.46 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 8964 13184 0 0 1177 62 5 2 20 0 15 0 443495538 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10844940 memory=1125000 CPUtime=11.67 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 12311 13184 0 0 1104 56 5 2 20 0 15 0 443495540 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10844940 memory=1125000 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 39 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170201331232 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10844940 memory=1636 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170082903552 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10844940 memory=1125020 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281255 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10844940 memory=1125020 CPUtime=3.42 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) S 18956 18959 18193 0 -1 1077944384 15142 13184 0 0 332 3 5 2 20 0 15 0 443495543 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170167773168 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10844940 memory=1125020 CPUtime=3.37 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) S 18956 18959 18193 0 -1 1077944384 13033 13184 0 0 327 3 5 2 20 0 15 0 443495543 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170166720624 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10844940 memory=3512 CPUtime=1.63 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) S 18956 18959 18193 0 -1 1077944384 14070 13184 0 0 153 3 5 2 20 0 15 0 443495543 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170165668080 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10844940 memory=1125000 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281255 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10844940 memory=1125000 CPUtime=1.45 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 889 13184 0 0 68 70 5 2 20 0 15 0 443495543 11105218560 281255 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 2425.2 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1125020 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.53 1.45 3/227 19503
/proc/meminfo: memFree=28275412/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10844940 memory=1127120 CPUtime=2486.21 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 167136 13184 0 0 248236 378 5 2 20 0 15 0 443495468 11105218560 281780 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2711235 281780 3627 1 0 2673293 0
[pid=18959/tid=19012] ppid=18956 vsize=10844940 memory=1127116 CPUtime=2413.71 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 65948 13184 0 0 241307 57 5 2 20 0 15 0 443495477 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170715475088 140170313572288 0 4 0 16800975 0 0 0 -1 1 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10844940 memory=0 CPUtime=12.8 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 12718 13184 0 0 1211 62 5 2 20 0 15 0 443495538 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10844940 memory=1127120 CPUtime=12.73 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 14341 13184 0 0 1205 61 5 2 20 0 15 0 443495538 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10844940 memory=1127120 CPUtime=12.81 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 7176 13184 0 0 1209 65 5 2 20 0 15 0 443495538 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10844940 memory=1127116 CPUtime=12.81 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 9005 13184 0 0 1210 64 5 2 20 0 15 0 443495538 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10844940 memory=1127116 CPUtime=11.98 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 12544 13184 0 0 1133 58 5 2 20 0 15 0 443495540 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10844940 memory=1127120 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 39 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170201331232 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10844940 memory=1127116 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170082903552 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10844940 memory=1127120 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281780 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10844940 memory=1127120 CPUtime=3.42 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) S 18956 18959 18193 0 -1 1077944384 15144 13184 0 0 332 3 5 2 20 0 15 0 443495543 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170167773168 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10844940 memory=1127120 CPUtime=3.37 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) S 18956 18959 18193 0 -1 1077944384 13036 13184 0 0 327 3 5 2 20 0 15 0 443495543 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170166720624 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10844940 memory=1127120 CPUtime=1.63 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) S 18956 18959 18193 0 -1 1077944384 14072 13184 0 0 153 3 5 2 20 0 15 0 443495543 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170165668080 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10844940 memory=1127120 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281780 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10844940 memory=1127120 CPUtime=1.48 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 899 13184 0 0 70 71 5 2 20 0 15 0 443495543 11105218560 281780 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 2486.21 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1127120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.6 s]*
/proc/loadavg: 1.56 1.52 1.45 3/227 19506
/proc/meminfo: memFree=28273628/32770624 swapFree=66917056/67108860
[pid=18959] ppid=18956 vsize=10844940 memory=1127152 CPUtime=2520.05 cores=1,3,5,7
/proc/18959/stat : 18959 (java) S 18956 18959 18193 0 -1 1077944320 167746 13184 0 0 251615 383 5 2 20 0 15 0 443495468 11105218560 281788 33554432000 4194304 4196468 140731000150928 140731000133472 140170743639799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
/proc/18959/statm: 2711235 281788 3627 1 0 2673293 0
[pid=18959/tid=19012] ppid=18956 vsize=10844940 memory=7022364594140610616 CPUtime=2446.64 cores=1,3,5,7
/proc/18959/task/19012/stat : 19012 (java) R 18956 18959 18193 0 -1 4202560 66330 13184 0 0 244599 58 5 2 20 0 15 0 443495477 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170715475296 140170314368598 0 4 0 16800975 0 0 0 -1 3 0 0 60 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19013] ppid=18956 vsize=10844940 memory=339 CPUtime=12.99 cores=1,3,5,7
/proc/18959/task/19013/stat : 19013 (java) S 18956 18959 18193 0 -1 1077944384 12723 13184 0 0 1229 63 5 2 20 0 15 0 443495538 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170747881744 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19014] ppid=18956 vsize=10844940 memory=3691176189720364704 CPUtime=12.91 cores=1,3,5,7
/proc/18959/task/19014/stat : 19014 (java) S 18956 18959 18193 0 -1 1077944384 14397 13184 0 0 1222 62 5 2 20 0 15 0 443495538 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170636155280 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19015] ppid=18956 vsize=10844940 memory=6944652177228980320 CPUtime=12.99 cores=1,3,5,7
/proc/18959/task/19015/stat : 19015 (java) S 18956 18959 18193 0 -1 1077944384 7288 13184 0 0 1226 66 5 2 20 0 15 0 443495538 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170635102736 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19016] ppid=18956 vsize=10844940 memory=8029366426470332725 CPUtime=12.99 cores=1,3,5,7
/proc/18959/task/19016/stat : 19016 (java) S 18956 18959 18193 0 -1 1077944384 9025 13184 0 0 1227 65 5 2 20 0 15 0 443495538 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170634050192 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19017] ppid=18956 vsize=10844940 memory=6879796371379190764 CPUtime=12.16 cores=1,3,5,7
/proc/18959/task/19017/stat : 19017 (java) S 18956 18959 18193 0 -1 1077944384 12573 13184 0 0 1149 60 5 2 20 0 15 0 443495540 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170202384880 140170743650946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19018] ppid=18956 vsize=10844940 memory=3184097920075968559 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19018/stat : 19018 (java) S 18956 18959 18193 0 -1 1077944384 39 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170201331232 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19019] ppid=18956 vsize=10844940 memory=140702592875504 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19019/stat : 19019 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495540 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170082903552 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19020] ppid=18956 vsize=10844940 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19020/stat : 19020 (java) S 18956 18959 18193 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281788 33554432000 4194304 4196468 140731000150928 140169478925008 140170743658395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19021] ppid=18956 vsize=10844940 memory=0 CPUtime=3.42 cores=1,3,5,7
/proc/18959/task/19021/stat : 19021 (java) S 18956 18959 18193 0 -1 1077944384 15144 13184 0 0 332 3 5 2 20 0 15 0 443495543 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170167773168 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19022] ppid=18956 vsize=10844940 memory=2320814166504715826 CPUtime=3.37 cores=1,3,5,7
/proc/18959/task/19022/stat : 19022 (java) S 18956 18959 18193 0 -1 1077944384 13036 13184 0 0 327 3 5 2 20 0 15 0 443495543 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170166720624 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19023] ppid=18956 vsize=10844940 memory=3472470111444908721 CPUtime=1.63 cores=1,3,5,7
/proc/18959/task/19023/stat : 19023 (java) S 18956 18959 18193 0 -1 1077944384 14072 13184 0 0 153 3 5 2 20 0 15 0 443495543 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170165668080 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19024] ppid=18956 vsize=10844940 memory=3472328300573438003 CPUtime=0.07 cores=1,3,5,7
/proc/18959/task/19024/stat : 19024 (java) S 18956 18959 18193 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 443495543 11105218560 281788 33554432000 4194304 4196468 140731000150928 140169009162848 140170743650005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
[pid=18959/tid=19025] ppid=18956 vsize=10844940 memory=3472470111444908721 CPUtime=1.5 cores=1,3,5,7
/proc/18959/task/19025/stat : 19025 (java) S 18956 18959 18193 0 -1 1077944384 905 13184 0 0 71 72 5 2 20 0 15 0 443495543 11105218560 281788 33554432000 4194304 4196468 140731000150928 140170164615984 140170743650946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15564800 140731000158959 140731000161477 140731000161477 140731000164303 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1127152 KiB

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

[startup+2475.64 s]
# the end of solver process 18959 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.87691 s

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

Child status: 143
Real time (s): 2475.64
CPU time (s): 2520.11
CPU user time (s): 2516.23
CPU system time (s): 3.87691
CPU usage (%): 101.796
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 1127152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.87691
maximum resident set size= 1131272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313944
involuntary context switches= 6840


# summary of solver processes directly reported to runsolver:
#   pid: 18959
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.87691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6471 second user time and 23.1266 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 01:16:13
IDJOB=4400888
IDBENCH=122226
IDSOLVER=2857
FILE ID=node147/4400888-1568675816
RUNJOBID= node147-1568673287-18225
PBS_JOBID= 21703775
Free space on /tmp= 58760 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Random/Random-RB-2-50-23f/rand-2-50-23-587-230f-45.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400888-1568675816/watcher-4400888-1568675816 -o /tmp/evaluation-result-4400888-1568675816/solver-4400888-1568675816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400888-1568675816.xml

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

MD5SUM BENCH= 41f8f24832fd252a4029981691973b80
RANDOM SEED=1750650444

node147.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.52
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.52
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.52
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.52
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:        27406536 kB
MemAvailable:   28912432 kB
Buffers:           88124 kB
Cached:          1710296 kB
SwapCached:        87660 kB
Active:          3926080 kB
Inactive:         853764 kB
Active(anon):    2897708 kB
Inactive(anon):   133772 kB
Active(file):    1028372 kB
Inactive(file):   719992 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             36492 kB
Writeback:             0 kB
AnonPages:       2787944 kB
Mapped:            61944 kB
Shmem:             40920 kB
Slab:             176300 kB
SReclaimable:     146732 kB
SUnreclaim:        29568 kB
KernelStack:        3984 kB
PageTables:        11072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4307524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2680832 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= 58808 MiB
End job on node147 at 2019-09-17 01:57:29