Trace number 4387026

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.09 2460.53

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-080-05-add.xml
MD5SUM18e8c61317b2c078d14d7e9ead8d31e0
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 benchmark25.0904
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3170
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":5}]
Minimum variable degree4
Maximum variable degree79
Distribution of variable degrees[{"degree":4,"count":5},{"degree":79,"count":80}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3170}]
Number of extensional constraints0
Number of intensional constraints3170
Distribution of constraint types[{"type":"intension","count":3170}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387026-1568288434/watcher-4387026-1568288434 -o /tmp/evaluation-result-4387026-1568288434/solver-4387026-1568288434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1781488271 HOME/instance-4387026-1568288434.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=1122, runsolver pid=1118

[startup+0.100058 s]*
/proc/loadavg: 1.30 1.31 1.38 2/205 1249
/proc/meminfo: memFree=31744744/32770624 swapFree=66978728/67108860
[pid=1122] ppid=1118 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 4378 13524 0 0 1 1 4 3 20 0 6 0 405106090 10212057088 4137 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2493178 4137 1933 1 0 2481616 0
[pid=1122/tid=1244] ppid=1118 vsize=9972712 memory=7022364594140610616 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) R 1118 1122 32244 0 -1 4202560 2260 13524 0 0 0 0 4 3 20 0 6 0 405106099 10212057088 4715 33554432000 4194304 4196468 140726144041360 140579236987472 140579257387838 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=9972712 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 6 0 405106100 10212057088 4715 33554432000 4194304 4196468 140726144041360 140579269393296 140579265160917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=9972712 memory=139844793634170 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 6 0 405106100 10212057088 4715 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 6 0 405106100 10212057088 4715 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) S 1118 1122 32244 0 -1 1077944384 2 13524 0 0 0 0 4 3 20 0 6 0 405106100 10212057088 4715 33554432000 4194304 4196468 140726144041360 140579182107664 140579265160917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210378 s]*
/proc/loadavg: 1.30 1.31 1.38 5/227 1271
/proc/meminfo: memFree=31696764/32770624 swapFree=66978728/67108860
[pid=1122] ppid=1118 vsize=10818940 memory=38052 CPUtime=0.25 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 6902 13524 0 0 16 2 4 3 20 0 15 0 405106090 11078594560 9513 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2704735 9513 2958 1 0 2667149 0
[pid=1122/tid=1244] ppid=1118 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) R 1118 1122 32244 0 -1 4202560 3427 13524 0 0 10 1 4 3 20 0 15 0 405106099 11078594560 9513 33554432000 4194304 4196468 140726144041360 140579236983104 140579249260936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10818940 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11078594560 9513 33554432000 4194304 4196468 140726144041360 140579269393296 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10818940 memory=139844793634170 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11078594560 9513 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11078594560 9513 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) S 1118 1122 32244 0 -1 1077944384 2 13524 0 0 0 0 4 3 20 0 15 0 405106100 11078594560 9513 33554432000 4194304 4196468 140726144041360 140579182107664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10818940 memory=139844790638208 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 2 13524 0 0 0 0 4 3 20 0 15 0 405106101 11078594560 9513 33554432000 4194304 4196468 140726144041360 140578791831664 140579265161858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 13 13524 0 0 0 0 4 3 20 0 15 0 405106102 11078594560 9513 33554432000 4194304 4196468 140726144041360 140578239013664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106102 11078594560 9513 33554432000 4194304 4196468 140726144041360 140578037687408 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11078594560 9578 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 442 13524 0 0 1 0 4 3 20 0 15 0 405106104 11078594560 9578 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 178 13524 0 0 0 0 4 3 20 0 15 0 405106104 11078594560 9578 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10818940 memory=139844790638208 CPUtime=0.1 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 654 13524 0 0 3 0 4 3 20 0 15 0 405106104 11078594560 9578 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11078594560 9578 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10818940 memory=139844790638208 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106105 11078594560 9578 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38052 KiB

