Trace number 4387016

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 2462.93

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-080-25.xml
MD5SUM86f21c6f99b90e2b5de67b4ee346bae4
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 benchmark51.5215
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains1
Minimum domain size6400
Maximum domain size6400
Distribution of domain sizes[{"size":6400,"count":25}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

0.70/0.56	c Concrete v3.10.1560635388952 running
2520.00/2462.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2462.91		at concrete.MAC.mac(MAC.scala:189)
2520.00/2462.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.00/2462.91		at scala.util.Try$.apply(Try.scala:212)
2520.00/2462.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2462.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2462.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2462.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2462.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2462.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2462.91		at concrete.ProblemState.map(ProblemState.scala:228)
2520.00/2462.91		at concrete.ProblemState.map(ProblemState.scala:210)
2520.00/2462.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2462.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2462.91		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.00/2462.91		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.00/2462.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2462.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.00/2462.91		at scala.util.Success.map(Try.scala:264)
2520.00/2462.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.00/2462.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2462.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2462.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2462.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2462.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2462.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2462.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2462.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2462.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2462.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2462.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2462.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2462.91		at scala.App.main(App.scala:75)
2520.00/2462.91		at scala.App.main$(App.scala:73)
2520.00/2462.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2462.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2462.91	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 (15321 MiB free)
  memory of node 1: 16384 MiB (13970 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387016-1568288410/watcher-4387016-1568288410 -o /tmp/evaluation-result-4387016-1568288410/solver-4387016-1568288410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1972265900 HOME/instance-4387016-1568288410.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
Current StackSize limit: 8192 KiB

solver pid=7172, runsolver pid=7169

[startup+0.100057 s]*
/proc/loadavg: 1.41 1.40 1.47 3/217 7229
/proc/meminfo: memFree=29994676/32770624 swapFree=66920064/67108860
[pid=7172] ppid=7169 vsize=9972712 memory=16952 CPUtime=0.09 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 4479 13176 0 0 1 0 5 3 20 0 6 0 405097130 10212057088 4238 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2493178 4238 1935 1 0 2481616 0
[pid=7172/tid=7225] ppid=7169 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 2291 13176 0 0 0 0 5 3 20 0 6 0 405097140 10212057088 4238 33554432000 4194304 4196468 140725268513904 139966785434192 139966813619357 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 6 0 405097140 10212057088 4238 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=9972712 memory=15120308687386264 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 6 0 405097140 10212057088 4238 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 6 0 405097140 10212057088 4238 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 6 0 405097140 10212057088 4238 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16952 KiB

[startup+0.210329 s]*
/proc/loadavg: 1.41 1.40 1.47 3/226 7238
/proc/meminfo: memFree=29975532/32770624 swapFree=66920064/67108860
[pid=7172] ppid=7169 vsize=10818940 memory=37196 CPUtime=0.26 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 7156 13176 0 0 17 1 5 3 20 0 15 0 405097130 11078594560 9299 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2704735 9299 2979 1 0 2667149 0
[pid=7172/tid=7225] ppid=7169 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 3649 13176 0 0 10 1 5 3 20 0 15 0 405097140 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966785421536 139966813619357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10818940 memory=15120308687386264 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097140 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097142 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966272232304 139966813608578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 33 13176 0 0 0 0 5 3 20 0 15 0 405097142 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966271178272 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097142 11078594560 9352 33554432000 4194304 4196468 140725268513904 139965669303664 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11078594560 9352 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) S 7169 7172 5621 0 -1 1077944384 547 13176 0 0 1 0 5 3 20 0 15 0 405097145 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966237620592 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 70 13176 0 0 1 0 5 3 20 0 15 0 405097145 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10818940 memory=140316551198336 CPUtime=0.11 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) S 7169 7172 5621 0 -1 1077944384 637 13176 0 0 3 0 5 3 20 0 15 0 405097145 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966235514992 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11078594560 9352 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10818940 memory=140316551198336 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097146 11078594560 9352 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37196 KiB

