Trace number 4387459

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.10? (TO) 2520.04 2465.04

General information on the benchmark

NameLatinSquare/LatinSquare-xcsp2-qcp25/
qcp-25-264-12_X2.xml
MD5SUM0da6a8f2891de305d0b0efc67f372d88
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.28665
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Number of domains26
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":361},{"size":25,"count":264}]
Minimum variable degree48
Maximum variable degree48
Distribution of variable degrees[{"degree":48,"count":625}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15000}]
Number of extensional constraints15000
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15000}]
Optimization problemNO
Type of objective

Solver Data

0.71/0.55	c Concrete v3.10.1560635388952 running
2520.00/2465.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2465.01		at concrete.MAC.mac(MAC.scala:189)
2520.00/2465.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.00/2465.01		at scala.util.Try$.apply(Try.scala:212)
2520.00/2465.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2465.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2465.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2465.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2465.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2465.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2465.02		at concrete.ProblemState.map(ProblemState.scala:228)
2520.00/2465.02		at concrete.ProblemState.map(ProblemState.scala:210)
2520.00/2465.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2465.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2465.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.00/2465.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.00/2465.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2465.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.00/2465.02		at scala.util.Success.map(Try.scala:264)
2520.00/2465.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.00/2465.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2465.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2465.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2465.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2465.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2465.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2465.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2465.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2465.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2465.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2465.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2465.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2465.02		at scala.App.main(App.scala:75)
2520.00/2465.02		at scala.App.main$(App.scala:73)
2520.00/2465.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2465.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2465.02	s UNKNOWN

Verifier Data


Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387459-1568305641/watcher-4387459-1568305641 -o /tmp/evaluation-result-4387459-1568305641/solver-4387459-1568305641 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1991671998 HOME/instance-4387459-1568305641.xml 

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

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


[startup+0.1001 s]*
/proc/loadavg: 1.83 1.52 1.44 4/219 5747
/proc/meminfo: memFree=19731480/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 4375 13374 0 0 1 0 5 3 20 0 6 0 406830958 10212057088 4138 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2493178 4138 1933 1 0 2481616 0
[pid=5690/tid=5743] ppid=5687 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 4202560 2216 13374 0 0 0 0 5 3 20 0 6 0 406830968 10212057088 4204 33554432000 4194304 4196468 140725915724816 140202091799120 140202104042846 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 6 0 406830968 10212057088 4204 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=9972712 memory=140408980407936 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 6 0 406830968 10212057088 4204 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 6 0 406830968 10212057088 4204 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 6 0 406830968 10212057088 4204 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.211957 s]*
/proc/loadavg: 1.83 1.52 1.44 3/228 5756
/proc/meminfo: memFree=19705552/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=10818940 memory=43800 CPUtime=0.26 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 6834 13374 0 0 17 1 5 3 20 0 15 0 406830958 11078594560 10950 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2704735 10950 2952 1 0 2667149 0
[pid=5690/tid=5743] ppid=5687 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 4202560 3354 13374 0 0 11 0 5 3 20 0 15 0 406830968 11078594560 11024 33554432000 4194304 4196468 140725915724816 140202091794880 140202104042846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10818940 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830968 11078594560 11024 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10818940 memory=140408982445830 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830968 11078594560 11024 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830968 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830968 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10818940 memory=140408980407936 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830970 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201646532720 140202119973506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 13 13374 0 0 0 0 5 3 20 0 15 0 406830970 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201556960032 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830971 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201422742640 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11078594560 11024 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 569 13374 0 0 1 0 5 3 20 0 15 0 406830973 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) S 5687 5690 31346 0 -1 1077944384 60 13374 0 0 0 0 5 3 20 0 15 0 406830973 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201644427760 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10818940 memory=140408980407936 CPUtime=0.11 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) S 5687 5690 31346 0 -1 1077944384 646 13374 0 0 3 0 5 3 20 0 15 0 406830973 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11078594560 11024 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10818940 memory=140408980407936 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830974 11078594560 11024 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43800 KiB