[startup+0.317197 s]*
/proc/loadavg: 1.30 1.31 1.38 5/227 1271
/proc/meminfo: memFree=31672860/32770624 swapFree=66978728/67108860
[pid=1122] ppid=1118 vsize=10820096 memory=49924 CPUtime=0.39 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 10687 13524 0 0 28 4 4 3 20 0 15 0 405106090 11079778304 12481 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2705024 12481 3271 1 0 2667149 0
[pid=1122/tid=1244] ppid=1118 vsize=10820244 memory=520945065 CPUtime=0.28 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) R 1118 1122 32244 0 -1 4202560 7201 13524 0 0 18 3 4 3 20 0 15 0 405106099 11079929856 12481 33554432000 4194304 4196468 140726144041360 140579236963152 140579249231198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11079929856 12481 33554432000 4194304 4196468 140726144041360 140579269393296 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10820244 memory=139844672127373 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11079929856 12481 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10820244 memory=279689344164192 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11079929856 12481 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10820244 memory=139844672130831 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) S 1118 1122 32244 0 -1 1077944384 2 13524 0 0 0 0 4 3 20 0 15 0 405106100 11079929856 12481 33554432000 4194304 4196468 140726144041360 140579182107664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 2 13524 0 0 0 0 4 3 20 0 15 0 405106101 11079929856 12481 33554432000 4194304 4196468 140726144041360 140578791831664 140579265161858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 13 13524 0 0 0 0 4 3 20 0 15 0 405106102 11079929856 12481 33554432000 4194304 4196468 140726144041360 140578239013664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106102 11079929856 12481 33554432000 4194304 4196468 140726144041360 140578037687408 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11079929856 12481 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 444 13524 0 0 2 0 4 3 20 0 15 0 405106104 11079929856 12481 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 178 13524 0 0 1 0 4 3 20 0 15 0 405106104 11079929856 12481 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10820244 memory=139844790638208 CPUtime=0.12 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 679 13524 0 0 5 0 4 3 20 0 15 0 405106104 11079929856 12481 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11079929856 12481 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10820244 memory=139844790638208 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106105 11079929856 12481 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49924 KiB

[startup+0.700761 s]
/proc/loadavg: 1.30 1.31 1.38 9/227 1271
/proc/meminfo: memFree=31648808/32770624 swapFree=66978728/67108860
[pid=1122] ppid=1118 vsize=10824340 memory=80556 CPUtime=1.13 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 14860 13524 0 0 100 6 4 3 20 0 15 0 405106090 11084124160 20139 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2706085 20139 3497 1 0 2668173 0
[pid=1122/tid=1244] ppid=1118 vsize=10824340 memory=6296683629717381965 CPUtime=0.65 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) R 1118 1122 32244 0 -1 4202560 10491 13524 0 0 54 4 4 3 20 0 15 0 405106099 11084124160 20139 33554432000 4194304 4196468 140726144041360 140579236975136 140579249231198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10824340 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11084124160 20139 33554432000 4194304 4196468 140726144041360 140579269393296 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10824340 memory=2996107 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11084124160 20139 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106100 11084124160 20139 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) S 1118 1122 32244 0 -1 1077944384 2 13524 0 0 0 0 4 3 20 0 15 0 405106100 11084124160 20139 33554432000 4194304 4196468 140726144041360 140579182107664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10824340 memory=139848430125625 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 5 13524 0 0 0 0 4 3 20 0 15 0 405106101 11084124160 20139 33554432000 4194304 4196468 140726144041360 140578791831664 140579265161858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10824340 memory=139848430125627 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 13 13524 0 0 0 0 4 3 20 0 15 0 405106102 11084124160 20139 33554432000 4194304 4196468 140726144041360 140578239013664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10824340 memory=139848430125632 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106102 11084124160 20139 33554432000 4194304 4196468 140726144041360 140578037687408 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10824340 memory=139848430125638 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11084124160 20139 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10824340 memory=139848430125640 CPUtime=0.21 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 821 13524 0 0 14 0 4 3 20 0 15 0 405106104 11084124160 20139 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10824340 memory=139848430125643 CPUtime=0.2 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 427 13524 0 0 13 0 4 3 20 0 15 0 405106104 11084124160 20139 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10824340 memory=139848430125653 CPUtime=0.24 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 886 13524 0 0 17 0 4 3 20 0 15 0 405106104 11084124160 20139 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10824340 memory=139848430125654 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11084124160 20139 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10824340 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106105 11084124160 20139 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80556 KiB

