Trace number 4402670

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.3? (TO) 2520.06 2471.44

General information on the benchmark

NameXCSP19/hcp/
graph237.xml
MD5SUM381d980e7a453e02616e2fcc42a92093
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 benchmark228.804
Satisfiable
(Un)Satisfiability was proved
Number of variables1476
Number of constraints1
Number of domains1476
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1474},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1476}]
Minimum constraint arity1476
Maximum constraint arity1476
Distribution of constraint arities[{"arity":1476,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2520.01/2471.42	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2471.42		at concrete.MAC.mac(MAC.scala:192)
2520.01/2471.42		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2471.42		at scala.util.Try$.apply(Try.scala:210)
2520.01/2471.42		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2471.42		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2471.42		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2471.42		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2471.42		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2471.42		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.01/2471.42		at concrete.ProblemState.map(ProblemState.scala:238)
2520.01/2471.42		at concrete.ProblemState.map(ProblemState.scala:212)
2520.01/2471.42		at concrete.MAC.nextSolution(MAC.scala:348)
2520.01/2471.42		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2471.42		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.01/2471.42		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.01/2471.42		at concrete.Solver.nextOption(Solver.scala:67)
2520.01/2471.42		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.01/2471.42		at scala.util.Success.map(Try.scala:262)
2520.01/2471.42		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2471.42		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2471.42		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2471.42		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2471.42		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2471.42		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2471.42		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2471.42		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2471.42		at scala.App.$anonfun$main$1(App.scala:73)
2520.01/2471.42		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.01/2471.42		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2471.42		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2471.42		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.01/2471.42		at scala.App.main(App.scala:73)
2520.01/2471.42		at scala.App.main$(App.scala:71)
2520.01/2471.42		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2471.42		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2471.42	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 (2174 MiB free)
  memory of node 1: 16384 MiB (6084 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402670-1568988349/watcher-4402670-1568988349 -o /tmp/evaluation-result-4402670-1568988349/solver-4402670-1568988349 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4736 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402670-1568988349.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=10609, runsolver pid=10606

[startup+0.100059 s]*
/proc/loadavg: 1.42 1.49 1.51 3/219 10666
/proc/meminfo: memFree=8449464/32770624 swapFree=66999016/67108860
[pid=10609] ppid=10606 vsize=9972712 memory=18860 CPUtime=0.1 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 4426 13095 0 0 1 1 5 3 20 0 6 0 475099759 10212057088 4715 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2493178 4715 1935 1 0 2481616 0
[pid=10609/tid=10662] ppid=10606 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 2249 13095 0 0 1 0 5 3 20 0 6 0 475099768 10212057088 4715 33554432000 4194304 4196468 140731552511536 139677399372368 139677419772734 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 475099769 10212057088 4715 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=9972712 memory=140050230290048 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 475099769 10212057088 4715 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 475099769 10212057088 4715 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 6 0 475099769 10212057088 4715 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209904 s]*
/proc/loadavg: 1.42 1.49 1.51 5/228 10675
/proc/meminfo: memFree=8434248/32770624 swapFree=66999016/67108860
[pid=10609] ppid=10606 vsize=10820196 memory=39508 CPUtime=0.27 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 7395 13095 0 0 17 2 5 3 20 0 15 0 475099759 11079880704 9877 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2705049 9877 3279 1 0 2667149 0
[pid=10609/tid=10662] ppid=10606 vsize=10820196 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 3869 13095 0 0 11 1 5 3 20 0 15 0 475099768 11079880704 9942 33554432000 4194304 4196468 140731552511536 139677399346640 139677413229059 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 9942 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10820196 memory=140050230290048 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 9942 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 9942 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 9942 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10820196 memory=140050230290048 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099770 11079880704 9942 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 475099771 11079880704 9942 33554432000 4194304 4196468 140731552511536 139676885124256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099771 11079880704 9942 33554432000 4194304 4196468 140731552511536 139676295881456 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11079880704 9942 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 580 13095 0 0 1 0 5 3 20 0 15 0 475099773 11079880704 9942 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) S 10606 10609 4702 0 -1 1077944384 66 13095 0 0 1 0 5 3 20 0 15 0 475099774 11079880704 9942 33554432000 4194304 4196468 140731552511536 139676850514800 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10820196 memory=140050230290048 CPUtime=0.11 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 636 13095 0 0 3 0 5 3 20 0 15 0 475099774 11079880704 9942 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11079880704 9942 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10820196 memory=140050230290048 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099774 11079880704 9942 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39508 KiB

[startup+0.310761 s]*
/proc/loadavg: 1.42 1.49 1.51 3/228 10675
/proc/meminfo: memFree=8421688/32770624 swapFree=66999016/67108860
[pid=10609] ppid=10606 vsize=10820196 memory=48144 CPUtime=0.41 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 10775 13095 0 0 30 3 5 3 20 0 15 0 475099759 11079880704 12036 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2705049 12036 3317 1 0 2667149 0
[pid=10609/tid=10662] ppid=10606 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 7219 13095 0 0 19 2 5 3 20 0 15 0 475099768 11079880704 12036 33554432000 4194304 4196468 140731552511536 139677399341744 139677409100193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10820196 memory=5867467280046517604 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 12036 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10820196 memory=5787213827347079232 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 12036 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10820196 memory=7649539447175268033 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 12036 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099769 11079880704 12036 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099770 11079880704 12036 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 475099771 11079880704 12036 33554432000 4194304 4196468 140731552511536 139676885124256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099771 11079880704 12036 33554432000 4194304 4196468 140731552511536 139676295881456 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11079880704 12036 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 581 13095 0 0 2 0 5 3 20 0 15 0 475099773 11079880704 12036 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) S 10606 10609 4702 0 -1 1077944384 66 13095 0 0 2 0 5 3 20 0 15 0 475099774 11079880704 12036 33554432000 4194304 4196468 140731552511536 139676850514800 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 655 13095 0 0 5 0 5 3 20 0 15 0 475099774 11079880704 12036 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11079880704 12036 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099774 11079880704 12036 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48144 KiB