[startup+0.312491 s]*
/proc/loadavg: 1.83 1.52 1.44 3/228 5756
/proc/meminfo: memFree=19694432/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=10819588 memory=53376 CPUtime=0.4 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 10535 13374 0 0 29 3 5 3 20 0 15 0 406830958 11079258112 13344 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2705024 13344 3143 1 0 2667149 0
[pid=5690/tid=5743] ppid=5687 vsize=10820096 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 4202560 7122 13374 0 0 19 2 5 3 20 0 15 0 406830968 11079778304 13476 33554432000 4194304 4196468 140725915724816 140202091783392 140202119984285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10820096 memory=-8813974798734826869 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830968 11079778304 13476 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10820096 memory=-2843869629661168798 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830968 11079778304 13476 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10820096 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830968 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830968 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830970 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201646532720 140202119973506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 13 13374 0 0 0 0 5 3 20 0 15 0 406830970 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201556960032 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830971 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201422742640 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11079778304 13476 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 571 13374 0 0 2 0 5 3 20 0 15 0 406830973 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) S 5687 5690 31346 0 -1 1077944384 60 13374 0 0 1 0 5 3 20 0 15 0 406830973 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201644427760 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) S 5687 5690 31346 0 -1 1077944384 671 13374 0 0 5 0 5 3 20 0 15 0 406830973 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11079778304 13476 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830974 11079778304 13476 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819588 KiB
Current children cumulated memory: 53376 KiB

[startup+0.706474 s]
/proc/loadavg: 1.83 1.52 1.44 5/228 5756
/proc/meminfo: memFree=19681732/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=10824340 memory=86692 CPUtime=1.15 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 14850 13374 0 0 102 5 5 3 20 0 15 0 406830958 11084124160 21673 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2706085 21673 3507 1 0 2668173 0
[pid=5690/tid=5743] ppid=5687 vsize=10824340 memory=2437326833409 CPUtime=0.67 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 1077944384 10474 13374 0 0 56 3 5 3 20 0 15 0 406830968 11084124160 21673 33554432000 4194304 4196468 140725915724816 140202091789552 140202119986237 0 4 0 16800975 18446744072101731876 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10824340 memory=2450211735297 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830968 11084124160 21673 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10824340 memory=2471686571777 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830968 11084124160 21673 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10824340 memory=2475981539073 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830968 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10824340 memory=8730425 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830968 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10824340 memory=4639649383340284835 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 5 13374 0 0 0 0 5 3 20 0 15 0 406830970 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201646532720 140202119973506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10824340 memory=5861826720752095312 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 13 13374 0 0 0 0 5 3 20 0 15 0 406830970 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201556960032 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10824340 memory=7013340846366745708 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830971 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201422742640 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10824340 memory=280817713063488 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11084124160 21673 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10824340 memory=140411070841441 CPUtime=0.22 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 937 13374 0 0 14 0 5 3 20 0 15 0 406830973 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10824340 memory=142876382069386 CPUtime=0.21 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) R 5687 5690 31346 0 -1 4202560 315 13374 0 0 13 0 5 3 20 0 15 0 406830973 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201644414304 140202112251648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10824340 memory=140411070841721 CPUtime=0.25 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) R 5687 5690 31346 0 -1 1077944384 883 13374 0 0 17 0 5 3 20 0 15 0 406830973 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10824340 memory=140411070841723 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11084124160 21673 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10824340 memory=140411070841753 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830974 11084124160 21673 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 86692 KiB