[startup+1.50074 s]
/proc/loadavg: 1.30 1.31 1.38 11/227 1271
/proc/meminfo: memFree=31467864/32770624 swapFree=66978728/67108860
[pid=1122] ppid=1118 vsize=10832608 memory=195604 CPUtime=3.17 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 25398 13524 0 0 299 11 4 3 20 0 15 0 405106090 11092590592 48901 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2708152 48901 3578 1 0 2670221 0
[pid=1122/tid=1244] ppid=1118 vsize=10832608 memory=55 CPUtime=1.42 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) R 1118 1122 32244 0 -1 4202560 15526 13524 0 0 129 6 4 3 20 0 15 0 405106099 11092590592 48901 33554432000 4194304 4196468 140726144041360 140579236967760 140579249231198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) S 1118 1122 32244 0 -1 1077944384 290 13524 0 0 1 0 4 3 20 0 15 0 405106100 11092590592 48901 33554432000 4194304 4196468 140726144041360 140579269393296 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 90 13524 0 0 1 0 4 3 20 0 15 0 405106100 11092590592 48901 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10832608 memory=2213 CPUtime=0.08 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 23 13524 0 0 1 0 4 3 20 0 15 0 405106100 11092590592 48901 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10832608 memory=2372 CPUtime=0.08 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) S 1118 1122 32244 0 -1 1077944384 50 13524 0 0 1 0 4 3 20 0 15 0 405106100 11092590592 48901 33554432000 4194304 4196468 140726144041360 140579182107664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 1224 13524 0 0 1 0 4 3 20 0 15 0 405106101 11092590592 48901 33554432000 4194304 4196468 140726144041360 140578791831664 140579265161858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10832608 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 14 13524 0 0 0 0 4 3 20 0 15 0 405106102 11092590592 48901 33554432000 4194304 4196468 140726144041360 140578239013728 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10832608 memory=-7522837415797432224 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 1 13524 0 0 0 0 4 3 20 0 15 0 405106102 11092590592 48901 33554432000 4194304 4196468 140726144041360 140578037687424 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10832608 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11092590592 48901 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10832608 memory=6944656592455360608 CPUtime=0.63 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 1491 13524 0 0 56 0 4 3 20 0 15 0 405106104 11092590592 48901 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10832608 memory=-7522837583129502606 CPUtime=0.69 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 2667 13524 0 0 62 0 4 3 20 0 15 0 405106104 11092590592 48901 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10832608 memory=6944613755445342871 CPUtime=0.5 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 1807 13524 0 0 43 0 4 3 20 0 15 0 405106104 11092590592 48901 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10832608 memory=-3253322038155611931 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11092590592 48901 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10832608 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11092590592 48901 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10832608 KiB

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