[startup+0.310607 s]*
/proc/loadavg: 1.41 1.40 1.47 3/226 7238
/proc/meminfo: memFree=29965096/32770624 swapFree=66920064/67108860
[pid=7172] ppid=7169 vsize=10820096 memory=46652 CPUtime=0.4 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 10803 13176 0 0 29 3 5 3 20 0 15 0 405097130 11079778304 11663 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2705024 11663 3240 1 0 2667149 0
[pid=7172/tid=7225] ppid=7169 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 7281 13176 0 0 19 2 5 3 20 0 15 0 405097140 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966785418464 139966813619357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097140 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10820096 memory=140316551198335 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097142 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966272232304 139966813608578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 33 13176 0 0 0 0 5 3 20 0 15 0 405097142 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966271178272 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097142 11079778304 12175 33554432000 4194304 4196468 140725268513904 139965669303664 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11079778304 12175 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) S 7169 7172 5621 0 -1 1077944384 549 13176 0 0 2 0 5 3 20 0 15 0 405097145 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966237620592 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 71 13176 0 0 1 0 5 3 20 0 15 0 405097145 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10820096 memory=140316551198336 CPUtime=0.13 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) S 7169 7172 5621 0 -1 1077944384 646 13176 0 0 5 0 5 3 20 0 15 0 405097145 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966235514992 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11079778304 12175 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10820096 memory=140316551198336 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097146 11079778304 12175 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 46652 KiB

[startup+0.700641 s]
/proc/loadavg: 1.41 1.40 1.47 5/226 7238
/proc/meminfo: memFree=29959380/32770624 swapFree=66920064/67108860
[pid=7172] ppid=7169 vsize=10822292 memory=77984 CPUtime=1.12 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 14726 13176 0 0 98 6 5 3 20 0 15 0 405097130 11082027008 19496 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2705573 19496 3504 1 0 2667661 0
[pid=7172/tid=7225] ppid=7169 vsize=10822292 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 10495 13176 0 0 53 5 5 3 20 0 15 0 405097140 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966785427008 139966813619357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10822292 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10822292 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10822292 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097140 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097140 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 5 13176 0 0 0 0 5 3 20 0 15 0 405097142 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966272232304 139966813608578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 33 13176 0 0 0 0 5 3 20 0 15 0 405097142 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966271178272 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097142 11082027008 19496 33554432000 4194304 4196468 140725268513904 139965669303664 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11082027008 19496 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10822292 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) R 7169 7172 5621 0 -1 4202560 932 13176 0 0 15 0 5 3 20 0 15 0 405097145 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966237620592 139966793314567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10822292 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 291 13176 0 0 11 0 5 3 20 0 15 0 405097145 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10822292 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) S 7169 7172 5621 0 -1 1077944384 749 13176 0 0 17 0 5 3 20 0 15 0 405097145 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966235514992 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11082027008 19496 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10822292 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097146 11082027008 19496 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 77984 KiB