[startup+0.700787 s]
/proc/loadavg: 1.42 1.49 1.51 3/228 10675
/proc/meminfo: memFree=8406996/32770624 swapFree=66999016/67108860
[pid=10609] ppid=10606 vsize=10824364 memory=81296 CPUtime=1.15 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 15130 13095 0 0 102 5 5 3 20 0 15 0 475099759 11084148736 20324 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2706091 20324 3506 1 0 2668173 0
[pid=10609/tid=10662] ppid=10606 vsize=10824364 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) D 10606 10609 4702 0 -1 1077944384 10455 13095 0 0 55 4 5 3 20 0 15 0 475099768 11084148736 20324 33554432000 4194304 4196468 140731552511536 139677399362768 139677427559485 0 4 0 16800975 18446744072101613092 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11084148736 20324 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11084148736 20324 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099769 11084148736 20324 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099769 11084148736 20324 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 5 13095 0 0 0 0 5 3 20 0 15 0 475099770 11084148736 20324 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 475099771 11084148736 20324 33554432000 4194304 4196468 140731552511536 139676885124256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10824364 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099771 11084148736 20324 33554432000 4194304 4196468 140731552511536 139676295881456 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11084148736 20324 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10824364 memory=140050092296080 CPUtime=0.24 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 1049 13095 0 0 16 0 5 3 20 0 15 0 475099773 11084148736 20324 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10824364 memory=24964 CPUtime=0.2 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) R 10606 10609 4702 0 -1 4202560 517 13095 0 0 12 0 5 3 20 0 15 0 475099774 11084148736 20324 33554432000 4194304 4196468 140731552511536 139676850500896 139677409079786 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10824364 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 852 13095 0 0 17 0 5 3 20 0 15 0 475099774 11084148736 20324 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10824364 memory=140050092293488 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11084148736 20324 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099774 11084148736 20324 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81296 KiB