/proc/1122/task/1244/stat : 1244 (java) R 1118 1122 32244 0 -1 4202560 84461 13524 0 0 235754 52 4 3 20 0 15 0 405106099 11109388288 271441 33554432000 4194304 4196468 140726144041360 140579236986416 140578865271208 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10849012 memory=1086276 CPUtime=13.77 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) S 1118 1122 32244 0 -1 1077944384 28613 13524 0 0 1318 52 4 3 20 0 15 0 405106100 11109388288 271441 33554432000 4194304 4196468 140726144041360 140579269393296 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10849012 memory=1106800 CPUtime=13.78 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 20983 13524 0 0 1320 51 4 3 20 0 15 0 405106100 11109388288 271441 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10849012 memory=1098076 CPUtime=13.83 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 32397 13524 0 0 1325 51 4 3 20 0 15 0 405106100 11109388288 271441 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10849012 memory=1094484 CPUtime=13.79 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) S 1118 1122 32244 0 -1 1077944384 23040 13524 0 0 1321 51 4 3 20 0 15 0 405106100 11109388288 271441 33554432000 4194304 4196468 140726144041360 140579182107664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10849012 memory=1088328 CPUtime=7.68 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 23517 13524 0 0 705 56 4 3 20 0 15 0 405106101 11109388288 271441 33554432000 4194304 4196468 140726144041360 140578791831664 140579265161858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10849012 memory=1085764 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 16 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 271441 33554432000 4194304 4196468 140726144041360 140578239013792 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10849012 memory=1090892 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 271441 33554432000 4194304 4196468 140726144041360 140578037687424 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10849012 memory=1692 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11109388288 271441 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10849012 memory=1028 CPUtime=7.03 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 22716 13524 0 0 690 6 4 3 20 0 15 0 405106104 11109388288 271441 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10849012 memory=1090892 CPUtime=7.4 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 25651 13524 0 0 727 6 4 3 20 0 15 0 405106104 11109388288 271441 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10849012 memory=1090892 CPUtime=4.01 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 27160 13524 0 0 387 7 4 3 20 0 15 0 405106104 11109388288 271441 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10849012 memory=1093972 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11109388288 271441 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10849012 memory=1093972 CPUtime=1.43 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 1368 13524 0 0 57 79 4 3 20 0 15 0 405106105 11109388288 271441 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 2440.33 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1085764 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.43 1.44 3/228 1657
/proc/meminfo: memFree=28340556/32770624 swapFree=66978792/67108860
[pid=1122] ppid=1118 vsize=10849012 memory=1081136 CPUtime=2501.47 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 294276 13524 0 0 249770 370 4 3 20 0 15 0 405106090 11109388288 270284 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2712253 270284 3631 1 0 2674317 0
[pid=1122/tid=1244] ppid=1118 vsize=10849012 memory=1077040 CPUtime=2417.51 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) R 1118 1122 32244 0 -1 4202560 85093 13524 0 0 241691 53 4 3 20 0 15 0 405106099 11109388288 270284 33554432000 4194304 4196468 140726144041360 140579236986576 140578878934238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10849012 memory=1079088 CPUtime=14.16 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) S 1118 1122 32244 0 -1 1077944384 28701 13524 0 0 1356 53 4 3 20 0 15 0 405106100 11109388288 270284 33554432000 4194304 4196468 140726144041360 140579269393296 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10849012 memory=1079088 CPUtime=14.17 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 21364 13524 0 0 1357 53 4 3 20 0 15 0 405106100 11109388288 270284 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10849012 memory=1079088 CPUtime=14.22 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 32802 13524 0 0 1364 51 4 3 20 0 15 0 405106100 11109388288 270284 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10849012 memory=1081136 CPUtime=14.18 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) S 1118 1122 32244 0 -1 1077944384 23417 13524 0 0 1359 52 4 3 20 0 15 0 405106100 11109388288 270284 33554432000 4194304 4196468 140726144041360 140579182107664 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10849012 memory=1081136 CPUtime=7.87 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 23758 13524 0 0 722 58 4 3 20 0 15 0 405106101 11109388288 270284 33554432000 4194304 4196468 140726144041360 140578791831664 140579265161858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10849012 memory=1081136 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 16 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 270284 33554432000 4194304 4196468 140726144041360 140578239013792 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10849012 memory=1081136 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 270284 33554432000 4194304 4196468 140726144041360 140578037687424 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10849012 memory=1081136 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11109388288 270284 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10849012 memory=3620 CPUtime=7.03 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 22719 13524 0 0 690 6 4 3 20 0 15 0 405106104 11109388288 270284 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10849012 memory=1081136 CPUtime=7.4 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 25653 13524 0 0 727 6 4 3 20 0 15 0 405106104 11109388288 270284 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10849012 memory=1081136 CPUtime=4.01 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 27163 13524 0 0 387 7 4 3 20 0 15 0 405106104 11109388288 270284 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10849012 memory=1081136 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11109388288 270284 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10849012 memory=1081136 CPUtime=1.47 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 1375 13524 0 0 59 81 4 3 20 0 15 0 405106105 11109388288 270284 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 2501.47 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1081136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.5 s]
/proc/loadavg: 1.29 1.42 1.44 3/228 1657
/proc/meminfo: memFree=28338600/32770624 swapFree=66978792/67108860
[pid=1122] ppid=1118 vsize=10849012 memory=1083184 CPUtime=2520.03 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 294933 13524 0 0 251624 372 4 3 20 0 15 0 405106090 11109388288 270796 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2712253 270796 3631 1 0 2674317 0
[pid=1122/tid=1244] ppid=1118 vsize=10849012 memory=1083184 CPUtime=2435.5 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) S 1118 1122 32244 0 -1 1077944384 85388 13524 0 0 243490 53 4 3 20 0 15 0 405106099 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579236986192 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10849012 memory=1083184 CPUtime=14.28 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) R 1118 1122 32244 0 -1 4202560 28916 13524 0 0 1368 53 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579269393296 140579265162646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10849012 memory=1083184 CPUtime=14.29 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 21375 13524 0 0 1369 53 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10849012 memory=4810 CPUtime=14.34 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 32838 13524 0 0 1375 52 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10849012 memory=1083184 CPUtime=14.31 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) R 1118 1122 32244 0 -1 4202560 23488 13524 0 0 1371 53 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579182107664 140579265162646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10849012 memory=1083184 CPUtime=7.93 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 23782 13524 0 0 728 58 4 3 20 0 15 0 405106101 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578791830176 140579265160917 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10849012 memory=1079088 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 16 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578239013792 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10849012 memory=1083184 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578037687424 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10849012 memory=1083184 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10849012 memory=7964 CPUtime=7.03 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 22720 13524 0 0 690 6 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10849012 memory=279689345103648 CPUtime=7.4 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 25653 13524 0 0 727 6 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10849012 memory=1083184 CPUtime=4.01 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 27163 13524 0 0 387 7 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10849012 memory=279689344060016 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11109388288 270796 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10849012 memory=1083184 CPUtime=1.48 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 1379 13524 0 0 60 81 4 3 20 0 15 0 405106105 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1083184 KiB

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

