Trace number 4387032

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 2501.24

General information on the benchmark

NameRandom/Random-m1-7-40-8t/
rand-7-40-8-40-22500-0.xml
MD5SUMbec643ae272751fbe4415f184f63255d
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 benchmark64.9451
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints40
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":40}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":4},{"degree":4,"count":2},{"degree":5,"count":1},{"degree":6,"count":8},{"degree":7,"count":8},{"degree":8,"count":8},{"degree":9,"count":4},{"degree":11,"count":2},{"degree":13,"count":1},{"degree":14,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":40}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387032-1568288448/watcher-4387032-1568288448 -o /tmp/evaluation-result-4387032-1568288448/solver-4387032-1568288448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-553 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=405136264 HOME/instance-4387032-1568288448.xml 

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

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


[startup+0.102296 s]*
/proc/loadavg: 1.72 1.41 1.41 3/219 1399
/proc/meminfo: memFree=30966188/32770624 swapFree=66978732/67108860
[pid=1342] ppid=1339 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 4459 13332 0 0 1 0 5 2 20 0 6 0 405107538 10212057088 4203 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2493178 4203 1935 1 0 2481616 0
[pid=1342/tid=1395] ppid=1339 vsize=9972712 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 2279 13332 0 0 0 0 5 2 20 0 6 0 405107547 10212057088 4780 33554432000 4194304 4196468 140731159106128 140106190459472 140106200119728 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=9972712 memory=339 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 6 0 405107548 10212057088 4780 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=9972712 memory=139893825122917 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 6 0 405107548 10212057088 4780 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 6 0 405107548 10212057088 4780 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 6 0 405107548 10212057088 4780 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.72 1.41 1.41 4/228 1408
/proc/meminfo: memFree=30945100/32770624 swapFree=66978732/67108860
[pid=1342] ppid=1339 vsize=10818940 memory=41812 CPUtime=0.25 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 6841 13332 0 0 16 2 5 2 20 0 15 0 405107538 11078594560 10453 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2704735 10453 2951 1 0 2667149 0
[pid=1342/tid=1395] ppid=1339 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 3369 13332 0 0 10 1 5 2 20 0 15 0 405107547 11078594560 10528 33554432000 4194304 4196468 140731159106128 140106190455200 140106202703198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10818940 memory=339 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11078594560 10528 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10818940 memory=139893825122917 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11078594560 10528 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11078594560 10528 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107548 11078594560 10528 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10818940 memory=139893825103488 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107550 11078594560 10528 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 13 13332 0 0 0 0 5 2 20 0 15 0 405107550 11078594560 10528 33554432000 4194304 4196468 140731159106128 140105658393888 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107550 11078594560 10528 33554432000 4194304 4196468 140731159106128 140105524176496 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11078594560 10528 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) S 1339 1342 32244 0 -1 1077944384 569 13332 0 0 1 0 5 2 20 0 15 0 405107553 11078594560 10528 33554432000 4194304 4196468 140731159106128 140105744169072 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) S 1339 1342 32244 0 -1 1077944384 61 13332 0 0 0 0 5 2 20 0 15 0 405107553 11078594560 10528 33554432000 4194304 4196468 140731159106128 140105743116272 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10818940 memory=139893825103488 CPUtime=0.1 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 644 13332 0 0 3 0 5 2 20 0 15 0 405107553 11078594560 10528 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11078594560 10528 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10818940 memory=139893825103488 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107554 11078594560 10528 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41812 KiB