[startup+1.50075 s]
/proc/loadavg: 1.41 1.40 1.47 3/226 7238
/proc/meminfo: memFree=29920516/32770624 swapFree=66920064/67108860
[pid=7172] ppid=7169 vsize=10834656 memory=165452 CPUtime=2.45 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 22193 13176 0 0 226 11 5 3 20 0 15 0 405097130 11094687744 41363 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2708664 41363 3573 1 0 2670733 0
[pid=7172/tid=7225] ppid=7169 vsize=10834656 memory=140316447347288 CPUtime=1.42 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 15821 13176 0 0 127 7 5 3 20 0 15 0 405097140 11094687744 41363 33554432000 4194304 4196468 140725268513904 139966785391248 139966797641061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 55 13176 0 0 1 0 5 3 20 0 15 0 405097140 11094687744 41363 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10834656 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 43 13176 0 0 0 0 5 3 20 0 15 0 405097140 11094687744 41363 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10834656 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 311 13176 0 0 1 0 5 3 20 0 15 0 405097140 11094687744 41363 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10834656 memory=280632895101344 CPUtime=0.09 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 84 13176 0 0 1 0 5 3 20 0 15 0 405097140 11094687744 41363 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10834656 memory=171102907152446 CPUtime=0.09 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 444 13176 0 0 1 0 5 3 20 0 15 0 405097142 11094687744 41363 33554432000 4194304 4196468 140725268513904 139966272232304 139966813608578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 34 13176 0 0 0 0 5 3 20 0 15 0 405097142 11094687744 41363 33554432000 4194304 4196468 140725268513904 139966271178336 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10834656 memory=6011695996121019184 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097142 11094687744 41363 33554432000 4194304 4196468 140725268513904 139965669303680 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10834656 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11094687744 41380 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10834656 memory=-7668917182949848256 CPUtime=0.34 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) S 7169 7172 5621 0 -1 1077944384 1232 13176 0 0 26 0 5 3 20 0 15 0 405097145 11094687744 41380 33554432000 4194304 4196468 140725268513904 139966237620592 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10834656 memory=8514726395714956677 CPUtime=0.32 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 491 13176 0 0 24 0 5 3 20 0 15 0 405097145 11094687744 41380 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10834656 memory=-8995268955501401461 CPUtime=0.49 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) R 7169 7172 5621 0 -1 4202560 1463 13176 0 0 41 0 5 3 20 0 15 0 405097145 11094687744 41380 33554432000 4194304 4196468 140725268513904 139966235514992 139966806694267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10834656 memory=4283920778551074714 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11094687744 41380 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1 13176 0 0 0 0 5 3 20 0 15 0 405097146 11094687744 41380 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 72476 13176 0 0 235545 50 5 3 20 0 15 0 405097140 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966785433056 139966435331437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10846964 memory=883428 CPUtime=14.31 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 18932 13176 0 0 1372 51 5 3 20 0 15 0 405097140 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10846964 memory=873160 CPUtime=14.3 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 22671 13176 0 0 1367 55 5 3 20 0 15 0 405097140 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10846964 memory=875724 CPUtime=14.29 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 21325 13176 0 0 1373 48 5 3 20 0 15 0 405097140 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10846964 memory=280632896001984 CPUtime=14.29 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 18871 13176 0 0 1366 55 5 3 20 0 15 0 405097140 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10846964 memory=866484 CPUtime=8.71 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 17256 13176 0 0 813 50 5 3 20 0 15 0 405097142 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966272232304 139966813608578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 38 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966271178336 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10846964 memory=865972 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216493 33554432000 4194304 4196468 140725268513904 139965669303680 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10846964 memory=26660 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216493 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10846964 memory=866484 CPUtime=5.29 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) S 7169 7172 5621 0 -1 1077944384 29663 13176 0 0 515 6 5 3 20 0 15 0 405097145 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966237620592 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10846964 memory=3580 CPUtime=6 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 36725 13176 0 0 587 5 5 3 20 0 15 0 405097145 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10846964 memory=988 CPUtime=3.72 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) S 7169 7172 5621 0 -1 1077944384 37016 13176 0 0 357 7 5 3 20 0 15 0 405097145 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966235514992 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10846964 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216493 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10846964 memory=866484 CPUtime=1.5 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1429 13176 0 0 70 72 5 3 20 0 15 0 405097146 11107291136 216493 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 2437.85 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 865972 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.37 1.41 3/226 7870
/proc/meminfo: memFree=29713632/32770624 swapFree=66920112/67108860
[pid=7172] ppid=7169 vsize=10846964 memory=864932 CPUtime=2499 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 280504 13176 0 0 249533 359 5 3 20 0 15 0 405097130 11107291136 216233 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2711741 216233 3621 1 0 2673805 0
[pid=7172/tid=7225] ppid=7169 vsize=10846964 memory=864932 CPUtime=2415.29 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) S 7169 7172 5621 0 -1 1077944384 73113 13176 0 0 241471 50 5 3 20 0 15 0 405097140 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966785433152 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10846964 memory=862884 CPUtime=14.72 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) R 7169 7172 5621 0 -1 4202560 19273 13176 0 0 1413 51 5 3 20 0 15 0 405097140 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966817839760 139966806225639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10846964 memory=864932 CPUtime=14.71 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) R 7169 7172 5621 0 -1 4202560 22848 13176 0 0 1407 56 5 3 20 0 15 0 405097140 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966387247632 139966813618778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10846964 memory=860836 CPUtime=14.7 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) R 7169 7172 5621 0 -1 4202560 21595 13176 0 0 1413 49 5 3 20 0 15 0 405097140 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966386192440 139966806225639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10846964 memory=869564 CPUtime=14.71 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) R 7169 7172 5621 0 -1 4202560 19125 13176 0 0 1407 56 5 3 20 0 15 0 405097140 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966385142152 139966806225639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10846964 memory=864432 CPUtime=8.92 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 17442 13176 0 0 833 51 5 3 20 0 15 0 405097142 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966272230816 139966813607637 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10846964 memory=864932 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 38 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966271178336 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10846964 memory=864932 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216233 33554432000 4194304 4196468 140725268513904 139965669303680 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10846964 memory=864932 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216233 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10846964 memory=864932 CPUtime=5.29 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) S 7169 7172 5621 0 -1 1077944384 29665 13176 0 0 515 6 5 3 20 0 15 0 405097145 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966237620592 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10846964 memory=8112282956445269571 CPUtime=6 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 36727 13176 0 0 587 5 5 3 20 0 15 0 405097145 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10846964 memory=864932 CPUtime=3.72 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) S 7169 7172 5621 0 -1 1077944384 37018 13176 0 0 357 7 5 3 20 0 15 0 405097145 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966235514992 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10846964 memory=864932 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216233 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10846964 memory=864932 CPUtime=1.54 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1443 13176 0 0 72 74 5 3 20 0 15 0 405097146 11107291136 216233 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 2499 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 864932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.9 s]
/proc/loadavg: 1.53 1.39 1.42 3/227 7873
/proc/meminfo: memFree=29715104/32770624 swapFree=66920112/67108860
[pid=7172] ppid=7169 vsize=10846964 memory=866980 CPUtime=2520 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 281930 13176 0 0 251630 362 5 3 20 0 15 0 405097130 11107291136 216745 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2711741 216745 3621 1 0 2673805 0
[pid=7172/tid=7225] ppid=7169 vsize=10846964 memory=866980 CPUtime=2435.64 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 73471 13176 0 0 243506 50 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966785432848 139966433652516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.86 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 19415 13176 0 0 1426 52 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.86 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 23223 13176 0 0 1421 57 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.85 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 21723 13176 0 0 1427 50 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.85 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 19364 13176 0 0 1420 57 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10846964 memory=3580 CPUtime=8.99 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 17616 13176 0 0 840 51 5 3 20 0 15 0 405097142 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966272232304 139966813608578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10846964 memory=866980 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 38 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966271178336 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10846964 memory=866980 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216745 33554432000 4194304 4196468 140725268513904 139965669303680 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10846964 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10846964 memory=3852 CPUtime=5.29 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) S 7169 7172 5621 0 -1 1077944384 29667 13176 0 0 515 6 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966237620592 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10846964 memory=864932 CPUtime=6 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 36729 13176 0 0 587 5 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10846964 memory=864932 CPUtime=3.72 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) S 7169 7172 5621 0 -1 1077944384 37020 13176 0 0 357 7 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966235514992 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10846964 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10846964 memory=15844 CPUtime=1.55 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1447 13176 0 0 73 74 5 3 20 0 15 0 405097146 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 866980 KiB

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