[startup+1.50074 s]
/proc/loadavg: 1.42 1.49 1.51 5/228 10675
/proc/meminfo: memFree=8357916/32770624 swapFree=66999016/67108860
[pid=10609] ppid=10606 vsize=10834680 memory=188348 CPUtime=2.8 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 26420 13095 0 0 261 11 5 3 20 0 15 0 475099759 11094712320 47087 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2708670 47087 3581 1 0 2670733 0
[pid=10609/tid=10662] ppid=10606 vsize=10834680 memory=22 CPUtime=1.43 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 16490 13095 0 0 129 6 5 3 20 0 15 0 475099768 11094712320 47087 33554432000 4194304 4196468 140731552511536 139677399361704 139676983890204 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10834680 memory=32 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 34 13095 0 0 1 0 5 3 20 0 15 0 475099769 11094712320 47087 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 28 13095 0 0 1 0 5 3 20 0 15 0 475099769 11094712320 47087 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 303 13095 0 0 1 0 5 3 20 0 15 0 475099769 11094712320 47087 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10834680 memory=96688 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 78 13095 0 0 1 0 5 3 20 0 15 0 475099769 11094712320 47087 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 892 13095 0 0 1 0 5 3 20 0 15 0 475099770 11094712320 47087 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10834680 memory=6296702257006991712 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 34 13095 0 0 0 0 5 3 20 0 15 0 475099771 11094712320 47087 33554432000 4194304 4196468 140731552511536 139676885124320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10834680 memory=7809923890656339810 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099771 11094712320 47087 33554432000 4194304 4196468 140731552511536 139676295881472 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10834680 memory=7451584268157282417 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11094712320 47087 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10834680 memory=5787217160294390116 CPUtime=0.49 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 2165 13095 0 0 41 0 5 3 20 0 15 0 475099773 11094712320 47087 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10834680 memory=7450766197213320556 CPUtime=0.45 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) S 10606 10609 4702 0 -1 1077944384 2032 13095 0 0 37 0 5 3 20 0 15 0 475099774 11094712320 47087 33554432000 4194304 4196468 140731552511536 139676850514800 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10834680 memory=6296702257006991712 CPUtime=0.52 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 2149 13095 0 0 43 1 5 3 20 0 15 0 475099774 11094712320 47087 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10834680 memory=6296702257006991712 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11094712320 47087 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10834680 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 475099774 11094712320 47087 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 10834680 KiB

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