[startup+0.310376 s]*
/proc/loadavg: 1.72 1.41 1.41 3/228 1408
/proc/meminfo: memFree=30933304/32770624 swapFree=66978732/67108860
[pid=1342] ppid=1339 vsize=10819432 memory=51136 CPUtime=0.39 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 10510 13332 0 0 28 4 5 2 20 0 15 0 405107538 11079098368 12784 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2704858 12784 3077 1 0 2667149 0
[pid=1342/tid=1395] ppid=1339 vsize=10820096 memory=139893728704652 CPUtime=0.28 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 7139 13332 0 0 18 3 5 2 20 0 15 0 405107547 11079778304 12982 33554432000 4194304 4196468 140731159106128 140106190437224 140106218644637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10820096 memory=139893728705839 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11079778304 12982 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10820096 memory=139893825104610 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11079778304 12982 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10820096 memory=139893728711786 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11079778304 12982 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10820096 memory=139893728712751 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107548 11079778304 12982 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107550 11079778304 12982 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 13 13332 0 0 0 0 5 2 20 0 15 0 405107550 11079778304 12982 33554432000 4194304 4196468 140731159106128 140105658393888 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107550 11079778304 12982 33554432000 4194304 4196468 140731159106128 140105524176496 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11079778304 12982 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) S 1339 1342 32244 0 -1 1077944384 571 13332 0 0 2 0 5 2 20 0 15 0 405107553 11079778304 12982 33554432000 4194304 4196468 140731159106128 140105744169072 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) S 1339 1342 32244 0 -1 1077944384 61 13332 0 0 1 0 5 2 20 0 15 0 405107553 11079778304 12982 33554432000 4194304 4196468 140731159106128 140105743116272 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10820096 memory=139893825103488 CPUtime=0.12 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 668 13332 0 0 5 0 5 2 20 0 15 0 405107553 11079778304 12982 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11079778304 12982 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10820096 memory=139893825103488 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107554 11079778304 12982 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819432 KiB
Current children cumulated memory: 51136 KiB

[startup+0.700725 s]
/proc/loadavg: 1.72 1.41 1.41 6/228 1408
/proc/meminfo: memFree=30919964/32770624 swapFree=66978732/67108860
[pid=1342] ppid=1339 vsize=10824340 memory=84632 CPUtime=1.14 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 14826 13332 0 0 101 6 5 2 20 0 15 0 405107538 11084124160 21158 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2706085 21158 3508 1 0 2668173 0
[pid=1342/tid=1395] ppid=1339 vsize=10824340 memory=4100 CPUtime=0.66 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 10451 13332 0 0 55 4 5 2 20 0 15 0 405107547 11084124160 21158 33554432000 4194304 4196468 140731159106128 140106190447488 140106218644637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10824340 memory=279787457221440 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11084124160 21158 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11084124160 21158 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10824340 memory=139893728948842 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107548 11084124160 21158 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10824340 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107548 11084124160 21158 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10824340 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 5 13332 0 0 0 0 5 2 20 0 15 0 405107550 11084124160 21158 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 13 13332 0 0 0 0 5 2 20 0 15 0 405107550 11084124160 21158 33554432000 4194304 4196468 140731159106128 140105658393888 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107550 11084124160 21158 33554432000 4194304 4196468 140731159106128 140105524176496 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11084124160 21158 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) S 1339 1342 32244 0 -1 1077944384 935 13332 0 0 15 0 5 2 20 0 15 0 405107553 11084124160 21158 33554432000 4194304 4196468 140731159106128 140105744169072 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) S 1339 1342 32244 0 -1 1077944384 331 13332 0 0 12 0 5 2 20 0 15 0 405107553 11084124160 21158 33554432000 4194304 4196468 140731159106128 140105743116272 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10824340 memory=139895674765881 CPUtime=0.24 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 870 13332 0 0 17 0 5 2 20 0 15 0 405107553 11084124160 21158 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10824340 memory=139895674765883 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11084124160 21158 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10824340 memory=139895674765888 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107554 11084124160 21158 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84632 KiB