[startup+2462.93 s]
# the end of solver process 7172 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.66197 s

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

[startup+2462.9 s]
/proc/loadavg: 1.53 1.39 1.42 3/227 7873
/proc/meminfo: memFree=29715104/32770624 swapFree=66920112/67108860
[pid=7172] ppid=7169 vsize=10846964 memory=866980 CPUtime=2520 cores=0,2,4,6
/proc/7172/stat : 7172 (java) S 7169 7172 5621 0 -1 1077944320 281930 13176 0 0 251630 362 5 3 20 0 15 0 405097130 11107291136 216745 33554432000 4194304 4196468 140725268513904 140725268496448 139966813597431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
/proc/7172/statm: 2711741 216745 3621 1 0 2673805 0
[pid=7172/tid=7225] ppid=7169 vsize=10846964 memory=866980 CPUtime=2435.64 cores=0,2,4,6
/proc/7172/task/7225/stat : 7225 (java) R 7169 7172 5621 0 -1 4202560 73471 13176 0 0 243506 50 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966785432848 139966433652516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7226] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.86 cores=0,2,4,6
/proc/7172/task/7226/stat : 7226 (java) S 7169 7172 5621 0 -1 1077944384 19415 13176 0 0 1426 52 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966817839760 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7227] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.86 cores=0,2,4,6
/proc/7172/task/7227/stat : 7227 (java) S 7169 7172 5621 0 -1 1077944384 23223 13176 0 0 1421 57 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966387247632 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7228] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.85 cores=0,2,4,6
/proc/7172/task/7228/stat : 7228 (java) S 7169 7172 5621 0 -1 1077944384 21723 13176 0 0 1427 50 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966386194832 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7229] ppid=7169 vsize=10846964 memory=866980 CPUtime=14.85 cores=0,2,4,6
/proc/7172/task/7229/stat : 7229 (java) S 7169 7172 5621 0 -1 1077944384 19364 13176 0 0 1420 57 5 3 20 0 15 0 405097140 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966385142032 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7230] ppid=7169 vsize=10846964 memory=3580 CPUtime=8.99 cores=0,2,4,6
/proc/7172/task/7230/stat : 7230 (java) S 7169 7172 5621 0 -1 1077944384 17616 13176 0 0 840 51 5 3 20 0 15 0 405097142 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966272232304 139966813608578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7231] ppid=7169 vsize=10846964 memory=866980 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7231/stat : 7231 (java) S 7169 7172 5621 0 -1 1077944384 38 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966271178336 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7232] ppid=7169 vsize=10846964 memory=866980 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7232/stat : 7232 (java) S 7169 7172 5621 0 -1 1077944384 2 13176 0 0 0 0 5 3 20 0 15 0 405097142 11107291136 216745 33554432000 4194304 4196468 140725268513904 139965669303680 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7233] ppid=7169 vsize=10846964 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7233/stat : 7233 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139965361903952 139966813616027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7234] ppid=7169 vsize=10846964 memory=3852 CPUtime=5.29 cores=0,2,4,6
/proc/7172/task/7234/stat : 7234 (java) S 7169 7172 5621 0 -1 1077944384 29667 13176 0 0 515 6 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966237620592 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7235] ppid=7169 vsize=10846964 memory=864932 CPUtime=6 cores=0,2,4,6
/proc/7172/task/7235/stat : 7235 (java) S 7169 7172 5621 0 -1 1077944384 36729 13176 0 0 587 5 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966236567792 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7236] ppid=7169 vsize=10846964 memory=864932 CPUtime=3.72 cores=0,2,4,6
/proc/7172/task/7236/stat : 7236 (java) S 7169 7172 5621 0 -1 1077944384 37020 13176 0 0 357 7 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966235514992 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7237] ppid=7169 vsize=10846964 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/7172/task/7237/stat : 7237 (java) S 7169 7172 5621 0 -1 1077944384 3 13176 0 0 0 0 5 3 20 0 15 0 405097145 11107291136 216745 33554432000 4194304 4196468 140725268513904 139965328345312 139966813607637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
[pid=7172/tid=7238] ppid=7169 vsize=10846964 memory=15844 CPUtime=1.55 cores=0,2,4,6
/proc/7172/task/7238/stat : 7238 (java) S 7169 7172 5621 0 -1 1077944384 1447 13176 0 0 73 74 5 3 20 0 15 0 405097146 11107291136 216745 33554432000 4194304 4196468 140725268513904 139966234463408 139966813608578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140725268519669 140725268522181 140725268522181 140725268525007 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 866980 KiB