[startup+2460.53 s]
# the end of solver process 1122 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.32 s, system=3.76912 s

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

[startup+2460.5 s]
/proc/loadavg: 1.29 1.42 1.44 3/228 1657
/proc/meminfo: memFree=28338600/32770624 swapFree=66978792/67108860
[pid=1122] ppid=1118 vsize=10849012 memory=1083184 CPUtime=2520.03 cores=1,3,5,7
/proc/1122/stat : 1122 (java) S 1118 1122 32244 0 -1 1077944320 294933 13524 0 0 251624 372 4 3 20 0 15 0 405106090 11109388288 270796 33554432000 4194304 4196468 140726144041360 140726144023904 140579265150711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
/proc/1122/statm: 2712253 270796 3631 1 0 2674317 0
[pid=1122/tid=1244] ppid=1118 vsize=10849012 memory=1083184 CPUtime=2435.5 cores=1,3,5,7
/proc/1122/task/1244/stat : 1244 (java) S 1118 1122 32244 0 -1 1077944384 85388 13524 0 0 243490 53 4 3 20 0 15 0 405106099 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579236986192 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1246] ppid=1118 vsize=10849012 memory=1083184 CPUtime=14.28 cores=1,3,5,7
/proc/1122/task/1246/stat : 1246 (java) R 1118 1122 32244 0 -1 4202560 28916 13524 0 0 1368 53 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579269393296 140579265162646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1247] ppid=1118 vsize=10849012 memory=1083184 CPUtime=14.29 cores=1,3,5,7
/proc/1122/task/1247/stat : 1247 (java) S 1118 1122 32244 0 -1 1077944384 21375 13524 0 0 1369 53 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579184212752 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1248] ppid=1118 vsize=10849012 memory=4810 CPUtime=14.34 cores=1,3,5,7
/proc/1122/task/1248/stat : 1248 (java) S 1118 1122 32244 0 -1 1077944384 32838 13524 0 0 1375 52 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579183160464 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1249] ppid=1118 vsize=10849012 memory=1083184 CPUtime=14.31 cores=1,3,5,7
/proc/1122/task/1249/stat : 1249 (java) R 1118 1122 32244 0 -1 4202560 23488 13524 0 0 1371 53 4 3 20 0 15 0 405106100 11109388288 270796 33554432000 4194304 4196468 140726144041360 140579182107664 140579265162646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1254] ppid=1118 vsize=10849012 memory=1083184 CPUtime=7.93 cores=1,3,5,7
/proc/1122/task/1254/stat : 1254 (java) S 1118 1122 32244 0 -1 1077944384 23782 13524 0 0 728 58 4 3 20 0 15 0 405106101 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578791830176 140579265160917 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1256] ppid=1118 vsize=10849012 memory=1079088 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1256/stat : 1256 (java) S 1118 1122 32244 0 -1 1077944384 16 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578239013792 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1257] ppid=1118 vsize=10849012 memory=1083184 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1257/stat : 1257 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106102 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578037687424 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1260] ppid=1118 vsize=10849012 memory=1083184 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1260/stat : 1260 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140577797396560 140579265169307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1261] ppid=1118 vsize=10849012 memory=7964 CPUtime=7.03 cores=1,3,5,7
/proc/1122/task/1261/stat : 1261 (java) S 1118 1122 32244 0 -1 1077944384 22720 13524 0 0 690 6 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578790779504 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1262] ppid=1118 vsize=10849012 memory=279689345103648 CPUtime=7.4 cores=1,3,5,7
/proc/1122/task/1262/stat : 1262 (java) S 1118 1122 32244 0 -1 1077944384 25653 13524 0 0 727 6 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578789726704 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1263] ppid=1118 vsize=10849012 memory=1083184 CPUtime=4.01 cores=1,3,5,7
/proc/1122/task/1263/stat : 1263 (java) S 1118 1122 32244 0 -1 1077944384 27163 13524 0 0 387 7 4 3 20 0 15 0 405106104 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578788674416 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1264] ppid=1118 vsize=10849012 memory=279689344060016 CPUtime=0.07 cores=1,3,5,7
/proc/1122/task/1264/stat : 1264 (java) S 1118 1122 32244 0 -1 1077944384 3 13524 0 0 0 0 4 3 20 0 15 0 405106105 11109388288 270796 33554432000 4194304 4196468 140726144041360 140577763838944 140579265160917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
[pid=1122/tid=1269] ppid=1118 vsize=10849012 memory=1083184 CPUtime=1.48 cores=1,3,5,7
/proc/1122/task/1269/stat : 1269 (java) S 1118 1122 32244 0 -1 1077944384 1379 13524 0 0 60 81 4 3 20 0 15 0 405106105 11109388288 270796 33554432000 4194304 4196468 140726144041360 140578787621296 140579265161858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10764288 140726144043765 140726144046277 140726144046277 140726144049103 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1083184 KiB