[startup+1.50602 s]
/proc/loadavg: 1.72 1.41 1.41 5/228 1408
/proc/meminfo: memFree=30816480/32770624 swapFree=66978732/67108860
[pid=1342] ppid=1339 vsize=10826464 memory=288496 CPUtime=3.52 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 26749 13332 0 0 328 17 5 2 20 0 15 0 405107538 11086299136 72124 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2706616 72124 3566 1 0 2668685 0
[pid=1342/tid=1395] ppid=1339 vsize=10826464 memory=2996107 CPUtime=1.41 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 11368 13332 0 0 127 7 5 2 20 0 15 0 405107547 11086299136 72124 33554432000 4194304 4196468 140731159106128 140106190457584 140105813273612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10826464 memory=3114266 CPUtime=0.09 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 102 13332 0 0 1 1 5 2 20 0 15 0 405107548 11086299136 72124 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10826464 memory=353 CPUtime=0.08 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 84 13332 0 0 0 1 5 2 20 0 15 0 405107548 11086299136 72124 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10826464 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 102 13332 0 0 2 1 5 2 20 0 15 0 405107548 11086299136 72124 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10826464 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 114 13332 0 0 2 1 5 2 20 0 15 0 405107548 11086299136 72124 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10826464 memory=-6661244650353814814 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 85 13332 0 0 0 0 5 2 20 0 15 0 405107550 11086299136 72124 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10826464 memory=-7812800578125854346 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 13 13332 0 0 0 0 5 2 20 0 15 0 405107550 11086299136 72124 33554432000 4194304 4196468 140731159106128 140105658393888 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10826464 memory=8326441112148417185 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107550 11086299136 72124 33554432000 4194304 4196468 140731159106128 140105524176496 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10826464 memory=7686721470247706567 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11086299136 72124 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10826464 memory=15479062137908 CPUtime=0.87 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) R 1339 1342 32244 0 -1 4202560 5528 13332 0 0 79 1 5 2 20 0 15 0 405107553 11086299136 72124 33554432000 4194304 4196468 140731159106128 140105744159312 140106202786430 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10826464 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) R 1339 1342 32244 0 -1 4202560 5563 13332 0 0 78 0 5 2 20 0 15 0 405107553 11086299136 72124 33554432000 4194304 4196468 140731159106128 140105743107728 140106203734871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10826464 memory=7739276948477865319 CPUtime=0.39 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 1573 13332 0 0 32 0 5 2 20 0 15 0 405107553 11086299136 72124 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10826464 memory=6081662061780823395 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11086299136 72124 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10826464 memory=6081102367496956009 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 1 13332 0 0 0 0 5 2 20 0 15 0 405107554 11086299136 72124 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 3.52 s
Current children cumulated vsize: 10826464 KiB

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

/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 123627 13332 0 0 231776 63 5 2 20 0 15 0 405107547 11105193984 582193 33554432000 4194304 4196468 140731159106128 140106190455648 140105821790298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10844916 memory=2328772 CPUtime=1.77 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 24724 13332 0 0 150 20 5 2 20 0 15 0 405107548 11105193984 582193 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10844916 memory=2328772 CPUtime=1.77 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 28292 13332 0 0 150 20 5 2 20 0 15 0 405107548 11105193984 582193 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10844916 memory=2328768 CPUtime=1.79 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 27619 13332 0 0 151 21 5 2 20 0 15 0 405107548 11105193984 582193 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10844916 memory=2328768 CPUtime=1.78 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 32673 13332 0 0 150 21 5 2 20 0 15 0 405107548 11105193984 582193 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10844916 memory=2328772 CPUtime=1.37 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 23371 13332 0 0 119 11 5 2 20 0 15 0 405107550 11105193984 582193 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10844916 memory=2328772 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 23 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582193 33554432000 4194304 4196468 140731159106128 140105658393952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10844916 memory=2328772 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 17 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582193 33554432000 4194304 4196468 140731159106128 140105524176512 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10844916 memory=2328772 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582193 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10844916 memory=2328772 CPUtime=4.62 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) S 1339 1342 32244 0 -1 1077944384 74355 13332 0 0 445 10 5 2 20 0 15 0 405107553 11105193984 582193 33554432000 4194304 4196468 140731159106128 140105744169072 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10844916 memory=2328772 CPUtime=4.41 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) S 1339 1342 32244 0 -1 1077944384 70119 13332 0 0 425 9 5 2 20 0 15 0 405107553 11105193984 582193 33554432000 4194304 4196468 140731159106128 140105743116272 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10844916 memory=2328772 CPUtime=3.56 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 86424 13332 0 0 338 11 5 2 20 0 15 0 405107553 11105193984 582193 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10844916 memory=2328772 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582193 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10844916 memory=3360 CPUtime=1.52 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 2102 13332 0 0 69 76 5 2 20 0 15 0 405107554 11105193984 582193 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 2340.53 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2328772 KiB