[startup+1.50151 s]
/proc/loadavg: 1.83 1.52 1.44 6/228 5756
/proc/meminfo: memFree=19633928/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=10832608 memory=230524 CPUtime=3.22 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 24431 13374 0 0 303 11 5 3 20 0 15 0 406830958 11092590592 57631 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2708152 57631 3571 1 0 2670221 0
[pid=5690/tid=5743] ppid=5687 vsize=10832608 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) S 5687 5690 31346 0 -1 1077944384 14044 13374 0 0 128 6 5 3 20 0 15 0 406830968 11092590592 57631 33554432000 4194304 4196468 140725915724816 140202091785616 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10832608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) R 5687 5690 31346 0 -1 4202560 22 13374 0 0 2 0 5 3 20 0 15 0 406830968 11092590592 57631 33554432000 4194304 4196468 140725915724816 140202124204944 140202104663087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10832608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) R 5687 5690 31346 0 -1 4202560 199 13374 0 0 2 0 5 3 20 0 15 0 406830968 11092590592 57631 33554432000 4194304 4196468 140725915724816 140202028407568 140202104663055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10832608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) R 5687 5690 31346 0 -1 4202560 32 13374 0 0 2 0 5 3 20 0 15 0 406830968 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201692028248 140202104662963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10832608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) R 5687 5690 31346 0 -1 4202560 57 13374 0 0 2 0 5 3 20 0 15 0 406830968 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201690975248 140202104663003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 140 13374 0 0 1 0 5 3 20 0 15 0 406830970 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201646531232 140202119972565 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 13 13374 0 0 0 0 5 3 20 0 15 0 406830970 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201556960032 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830971 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201422742640 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11092590592 57631 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10832608 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 2696 13374 0 0 60 0 5 3 20 0 15 0 406830973 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10832608 memory=-7966001967407402336 CPUtime=0.69 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) S 5687 5690 31346 0 -1 1077944384 3242 13374 0 0 60 1 5 3 20 0 15 0 406830973 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201644427760 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10832608 memory=6944938067432061290 CPUtime=0.48 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) S 5687 5690 31346 0 -1 1077944384 1769 13374 0 0 40 0 5 3 20 0 15 0 406830973 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10832608 memory=7100839870102598768 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11092590592 57631 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10832608 memory=4627829655977429107 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 406830974 11092590592 57631 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 3.22 s
Current children cumulated vsize: 10832608 KiB

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

/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 4202560 63357 13374 0 0 229686 49 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202091797408 140201716216780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.03 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 16708 13374 0 0 1349 46 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 11507 13374 0 0 1347 45 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.04 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 11811 13374 0 0 1351 45 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 8018 13374 0 0 1342 50 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10844916 memory=1264264 CPUtime=8.54 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 15727 13374 0 0 796 50 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201646532720 140202119973506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 17 13374 0 0 0 0 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201556960096 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 9 13374 0 0 0 0 5 3 20 0 15 0 406830971 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201422742656 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10844916 memory=1264264 CPUtime=4.28 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 14555 13374 0 0 416 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10844916 memory=1264264 CPUtime=4.1 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) S 5687 5690 31346 0 -1 1077944384 9949 13374 0 0 398 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201644427760 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10844916 memory=1264264 CPUtime=3.28 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) S 5687 5690 31346 0 -1 1077944384 15816 13374 0 0 314 6 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10844916 memory=1264264 CPUtime=1.5 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 993 13374 0 0 69 73 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 2374.58 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1264264 KiB

[startup+2382.3 s]
/proc/loadavg: 1.18 1.23 1.32 3/227 6250
/proc/meminfo: memFree=18512772/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=10844916 memory=1264264 CPUtime=2435.7 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 172887 13374 0 0 243230 332 5 3 20 0 15 0 406830958 11105193984 316066 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2711229 316066 3629 1 0 2673293 0
[pid=5690/tid=5743] ppid=5687 vsize=10844916 memory=1264264 CPUtime=2356.72 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 4202560 64271 13374 0 0 235614 50 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202091798320 140201722167047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10844916 memory=55 CPUtime=14.43 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 17121 13374 0 0 1388 47 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.38 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 11531 13374 0 0 1384 46 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.43 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 11914 13374 0 0 1389 46 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.38 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 8339 13374 0 0 1379 51 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10844916 memory=1264264 CPUtime=8.77 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 16117 13374 0 0 819 50 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201646532720 140202119973506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 17 13374 0 0 0 0 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201556960096 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 9 13374 0 0 0 0 5 3 20 0 15 0 406830971 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201422742656 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10844916 memory=1264264 CPUtime=4.28 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 14559 13374 0 0 416 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10844916 memory=146 CPUtime=4.1 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) S 5687 5690 31346 0 -1 1077944384 9953 13374 0 0 398 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201644427760 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10844916 memory=1432 CPUtime=3.28 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) S 5687 5690 31346 0 -1 1077944384 15820 13374 0 0 314 6 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10844916 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10844916 memory=111632 CPUtime=1.54 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 1021 13374 0 0 72 74 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 2435.7 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1264264 KiB