Child status: 143
Real time (s): 2462.93
CPU time (s): 2520.04
CPU user time (s): 2516.38
CPU system time (s): 3.66197
CPU usage (%): 102.319
Max. virtual memory (cumulated for all children) (KiB): 10849588
Max. memory (cumulated for all children) (KiB): 1078140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.66197
maximum resident set size= 1079168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 260414
involuntary context switches= 7721


# summary of solver processes directly reported to runsolver:
#   pid: 7172
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.66197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7412 second user time and 23.1562 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 12:38:14
IDJOB=4387016
IDBENCH=120660
IDSOLVER=2823
FILE ID=node107/4387016-1568288410
RUNJOBID= node107-1568282247-6563
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-080-25.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387016-1568288410/watcher-4387016-1568288410 -o /tmp/evaluation-result-4387016-1568288410/solver-4387016-1568288410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1972265900 HOME/instance-4387016-1568288410.xml

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

MD5SUM BENCH= 86f21c6f99b90e2b5de67b4ee346bae4
RANDOM SEED=1972265900

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        29994124 kB
MemAvailable:   30276904 kB
Buffers:           88040 kB
Cached:           462788 kB
SwapCached:        80548 kB
Active:          1910304 kB
Inactive:         260984 kB
Active(anon):    1548544 kB
Inactive(anon):   100456 kB
Active(file):     361760 kB
Inactive(file):   160528 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920064 kB
Dirty:               804 kB
Writeback:         25236 kB
AnonPages:       1689432 kB
Mapped:            44204 kB
Shmem:             19824 kB
Slab:             195136 kB
SReclaimable:     152652 kB
SUnreclaim:        42484 kB
KernelStack:        4016 kB
PageTables:         8656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2775500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1503232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 54284 MiB
End job on node107 at 2019-09-12 13:19:18