[startup+2382.3 s]
/proc/loadavg: 1.54 1.46 1.45 3/228 1645
/proc/meminfo: memFree=28344200/32770624 swapFree=66978788/67108860
[pid=1342] ppid=1339 vsize=10844916 memory=2328788 CPUtime=2400.74 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 503395 13332 0 0 239831 236 5 2 20 0 15 0 405107538 11105193984 582197 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2711229 582197 3619 1 0 2673293 0
[pid=1342/tid=1395] ppid=1339 vsize=10844916 memory=2328788 CPUtime=2378.29 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 124952 13332 0 0 237759 63 5 2 20 0 15 0 405107547 11105193984 582197 33554432000 4194304 4196468 140731159106128 140106190456512 140105821790658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10844916 memory=2328788 CPUtime=1.83 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 24946 13332 0 0 156 20 5 2 20 0 15 0 405107548 11105193984 582197 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10844916 memory=2328772 CPUtime=1.83 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 28946 13332 0 0 156 20 5 2 20 0 15 0 405107548 11105193984 582197 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10844916 memory=2328784 CPUtime=1.86 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 29310 13332 0 0 157 22 5 2 20 0 15 0 405107548 11105193984 582197 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10844916 memory=2328788 CPUtime=1.85 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 34184 13332 0 0 157 21 5 2 20 0 15 0 405107548 11105193984 582197 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10844916 memory=2328788 CPUtime=1.43 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 24232 13332 0 0 125 11 5 2 20 0 15 0 405107550 11105193984 582197 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10844916 memory=2328788 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 23 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582197 33554432000 4194304 4196468 140731159106128 140105658393952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10844916 memory=2328788 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 17 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582197 33554432000 4194304 4196468 140731159106128 140105524176512 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10844916 memory=2328788 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582197 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10844916 memory=2328788 CPUtime=4.62 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) S 1339 1342 32244 0 -1 1077944384 74649 13332 0 0 445 10 5 2 20 0 15 0 405107553 11105193984 582197 33554432000 4194304 4196468 140731159106128 140105744169072 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10844916 memory=2328788 CPUtime=4.41 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) S 1339 1342 32244 0 -1 1077944384 70997 13332 0 0 425 9 5 2 20 0 15 0 405107553 11105193984 582197 33554432000 4194304 4196468 140731159106128 140105743116272 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10844916 memory=2328788 CPUtime=3.56 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 86750 13332 0 0 338 11 5 2 20 0 15 0 405107553 11105193984 582197 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10844916 memory=512 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582197 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10844916 memory=1078068 CPUtime=1.57 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 2174 13332 0 0 71 79 5 2 20 0 15 0 405107554 11105193984 582197 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 2400.74 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2328788 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.42 1.44 3/228 1657
/proc/meminfo: memFree=28338500/32770624 swapFree=66978792/67108860
[pid=1342] ppid=1339 vsize=10844916 memory=2328800 CPUtime=2460.94 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 508509 13332 0 0 245849 238 5 2 20 0 15 0 405107538 11105193984 582200 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2711229 582200 3619 1 0 2673293 0
[pid=1342/tid=1395] ppid=1339 vsize=10844916 memory=2328800 CPUtime=2438.14 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 125970 13332 0 0 243744 63 5 2 20 0 15 0 405107547 11105193984 582200 33554432000 4194304 4196468 140731159106128 140106190458528 140105821789890 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10844916 memory=2328800 CPUtime=1.9 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 25164 13332 0 0 162 21 5 2 20 0 15 0 405107548 11105193984 582200 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10844916 memory=2328788 CPUtime=1.89 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 29174 13332 0 0 162 20 5 2 20 0 15 0 405107548 11105193984 582200 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10844916 memory=2328788 CPUtime=1.92 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 31754 13332 0 0 163 22 5 2 20 0 15 0 405107548 11105193984 582200 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10844916 memory=2328800 CPUtime=1.92 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 34725 13332 0 0 163 22 5 2 20 0 15 0 405107548 11105193984 582200 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10844916 memory=2328800 CPUtime=1.49 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 24833 13332 0 0 131 11 5 2 20 0 15 0 405107550 11105193984 582200 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10844916 memory=2328800 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 23 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582200 33554432000 4194304 4196468 140731159106128 140105658393952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10844916 memory=2328800 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 17 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582200 33554432000 4194304 4196468 140731159106128 140105524176512 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10844916 memory=2328800 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582200 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10844916 memory=2328800 CPUtime=4.63 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) S 1339 1342 32244 0 -1 1077944384 74657 13332 0 0 446 10 5 2 20 0 15 0 405107553 11105193984 582200 33554432000 4194304 4196468 140731159106128 140105744169072 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10844916 memory=2328800 CPUtime=4.41 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) S 1339 1342 32244 0 -1 1077944384 71004 13332 0 0 425 9 5 2 20 0 15 0 405107553 11105193984 582200 33554432000 4194304 4196468 140731159106128 140105743116272 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10844916 memory=2328800 CPUtime=3.56 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 86756 13332 0 0 338 11 5 2 20 0 15 0 405107553 11105193984 582200 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10844916 memory=3184 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582200 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10844916 memory=2328800 CPUtime=1.59 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 2217 13332 0 0 72 80 5 2 20 0 15 0 405107554 11105193984 582200 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 2460.94 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2328800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.2 s]
/proc/loadavg: 1.53 1.45 1.45 5/228 1788
/proc/meminfo: memFree=25533512/32770624 swapFree=66978792/67108860
[pid=1342] ppid=1339 vsize=10844916 memory=2328816 CPUtime=2520.01 cores=0,2,4,6
/proc/1342/stat : 1342 (java) S 1339 1342 32244 0 -1 1077944320 513675 13332 0 0 251753 241 5 2 20 0 15 0 405107538 11105193984 582204 33554432000 4194304 4196468 140731159106128 140731159088672 140106218622711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
/proc/1342/statm: 2711229 582204 3619 1 0 2673293 0
[pid=1342/tid=1395] ppid=1339 vsize=10844916 memory=15824382622696894 CPUtime=2496.86 cores=0,2,4,6
/proc/1342/task/1395/stat : 1395 (java) R 1339 1342 32244 0 -1 4202560 127075 13332 0 0 249616 63 5 2 20 0 15 0 405107547 11105193984 582204 33554432000 4194304 4196468 140731159106128 140106190455936 140105821761045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1396] ppid=1339 vsize=10844916 memory=1328 CPUtime=1.96 cores=0,2,4,6
/proc/1342/task/1396/stat : 1396 (java) S 1339 1342 32244 0 -1 1077944384 25430 13332 0 0 168 21 5 2 20 0 15 0 405107548 11105193984 582204 33554432000 4194304 4196468 140731159106128 140106222864784 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1397] ppid=1339 vsize=10844916 memory=2688 CPUtime=1.96 cores=0,2,4,6
/proc/1342/task/1397/stat : 1397 (java) S 1339 1342 32244 0 -1 1077944384 30193 13332 0 0 168 21 5 2 20 0 15 0 405107548 11105193984 582204 33554432000 4194304 4196468 140731159106128 140106137684240 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1398] ppid=1339 vsize=10844916 memory=2600 CPUtime=1.99 cores=0,2,4,6
/proc/1342/task/1398/stat : 1398 (java) S 1339 1342 32244 0 -1 1077944384 33363 13332 0 0 170 22 5 2 20 0 15 0 405107548 11105193984 582204 33554432000 4194304 4196468 140731159106128 140106136631952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1399] ppid=1339 vsize=10844916 memory=780 CPUtime=1.98 cores=0,2,4,6
/proc/1342/task/1399/stat : 1399 (java) S 1339 1342 32244 0 -1 1077944384 35249 13332 0 0 169 22 5 2 20 0 15 0 405107548 11105193984 582204 33554432000 4194304 4196468 140731159106128 140106135579152 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1400] ppid=1339 vsize=10844916 memory=3360 CPUtime=1.56 cores=0,2,4,6
/proc/1342/task/1400/stat : 1400 (java) S 1339 1342 32244 0 -1 1077944384 25420 13332 0 0 137 12 5 2 20 0 15 0 405107550 11105193984 582204 33554432000 4194304 4196468 140731159106128 140105745222256 140106218633858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1401] ppid=1339 vsize=10844916 memory=1692 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1401/stat : 1401 (java) S 1339 1342 32244 0 -1 1077944384 23 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582204 33554432000 4194304 4196468 140731159106128 140105658393952 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1402] ppid=1339 vsize=10844916 memory=1028 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1402/stat : 1402 (java) S 1339 1342 32244 0 -1 1077944384 17 13332 0 0 0 0 5 2 20 0 15 0 405107550 11105193984 582204 33554432000 4194304 4196468 140731159106128 140105524176512 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1403] ppid=1339 vsize=10844916 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1403/stat : 1403 (java) S 1339 1342 32244 0 -1 1077944384 2 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582204 33554432000 4194304 4196468 140731159106128 140104920197712 140106218641307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1404] ppid=1339 vsize=10844916 memory=2828 CPUtime=4.63 cores=0,2,4,6
/proc/1342/task/1404/stat : 1404 (java) S 1339 1342 32244 0 -1 1077944384 74663 13332 0 0 446 10 5 2 20 0 15 0 405107553 11105193984 582204 33554432000 4194304 4196468 140731159106128 140105744169072 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1405] ppid=1339 vsize=10844916 memory=756 CPUtime=4.41 cores=0,2,4,6
/proc/1342/task/1405/stat : 1405 (java) S 1339 1342 32244 0 -1 1077944384 71008 13332 0 0 425 9 5 2 20 0 15 0 405107553 11105193984 582204 33554432000 4194304 4196468 140731159106128 140105743116272 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1406] ppid=1339 vsize=10844916 memory=1548 CPUtime=3.56 cores=0,2,4,6
/proc/1342/task/1406/stat : 1406 (java) S 1339 1342 32244 0 -1 1077944384 86760 13332 0 0 338 11 5 2 20 0 15 0 405107553 11105193984 582204 33554432000 4194304 4196468 140731159106128 140105742063984 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1407] ppid=1339 vsize=10844916 memory=2328816 CPUtime=0.07 cores=0,2,4,6
/proc/1342/task/1407/stat : 1407 (java) S 1339 1342 32244 0 -1 1077944384 3 13332 0 0 0 0 5 2 20 0 15 0 405107553 11105193984 582204 33554432000 4194304 4196468 140731159106128 140104450435552 140106218632917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
[pid=1342/tid=1408] ppid=1339 vsize=10844916 memory=2328816 CPUtime=1.64 cores=0,2,4,6
/proc/1342/task/1408/stat : 1408 (java) S 1339 1342 32244 0 -1 1077944384 2259 13332 0 0 74 83 5 2 20 0 15 0 405107554 11105193984 582204 33554432000 4194304 4196468 140731159106128 140105741011888 140106218633858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7692288 140731159108342 140731159110853 140731159110853 140731159113679 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2328816 KiB

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