[startup+2442.3 s]
/proc/loadavg: 1.13 1.22 1.31 3/227 6254
/proc/meminfo: memFree=18512148/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=10844916 memory=1264264 CPUtime=2496.85 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 174222 13374 0 0 249338 339 5 3 20 0 15 0 406830958 11105193984 316066 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2711229 316066 3629 1 0 2673293 0
[pid=5690/tid=5743] ppid=5687 vsize=10844916 memory=1264264 CPUtime=2416.03 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 4202560 64936 13374 0 0 241544 51 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202091798416 140201709088923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.81 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 17446 13374 0 0 1426 47 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.77 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 11541 13374 0 0 1422 47 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.83 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 12015 13374 0 0 1428 47 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10844916 memory=1264264 CPUtime=14.77 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 8344 13374 0 0 1417 52 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10844916 memory=1264264 CPUtime=9.01 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 16323 13374 0 0 841 52 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201646532720 140202119973506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 17 13374 0 0 0 0 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201556960096 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 9 13374 0 0 0 0 5 3 20 0 15 0 406830971 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201422742656 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10844916 memory=1264264 CPUtime=4.28 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 14561 13374 0 0 416 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10844916 memory=3620 CPUtime=4.1 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) S 5687 5690 31346 0 -1 1077944384 9955 13374 0 0 398 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201644427760 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10844916 memory=1264264 CPUtime=3.28 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) S 5687 5690 31346 0 -1 1077944384 15822 13374 0 0 314 6 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10844916 memory=1264264 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10844916 memory=8112282956445269571 CPUtime=1.58 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 1038 13374 0 0 74 76 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 2496.85 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1264264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465 s]*
/proc/loadavg: 1.35 1.26 1.33 3/227 6257
/proc/meminfo: memFree=18513072/32770624 swapFree=66939720/67108860
[pid=5690] ppid=5687 vsize=10844916 memory=1264264 CPUtime=2520 cores=0,2,4,6
/proc/5690/stat : 5690 (java) S 5687 5690 31346 0 -1 1077944320 174415 13374 0 0 251650 342 5 3 20 0 15 0 406830958 11105193984 316066 33554432000 4194304 4196468 140725915724816 140725915707360 140202119962359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
/proc/5690/statm: 2711229 316066 3629 1 0 2673293 0
[pid=5690/tid=5743] ppid=5687 vsize=10844916 memory=6935054825532540783 CPUtime=2438.48 cores=0,2,4,6
/proc/5690/task/5743/stat : 5743 (java) R 5687 5690 31346 0 -1 4202560 65129 13374 0 0 243789 51 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202091798400 140201720377063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5744] ppid=5687 vsize=10844916 memory=280817713338352 CPUtime=14.97 cores=0,2,4,6
/proc/5690/task/5744/stat : 5744 (java) S 5687 5690 31346 0 -1 1077944384 17446 13374 0 0 1441 48 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202124204944 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5745] ppid=5687 vsize=10844916 memory=280817713338416 CPUtime=14.92 cores=0,2,4,6
/proc/5690/task/5745/stat : 5745 (java) S 5687 5690 31346 0 -1 1077944384 11541 13374 0 0 1436 48 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140202028407568 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5746] ppid=5687 vsize=10844916 memory=280817713338480 CPUtime=14.97 cores=0,2,4,6
/proc/5690/task/5746/stat : 5746 (java) S 5687 5690 31346 0 -1 1077944384 12015 13374 0 0 1442 47 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201692028048 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5747] ppid=5687 vsize=10844916 memory=280817713338544 CPUtime=14.92 cores=0,2,4,6
/proc/5690/task/5747/stat : 5747 (java) S 5687 5690 31346 0 -1 1077944384 8344 13374 0 0 1431 53 5 3 20 0 15 0 406830968 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201690975248 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5748] ppid=5687 vsize=10844916 memory=280817713338608 CPUtime=9.1 cores=0,2,4,6
/proc/5690/task/5748/stat : 5748 (java) S 5687 5690 31346 0 -1 1077944384 16323 13374 0 0 850 52 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201646532720 140202119973506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5749] ppid=5687 vsize=10844916 memory=280817714754224 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5749/stat : 5749 (java) S 5687 5690 31346 0 -1 1077944384 17 13374 0 0 0 0 5 3 20 0 15 0 406830970 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201556960096 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5750] ppid=5687 vsize=10844916 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5750/stat : 5750 (java) S 5687 5690 31346 0 -1 1077944384 9 13374 0 0 0 0 5 3 20 0 15 0 406830971 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201422742656 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5751] ppid=5687 vsize=10844916 memory=7017847722617695593 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5751/stat : 5751 (java) S 5687 5690 31346 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200818763856 140202119980955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5752] ppid=5687 vsize=10844916 memory=7017847722617695593 CPUtime=4.28 cores=0,2,4,6
/proc/5690/task/5752/stat : 5752 (java) S 5687 5690 31346 0 -1 1077944384 14561 13374 0 0 416 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201645480560 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5753] ppid=5687 vsize=10844916 memory=7883944126086398052 CPUtime=4.1 cores=0,2,4,6
/proc/5690/task/5753/stat : 5753 (java) S 5687 5690 31346 0 -1 1077944384 9955 13374 0 0 398 4 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201644427760 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5754] ppid=5687 vsize=10844916 memory=7596844030724958272 CPUtime=3.28 cores=0,2,4,6
/proc/5690/task/5754/stat : 5754 (java) S 5687 5690 31346 0 -1 1077944384 15822 13374 0 0 314 6 5 3 20 0 15 0 406830973 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201643375472 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5755] ppid=5687 vsize=10844916 memory=7883944126086398052 CPUtime=0.08 cores=0,2,4,6
/proc/5690/task/5755/stat : 5755 (java) S 5687 5690 31346 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140200349002720 140202119972565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
[pid=5690/tid=5756] ppid=5687 vsize=10844916 memory=7017847722617695593 CPUtime=1.59 cores=0,2,4,6
/proc/5690/task/5756/stat : 5756 (java) S 5687 5690 31346 0 -1 1077944384 1038 13374 0 0 75 76 5 3 20 0 15 0 406830974 11105193984 316066 33554432000 4194304 4196468 140725915724816 140201642322352 140202119973506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26017792 140725915728629 140725915731141 140725915731141 140725915733967 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1264264 KiB

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