/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 67550 13095 0 0 229564 51 5 3 20 0 15 0 475099768 11107328000 193303 33554432000 4194304 4196468 140731552511536 139677399370944 139676994020977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10847000 memory=791684 CPUtime=12.36 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 12798 13095 0 0 1169 59 5 3 20 0 15 0 475099769 11107328000 193303 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10847000 memory=778856 CPUtime=12.38 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 14838 13095 0 0 1164 66 5 3 20 0 15 0 475099769 11107328000 193303 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10847000 memory=778340 CPUtime=12.39 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 15640 13095 0 0 1171 60 5 3 20 0 15 0 475099769 11107328000 193303 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10847000 memory=773724 CPUtime=12.35 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 9442 13095 0 0 1168 59 5 3 20 0 15 0 475099769 11107328000 193303 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10847000 memory=776804 CPUtime=10.58 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 14907 13095 0 0 988 62 5 3 20 0 15 0 475099770 11107328000 193303 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10847000 memory=773212 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 38 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 193303 33554432000 4194304 4196468 140731552511536 139676885124320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10847000 memory=781424 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 193303 33554432000 4194304 4196468 140731552511536 139676295881472 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10847000 memory=787068 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11107328000 193303 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10847000 memory=773212 CPUtime=3.69 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 30326 13095 0 0 355 6 5 3 20 0 15 0 475099773 11107328000 193303 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10847000 memory=303430223234596890 CPUtime=3.89 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) S 10606 10609 4702 0 -1 1077944384 29764 13095 0 0 376 5 5 3 20 0 15 0 475099774 11107328000 193303 33554432000 4194304 4196468 140731552511536 139676850514800 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10847000 memory=288230596050944315 CPUtime=3.51 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 41753 13095 0 0 335 8 5 3 20 0 15 0 475099774 11107328000 193303 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10847000 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11107328000 193303 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10847000 memory=52924 CPUtime=1.51 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1181 13095 0 0 69 74 5 3 20 0 15 0 475099774 11107328000 193303 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 2368.27 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 773212 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.32 1.33 3/227 11042
/proc/meminfo: memFree=7756960/32770624 swapFree=66999032/67108860
[pid=10609] ppid=10606 vsize=10847000 memory=759868 CPUtime=2429.33 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 242514 13095 0 0 242528 397 5 3 20 0 15 0 475099759 11107328000 189967 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2711750 189967 3631 1 0 2673805 0
[pid=10609/tid=10662] ppid=10606 vsize=10847000 memory=765516 CPUtime=2355.59 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 68281 13095 0 0 235499 52 5 3 20 0 15 0 475099768 11107328000 189967 33554432000 4194304 4196468 140731552511536 139677399370976 139676998039449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10847000 memory=773212 CPUtime=12.72 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 12942 13095 0 0 1203 61 5 3 20 0 15 0 475099769 11107328000 189967 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10847000 memory=762948 CPUtime=12.73 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 15063 13095 0 0 1198 67 5 3 20 0 15 0 475099769 11107328000 189967 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10847000 memory=765004 CPUtime=12.74 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 15818 13095 0 0 1205 61 5 3 20 0 15 0 475099769 11107328000 189967 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10847000 memory=762948 CPUtime=12.69 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 9655 13095 0 0 1201 60 5 3 20 0 15 0 475099769 11107328000 189967 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10847000 memory=762948 CPUtime=10.85 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 15107 13095 0 0 1013 64 5 3 20 0 15 0 475099770 11107328000 189967 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10847000 memory=762948 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 38 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 189967 33554432000 4194304 4196468 140731552511536 139676885124320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10847000 memory=762948 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 189967 33554432000 4194304 4196468 140731552511536 139676295881472 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10847000 memory=760384 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11107328000 189967 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10847000 memory=762948 CPUtime=3.7 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 30676 13095 0 0 355 7 5 3 20 0 15 0 475099773 11107328000 189967 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10847000 memory=762436 CPUtime=3.89 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) S 10606 10609 4702 0 -1 1077944384 29766 13095 0 0 376 5 5 3 20 0 15 0 475099774 11107328000 189967 33554432000 4194304 4196468 140731552511536 139676850514800 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10847000 memory=773212 CPUtime=3.51 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 41755 13095 0 0 335 8 5 3 20 0 15 0 475099774 11107328000 189967 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10847000 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11107328000 189967 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10847000 memory=1056 CPUtime=1.54 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1199 13095 0 0 70 76 5 3 20 0 15 0 475099774 11107328000 189967 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 2429.33 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 759868 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.31 1.32 3/227 11046
/proc/meminfo: memFree=7755624/32770624 swapFree=66999032/67108860
[pid=10609] ppid=10606 vsize=10847000 memory=751656 CPUtime=2490.42 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 243568 13095 0 0 248628 406 5 3 20 0 15 0 475099759 11107328000 187914 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2711750 187914 3631 1 0 2673805 0
[pid=10609/tid=10662] ppid=10606 vsize=10847000 memory=751656 CPUtime=2414.9 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 68796 13095 0 0 241429 53 5 3 20 0 15 0 475099768 11107328000 187914 33554432000 4194304 4196468 140731552511536 139677399371056 139676992264181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10847000 memory=751656 CPUtime=13.07 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 12995 13095 0 0 1236 63 5 3 20 0 15 0 475099769 11107328000 187914 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10847000 memory=751656 CPUtime=13.09 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 15186 13095 0 0 1233 68 5 3 20 0 15 0 475099769 11107328000 187914 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10847000 memory=754736 CPUtime=13.1 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 15892 13095 0 0 1240 62 5 3 20 0 15 0 475099769 11107328000 187914 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10847000 memory=759356 CPUtime=13.06 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 9701 13095 0 0 1237 61 5 3 20 0 15 0 475099769 11107328000 187914 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10847000 memory=762948 CPUtime=11.14 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 15120 13095 0 0 1041 65 5 3 20 0 15 0 475099770 11107328000 187914 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10847000 memory=752688 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 38 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 187914 33554432000 4194304 4196468 140731552511536 139676885124320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10847000 memory=765516 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 187914 33554432000 4194304 4196468 140731552511536 139676295881472 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10847000 memory=754736 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11107328000 187914 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10847000 memory=0 CPUtime=3.7 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 30676 13095 0 0 355 7 5 3 20 0 15 0 475099773 11107328000 187914 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10847000 memory=765004 CPUtime=3.89 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) S 10606 10609 4702 0 -1 1077944384 29992 13095 0 0 376 5 5 3 20 0 15 0 475099774 11107328000 187914 33554432000 4194304 4196468 140731552511536 139676850514800 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10847000 memory=752688 CPUtime=3.51 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 41755 13095 0 0 335 8 5 3 20 0 15 0 475099774 11107328000 187914 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10847000 memory=751656 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11107328000 187914 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10847000 memory=751656 CPUtime=1.58 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1203 13095 0 0 72 78 5 3 20 0 15 0 475099774 11107328000 187914 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 2490.42 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 751656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.4 s]*
/proc/loadavg: 1.19 1.29 1.32 3/227 11049
/proc/meminfo: memFree=7777452/32770624 swapFree=66999032/67108860
[pid=10609] ppid=10606 vsize=10847000 memory=728568 CPUtime=2520.01 cores=1,3,5,7
/proc/10609/stat : 10609 (java) S 10606 10609 4702 0 -1 1077944320 244632 13095 0 0 251582 411 5 3 20 0 15 0 475099759 11107328000 182142 33554432000 4194304 4196468 140731552511536 140731552494080 139677427535607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
/proc/10609/statm: 2711750 182142 3631 1 0 2673805 0
[pid=10609/tid=10662] ppid=10606 vsize=10847000 memory=2120 CPUtime=2443.68 cores=1,3,5,7
/proc/10609/task/10662/stat : 10662 (java) R 10606 10609 4702 0 -1 4202560 69282 13095 0 0 244307 53 5 3 20 0 15 0 475099768 11107328000 182142 33554432000 4194304 4196468 140731552511536 139677399371216 139676998039121 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10663] ppid=10606 vsize=10847000 memory=496 CPUtime=13.24 cores=1,3,5,7
/proc/10609/task/10663/stat : 10663 (java) S 10606 10609 4702 0 -1 1077944384 13008 13095 0 0 1252 64 5 3 20 0 15 0 475099769 11107328000 182142 33554432000 4194304 4196468 140731552511536 139677431778320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10664] ppid=10606 vsize=10847000 memory=0 CPUtime=13.26 cores=1,3,5,7
/proc/10609/task/10664/stat : 10664 (java) S 10606 10609 4702 0 -1 1077944384 15299 13095 0 0 1249 69 5 3 20 0 15 0 475099769 11107328000 182142 33554432000 4194304 4196468 140731552511536 139677320051856 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10665] ppid=10606 vsize=10847000 memory=4872558044660077418 CPUtime=13.27 cores=1,3,5,7
/proc/10609/task/10665/stat : 10665 (java) S 10606 10609 4702 0 -1 1077944384 15962 13095 0 0 1256 63 5 3 20 0 15 0 475099769 11107328000 182142 33554432000 4194304 4196468 140731552511536 139677318998800 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10666] ppid=10606 vsize=10847000 memory=728568 CPUtime=13.23 cores=1,3,5,7
/proc/10609/task/10666/stat : 10666 (java) S 10606 10609 4702 0 -1 1077944384 9864 13095 0 0 1253 62 5 3 20 0 15 0 475099769 11107328000 182142 33554432000 4194304 4196468 140731552511536 139677317946256 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10667] ppid=10606 vsize=10847000 memory=1412 CPUtime=11.26 cores=1,3,5,7
/proc/10609/task/10667/stat : 10667 (java) S 10606 10609 4702 0 -1 1077944384 15318 13095 0 0 1052 66 5 3 20 0 15 0 475099770 11107328000 182142 33554432000 4194304 4196468 140731552511536 139676886178032 139677427546754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10668] ppid=10606 vsize=10847000 memory=3212 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10668/stat : 10668 (java) S 10606 10609 4702 0 -1 1077944384 38 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 182142 33554432000 4194304 4196468 140731552511536 139676885124320 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10669] ppid=10606 vsize=10847000 memory=1054484 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10669/stat : 10669 (java) S 10606 10609 4702 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 475099771 11107328000 182142 33554432000 4194304 4196468 140731552511536 139676295881472 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10670] ppid=10606 vsize=10847000 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10670/stat : 10670 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099773 11107328000 182142 33554432000 4194304 4196468 140731552511536 139675988482000 139677427554203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10671] ppid=10606 vsize=10847000 memory=932 CPUtime=3.7 cores=1,3,5,7
/proc/10609/task/10671/stat : 10671 (java) S 10606 10609 4702 0 -1 1077944384 30678 13095 0 0 355 7 5 3 20 0 15 0 475099773 11107328000 182142 33554432000 4194304 4196468 140731552511536 139676851567344 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10672] ppid=10606 vsize=10847000 memory=1980 CPUtime=3.89 cores=1,3,5,7
/proc/10609/task/10672/stat : 10672 (java) S 10606 10609 4702 0 -1 1077944384 29994 13095 0 0 376 5 5 3 20 0 15 0 475099774 11107328000 182142 33554432000 4194304 4196468 140731552511536 139676850514800 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10673] ppid=10606 vsize=10847000 memory=2428 CPUtime=3.51 cores=1,3,5,7
/proc/10609/task/10673/stat : 10673 (java) S 10606 10609 4702 0 -1 1077944384 41757 13095 0 0 335 8 5 3 20 0 15 0 475099774 11107328000 182142 33554432000 4194304 4196468 140731552511536 139676849461744 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10674] ppid=10606 vsize=10847000 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/10609/task/10674/stat : 10674 (java) S 10606 10609 4702 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 475099774 11107328000 182142 33554432000 4194304 4196468 140731552511536 139675954924384 139677427545813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
[pid=10609/tid=10675] ppid=10606 vsize=10847000 memory=892 CPUtime=1.59 cores=1,3,5,7
/proc/10609/task/10675/stat : 10675 (java) S 10606 10609 4702 0 -1 1077944384 1218 13095 0 0 73 78 5 3 20 0 15 0 475099774 11107328000 182142 33554432000 4194304 4196468 140731552511536 139676848409136 139677427546754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140731552516847 140731552519365 140731552519365 140731552522191 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 728568 KiB

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