Child status: 143
Real time (s): 2460.53
CPU time (s): 2520.09
CPU user time (s): 2516.32
CPU system time (s): 3.76912
CPU usage (%): 102.421
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 1750728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.32
system time used= 3.76912
maximum resident set size= 1752776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309240
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 234309
involuntary context switches= 5435


# summary of solver processes directly reported to runsolver:
#   pid: 1122
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.32
#   total CPU system time (s): 3.76912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.404 second user time and 22.8045 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 13:39:52
IDJOB=4387026
IDBENCH=120889
IDSOLVER=2823
FILE ID=node121/4387026-1568288434
RUNJOBID= node121-1568285922-554
PBS_JOBID= 21701082
Free space on /tmp= 56652 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-080-05-add.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387026-1568288434/watcher-4387026-1568288434 -o /tmp/evaluation-result-4387026-1568288434/solver-4387026-1568288434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1781488271 HOME/instance-4387026-1568288434.xml

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

MD5SUM BENCH= 18e8c61317b2c078d14d7e9ead8d31e0
RANDOM SEED=1781488271

node121.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.75
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.75
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.75
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.75
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:        31754088 kB
MemAvailable:   31916828 kB
Buffers:           88676 kB
Cached:           365776 kB
SwapCached:        19532 kB
Active:           260756 kB
Inactive:         214232 kB
Active(anon):       7512 kB
Inactive(anon):    42168 kB
Active(file):     253244 kB
Inactive(file):   172064 kB
Unevictable:      109404 kB
Mlocked:          109404 kB
SwapTotal:      67108860 kB
SwapFree:       66978728 kB
Dirty:             70380 kB
Writeback:             0 kB
AnonPages:        111296 kB
Mapped:            29940 kB
Shmem:             19680 kB
Slab:             134912 kB
SReclaimable:     106536 kB
SUnreclaim:        28376 kB
KernelStack:        3488 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 56568 MiB
End job on node121 at 2019-09-12 14:20:53