[startup+2465.04 s]
# the end of solver process 5690 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.58 s, system=3.46441 s

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

Child status: 143
Real time (s): 2465.04
CPU time (s): 2520.04
CPU user time (s): 2516.58
CPU system time (s): 3.46441
CPU usage (%): 102.231
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 1264264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.58
system time used= 3.46441
maximum resident set size= 1268396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188928
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257160
involuntary context switches= 7723


# summary of solver processes directly reported to runsolver:
#   pid: 5690
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.58
#   total CPU system time (s): 3.46441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2661 second user time and 23.8012 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 18:26:39
IDJOB=4387459
IDBENCH=139116
IDSOLVER=2823
FILE ID=node125/4387459-1568305641
RUNJOBID= node125-1568286041-32306
PBS_JOBID= 21701079
Free space on /tmp= 57344 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/LatinSquare/LatinSquare-xcsp2-qcp25/qcp-25-264-12_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387459-1568305641/watcher-4387459-1568305641 -o /tmp/evaluation-result-4387459-1568305641/solver-4387459-1568305641 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1991671998 HOME/instance-4387459-1568305641.xml

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

MD5SUM BENCH= 0da6a8f2891de305d0b0efc67f372d88
RANDOM SEED=1991671998

node125.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.29
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.29
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.29
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.29
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:        19736464 kB
MemAvailable:   30767632 kB
Buffers:          175980 kB
Cached:         11044076 kB
SwapCached:        66664 kB
Active:          2040160 kB
Inactive:       10275608 kB
Active(anon):    1034004 kB
Inactive(anon):   103312 kB
Active(file):    1006156 kB
Inactive(file): 10172296 kB
Unevictable:      108816 kB
Mlocked:          108816 kB
SwapTotal:      67108860 kB
SwapFree:       66939720 kB
Dirty:             35388 kB
Writeback:             0 kB
AnonPages:       1214244 kB
Mapped:            55524 kB
Shmem:             32140 kB
Slab:             310020 kB
SReclaimable:     281176 kB
SUnreclaim:        28844 kB
KernelStack:        4048 kB
PageTables:         7580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2174936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 57308 MiB
End job on node125 at 2019-09-12 19:07:44