[startup+2471.44 s]
# the end of solver process 10609 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.91 s, system=4.15032 s

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

Child status: 143
Real time (s): 2471.44
CPU time (s): 2520.06
CPU user time (s): 2515.91
CPU system time (s): 4.15032
CPU usage (%): 101.968
Max. virtual memory (cumulated for all children) (KiB): 10847000
Max. memory (cumulated for all children) (KiB): 1091944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.91
system time used= 4.15032
maximum resident set size= 1092980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258552
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299638
involuntary context switches= 6309


# summary of solver processes directly reported to runsolver:
#   pid: 10609
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.91
#   total CPU system time (s): 4.15032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3955 second user time and 21.3828 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 16:05:10
IDJOB=4402670
IDBENCH=141695
IDSOLVER=2861
FILE ID=node123/4402670-1568988349
RUNJOBID= node123-1568967599-4736
PBS_JOBID= 21704625
Free space on /tmp= 25692 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/hcp/graph237.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402670-1568988349/watcher-4402670-1568988349 -o /tmp/evaluation-result-4402670-1568988349/solver-4402670-1568988349 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4736 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402670-1568988349.xml

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

MD5SUM BENCH= 381d980e7a453e02616e2fcc42a92093
RANDOM SEED=1419008473

node123.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.49
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.49
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.49
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.49
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:         8457004 kB
MemAvailable:   30763280 kB
Buffers:          112720 kB
Cached:         22187252 kB
SwapCached:         7144 kB
Active:         12183244 kB
Inactive:       11209900 kB
Active(anon):    1082996 kB
Inactive(anon):    57528 kB
Active(file):   11100248 kB
Inactive(file): 11152372 kB
Unevictable:      107412 kB
Mlocked:          107412 kB
SwapTotal:      67108860 kB
SwapFree:       66999016 kB
Dirty:             35696 kB
Writeback:             0 kB
AnonPages:       1163144 kB
Mapped:            64772 kB
Shmem:             38992 kB
Slab:             511572 kB
SReclaimable:     482116 kB
SUnreclaim:        29456 kB
KernelStack:        4000 kB
PageTables:        10116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2264296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1007616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25660 MiB
End job on node123 at 2019-09-20 16:46:21