[startup+2501.24 s]
# the end of solver process 1342 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.62 s, system=2.46183 s

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

Child status: 143
Real time (s): 2501.24
CPU time (s): 2520.09
CPU user time (s): 2517.62
CPU system time (s): 2.46183
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 2817788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.62
system time used= 2.46183
maximum resident set size= 2817788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94439
involuntary context switches= 4680


# summary of solver processes directly reported to runsolver:
#   pid: 1342
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.62
#   total CPU system time (s): 2.46183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7106 second user time and 22.3563 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 13:40:07
IDJOB=4387032
IDBENCH=121212
IDSOLVER=2823
FILE ID=node121/4387032-1568288448
RUNJOBID= node121-1568285922-553
PBS_JOBID= 21701082
Free space on /tmp= 56604 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Random/Random-m1-7-40-8t/rand-7-40-8-40-22500-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387032-1568288448/watcher-4387032-1568288448 -o /tmp/evaluation-result-4387032-1568288448/solver-4387032-1568288448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-553 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=405136264 HOME/instance-4387032-1568288448.xml

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

MD5SUM BENCH= bec643ae272751fbe4415f184f63255d
RANDOM SEED=405136264

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:        30975564 kB
MemAvailable:   31153528 kB
Buffers:           88780 kB
Cached:           379824 kB
SwapCached:        19528 kB
Active:          1037648 kB
Inactive:         214876 kB
Active(anon):     769852 kB
Inactive(anon):    42168 kB
Active(file):     267796 kB
Inactive(file):   172708 kB
Unevictable:      109404 kB
Mlocked:          109404 kB
SwapTotal:      67108860 kB
SwapFree:       66978732 kB
Dirty:             47616 kB
Writeback:             0 kB
AnonPages:        984600 kB
Mapped:            44048 kB
Shmem:             19684 kB
Slab:             135768 kB
SReclaimable:     106592 kB
SUnreclaim:        29176 kB
KernelStack:        4000 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2140236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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:21:48